@charset "utf-8";

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

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

.banner .lshop .lshop_ber {
    background: url('../mirror/images/house/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/house/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .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 > .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 .lshop_des_box {
    margin-top: 7px;
}
.banner .lshop .lshop_ber .lshop_ber_ber .lshop_des {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 4.08px;
    margin: 8px 0 0 0px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    margin-top: 30px;
    color: #003EFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: 2.24px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
    color: #333;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    margin-top: 33px;
    display: flex;
    align-items: center;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    margin-right: 35px;
    color: #475793;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

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

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    margin-right: 50px;
    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;
}

/*功能展示*/
.function-box .section-box {
    display: flex;
    justify-content: center;
    padding: 43px 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;
}

.function-box .function-item .item-img-shadow {
    z-index: -1;
    position: absolute;
    left: 0;
    width: calc(50% - 230px);
    bottom: 30px;
    height: 80%;
    border-radius: 0 30px 30px 0;
    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: 37%;
    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 0px 9px 0px rgba(70, 96, 135, 0.25);
    margin-top: -20px;
}

.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 0px 0 28px;
    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/house/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/house/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: 110px;
    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;
}

/*售后服务*/
.after-sales-box {
    width: 100%;
    height: 765px;
    background: #F9FBFE url('../mirror/images/house/after_sales_bg.png') no-repeat center right;
    background-size:100% 100%;
}
.after-sales-box .after-sales-tit {
    padding: 40px 0 78px 0;
    text-align: center;
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.after-sales-box .after-sales-content {
    display: flex;
    justify-content: center;
}
.after-sales-box .after-sales-content .sketch-box {
    /*width: 629px;*/
    width: 100%;
    height: 575px;
    background: transparent url('../mirror/images/house/after_sales_img.png') no-repeat center center;
    background-size:auto 100%;
    position: relative;
}
.after-sales-box .after-sales-content .sketch-item {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
}
.after-sales-box .after-sales-content .sketch-item span {
    color: #3A6AFF;
}
.after-sales-box .after-sales-content .item1 {
    top: 4%;
    right: calc(50% + 180px);
}
.after-sales-box .after-sales-content .item2 {
    top: 4%;
    left: calc(50% + 180px);
}
.after-sales-box .after-sales-content .item3 {
    top: 41%;
    right: calc(50% + 300px);
}
.after-sales-box .after-sales-content .item4 {
    top: 41%;
    left: calc(50% + 300px);
}
.after-sales-box .after-sales-content .item5 {
    top: 78%;
    left: calc(50% + 180px);
}
.after-sales-box .after-sales-content .item6 {
    top: 78%;
    right: calc(50% + 180px);
}


/*公司资质*/
.about_company{
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/house/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;
    margin-bottom: 10px;
}
.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:26px auto 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/house/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;
}

