.m_main {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px 0px rgba(255, 0, 0, 0.1);
}

.tab_color {
    color: #FF0000;
    border-bottom: 3px solid #FF0000;
}

.m_tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_tab li {
    height: var(--hxSize);
    line-height: var(--hxSize);
    margin: 0 var(--hSize);
}

.m_tabIndex {
    margin-top: 0.2rem;
    height: var(--rxSize);
    background: url("/img/ad_bg.png") no-repeat;
    background-size: 100% 100%;
}

.m_index {
    display: flex;
    justify-content: space-between;
}

.left {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
}

.index_left {
    display: flex;
    flex-wrap: wrap;
}

.index_left:nth-child(2) {
    margin-top: 1rem !important;
}

.index_left li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: var(--sxSize);
    height: var(--pSize);
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(255, 0, 0, 0.1);
    margin: 0 1rem 0 0;
    padding: var(--iSize) var(--mmSize) var(--mmSize) var(--iSize);
}

.index_left li p {
    display: flex;
    align-items: center;
    margin-bottom: var(--aSize);
    font-size: var(--oSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #111111;
}

.index_left li p img {
    margin-right: var(--jSize);
}

.index_left li span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
}

.index_right {
    margin-top: 3.5rem;
}

.index_right p {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    margin: 3rem 0 1.5rem;
}

.index_right span {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: var(--ySize);
}

.index_right i {
    display: block;
    width: var(--wwSize);
    height: var(--jSize);
    background: #FF0000;
    margin-top: 3.5rem;
}


/* 产品介绍 */

.m_box {
    width: 100%;
    height: var(--caSize);
    /* height: auto; */
}

main {
    width: 100%;
    height: var(--wxSize);
    background: #FFF3F3;
}

.m_product {
    text-align: center;
    padding-top: var(--mSize);
}

.pro_title p {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 550;
    color: #000000;
    margin-bottom: var(--bSize);
}

.pro_title span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: var(--bSize);
}

.con_content {
    display: flex;
    justify-content: space-between;
    margin-top: var(--cSize);
}

.box_one {
    background: #fff;
    padding: var(--uSize) var(--iSize);
    box-shadow: 0px 3px 5px rgba(255, 0, 0, 0.1);
    display: flex;
    position: relative;
}

.box_two {
    background: #fff;
    padding: var(--uSize) var(--iSize);
    box-shadow: 0px 3px 5px rgba(255, 0, 0, 0.1);
    display: flex;
}

.box_one ul {
    z-index: 10;
}

.box_one ol {
    position: absolute;
    top: 0;
    left: -(var(--axSize));
    opacity: 0;
    margin-left: var(--kSize);
    background-color: #fff;
    padding: var(--hSize) var(--iSize);
    z-index: 5;
}

.box_two {
    position: relative;
}

.box_two ul {
    z-index: 10;
}

.box_two ol {
    opacity: 0;
    margin-right: var(--kSize);
    position: absolute;
    left: (var(--axSize));
    z-index: 1;
    top: 0;
    margin-left: var(--kSize);
    background-color: #fff;
    padding: var(--hSize) var(--wwSize);
}

.con_title p {
    font-size: var(--ceSize);
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #000000;
    margin-bottom: var(--jSize);
}

.con_title span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}

.con_img {
    width: var(--jxSize);
    height: var(--cfSize);
    margin: var(--iSize) 0;
}

.con_img img {
    width: 100%;
    height: 100%;
}

.con_all {
    display: flex;
    margin: var(--oSize) 0;
}

.con_all img {
    width: var(--uSize);
    height: var(--uSize);
}

.con_all p {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: var(--bSize);
}

.con_all p span {
    display: block;
    text-align: left
}

.con_all p span:nth-child(1) {
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
}

.con_all p span:nth-child(2) {
    display: block;
    width: var(--lfSize);
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    margin: 0.3rem 0;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con_all p a {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FF0000;
    cursor: pointer;
}

.m_mask {
    display: none;
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.mask_box {
    display: flex;
    position: absolute;
    top: 130%;
    left: 30%;
    z-index: 500;
}

.mask1 {
    width: 69.75rem;
    height: 44.75rem;
}

.mask1 p {
    position: absolute;
    bottom: 0;
    width: var(--lsSize);
    margin-left: var(--bxSize);
    height: var(--kSize);
    display: flex;
    align-items: center;
}

.close1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 6px;
    left: 79.2%;
}

.close1 .m_close {
    width: var(--uSize);
    height: var(--uSize);
}

.close1 .m_service {
    width: var(--uSize);
    height: var(--oxSize);
    margin-top: var(--pSize);
}