.main-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    font-family: Microsoft YaHei;
    /* margin-top:98px; */
}
.container {
    background-color: #fff;
    min-width: 1400px;
}
.header {
    background-color: #fff;
    color:#000;
    width: 100%;
    z-index: 999;
    position: relative;
    /* position: absolute; */
    top: 0;
    left: 0;
    box-shadow: 0 0 17px 1px rgba(57,134,251,.14)
}

.head-nav {
    box-sizing: border-box;
    justify-content: space-between;
    margin-left: 52px;
    font-size: 16px;
    height: 98px
}

.head-nav,.head-nav .left {
    display: flex;
    align-items: center
}

.head-nav .left {
    position: relative
}

.head-nav .left .logo {
    cursor: pointer;
    height: 47px;
    display: block;
    margin-right: 30px
}

.head-nav .left .nav {
    margin: 0 25px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.head-nav .left .active,.head-nav .left .nav:hover {
    color: rgb(239,131,0)!important;
    font-weight: bold;
}

.head-nav .right {
    background: #fff;
    display: flex;
    align-items: center
}

.head-nav .right .nav {
    margin: 0 15px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #0b1d30
}



.head-nav .right .active {
    color: #ef8300!important;
    font-weight: 700
}

.head-nav .right .home-register {
    width: 122px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    color: #ef8300;
    font-weight: 700
}

.head-nav .right .home-register-burl {
    width: 122px
}

.head-nav .right .home-action {
    color: #fff;
    font-weight: 700
}

.head-nav .right .action {
    color: #ef8300!important;
    font-weight: 700
}

.head-nav .right .baidu-color {
    color: #fff;
    font-weight: 400
}

.head-nav .right .baidu-action {
    color: #000;
    font-weight: 700
}


.left-fixed {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 10
}

.left-fixed .right-btn {
    background: #fff;
    border-radius: 24px;
    flex-direction: column;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 4px 13px 1px rgba(55,90,170,.12)
}

.left-fixed .right-btn .item-phone {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    max-height: 35px;
    cursor: pointer;
    background: url("//cdn.xuansiwei.com/qinze11052/templates/default/images/phone-icon.png") no-repeat center;
    background-size: 18px 18px;
}
.left-fixed .right-btn .item-phone.active {
    width: 18px;
    height: 18px;
    background: #d5e2ff;
    background: url("//cdn.xuansiwei.com/qinze11052/templates/default/images/phone-icon2.png") no-repeat center;
    background-size: 18px 18px;
}

.left-fixed .right-btn .item-kf {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    max-height: 35px;
    cursor: pointer;
    background: url("//cdn.xuansiwei.com/qinze11052/templates/default/images/kf-icon.png") no-repeat center;
}
.left-fixed .right-btn .item-kf.active {
    width: 18px;
    height: 18px;
    background: #d5e2ff;
    border-radius: 50%;
    background: url("//cdn.xuansiwei.com/qinze11052/templates/default/images/kf-icon2.png") no-repeat center;
    background-size: 18px 18px;
}

.left-fixed .line {
    width: 28px;
    height: 1px;
    background: #d5e2ff;
    border: 1px solid #f0f0f0
}

.left-fixed .active {
    width: 14px;
    height: 14px;
    background: #d5e2ff;
    border-radius: 50%
}



.left-fixed .phone-detail {
    position: absolute;
    width: 163px;
    height: 195px;
    background: #fff;
    box-shadow: 0 4px 11px 0 rgba(55,90,170,.12);
    border-radius: 2px;
    top: 10px;
    left: -182px;
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #0b1d30;
    animation: mymove 2s 1;
    -webkit-animation: fade-in 2s 1
}

.left-fixed .phone-detail:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 17px;
    right: -5px;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.left-fixed .phone-detail .text-1 {
    display: flex;
    align-items: center
}

.left-fixed .phone-detail .text-1 img {
    width: 14px;
    height: 14px
}

.left-fixed .phone-detail .text-1 span {
    margin-left: 7px
}

.left-fixed .phone-detail .text-2 {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.left-fixed .phone-detail .text-2 img {
    width: 14px;
    height: 14px
}

.left-fixed .phone-detail .text-2 span {
    margin-left: 7px
}

.left-fixed .phone-detail .qr-code {
    width: 96px;
    height: 94px;
    margin: 9px 0 0 22px
}

.left-fixed .request-detail {
    position: absolute;
    top: 78px;
    left: -182px;
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #0b1d30;
    animation: mymove 2s 1;
    -webkit-animation: fade-in 2s 1;
    width: 156px;
    background: #fff;
    box-shadow: 0 4px 11px 0 rgba(55,90,170,.12);
    border-radius: 2px
}

.left-fixed .request-detail:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 17px;
    right: -5px;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.left-fixed .request-detail .text-1 {
    font-size: 14px;
    font-weight: 400;
    color: #0b1d30
}

.left-fixed .request-detail .text-2 {
    font-size: 12px;
    font-weight: 400;
    color: #fd9145
}

.left-fixed .goTop {
    position: fixed;
    top: 85%;
    width: 48px;
    height: 48px;
    background: #fff;
    box-shadow: 0 4px 13px 1px rgba(55,90,170,.12);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.left-fixed .goTop img {
    width: 16px;
    height: 16px
}

.login-button{
    height: 98px;
    width: 128px;
    background: #ef8300;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    border:1px solid #ef8300;
}
.more-button{
    width: 80%;
    margin:0 auto;
    background: #ef8300;
    color:#fff;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
}
.zx-button{
    width: 92px;
    margin:0 auto;
    background: #ef8300;
    color:#fff;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 4px;
}
.zc-button{
    width: 98px;
    margin:30px auto 0;
    background: #fff;
    color:#ef8300;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;

}


.footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color:#000;
    flex-flow: column;
}
.footer-con{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    min-width: 1400px;
    margin:40px 0;
}

.footer .download {
    margin-bottom: 23px;
    color:#1a1a1a;
    float: right;
}

.footer .download ul {
    display: flex
}

.footer .download ul li {
    width: 117px;
    height: 41px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    margin-right: 18px;
    cursor: pointer
}

.footer .download ul li img {
    margin-right: 4px
}

.footer  .download ul li span:first-child {
    font-size: 10px;
    line-height: 14px
}

.footer .download ul li span:last-child {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-top: -1px
}

.footer  .download ul li {
    padding-left: 4px
}

.footer .download ul li:last-child {
    padding-left: 6px
}


.footer .copyright {
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    width:50%;
    float: left;
}

.footer  .copyright .line {
    opacity: .5
}



@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}




.downLoad-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 98px;
    background: #fff!important;
    border: none;
    color: #262622;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.downLoad-btn a{
    display: flex;
    align-items: center;
}
.downLoad-btn img{
    width: 26px;
}



.banner-picture {
    position: relative;
    width: 100%;
    /* max-width: 100vw; */
    height: 560px;
    top: 0;
}
.banner-btn{
    max-width: 1400px;
    min-width: 1400px;
    margin: 0 auto; position: relative;
    height:560px;
}
.banner-btn span{
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 28px;
    background:#ef8300;
    color:#fff;
    font-size: 18px;
    position: absolute;
    bottom: 150px;
    cursor: pointer;
}
.box-description {
    margin-top: 100px;
    /*z-index: 9;*/
    /*position: relative;*/
    display: flex;
    justify-content: center;
    background: #fff;
}

.box-description h4 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;margin-top:10px;
}

.box-description ul {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    min-width: 1400px
}



.box-description ul li.box-description-l {
    width: 500px
}

.box-description ul li.box-description-l .content {
    margin-left: 70px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:-35px;
}

.box-description ul li.box-description-l .content div {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.box-description ul li.box-description-l .content div img {
    width: 16px; margin-right: 10px;
}

.box-description ul li.box-description-r {
    width: calc(100% - 550px);
    background: #ef8300;
    background-size: 100% 100%;
    display: flex;
    position: relative
}

.box-description ul li.box-description-r .left {
    background-image: url(//cdn.xuansiwei.com/qinze11052/templates/default/images/icon3.png);
    background-size: 100% 100%;
    width: 282px;
    height: 82px;
    margin-top:-12px;
}

.box-description ul li.box-description-r .line {
    width: 1px;
    height: 63px;
    background: hsla(0,0%,100%,.3);
    margin: 0 23px
}

.box-description ul li.box-description-r .right {
    color: #fff;
    font-size: 14px;
    line-height: 2.1
}

.box-description ul li.box-description-r .detail {
    position: absolute;
    right: 12px;
    font-size: 14px;
    top: 32px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(0deg, #F3F4FA 0%, #FFFFFF 100%);
    border-radius: 4px;
    opacity: 0.9;
    text-align: center;
    cursor: pointer;
    color:#EC113C;
}

.box-description ul li,
.box-description ul li.box-description-r .detail {
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 11px 10px 0 rgba(187,197,220,.25)
}

.box-description ul li {
    background: #fff;
    height: 101px;
    opacity: .9;
    padding: 20px 27px;
    background: linear-gradient(180deg,rgba(243,245,248,.95),hsla(0,0%,100%,.95))
}

.box-description ul li .head {
    display: flex;
    align-items: start;
}

.box-description ul li .head img {
    margin-right: 10px; width: 60px;
}

.banner-picture-form{
    width: 460px;
    z-index: 100;
    -webkit-transform-origin: right center 0;
    transform-origin: right center 0;
    position: absolute;
    top: 50px;
    right: 266px;
    background: #fff;
    padding: 0 50px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    box-sizing: border-box;
}

.picture-title {
    font-size: 24px;
    font-weight: 700;
    color: #0a183b;
    text-align: center;
    margin:30px 0;

}





.box-main {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box
}

/*.box-main header {*/
/*    max-width: 1400px;*/
/*    min-width: 1400px;*/
/*    margin-bottom: 45px*/
/*}*/

/*.box-main header h2 {*/
/*    font-size: 32px;*/
/*    font-weight: 600!important*/
/*}*/

.main-con {
    display: flex;
    max-width: 1400px;
    min-width: 1400px;
    justify-content: space-between;
    margin-top:50px;
}

.main-con .item {
    width: 24%;
    cursor: pointer;
    height: 577px;
    border-radius: 18px 18px 18px 18px;
}

.main-con .item .top {
    border-radius: 18px 18px 0 0;
    height: 117px;
    position: relative
}

.main-con .item .top img {
    position: absolute;
    width: 96px;
    top: 18px
}

.main-con .item .top .text {
    margin-left: 120px;
    padding-top: 18px;
    color:#fff;
}

.main-con .item .top .text h3 {
    line-height: 45px;
    font-size: 25px;
    font-weight: 700;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.main-con .item .top .text p {
    font-size: 13px;
    line-height: 130%
}

.main-con .item .bottom {
    height: 458px;
    border-radius: 0 0 18px 18px;
    padding: 40px 28px 30px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.main-con .item .bottom ul li {
    margin-bottom: 30px
}

.main-con .item .bottom ul li div {
    display: flex;
    align-items: center
}

.main-con .item .bottom ul li div h3 {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF
}

.main-con .item .bottom ul li div img {
    width: 15px;
    height: 19px;
    margin-right: 8px
}

.main-con .item .bottom ul li p {
    padding-left: 26px;
    line-height: 1.8;
    color: #999999;
    font-size: 12px
}



.main-con .item {
    box-sizing: border-box;
    background: url("//cdn.xuansiwei.com/qinze11052/templates/default/images/list-bg.png") no-repeat center;

}

.main-con .item:hover {
    opacity: 0.8;
}


.title-con span {
    font-size: 17px;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.title-con h2 {
    color: #000;
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    height: 55px;
    line-height: 55px
}



.current-safe-tab {
    width: 35%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 28px;
    color: #474747;
    line-height: 80px;
    background:#fff5f2;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    text-align: right;
    border-right: 1px solid #ef8300;
}

.current-safe-tab li a{
    font-size: 26px;
    color: #474747;
    font-weight: 800;
    padding: 25px;
    cursor: pointer;
    width: 100%;
    height:100%;
    display: block;
    border-bottom: 1px solid #ef8300;
}
.current-safe-tab li:last-child a{
    border-bottom:0 none;
}
.current-safe-tab li a:hover,
.current-safe-tab li a.active{
    background: #ef8300; color:#fff;
}

.current-safe-con{
    width: 65%;
    border-radius: 0 18px 18px 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(31px);
    backdrop-filter: blur(31px);

}
.current-safe-item{
    padding: 80px;
    width: 100%;height:523px; background-size:auto;
}

.current-safe-item h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 2;
    color: #262626
}

.current-safe-item p {
    font-size: 18px;
    color: #6a7992;
    line-height: 18px
}

.tabs-active{
    display: block;
}




.main-con-hb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-con-hb .hb-img {
    width: 16.66%;
    border:1px solid #000000;
    background: #fff;
}
.main-con-hb .hb-img img {
    width: 100%;

}



.main-con3 {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    display: flex
}


.main-con3 .tabs-left {
    width: 1082px;
    height: 248px;
    display: flex;
    align-items: center
}

.main-con3 .tabs-left .item:hover {
    border: none;
    cursor: default
}

.main-con3 .tabs-left .item {
    cursor: default;
    flex: 1;
    padding: 50px 80px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none
}

.main-con3 .img-bk {
    background: #FFFFFF;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    line-height: 28px;
    text-align: center;
    margin-left:10px;
}

.main-con3 .img-bk img {
    width: 48px;
    display: block;
    padding:20px 0  0 20px;
}

.main-con3 .tabs-left .item .text {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-top: 10px
}


.main-con3 .tabs-left .item2 .text .text-2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 10px
}

.main-con3 .tabs-left .line {
    width: 1px;
    height: 124px;
    border: 1px solid #FFFFFF;
    opacity: .2
}

.main-con3 .tabs-right {
    width: 205px;
    height: 240px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
}

.main-con3 .tabs-right img {
    width: 165px;
    height: 165px;
}

.main-con3 .tabs-right p {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
    text-align: center
}

.box-waiter {
    line-height: 93px;
    background: #fff;
    color:#000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:60px;
}

.box-waiter ul {
    display: flex;
    border-bottom: 1px solid #333333;
    padding: 13px 0 17px
}

.box-waiter ul li:not(:last-child) {
    margin-right: 190px
}

.box-waiter ul li {
    display: flex
}

.box-waiter ul li h3 {
    font-size: 18px;
    line-height: 30px
}

.box-waiter ul li p {
    line-height: 30px;
    color:#808080;
}

.box-waiter ul li img {
    width: 29px;
    height:33px;
    margin-right: 10px;
    margin-top: 4px
}

.box-scroll {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin:60px 0;
}

.scroll-box {
    position: absolute;
    display: flex;
    width: 120%
}
.scroll-box img {
   height: 101px; margin-right:20px; margin-bottom: 20px;
}

.scroll-left {
    top: 0;
    left: 0;
    -webkit-animation: scrollLeft 60s linear infinite;
    animation: scrollLeft 60s linear infinite
}

.scroll-right {
    top: 120px;
    right: 100%;
    -webkit-animation: scrollRight 60s linear infinite;
    animation: scrollRight 60s linear infinite
}

.scroll-left:nth-child(3) {
    top: 240px;
    left: 0;
    -webkit-animation: scrollLeft 40s linear infinite;
    animation: scrollLeft 40s linear infinite
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes scrollRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes scrollRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.box-main2 {
    background: #fff;
    width: 100%;
}


.box-main2-flex {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    min-width: 1400px;
    margin:60px auto 0;
    height: 480px;
    box-sizing: border-box;
    background: #fff;
}

.box-main2-right {
    width: 100%;
    box-sizing: border-box
}

.title-con2 {
    padding: 40px 0 0 84px;
    margin-bottom: 33px
}

.title-con2 span {
    font-size: 14px;
    color: #6a7992
}

.title-con2 h2 {
    font-size: 28px;
    font-weight: 500;
    color: #1a2233;
    line-height: 41px
}

.box-main2-right ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.box-main2-right ul li:nth-child(2) {
    background: #ef8300;
}

.box-main2-right ul li:nth-child(2) p:first-child span:first-child {
    color: #FFFFFF;
}

.box-main2-right ul li {
    width: 50%;
    height: 240px;
    padding: 19px 0 0 74px;
    background: #333;
    box-sizing: border-box;

}
.box-main2-right ul li:nth-child(1),.box-main2-right ul li:nth-child(3){
    border-right:1px solid #717171;
}
.box-main2-right ul li:nth-child(3),.box-main2-right ul li:nth-child(5){
    border-top:1px solid #717171;
}

.box-main2-right ul li p span {
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 93px;
    margin-right: 14px
}

.box-main2-right ul li p span:last-child {
    font-size: 24px
}

.box-main2-right ul li p {
    font-size: 24px;
    color: #FFFFFF
}



@-webkit-keyframes struct-in-out {
    0% {
        width: 1%
    }

    to {
        width: 100%
    }
}

@keyframes struct-in-out {
    0% {
        width: 1%
    }

    to {
        width: 100%
    }
}


.box-bac {
    width: 100%;
    height: 200px;
    background: #ef8300;
    margin-top:40px;

}

.box-bac, .box-bac-con{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    justify-content: center
}

.box-bac h2 {
    font-size: 22px;
    font-weight: 700
}

.box-bac p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center
}




.slide-in {
    opacity: 1!important;
    -webkit-animation: slide-in 1s 1!important;
    animation: slide-in 1s 1!important
}

.slide-hide {
    opacity: 0
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



h3 {
    font-size: 28px
}

.download-but,h3 {
    font-weight: 700
}

.download-but {
    display: flex;
    align-items: center;
    justify-content: center
}

.download-but img {
    margin: 0 5px
}


.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1010;
    background-color: #000;
    opacity: .6
}


.mr-10 {
    margin-right: 10px
}

.mr-5 {
    margin-right: 5px
}

.mt-5 {
    margin-top: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mt-10 {
    margin-top: 10px
}


.banner-swiper .swiper-horizontal>.swiper-pagination-bullets,
.banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner-swiper .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:20px;
}
.banner-swiper .swiper-pagination-bullet{ width:200px; height:30px;background: #a9a9af;
    border-radius: 15px; line-height: 30px;color:#ffffff; opacity: 1;}
.banner-swiper .swiper-pagination-bullet-active{
    background: #3a3b42;color:#e0e0e2; opacity: 1;
}
.form-group { display: flex; align-items: center; margin-bottom: 20px; font-size: 12px; overflow: hidden }
.form-group-checkbox{
    float: left;
    margin-top:2px;
}

.form-group input{ width: 100%; padding: 10px;background: rgba(0,53,103,0);
    border-radius: 4px;border: 1px solid #D9D9D9; }

.form-group .first-input{
    background: #FFFFFF url("//cdn.xuansiwei.com/qinze11052/templates/default/images/user-icon.png") no-repeat center left 10px;
    background-size:15px;  padding-left:35px;}
.form-group .two-input{
    background: #FFFFFF url("//cdn.xuansiwei.com/qinze11052/templates/default/images/password.png") no-repeat center left 10px;
    background-size:15px;  padding-left:35px;}

.form-group button { }
.form-group a{color:#0090FF;}
.first-button{
    font-size: 14px;
    color: #999999;
    background: #F0F0F0;
    border-radius: 4px 0 0 4px;
    width: 70px;
    height:43px;
    line-height: 43px;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #D9D9D9;
    border-right: 0 none!important;
}
.first-input{
    width: calc(100% - 70px)!important; float: left;
    border-left: 0 none!important;
    border-radius: 0 4px 4px 0 !important;
}
.two-input{
    width: calc(100% - 120px)!important;
    border-radius: 4px 0 0 4px!important;
    border-right: 0 none!important;
    float: left;
}
.two-button{
    width: 120px!important;
    font-size: 14px;
    background: #F0F0F0;
    border-radius: 0 4px 4px 0 !important;
    height:43px!important;
    line-height: 43px!important;
    display: block;
    float: left;
    border: 1px solid #D9D9D9;
    color:#666666;
    border-left: 0 none!important;
}
.submit-button{
    background: #ef8300;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin:20px 0;
}

.custom-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.custom-checkbox + label {
    position: relative;
    cursor: pointer;
    padding-left: 20px; /* 为自定义的checkbox图标留出空间 */
}

.custom-checkbox + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #ef8300; /* 选中时的背景色 */
    border-color: #ef8300;
}

.custom-checkbox:checked + label::before {
    /*background-color: #ef8300; !* 选中时的背景色 *!*/
    /*border-color: #ef8300;*/
}

/* 可选：添加勾选图标 */
.custom-checkbox:checked + label.checked::before  {
    content: "\2713"; /* 勾选图标 */
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-size: 12px;
    padding: 1px;
}
/*下载*/
.download-main{
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
}
.download-main h2{
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin-top:70px;
}
.download-main .download-center {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.download-main .item {
    width: 330px;
    height: 422px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 55px 0 50px;
    background: #fff;
    margin: 0 20px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ebf3ff
}

.download-main .item .item-logo {
    /*width: 65px;*/
    height: 65px
}

.download-main .item h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #262626
}

.download-main .item p {
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 24px
}
.download-versions-btn {
    width: 200px;
    margin-top: 16px;
    background: #ef8300;
    color: #FFFFFF;
    border-radius: 20px;
    line-height: 40px;
}
/*.download-versions-btn{*/
/*    background: #ef8300;*/
/*    border-radius: 20px; line-height: 40px;*/
/*}*/

.download-main .item .mac-font {
    margin-top: 10px;
    margin-left: 0
}
.download-main .item .active-font {
    background-color: #ef8300;
    color: #fff
}
.download-main .item .active-font:hover {
    background-color: #ef8300
}
.download-main .item .down-img {
    width: 130px;
    height: 130px
}
.download-main .link-more{
    color: #8c8c8c;cursor: pointer; margin-top:12px;
}
.download-main .android-desc {
    color: #8c8c8c;margin-top:12px;
}
.download-but {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}
.download-but img {
    margin: 0 5px
}
.download-main .anti-virus-title {
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.download-main .anti-virus {
    display: flex;
    flex-direction: row
}
.download-main .anti-virus .virus-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 40px 20px;
}
.download-main .anti-virus .virus-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px
}


/*历史*/
.history-main{
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
}
.history-main >h2{
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    margin-top:50px;
}
.history-main >h3{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.5;margin-top:10px;
}
.history-center{ color:#FFFFFF;margin-top:50px;}
.history-center .list{
    border-radius: 6px;
    width: 1102px;
    opacity: 1;
    background: #fffefe;
    box-sizing: border-box;
    border: 1px solid #dedfe1;
    padding: 28px 36px;
}

 .history-center .list h2{
    text-align: left;
    font-size: 22px;
    font-weight: 700;
     position: relative;
     color:#333333; margin-bottom: 20px; padding-left: 10px;
}
.history-center .list h2::before{ content: '';
    position: absolute; top:2px; left:0; width: 3px; height: 18px; display: block; background: #ef8300;
}

 .history-center .break-line{
    border: 1px dashed #dedfe1;
    height: 1px;
    width: 100%;margin-top:10px;
}

 .history-center .list ul li .item{
    display: flex;
    justify-content: space-between;
    align-items: center;line-height:2;padding: 10px 0 0;
}

 .history-center .list ul li .left{
    color: #555555;
    font-size: 14px;width: 80%;
}

 .history-center .list ul li .left .bite,
 .history-center .list ul li .left .version,
 .history-center .list ul li .left .number{
    margin-right: 4px;font-weight: bold;font-size: 18px;
}
.history-center .list ul li .left .description{
    padding-left: 24px;
}
 .history-center .list ul li .right{
    font-size: 14px;
    display: flex;float: right;
}

 .history-center .list ul li .right>span{
    line-height: 1;
    margin-right: 15px
}

 .history-center .list ul li .right a{
    display: flex;
    cursor: pointer
}

 .history-center .list ul li .right a img{
    width: 14px;
    height: 14px;
     margin-right: 3px;
}
.history-center .list ul li .right .created_at{
    color:#777777;
}
 .history-center .list ul li .right a span{
    font-size: 14px;
    color: #4188FA;
    display: inline-block;
    line-height: 1
}
/*资料中心*/
.information-main{width: 100%;}
.information-search{
    width: 890px;height:200px;margin:100px auto 0;
}
.information-search .search-match {
    float: left;
    position: relative;

}
.information-search .match-list {
    position: absolute;
    left: 0;
    top: 100%;
    /*display: none;*/
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2eaec;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
}
.information-search .match-list a {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2eaec;
    text-align: left;
    color: #374051;
}
.information-search .match-list a:hover {
    background-color: #f4f8f9;
    color: #ef8300;
}

.information-search input.in-search {
    height: 50px;
    width: 800px;
    padding-left: 48px;
    padding-right: 20px;
    border: none;
    font-size: 18px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
    background: #FFFFFF url("//cdn.xuansiwei.com/qinze11052/templates/default/images/search-icon.png") no-repeat center left 10px;
    background-size:22px;
}
.information-search input.in-search::-webkit-input-placeholder {
    color: #9e9e9e;
}
.information-search input.in-search:-moz-placeholder {
    color: #9e9e9e;
}
.information-search input.in-search::-moz-placeholder {
    color: #9e9e9e;
}
.information-search input.in-search:-ms-input-placeholder {
    color: #9e9e9e;
}
.information-search input.in-submit {
    height: 50px;
    border: none;
    background-color: #ef8300;
    width: 90px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 0 3px 3px 0;
}
.information-con {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #F2F2F2;
}
.information-con-wrap{
    width: 1080px;margin:0 auto;
}
.information-con-l{
    width: 70%; float: left; background: #FFFFFF;
}
.information-con h2 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2eaec;
    padding-left: 4px;
    margin-bottom: 30px;
    font-weight: bold;
}
.information-con h2 > a {
    color: #374051;
}
.information-con .description {
    color: #999;
    font-size: 14px;
    padding-left: 5px;
    line-height: 1.6em;
}
.information-con h2 + .description {
    margin: -24px 0 24px 0;
    min-height: 1px;
}
.information-content {
    float: left;
    width: 68%;
    background: #fff;
    padding:15px;border-radius: 8px;
}
.information-content.content-full {
    width: 100%;
}
.information-content .section {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.information-content .section .visibility-internal:before {
    content: "\e605";
    font-family: "kf5-help";
    margin-right: 3px;
}
.information-content .section h3 {
    font-size: 18px;
    padding-left: 10px;
    border-left: 2px solid #ef8300;
    line-height: 1;
    margin-bottom: 20px;
}
.information-content .section h3 a {
    color: #374051;
}
.information-content .section h3 a:hover {
    color: #ef8300;
}
.information-content .section .more {
    font-size: 12px;
    margin-left: 12px;
    color: #777777;
}
.information-content .category-list,
.information-content .article-list {
    margin-bottom: 10px;
}
.information-content .category-list li,
.information-content .article-list li {
    margin-bottom: 8px;
    line-height: 1.5em;
    padding-left: 12px;
    position: relative;
}
.information-content .category-list li:before,
.information-content .article-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #d0d3dc;
}
.information-content .category-list li.promoted:before,
.information-content .article-list li.promoted:before {
    content: "";
    font-size: 14px;
    background: url("//cdn.xuansiwei.com/qinze11052/templates/default/images/wu-icon.png") no-repeat;
    background-size: 14px 13px;
    height: 13px;
    width:  14px;
    left: -5px;
    top: 4px;
}
.information-content .category-list a,
.information-content .article-list a {
    color: #428bca;
    font-size: 16px;
}
.information-content .category-list a:hover,
.information-content .article-list a:hover {
    color: #569fde;
}
.information-content .category-list a:hover,
.information-content .article-list a:hover {
    text-decoration: underline;
}
.content-sidebar {
    float: right;
    width: 26%;
}
.content-sidebar .category,
.content-sidebar .widget-column {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e2eaec;
    margin-bottom: 20px;
}
.content-sidebar .category h3,
.content-sidebar .widget-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2eaec;
}
.content-sidebar .category h3 .right,
.content-sidebar .widget-column h3 .right {
    font-size: 14px;
    color: #428bca;
    float: right;
}
.content-sidebar .category h3 .right:hover,
.content-sidebar .widget-column h3 .right:hover {
    color: #569fde;
}
.content-sidebar .promoted-articles a{
    color: #666666;
}
.content-sidebar .promoted-articles a:hover{
    color: #569fde;
}
.content-sidebar .promoted-articles li{
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-sidebar .promoted-articles li:last-child {
    margin-bottom: 0;
}

.section-more{

}
.section-more li{
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2eaec;
    padding-top: 18px;
}
.section-more li li:hover {
    background: #f9fcff;
}
.section-more li .label {
    position: absolute;
    right: 5px;
    top: 16px;
}
.section-more .top,
.section-more .elite {
    float: right;
    margin-right: 5px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
}
.section-more .top{
    background: #ff595f;
}
.section-more .elite {
    background: #ffa900;
}
.posts-item-vote-state {
    float: left;
    width: 29px;
    height: 37px;
    line-height: 26px;
    background:url("//cdn.xuansiwei.com/qinze11052/templates/default/images/wu-icon2.png") no-repeat;
    background-size: 29px 37px;
}
.posts-item-content{
    padding-left: 70px;
}
.posts-item-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.posts-item-content h3 > a {
    color: #428bca;
}
.posts-item-content h3 > a:hover {
    color: #569fde;
}
.posts-item-content h3 + p {
    font-size: 12px;
    color: #aaa;
}
.posts-item-content h3 + p span,
.posts-item-content h3 + p time {
    color: #666666;
}
.posts-item-content .top{
    color: #ff595f;
}
.information-con .category-h2{margin-bottom: 0; position: relative;}
.information-con .category-h2 a{
    padding-left: 5px;
}
.information-con .category-h2 a::after{position: absolute;content: '';width: 2px; height:16px; background:#ef8300; top:1px;left:0px;}
.breadcrumbs{height: 40px;}

.breadcrumbs li {
    float: left;
    font-size: 14px;
    color: #777777;
    line-height: 1
}

.breadcrumbs li>a {
    color: #777777;
    margin-right: 5px
}

.breadcrumbs li>a:hover {
    color: #505050
}

.breadcrumbs li:first-child:before {
    display: none
}

.breadcrumbs li:before {
    content: ">";
    float: left;
    color: #999;
    margin-right: 5px
}

.information-detail{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    padding: 20px;
}
.information-detail h2{
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    line-height: 1.2;
    border:0 none;
    margin:0!important;
    text-align: center;
}
.information-detail .id-info{
    font-size: 14px; color:#777777;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.page-next-prev{
    padding:35px 20px;overflow: hidden;margin-top:40px;font-size: 20px;border-top: 1px solid #E5E5E5;
}
.page-next-prev .prev{
width: 50%; float: left;
}
.page-next-prev .next{
    width: 50%; float: left;
}
.page-next-prev .prev,.page-next-prev .prev a{
    color: #999999;
}
.page-next-prev .next,.page-next-prev .next a{
    color: #000000
}
.page-next-prev .prev:hover,.page-next-prev .prev a:hover,.page-next-prev .next:hover,.page-next-prev .next a:hover{
    color: #000000;
}
.ny-banner {
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
}
.about-main{
    width: 1200px;
    margin: 50px auto auto;
}

.about-main h2{
    font-weight: bold;
    font-size: 26px;
    color: #000;
    line-height: 48px;
    text-align: center;
}
.about-main .about-con1{
    margin-top: 23px;
    background: #333333;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    font-weight: 400;
    font-size: 18px;
    white-space: pre-wrap;
    color: #fff;
    line-height: 1.5;
    padding:30px 40px;
    position: relative;
    margin-bottom: 50px;
}

.about-main .about-con1::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left:0;
    top:0;
    background: #ef8300;
}
.about-main .about-con2{
    overflow: hidden; margin-top:40px;margin-bottom: 50px;
}
.about-main .about-con2-l{
    width: 48%;float: left;
    font-size: 16px;
    color: #000;
    line-height: 2;
}
.about-main .about-con2-box{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    height: 60px;
    background: #ef8300;
    border-radius: 10px;
    padding:0 20px;
    margin-bottom: 20px;
}
.about-main .about-con2-box span{font-weight: bold}

.about-main .about-con2-r{
    width: 48%;float: right;
}
.about-main .about-con2-r img{
    width: 100%;height: auto;
}
.about-con3{
    margin-top:30px; margin-bottom: 50px;
}
.about-con3 img{ width: 100%; height: auto}


.invite-main{
    width: 1200px;
    margin: 30px auto 20px;
}

.invite-main h2{
    font-weight: bold;
    font-size: 26px;
    color: #000;
    line-height: 48px;
    text-align: center;
}
.invite-main .invite-con1{
    margin-top: 23px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 2;
    padding:30px 60px 30px 40px;
    position: relative;
    margin-bottom: 50px;
}

.invite-main .invite-con1 img{
    width: 192px; height: 182px; float: left; margin-right: 20px;
}
.invite-main .invite-con1::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left:0;
    top:0;
    background: #ef8300;
}
.invite-main .invite-con2{
    overflow: hidden; margin-top:40px;margin-bottom: 50px;
}
.invite-con2 li{
    width: 50%; float: left; color:#fff; font-size: 26px;
}
.invite-con2 li span{
    color:#DDDDDD; font-size: 18px; display: block; margin-top:10px;
}
.invite-con2 li img{
width: 150px; display: block;float: left; position: absolute;
}
.invite-con2 li .invite-con2-txt{
    float: left; width: calc(100% - 150px);height: 135px;
    background: #1A1A1A;
    border-radius: 10px; padding:35px 0 0 160px; margin: 30px 0 0 50px;
}
.invite-main button{
    display: block;margin:20px auto 70px;
}

.invite-main img{ width: 100%; height: auto}
.invite-list{
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    gap: 10px;
}
.invite-main .invite-img{
    width: 205px;height: 58px; display: block;margin: 30px 0;
}
.invite-main .invite-img img{
    width: 205px;height: 58px; display: block;
}
.invite-list .invite-list-num{
    width: 22px;
    height: 22px;
    background: #ef8300;
    border-radius: 50%;
    color:#fff;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ef8300;
    font-size: 14px;
}
.invite-list .invite-list-txt{
    font-size: 16px;
    font-weight: 400;
    color: #1d2754;
    width: 1040px;
    line-height: 1.3;
}
.c-device-main{
margin-top:70px;
}

.c-device-main h2{
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    line-height: 2;
    border:0 none;
    margin:0;
    text-align: center;
}

.c-device-main .cd-img{
  width: 90%;  margin:30px auto; position: relative;
}
.c-device-main .cd-img img{
    width: 100%;  display: block;
}
.c-device-main .cd-btn{
    position: absolute;
    left:50%; margin-left:-80px; bottom: 0; cursor: pointer;
    width: 160px;
    height: 52px; line-height:52px;text-align: center;
    background: #ef8300;font-size: 20px;
    border-radius: 26px; color:#FFFFFF;
}
.c-device-main .cd-info{
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.c-device-main .cd-div{
margin-bottom: 90px;
}

.c-device-main .cd-div ul {
    display: flex
}
.c-device-main .cd-div ul li img {
    width: 80px; height: 80px; margin:0 auto 20px;
}


.c-device-main .cd-div ul li {
    width: 281px;
    border-radius: 10px;
    opacity: 1;
    background: #fff;
    padding: 40px 30px 60px;
}

.c-device-main .cd-div ul li h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #1a2233
}

.c-device-main .cd-div ul li p {
    line-height: 1.5;
    color: #2e4369;
    font-size: 14px;
    text-align: center;

}

.c-device-main .cd-div ul li:not(:last-child) {
    margin-right: 25px
}
.c-desktop-box{
    width: 687px; margin:0 auto; font-size: 18px;
    color:#FFFFFF; overflow: hidden;
    line-height: 1.8; text-align: center;
}
.c-desktop-box span{
    font-size: 14px;
    color:#dddddd;
    display: block;
    margin-bottom: 20px;
}
.c-desktop-box-l{
    width: 262px;float: left;
}
.c-desktop-box-c{
    width: 103px;float: left; margin: 0 30px;
}
.c-desktop-box-r{
    width: 262px;float: right;
}

.c-desktop-box-l img,.c-desktop-box-r img{
    width: 262px;height: 196px; display: inline-block;
}
.c-desktop-box-c img{
    width: 103px;height: 184px; display: inline-block; margin-top:80px;
}
.c-desktop-btn span{
    display: block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 28px;
    background:#ef8300;
    color:#fff;
    font-size: 18px;
    cursor: pointer;margin:30px auto;
}

.c-desktop-box2{
    width: 1000px; margin:30px auto; font-size: 18px;
    color:#FFFFFF; overflow: hidden;
    line-height: 1.5;
}
.c-desktop-box2-l{
    width: 46%; float: left;
}
.c-desktop-box2-r{
    width: 54%; float: right;
}
.c-desktop-box2-r img{
    width: 100%;height: auto;display: block;
}
.c-desktop-item{
    margin:20px 0;
    padding-left:70px;
    background-size: 48px 48px!important;
}
.c-desktop-tit{
    font-size: 22px;
}
.c-desktop-txt{
font-size: 16px; color:#DDDDDD;
}


.c-desktop-box3 {
    display: flex;
    justify-content: center;
    margin-top:40px;
}

.c-desktop-box3 ul {
    display: flex
}

.c-desktop-box3 ul li:not(:last-child) {
    margin-right: 39px
}

.c-desktop-box3 ul li {
    width: 375px;
    height: 300px;
    border-radius: 10px;
    opacity: 1;
    background: #fff;
    padding: 60px 40px;
    position: relative
}

.c-desktop-box3 ul li h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500
}

.c-desktop-box3 ul li p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 350;
    color: #2e4369
}

.c-desktop-box3 ul li .btn-right {
    color: #fff;
    width: 120px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 125px;
    font-size: 16px;
    position: absolute;
    text-align: left;
    bottom: 25px;right: 34px;
    background: #ef8300 url("//cdn.xuansiwei.com/qinze11052/templates/default/images/right-icon.png") no-repeat center right 15px;
    background-size: 18px 18px;
}
.c-desktop-box4{
    overflow: hidden; width: 1000px; margin:30px auto;
}
.c-desktop-box4-l{
    width: calc(100% - 480px); float: left; color:#FFFFFF; margin-top:100px;
}
.c-desktop-box4-r{
    width: 440px; float: right;
}
.c-desktop-box4-r img{
    width: 440px; height: 349px; display: block;
}
.c-desktop-box4-l ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-desktop-box4-l ul li {
    display: flex;
    width: 50%;
    margin-bottom: 30px;
}

.c-desktop-box4-l ul li img {
    /*width: 30px;*/
    height: 30px;
    margin-right: 8px
}

.c-desktop-box4-l ul li span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF
}
.c-desktop-box4-l ul li .txt-red{
    color: #ef8300;
}
.c-desktop-box4-l ul li .txt-font{
    font-size: 12px;
}

.c-number-box .btn-right {
    color: #fff;
    width: 120px;
    padding: 0 20px;
    margin:-60px auto 0;
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 125px;
    font-size: 16px;
    text-align: center;
    background: #ef8300;
}
.t-center{
    text-align: center!important;
}
.t-red{
    color:#ef8300;
}
.mr0{
    margin-right: 0!important;
}
.ml0{
    margin-left: 0!important;
}
.c-number-box2{
    width: 920px;margin:90px auto; overflow: hidden;
}
.c-number-l{
    width: 50%; float: left;
}
.c-number-r{
    width: 50%; float: left; color:#FFFFFF;
}
.c-number-img{
    width: 100%;height: auto; display: block;
}
.c-number-tit{
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 28px; margin: 70px 0  30px 70px;
}
.c-number-list{
    font-size: 16px;
    color: #DDDDDD;
    line-height: 40px;margin-left: 70px;
}
.c-number-list li{
    background:url("//cdn.xuansiwei.com/qinze11052/templates/default/images/dui-icon.png") no-repeat left center;
    background-size: 18px 18px;
    padding-left:35px;
}


