/**banner*/
.margin_l {
    margin-left: 0px !important;
}

.banner {
    width: 100%;
    margin-top: 80px;
}

.banner .lshop {
    height: 520px;
    background: url('../mirror/images/onevone/lshop_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber {
    background: url('../mirror/images/onevone/lshop_ber.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber .lshop_ber_ber {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/onevone/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber .tit-box> .ls_tit {
    height: 70px;
    font-size: 50px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 59px;
    margin-left: -25px;
    padding-top: 5%;
}
.banner .lshop .lshop_ber .lshop_ber_ber .tit-box {
    padding-top: 5%;
    display: flex;
    align-items: flex-end;
}
.banner .lshop .lshop_ber .lshop_ber_ber .tit-box .zh-en{
    margin: 0 0 18px -10px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .tit-box> .ls_tit > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    width: 550px;
    height: 32px;
    font-size: 28px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
    letter-spacing: 2px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    width: 600px;
    margin-top: 18px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #475793;
    float: left;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_renew {
    width: 232px;
    height: 34px;
    background: linear-gradient(92deg, #C9D5FF 0%, rgba(196, 209, 255, 0) 100%);
    padding-left: 15px;
    margin-top: 30px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #1F4DF9;
    line-height: 34px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
    margin-top: 40px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    padding: 5px 20px;
    background: #003EFF;
    border-radius: 6px 6px 6px 6px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
    padding: 5px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #003EFF;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #003EFF;
    line-height: 41px;
    margin: 0 50px;
}

/*功能展示*/
.function-box .section-box {
    display: flex;
    justify-content: center;
    padding: 60px 0 50px 0;
}

.function-box .section-box .section-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.function-box .function-item {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 30px;
}
.function-box .function-item2 {
    margin-top: 160px;
}
.function-box .function-item .item-img-shadow {
    z-index: -1;
    position: absolute;
    left: 0;
    width: calc(50% - 260px);
    bottom: 20px;
    height: 80%;
    border-radius: 0 30px 30px 0;
    background: #F4F6FC;
}
.function-box .function-item .item-img-shadow-right {
    z-index: -1;
    position: absolute;
    right: 0;
    width: calc(50% - 260px);
    bottom: 0px;
    height: 80%;
    border-radius: 30px 0 0 30px;
    background: #F4F6FC;

}

.function-box .function-item .item-mid-box {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function-box .function-item .item-mid-box .item-img-box {
    width: 35%;
    display: flex;
}
.function-box .function-item .item-mid-box .item-img-box .item-img {
    background-color: #fff;
    padding: 17px;
    border-radius: 40px;
    box-shadow: 0px 3px 11.4px 0px rgba(26, 62, 116, 0.20);
    margin-top: -72px;
}
.function-box .function-item .item-mid-box .item-img-box .item-img2{
    margin-top: -112px;
}

.function-box .function-item .item-mid-box .item-right {
    justify-content: flex-end;
}

.function-box .function-item .item-mid-box .item-list {
    flex: 1;
}

.function-box .function-item .item-mid-box .item-list li {
    height: 61px;
    background-color: #F4F6FC;
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 0 40px;
    position: relative;
    margin-bottom: 26px;
}

.function-box .function-item .item-mid-box .item-list li.selected {
    background-color: #3A6AFF;
}

.function-box .function-item .item-mid-box .item-list .icon-pre {
    width: 20px;
    height: 20px;
    background: url('../mirror/images/onevone/func_item_icon.png') no-repeat center center;
    background-size: 100% 100%;
}
.function-box .function-item .item-mid-box .item-list li.selected .icon-pre {
    background: url('../mirror/images/onevone/func_item_icon_sel.png') no-repeat center center;
    background-size: 100% 100%;
}

.function-box .function-item .item-mid-box .item-list .item-tit {
    color: #333;
    width: 140px;
    display: flex;
    padding-left: 15px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.function-box .function-item .item-mid-box .item-list li.selected .item-tit {
    color: #fff;
}


.function-box .function-item .item-mid-box .item-list .item-msg {
    color: #495770;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.function-box .function-item .item-mid-box .item-list li.selected .item-msg {
    color: #fff;
}

.function-box .function-item .item-mid-box .item-list li .icon-suf {
    display: none;
}

.function-box .function-item .item-mid-box .item-list .selected .icon-suf {
    position: absolute;
    right: 25px;
    top: -50%;
    display: block;
}

/* 盈利方式 */
.profit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profit-box .prifit-title {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 112px 0 103px 0;
}
.profit-box .profit-mid-box {
    width: 1200px;
}
.profit-box .profit-mid-box .mid-list-box {
    display: flex;
    flex-wrap: wrap;
}
.profit-box .profit-mid-box .mid-list-item {
    width: 33.333%;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.profit-box .profit-mid-box .mid-list-item .list-item-box {
    width: 371px;
    height: 176px;
    background: url('../mirror/images/onevone/profit_item_bg.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
}
.profit-box .profit-mid-box .mid-list-item .list-item-box .icon {
    margin-top: -77px;
}

.profit-box .profit-mid-box .mid-list-item .list-item-box .item-title {
    color: #333;
    font-family:  AlibabaPuHuiTi-3-65-Medium;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profit-box .profit-mid-box .mid-list-item .list-item-box .item-des {
    margin-top: 18px;
    color: #495770;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*售后服务*/
.after-sales-box {
    background-color: #F8FAFC;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.after-sales-box .after-sales-title {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 52px 0 68px 0;

}
.after-sales-box .sales-mid-box {
    width: 1200px;
    display: flex;
    justify-content: center;
}
.after-sales-box .sales-mid-box .sales-list-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 71px;
}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item .icon {

}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item .sales-title {
    color: #333;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item .sales-des {
    color: #3A6AFF;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* 产品优势*/
.range{
    width:100%;
}

.range .range_title{
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;

}
.range .range_cont{
    width:1200px;
    margin:0 auto;
    background: url('../mirror/images/goods/range_bg.png') no-repeat center bottom;
    height:487px;

}
.range .range_cont .range_li{
    width:474px;
    height:140px;
    position: relative;
}
.range .range_cont .range_li .li_tit{
    width:320px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.range .range_cont .range_li .li_tit>span{
    color: #3A6AFF;
}

.range .range_cont .range_li .li_msg{
    width: 286px;
    color: #495770;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.range .range_cont .range_li1 .li_msg{
    margin-top: 20px;
    margin-left: 30px;
}

.range .range_cont .range_li1 .li_icon{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 5px;
    right: 32px;
}

.range .range_cont .range_li1{
    background: url('../mirror/images/goods/range_bli1.png') no-repeat center center;
    float: left;
}

.range .range_cont .range_li2{
    width: 521px;
    background: url('../mirror/images/goods/range_tli2.png') no-repeat center center;
    margin-left: 200px;
    float: right;
}
.range .range_cont .range_li2 .li_tit{
    margin-left: 208px;
}
.range .range_cont .range_li2 .li_msg{
    position: absolute;
    top: 53px;
    left: 226px;
}

.range .range_cont .range_li2 .li_icon{
    position: absolute;
    top: 20px;
    left: 58px;
}

.range .range_cont .range_li3{
    background: url('../mirror/images/goods/range_tli1.png') no-repeat center center;
    margin-top: 84px;
    width: 419px;
    float: left;

}
.range .range_cont .range_li3 .li_tit{
    position: absolute;
    bottom: 55px;
    width: 270px;
    left: 0px;
}
.range .range_cont .range_li3 .li_msg{
    position: absolute;
    bottom: -10px;
}
.range .range_cont .range_li3 .li_icon{
    position: absolute;
    right: 32px;
    top: -18px;

}


.range .range_cont .range_li4{
    background: url('../mirror/images/goods/range_bli2.png') no-repeat center center;
    margin-top: 130px;
    width: 486px;
    float: right;
}

.range .range_cont .range_li4 .li_tit{
    position: absolute;
    bottom: 55px;

    right: 0px;
}
.range .range_cont .range_li4 .li_msg{
    position: absolute;
    right: 5px;
    top: 100px;
    width: 290px;
}
.range .range_cont .range_li4 .li_icon{
    position: absolute;
    left: 45px;
    top: -18px;
}

/*公司资质*/
.about_company{
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/onevone/about_company_bg.png') no-repeat center right;
    background-size:100% 100%;

    box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.about_company>p{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    padding-top: 60px;
}
.about_company .company_tips{
    width: 1200px;
    margin: 0 auto;
    margin-top:50px;
}


/* 联系我们 */
.contactus{
    width: 100%;
    padding:100px 0;

    background: #FFFFFF;
}

.contactus .contactus_tit{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
}
.contactus .contactus_tit>span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactus .contactus_msg{
    width: 100%;
    height: 65px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #888888;
    line-height: 50px;
    text-align: center;

}
.contactus .contactus_but{
    width: 240px;
    height: 55px;
    line-height: 55px;
    background: #3A6AFF;
    border-radius: 999px;
    margin:0 auto;
    display: block;

    font-size: 22px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    text-align:center;
}

.contactus .contactus_but:hover{
    background: #6086FF;
}

.global{
    width:100%;
    height:155px;
    background-color:#262834
}
.global .global_cont{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    background: url('../mirror/images/onevone/global_ber.png') no-repeat center right;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.global .global_cont .global_msg{
    width: 720px;
    height: 67px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    margin-right:50px;

}
.global .global_cont .global_msg>span{
    font-size: 25px;
}
.global .global_cont .global_but{
    display: block;
    width: 159px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right:100px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #FFFFFF;
}
.global .global_cont .global_but:hover{
    color:#262834;
    background-color:#FFFFFF;
}