/*body {*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;*/
/*  background: rgb(255,255,255);*/
/*}*/

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.clear {
    clear: both;
}

.product-banner1 {
    background: url("../image/product/product-banner1-20230504.svg") no-repeat;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.product-banner1 .right .right-box {
    width: 880px;
    height: 420px;
    display: block;
    position: absolute;
    top: 0px;
    left: -91px;
    z-index: 1;
    background: url("../image/product/product-banner-right-bg-20230504.png") no-repeat;
    background-size: 880px 420px;
}

.product-banner1 .left {
    float: left;
    width: 50%;
}

.product-banner1 .left h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 140px;
    margin-bottom: 15px;
}

.approved-banner .left h1{
    margin-top: 128px;
}
.product-banner1 .left .suspension-box {
    display: inline-block;
    border: 1px solid #C9D9FF;
    border-radius: 15px;
    color: #C9D9FF;
    padding: 0px 14px 0px 10px;
    font-size: 16px;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.product-banner1 .left .suspension-box1 {
    display: block;
    border-radius: 15px;
    color: #C9D9FF;
    font-size: 16px;
    width: 350px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    /*cursor: pointer;*/
    position: relative;
}
.product-banner1 .left .suspension-box i{
    display: block;
    background: url("../image/product/product-banner-icon1.png") no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.product-banner1 .left .suspension-box .suspension-alert{
    display: none;
    position: absolute;
    right: -465px;
    top: -40px;
    background: #ffffff;
    border-radius: 6px;
    width: 441px;
}
.product-banner1 .left .suspension-box:hover{
    background: #ffffff;
    color: #046AD5
}
.product-banner1 .left .suspension-box:hover i{
    background: url("../image/product/product-banner-icon2.png") no-repeat;
    background-size: cover;
}
.product-banner1 .left .suspension-box:hover .suspension-alert{
    display: block;
}
.product-banner1 .left .suspension-box .suspension-alert div{
    border-left: 1px solid #eeeeee;
    margin: 20px;
}
.product-banner1 .left .suspension-box .suspension-alert .jian{
    display: block;
    background: url("../image/product/suspension-jian.png") no-repeat;
    background-size: cover;
    width: 11px;
    height: 16px;
    margin-left: -10px;
    margin-top: 47px;
}
.suspension-alert .jian{
    display: block;
    background: url("../image/product/suspension-jian.png") no-repeat;
    background-size: cover;
    width: 11px;
    height: 16px;
    margin-left: -10px;
    margin-top: 47px;
    position: absolute;
}
.product-banner1 .left .suspension-box .suspension-alert h3:before{
    content: ' ';
    width: 3px;
    height: 20px;
    background: #046AD5;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 26%;
}
.product-banner1 .left .suspension-box .suspension-alert h3{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding: 0px 15px;
    /*border-left: 3px solid #FFAC05;*/
    margin-bottom: 8px;
    position: relative;
    line-height: 14px;
}
.product-banner1 .left .suspension-box .suspension-alert p{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    padding: 0px 15px;
    margin-top: 10px;
}
.product-banner1 .left .describe {
    font-size: 14px;
    color: #C9D9FF;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.product-banner1 .left .describe i{
    display: block;
    background: url("../image/product/banner-yes-icon.png") no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
.product-banner1 .left .describe a{
    text-decoration:underline;
    color: #C9D9FF;
}
.product-banner1 .left .describe a:hover{
    opacity: 0.7;
}
.trademark-title2{
    color: #FFAC05!important;
}
.trademark-title2 i{
    display: block;
    background: url("../image/icon/border-question-orange.png") no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}

.product-banner1 .right {
    float: right;
    width: 50%;
}

.product-banner1 .right .right-image {
    width: 330px;
    height: 324px;
    display: block;
    margin-left: 33%;
    margin-top: 96px;
}

.product-bugparam {
    background: #fff;
    box-shadow: 0 15px 20px 0 rgba(44, 46, 48, 0.1);
    border-radius: 6px;
    padding: 26px 50px 15px 50px;
    margin-top: 320px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.product-bugparam div {
    clear: both;
}

.product-bugparam div > span {
    float: left;
    display: block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-right: 7px;
    width: 90px;
}

.product-bugparam div ul {
    float: left;
    display: block;
}

.product-bugparam div ul li {
    float: left;
}

.product-bugparam div.price ul li:first-child {
    font-size: 30px;
    color: #002524;
    line-height: 10px;
    color: #FF5554;
    font-family: numFont;
}

.product-bugparam div.price ul li:first-child span {
    font-size: 20px;
    display: inline-block;
    margin-top: 2px;
}
.product-bugparam div.price ul li:first-child label {
    display: inline-block;
    margin-top: 2px;
}

.product-bugparam div.price ul li:nth-child(2) {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

.product-bugparam div.service {
    margin-top: 5px;
}
.product-bugparam .service-tip {
    margin-left: 105px;
    margin-top: 5px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-weight: 600;
}
.product-bugparam .service-tip .service-tip-inner {
    display: inline-block;
    float: none;
    width: auto;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 0px;
}
.product-bugparam div.service ul{
    width: 90%;
}
.product-bugparam div.service ul li {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 5px 25px;
    margin-right: 10px;
    position: relative;
    /*overflow: hidden;*/
    cursor: pointer;
    margin-top: 10px;

}
.product-bugparam div.service ul .service-div {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.product-bugparam div.service ul li .sell-top{
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 5px;
    margin-top: 0;
}
.product-bugparam div.service ul li .sell-top i{
    display: block;
    position: absolute;
    background: url('../image/product/service-icon1.png') no-repeat;
    background-size: cover;
    width: 72px;
    height: 45px;
    top: -20px;
    right: -40px;
    left: inherit;
}
.product-bugparam div.service ul li .sell-first{
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 5px;
    margin-top: 0;
}
.product-bugparam div.service ul li .sell-first i{
    display: block;
    position: absolute;
    background: url('../image/product/service-icon2.png') no-repeat;
    background-size: cover;
    width: 72px;
    height: 45px;
    top: -19px;
    right: -40px;
    left: inherit;
}
.product-bugparam div.service ul li i{
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    background: url("../image/product/buy-select.png") no-repeat;
    background-size: cover;
    width: 19px;
    height: 18px;
}
.product-bugparam div.service ul li.select{
    border: 1px solid #046AD5;
    color: #046AD5;
}
.product-bugparam div.service ul li.select i{
    display: block;
}

.product-bugparam div.service span {
    margin-top: 15px;
}
.product-bugparam div.paper-date{
    border-top: 1px dashed #e5e5e5;
}
.product-bugparam div.paper-date{
    margin-top: 20px;
    padding-top: 20px;
}
.product-bugparam div.paper-date li{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.product-bugparam div.paperdate-box li{
    font-size: 12px;
    color: #666666;
    line-height: 32px;
    position: relative;
    width: 95%;
    cursor: pointer;
}
.product-bugparam div.paper-date li .paperdate-box {
    display: none;
    position: absolute;
    left: 250px;
    top: -180px;
    background: #ffffff;
    border-radius: 6px;
    width: 288px;
    box-shadow: 0 22px 24px 0 rgba(44,46,48,0.09);
    z-index: 2;
}
.product-bugparam div.paper-date li .paperdate-box div{
    display: inline-block;
}
.product-bugparam div.paper-date li .paperdate-box .jian{
    display: block;
    background: url("../image/product/suspension-jian.png") no-repeat;
    background-size: cover;
    width: 11px;
    height: 16px;
    margin-left: -10px;
    margin-top: 180px;
    float: left;
}
.product-bugparam div.paper-date li .paperdate-box h4{
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    margin-left: 20px;
}
.product-bugparam div.paper-date li .paperdate-box ul{
    /*border-left: 1px solid #CFE2FF;*/
    width: 100%;
    margin-left: 40px;
    margin-top: 27px;
    margin-bottom: 20px;
}
.product-bugparam div.paper-date li .paperdate-box ul li{
    display: block;
    clear: both;
    margin-bottom: 27px;
}
.product-bugparam div.paper-date li .paperdate-box ul li:last-child{
    margin-bottom: 0;
    border-left: none;
}
.product-bugparam div.paper-date li .paperdate-box ul li span{
    float: left;
    width: 80%;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(65,144,255,0.15);
    border-radius: 0 6px 6px 6px;
    border-radius: 0px 6px 6px 6px;
    margin-left: 20px;
    margin-top: 2px;
    padding: 0 10px;
    box-sizing: border-box;
}
.product-bugparam div.paper-date li .paperdate-box ul li{
    margin-bottom: 0!important;
    padding-bottom: 15px;
    border-left: 1px solid #CFE2FF;
}
.product-bugparam div.paper-date li .paperdate-box ul li i{
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -12px;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(1) i{
    background: url("../image/product/number1.png");
    background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(2) i{
    background: url("../image/product/number2.png");
    background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(3) i{
    background: url("../image/product/number3.png");
    background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(4) i{
    background: url("../image/product/number4.png");
    background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(5) i{
    background: url("../image/product/number5.png");
    background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(6) i{
    background: url("../image/product/number6.png");
    background-size: cover;
}
.product-bugparam div.paper-date li:hover .paperdate-box{
    display: block;
}
.product-bugparam div.paper-date li span{
    font-size: 12px;
    color: #151515;
}
.product-bugparam div.paper-date li i{
    display: block;
    background: url("../image/product/also.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 2px;
    margin-left: 10px;
}
.product-bugparam div.amount {
    margin-top: 46px;
}
.product-bugparam div.amount span{
    margin-top: 15px;
}
.product-bugparam div.amount ul{
    display: block;
    width: 91%;
}

.product-bugparam div.amount ul li.left {
    width: 122px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
}
.service-buyul-other{
    padding-left: 76px;
}
.product-bugparam div.amount ul li.left a {
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    float: left;
    border: 0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.product-bugparam div.amount ul li.left a.buy-cut i,.counter-cut i{
    display: block;
    background: url("../image/product/cut-icon.png") no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    margin: 0px auto;
    margin-top: 9px;
}
.product-bugparam div.amount ul li.left a.buy-add i,.counter-add i{
    display: block;
    background: url("../image/product/add-icon.png") no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    margin: 0px auto;
    margin-top: 9px;
}
.product-bugparam div.amount ul li.left button:last-child{
    font-size: 26px;
}

.product-bugparam div.amount ul li.left input {
    width: 56px;
    height: 32px;
    float: left;
    border: 0;
    text-align: center;
    background: #F6F6F7;
}
.product-bugparam div.amount ul li.right{
    float: right;
}
.product-tab {
    margin: auto;
    width: 1200px;
    height: 50px;
    background: #F6F6F7;
    border-radius: 6px;

}
.box-shadow {
    width: 100%;
    height: 50px;
    filter: blur(5px);
    background-color: #ffffff;
    position: absolute;
    z-index: -999;
}
.product-tab-gray {
    width: 100%;
    height: 50px;
    background: #ffffff;

}
.product-tab img {
    width: 21px;
    height: 14px;
    margin-right: 4px;
    margin-top: 18px;
}

.product-tab ul{
    display: flex;
    width: 1200px;
    margin: auto;
    padding: 0px 50px;
    box-sizing: border-box;
    justify-content: space-between;
}
.product-tab li{
    /*margin: 0 67.5px;*/
    line-height: 50px;

}
/*.product-tab .hasTabThree li{*/
/*    width: 33%;*/
/*    text-align: center;*/
/*    !*margin: 0 67.5px;*!*/
/*    line-height: 50px;*/
/*}*/
.product-tab a {
    font-weight: 400;
    color: #666666;
    font-size: 16px;
}
.product-tab .active a {
    font-weight: 500;
    color: #076CD5;
    font-size: 16px;
}
button{
    cursor: pointer;
    outline:none;
}
button.button-disabled{
    cursor: not-allowed;
    width: 150px;
    height: 44px;
    opacity: 0.99;
    background: #CCCCCC;
    border-radius: 6px;
    color: #FFFFFF;
    border:none;
    margin-left: 10px;

}
button.button-blue{
    background: #046AD5;
    border-radius: 6px;
    color: #ffffff;
    border: 1px solid #046AD5;
    border-radius: 6px;
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    letter-spacing: 0.44px;
    margin-left: 10px;
}
button.button-blue:hover{
    background: #0764C5;
}
button.buy-white{
    /*opacity: 0.77;*/
    opacity: 1;
    background: #F8FCFF;
    border: 1px solid #046AD5;
    border-radius: 6px;
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #046AD5;
    letter-spacing: 0.44px;
    margin-left: 10px;
}
button.buy-white-phone{
    opacity: 0.77;
    background: #F8FCFF;
    border: 1px solid #2263FF;
    border-radius: 6px;
    width: 240px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #1F61FF;
    letter-spacing: 0.44px;
    margin-left: 10px;
}
button.buy-white:hover{
    background: #EBF6FF;
}
button.buy-car:before{
    position: relative;
    right: 5px;
    top: 4px;
    content: url('../image/product/gwc_icon.svg');
    background-size: cover;
    width: 10px;
    height: 10px;
}
button.buy-customer:before{
    position: relative;
    right: 5px;
    top: 5px;
    content: url('../image/product/gw_icon.svg');
    background-size: cover;
    width: 10px;
    height: 10px;
}
.contact-box {
    line-height: 44px;
}
.contact-box .contact-label {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.contact-box .contact-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.contact-box .contact-value {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #076CD5;
    line-height: 26px;
}
.contact-box .contact-value1 {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
.contact-box .contact-line {
    margin: 0 10px;
}
button.contact-btn:before{
    position: relative;
    right: 5px;
    top: 5px;
    content: url('../image/product/cjwt_icon240110.svg');
    background-size: cover;
    width: 10px;
    height: 10px;
}
.buy-phone{
    position: relative;
}
button.buy-phone:before{
    position: absolute;
    left: 22px;
    top: 11px;
    background: url('../image/icon/blue-phone.png') no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    content: '';
}
/*相关推荐*/
.product-recommend{
    margin-top: 60px;
}
.product-recommend h1{
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}
.product-recommend ul{
    display: block;
    width: 100%;
    margin-top: 50px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
}
.product-recommend ul li{
    background: #fff;
    box-shadow: 0 22px 24px 0 rgba(44,46,48,0.09);
    border-radius: 6px;
    width: 382px;
    height: 115px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    cursor: pointer;
    border: 1px solid #F6F6F7;
}
.product-recommend ul li .left,.product-recommend ul li .right{
    display: flex;
    align-items: center;
    height: 115px;
}
.product-recommend ul li .left div p:first-child{
    font-size: 14px;
    color: #046AD5;
    letter-spacing: 0.5px;
    margin-left: 20px;
    font-weight: 600;
}
.product-recommend ul li .left div p:last-child{
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-top: 6px;
    margin-left: 20px;
}
.product-recommend .href-jiantou{
    display: inline-block;
    /*float: right;*/
    background: url("../image/product/href-jiantou.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    margin-left: 3px;
    position: relative;
    top: 3px;
}
.product-recommend ul li .right img{
    width: 115px;
    display: block;
}
/*服务介绍*/
.product-introduce{
    margin-top: 60px;
}
.product-introduce h1{
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
}
.product-introduce .content{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    margin-bottom: 60px;
}
.product-introduce .content .left,.product-introduce .content .right{
    display: flex;
    align-items: center;
}
.product-introduce .content .right img{
    /*width: 530px;*/
    width: 394px;
}
.product-introduce .content .right .big-right-img{
    /*width: 530px;*/
    width: 433px;
}
.product-introduce .content .left h2{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.56px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
}
.product-introduce .content .border p{
    border-bottom: 1px dashed #E5E5E5;
}
.product-introduce .content .border p:last-child{
    border: none;
}
.product-introduce .content .left p{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    width: 543px;
    overflow: hidden;
    padding: 10px 0px;
}
.product-introduce .content .left .patent-value p{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    width: 543px;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
}
.product-introduce .content.p-nopadding .left p{
    padding:0px;
}
.product-introduce .content .left p span{
    float: left;
    width: 95%;
}
.product-introduce .content .left i.blue-yes{
    display: block;
    float: left;
    background: url("../image/product/blue-yes.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
}
.product-introduce .content .left ul li span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin-top: 10px;
}
.product-introduce .content .left ul li p{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-top: 4px;
}
.product-introduce .content .left ul.border-li{
    overflow: hidden;
    margin-top: 10px;
}
.product-introduce .content .left ul.border-li li{
    float: left;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(65,144,255,0.15);
    border-radius: 6px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 22px;
    padding: 6px 0px;
    margin: 5px 14px 5px 0px;
    width: 180px;
    box-sizing: border-box;
}
.certificate-introduce {
    margin-bottom: 60px;
}
.certificate-introduce-title {
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
    padding: 60px 0 50px 0;
    line-height: 45px;
}
.certificate-introduce-box {
    width: 1200px;
    height: 252px;
    background: #FFFFFF;
    box-shadow: 0px 15px 20px 0px rgba(44,46,48,0.1);
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    margin: auto;
    margin-bottom: 60px;
    padding-left: 30px;
    box-sizing: border-box;
}
.certificate-introduce-box p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 61px;
}
.certificate-introduce-tip {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}
/*其他服务*/
.other-banner{
    background: url("../image/other/patent-bg.png") no-repeat;
    background-size: cover;
}
.other-banner .left h1 {
    margin-top: 169px;
}
.other-banner .patent-img{
    text-align: right;
}
.patent-img img{
    margin-right: 80px;
    margin-top: 126px;
}
.other-mess{
    margin-top: 408px;
    background: #F8FCFF;
    box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
    border-radius: 6px;
    padding: 20px 50px;
    box-sizing: border-box;
}
.other-mess .left{
    line-height: 44px;
}
.patent-value p{
    padding-left: 28px;
}
.patent-value-box{
    /*width: 380px;*/
}
.patent-value .pink-draw{
    padding: 0 0 10px 30px!important;
}
.other-flow{
    width: 100%;
    height: 526px;
    background: url("../image/other/transact-flow-bg.png") no-repeat;
    background-size: cover;
}
.other-flow-title{
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    padding: 80px 0 60px 0;
}
.other-flow-content{
    position: relative;
}
.other-flow-border{
    width: 100%;
    height: 1px;
    background:  #C9D9FF;
    position: absolute;
    top: 113px;
    left: 0;
}
.other-flow-content ul{
    width: 1200px;
    margin: 0 auto;
}
.other-flow-content li{
    float: left;
    width: 20%;
    text-align: center;
    padding: 50px 0 74px 0;
    /*cursor: pointer;*/
    position: relative;
}
.other-flow-content li h3{
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 1.06px;
    font-family: numFont;
    transition: all 0.3s;
    position: relative;
}
.other-flow-content li p{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    transition: all 0.3s;
}
.other-flow-content li p:last-child{
    font-size: 12px;
    color: #C9D9FF;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 500;
    transition: all 0.3s;
}
.other-flow-content .active{
    /*background: #F8FCFF;*/
    box-shadow: 0 22px 24px 0 rgba(44,46,48,0.09);
    border-radius: 6px;
    /*transition: all 0.3s;*/
    position: relative;
}
.other-flow-content .active:before{
    content: ' ';
    width: 100%;
    height: 100%;
    background: #F8FCFF;
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 0;
    animation: otherFlow 0.3s;
    -moz-animation: otherFlow  0.3s; /* Firefox */
    -webkit-animation: otherFlow  0.3s; /* Safari and Chrome */
    -o-animation: otherFlow  0.3s; /* Opera */
}
.other-flow-content .active h3{
    color: #046AD5;
}
.other-flow-content .active p{
    color: #333333;
}
.other-flow-content .active p:last-child{
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
}
.other-flow-content .active .other-flow-circle{
    color: #333333;
}
.other-flow-circle{
    width: 18px;
    height: 18px;
    margin: 6px auto;
    text-align: center;
    display: flex;
    align-items: center;
    /*position: relative;*/
    z-index: 1;
}
.other-flow-circle:after{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #C9D9FF;
    top: 113px;
    left: 0;
    content: ' ';
}
.other-flow-circle span{
    width: 18px;
    height: 18px;
    background: #C9D9FF;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border: 6px solid #046AD5;
    box-sizing: border-box;
}
.other-flow-content .active .other-flow-circle span{
    width: 18px;
    height: 18px;
    border: 3px solid #046AD5;
    background: #F8FCFF;
    border-radius: 50%;
}
.other-flow-content ul p{
    margin-top: 23px;
    padding: 0 30px;
    position: relative;
}
.other-introduce .content:first-child{
    margin-bottom: 150px;
}
.other-introduce .content:last-child{
    margin-bottom: 80px;
}
.other-materials{
    width: 1200px;
    margin: 0 auto;
}
.other-materials-title{
    padding: 60px 0 50px 0;
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}
.other-materials-box dl{
    background: #fff;
    box-shadow: 0 22px 24px 0 rgba(44,46,48,0.09);
    border-radius: 12px;
    padding: 22px 0px 22px 0px;
    border: 1px solid #E5E5E5;
}
.other-materials-box dt{
    padding: 0 96px 20px 82px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.56px;
    position: relative;
    line-height: 28px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 20px;
}
.other-materials-box dt:before{
    content: ' ';
    width: 40px;
    height: 40px;
    background: url("../image/icon/materials.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 20px;
}

.other-materials-box dd{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    margin: 0px 32px 5px 50px;
    line-height: 28px;
}
.other-materials-box dd.title{
    color: #333333;
    font-weight: bold;
}
/*左右*/
.other-materials2{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 75px;
    /*overflow: hidden;*/
    /*padding-bottom: 40px;*/
}
.other-materials2-title{
    padding: 60px 0 50px 0;
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}
.other-materials2-box{
    width: 48%;
    float: left;
}
.other-materials2-box:last-child{
    float: right;
}
.other-materials2-box dl{
    background: #fff;
    box-shadow: 0 15px 20px 0 rgba(44,46,48,0.1);
    border-radius: 12px;
    padding: 22px 0 22px 0;
    border: 1px solid #E5E5E5;
    /*overflow: hidden;*/
}
.other-materials2-box dt{
    padding: 0 96px 20px 84px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.56px;
    position: relative;
    line-height: 28px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #E5E5E5;
}
.other-materials2-box dt:before{
    content: ' ';
    width: 40px;
    height: 40px;
    background: url("../image/icon/materials.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 20px;
}
.other-materials-box  .materials-people:before,
.other-materials2-box .materials-people:before{
    content: ' ';
    width: 40px;
    height: 40px;
    background: url("../image/icon/materials-people.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 20px;
}

.other-materials2-box dd{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    margin: 5px 0 5px 62px;
    line-height: 28px;
    /*padding: 0 96px 0 20px;*/
}
.other-materials2-box dd.left{
    width: 45%;
    float: left;
}
.other-materials2-box dd.right{
    width: 25%;
    float: left;
    margin-left: 0;
}
.other-question-box dl{
    /*padding: 6px 0px;*/
    /*margin-bottom: 10px;*/
    height: 46px;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;
}
.other-question-box dt{
    line-height: 20px;
    color: #333333;
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 13px 20px 13px 40px;
    cursor: pointer;
    /*margin-bottom: 20px;*/
}
.other-question-box dt:hover{
    background: #F6F6F7;
}
.other-question-box .blue-question:before{
    top: 12px;
}
.other-question-box dd{
    color: #999999;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    padding-left: 40px;
    margin-bottom: 10px;
}
.other-question{
    margin-bottom: 80px;
}
.other-question-title{
    margin: -15px 0 50px 0;
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}
.display-block span{
    width: 142px!important;
    display: inline-block;
    line-height: 22px;
    margin: 5px 0;
}
.margin-left62{
    margin-left: 34px;
}
.patent-value .pink-draw{
    color: #FF5554!important;
}
.soft-test-value li{
    margin: 20px 0;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top30{
    margin-top: 30px;
}
.high-quality-flow ul li{
    width: 16.6%;
}
.high-quality-materials .right{
    padding: 22px 20px 22px 20px;
}
.high-quality-materials .left,
.high-quality-materials .right{
    height: 326px;
}
.educate-introduce h3{
    color: #333333;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    width: 520px;
    padding-top: 12px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    border-top:1px dashed #e5e5e5;
}
.product-question-toggle{
    width: 18px;
    height: 18px;
    background: url("../image/icon/border-trilateral-left.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 4px;
    top: 14px;
    cursor: pointer;
}
dl.active .product-question-toggle{
    background: url("../image/icon/border-trilateral.png") no-repeat;
    background-size: contain;
}
.other-question-box dl.active{
    height: auto;
    overflow: auto;
}
.soft-test-flow ul li{
    width: 12.5%;
}
.soft-test-materials dd span:first-child{
    width: 650px;
    display: inline-block;
}
/*办理流程*/
@keyframes otherFlow{
    0%{ opacity: 0; transform: translate(-40px,0) }
    100%{opacity: 1; transform: translate(0, 0) }
}
/*购买免费产品留存手机号弹窗*/
.productToolContain{

}
.productToolBg{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index:999999;
}
.productToolContent{
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -210px;
    height: 400px;
    background: #FFF;
    padding: 0!important;
    text-align: center;
    z-index:9999999;
    border-radius:6px;
    font-size: 14px;
}
.productToolClose{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.productToolClose img{
    width: 32px;
    height: 32px;
}
.productToolContain h3{
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 20px;
}
.productToolContain .heng{
    width: 38px;
    height: 2px;
    background: #FFAC05;
    margin: 0px auto;
    margin-top: 6px;
}
.productToolBox{
    padding: 20px;
    max-height: 375px;
}
.productToolInput li{
    margin: 12px 0;
    position: relative;
}
.productToolInputLabel{
    width: 100px;
    float: left;
    text-align: left;
    line-height: 38px;
    height: 38px;
}
.productToolInputE{
    position: relative;
    width: 310px;
    height: 36px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    margin-left: 7px;
    position: relative;
}
.productToolInputE i.iphone{
    background: url(../image/icon/phone.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 6px;
    width: 16px;
    height: 16px;
}
.productToolInputE i.yanzheng{
    background: url(../image/icon/verification.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 6px;
    width: 16px;
    height: 16px;
}
.productToolInputE input{
    width: 283px;
    height: 36px;
    border:0;
    float: right;
}
.productToolBtn{
    width: 300px;
    height: 40px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0px auto;
    background: #1F61FF;
    border-radius: 25px;
}
.productToolVerity{
    width: 113px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1F61FF;
    border-radius: 6px;
    float: left;
    margin-left: 8px;
    font-size: 14px;
    color: #1F61FF;
    line-height: 36px;
}
.productToolVerityGray{
    background: #ccc;
    color: #666;
}
.productToolVerityBox{
    display: inline-block;
    position: relative;
    width: 300px;
}
.productToolError{
    color: red;
    position: absolute;
    top: 35px;
    left: 6px;
    display: none;
    z-index: 99;
    font-size: 10px;
}
.productToolContain .submit-bg{
    background: url(../image/popup/submit-bg.png) no-repeat;
    background-size: cover;
    width: 301px;
    height: 64px;
    margin: 0px auto;
    margin-top: 70px;
}
.copyright-img-code{
    width: 112px;
    height: 36px;
    float: left;
    margin-left: 8px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
}
.copyright-img-code img{
    width: 100%;
}
.minor-term p{
    color: #2A2A2A;
}
.minor-term{
    padding-left: 76px;
    padding-top: 4px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 17px;
}
.minor-term span{
    color: #333333;
}
.four-flow li{
    width: 25%;
}
.three-flow li{
    width: 33%;
}
.two-materials{
    display: table;
    border-collapse: separate;
    border-spacing: 28px 0;
}
.two-materials dl{
    display: table-cell;
    width: 522px;
}
.work-display-block dd{
    width: 22%;
    box-sizing: border-box;
}

.trademark-other div span{
    width: 87px;
    position: relative;
    margin-top: 15px!important;
}
.trademark-other div span em{
    font-size: 12px;
    color: #999;
    letter-spacing: 0.43px;
    line-height: 20px;
    display: block;
    font-style: normal;
    position: absolute;
    bottom: -16px;
    left: 0;
}
.trademark-other-box{
    position: relative;
    padding-top: 2px;
    margin-top: 20px;
    border-top: 1px dashed #eeeeee;
}
.trademark-btn{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.trademark-other,.trademark-title2{
    display: none;
}
.product-value-border{
    width: 520px;
    margin-top: 20px;
}
.product-value-border li{
    border-bottom: 1px dashed #E5E5E5;
    padding-bottom: 10px;
}
.product-value-border .blue-yes{
    margin-top: 3px !important;
}
.trademark-other li{
    /*margin: 0!important;*/
}
.trademark-other div{
    margin: 10px 0;
}
.trademark-other .margin-top10{
    margin-top: 10px !important;
}
.product-mess-bg{
    padding-top: 20px;
    width: 100%;
    background: url("../image/product/product-mess-bg-20230504.svg") no-repeat;
    background-size: cover;
}
.padding-0{
    padding: 0!important;
}
.margin-0{
    margin: 0!important;
}
.margin-t50{
    margin-top: 50px!important;
}
.margin-b0{
    margin-bottom: 0!important;
}
.padding-b0{
    padding-bottom: 0!important;
}
.padding-b110{
    padding-bottom: 137px!important;
}
.padding-b80{
    padding-bottom: 80px!important;
}
.margin-l40{
    margin-left: 40px!important;
}
.padding-l30{
    padding-left: 0px;
}
.border-none{
    border: none!important;
}
.width-400 li p{
    width: 400px!important;
}
.approved-hint-shop{
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 26px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    color: #999;
    margin-top: 20px;
}
.approved-hint-shop span{
    color: #FF5554!important;
    margin-right: 0!important;
    width: auto!important;
}
.other-materials-dd dd{
    margin: 0 0 5px 0px;
    float: left;
}
.other-materials-dd dd:nth-child(even){
    width: 170px;
    margin-left: 82px;
}
.other-materials-dd dd:last-child{
    width: auto;
}
.patent-value p{
    padding-left: 30px!important;
}
.paper-date-subhead{
    font-size: 12px;
    color: #999999;
    padding-left: 32px;
}
.paper-date-subhead em{
    font-size: 12px;
    color: #FF5554;
    line-height: 17px;
    font-style: normal;
}
.manage-object h2{
    padding-bottom: 14px!important;
}
.manage-object p{
    padding: 0!important;
    line-height: 20px!important;
}
.appsc-padding p{
    padding-left: 26px!important;
}
.paperdate-box-mess div{
    box-shadow: 0 1px 5px 0 rgba(65,144,255,0.15);
    border-radius: 0 6px 6px 6px;
    margin-left: 10px;
    padding: 10px;
    width: 210px;
}
.paperdate-box-mess p:first-child{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.paperdate-box-mess p:last-child{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}
.paperdate-box-mess em{
    font-style: normal;
    color: #FF5554!important;
}
.width-312{
    width: 312px!important;
}
.paperdate-box-tit{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.paperdate-box-mess li{
    margin-bottom: 16px !important;
}
.rademark-advantage p{
    width: 540px!important;
    padding-left: 26px!important;
}
.product-bugparam div.trademark-border{
    padding-top: 22px;
    margin-top: 20px;
    border-top: 1px dashed #eeeeee;
}
.product-introduce .trademark-introduce{
    margin-bottom: 0;
    padding-top: 60px;
}
.appsc-banner h1,
.appsc-banner .left h1{
    margin-top: 190px;
}
.product-introduce .appsc-introduce{
    margin-bottom: 68px;
    padding-top: 60px;
}
.network-type span:first-child{
    color: #666;
}
.network-type span:last-child{
    color: #333;
}
.product-tip{
    position: absolute;
    top: -13px;
    right: -450px;
    width: 432px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #E4E6EF;
    border-radius: 6px;
    text-align: left;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    line-height: 24px;
    display: none;
}
.product-tip:before{
    content: ' ';
    position: absolute;
    left: -12px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 16px solid #E4E6EF;
    border-bottom: 12px solid transparent;
}
.service-buyul li:hover .product-tip{
    display: block;
    animation: productTip 0.3s;
    -moz-animation: productTip  0.3s; /* Firefox */
    -webkit-animation: productTip  0.3s; /* Safari and Chrome */
    -o-animation: productTip  0.3s; /* Opera */
}
@keyframes productTip{
    0%{ opacity: 0; transform: translate(100px, 0) }
    100%{opacity: 1; transform: translate(0, 0) }
}

/*appShelfDetails*/
.appshelf-banner1 {
    background: url("../image/product/appshelf-banner1.png") no-repeat;
    width: 100%;
    height: 196px;
    background-size: cover;
    background-position: 50% 50%;
    clear: both;
}

.appshelf-banner1 .left {
    float: left;
    width: 50%;
}
.appshelf-banner1 .right {
    float: right;
    /*width: 50%;*/
}

.appshelf-banner1 .right .button1{
    width: 170px;
    height: 36px;
    border:1px solid #EB7234;
    border-radius: 6px;
    font-size: 14px;
    color: #FEA14F;
    letter-spacing: 0.39px;
    background: none;
    margin-top: 103px;
    margin-left: 300px;
}
.appshelf-banner1 .right .button1:before{
    content:url("../image/product/orange-phone-icon.png");
    background-size: cover;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -5px;
}
.appshelf-banner1 .right .button2{
    width: 110px;
    height: 36px;
    background-color: red; /* 不支持线性的时候显示 */
    background-image: linear-gradient(225deg, #FEA14F 0%, #EB7234 100%);
    border-radius: 6px;
    font-size: 14px;
    color: #04143A;
    letter-spacing: 0.39px;
    border:0;
    margin-top: 103px;
    margin-left: 10px;
}
.appshelf-banner1 .right .button2:before{
    content:url("../image/product/black-kefu-icon.png");
    background-size: cover;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: -5px;
}
.product-introduce .content .left .has-h3 b{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.product-introduce .content .left i.orange-yes{
    display: block;
    float: left;
    background: url(../image/product/orange-yes.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
}
.shelf-vs{
    margin-top: 0px;
}
.shelf-vs .shelf-vs-title{
    padding: 40px 0 50px 0;
    font-size: 36px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}
.shelf-vs .shelf-vs-box{
    background: url("../image/product/shelf-vs-bg.png") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 253px;
    margin-bottom: 80px;
}
.shelf-vs .shelf-vs-box img{
    margin-top: 40px;
}

.freeapp-code-gray{
    color: #bbbbbb;
    border: 1px solid #E8E8E8;
}
.freeapp-phone-error{
    position: relative;
    /*margin-left: 10px;*/
    top: 10px;
}
.freeapp-error{
    position: relative;
    width: 100px;
    float: left;
    top: 10px;
}
.freeapp-text-left li{
    text-align: left;
}
.product-bugparam div.service ul .product-highest i{
    background: url('../image/product/buy-select3.png') no-repeat;
    background-size: cover;
}
.product-bugparam div.service ul .product-winner i{
    background: url('../image/product/buy-select2.png') no-repeat;
    background-size: cover;
}
.product-highest{
    padding-right: 26px!important;
    color: #FF6041!important;
    border: 1px solid #FF6041!important;
}
.product-winner{
    padding-right: 26px!important;
    color: #42A97E!important;
    border: 1px solid #42A97E!important;
}
.border-bottom-dashaed li{
    border-bottom: 1px dashed #e5e5e5;
}
.product-bugparam div.trademark-other ul{
    width: 90%;
}
.product-bugparam-border div.amount{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e5e5e5;
}
.free-amount-num{
    border: none!important;
    margin-top: 6px!important;
}
.remark-border li{
    border-bottom: 1px dashed #E5E5E5;
}
.remark-border li:last-child{
    border: none;
}
.soft-test-value .blue-draw:before{
    top: 2px;
}
.boxNone {
    display: none;
}
.boxBlock {
    display: block;
}

.product-advantage .linear-bg {
    width: 100%;
    position: absolute;
    height: 325px;
    background: linear-gradient(180deg, rgba(246,246,247,0.95) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
.product-advantage h1{
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 43px;
}
.product-advantage .product-advantage-dec {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}
.product-advantage ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.product-advantage ul li {
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    width: 380px;
    height: 382px;
    background: #FFFFFF;
    box-shadow: 0px 15px 20px 0px rgba(44,46,48,0.1);
    border-radius: 6px;
    border: 1px solid #E5E5E5;
}
.product-advantage ul li:hover {
    border: 1px solid #046AD5;
}
.product-advantage ul li .product-advantage-icon {
    width: 120px;
    height: 120px;
    margin: 20px 0 10px;
}
.product-advantage ul li .product-advantage-title {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin-bottom: 19px;
}
.product-advantage ul li .product-advantage-line {
    width: 322px;
}
.product-advantage ul li .product-advantage-content {
    text-align: left;

    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.flex {
    display: flex;
}
.product-content-box {
    position: relative;
    padding-top: 20px;
    padding-bottom: 49px;
}
.product-content-bg {
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 325px;
    background: linear-gradient(0deg, rgba(246,246,247,0.95) 0%, rgba(255,255,255,0) 100%);
}
.service-bg-box {
    position: relative;
}
.service-introduce h1 {
    margin: 60px 0 24px 0;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    color: #333333;
    line-height: 45px;
}
.service-introduce-box {
    padding-top: 57px;
    padding-left: 124px;
}
.service-introduce-content {
    position: relative;
    padding-left: 60px;
}
.service-introduce-content img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}
.service-introduce-value h4 {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;
}
.service-introduce-value span {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.service-introduce-value .blsm {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
}
.solid-line {
    width: 540px;
    border-bottom: 1px solid #E7EAEE;
    margin: 25px 0 24px 0;
}
.blue-circle {
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border: 2px solid #046AD5;
    border-radius: 6px;
}
.testing-basis {
    padding-bottom: 60px;
}
.testing-basis h1 {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    color: #333333;
    line-height: 45px;
}
.testing-basis h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}
.testing-basis-box {
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 30px;
    margin-bottom: 20px;
    height: 50px;
    background: #F6F6F7;
    border-radius: 6px;
    line-height: 50px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.testing-basis-box:hover {
    color: #046AD5;
    border: 1px solid #046AD5;
}
.testing-basis-box:hover .download-tex {
    color: #046AD5;
}
.testing-basis-box .testing-basis-wj-icon {
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 5px;
}
.testing-basis-box .download-tex {
    text-decoration: underline;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.wj-y-icon {
    display: none;
}
.xz-y-icon {
    display: none;
}
.business-first-box {
    background: url("../image/product/a21-product-bg.png") no-repeat;
    width: 100%;
    height: 391px;
    background-size: cover;
    margin-top: 50px;
    display: flex;
}
.business-first-box-left {
    box-sizing: border-box;
    padding: 30px;
    width: 290px;
}
.business-first-box-left .business-left-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
}
.business-first-box-left .business-left-content {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #C9D9FF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.business-first-box-right {
    box-sizing: border-box;
    padding: 20px 50px;
    width: 910px;
}
.business-first-box-right .business-right-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 15px;
}
.business-first-box-right .business-right-content {
    display: flex;
    justify-content: space-between;
}
.business-first-box-right .business-right-content .business-right-box {
    width: 256px;
    padding: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.business-first-box-right .business-right-content .business-right-box .business-right-box-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
}
.business-first-box-right .business-right-content .business-right-box .blue-circle {
    display: inline-block;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid #046AD5;
    border-radius: 8px;
}
.business-first-box-right .business-right-content .business-right-box .business-right-box-text {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    font-style: normal;
}
.business-right-box-text span {
    color: #046AD5;
}
.business-first-box-right .dividing-line {
    width: 808px;
    border: 1px solid #EEEEEE;
    margin: 20px 0;
}
.business-second-box {
    background: url("../image/product/a21-product-bg-1.png") no-repeat;
    width: 100%;
    height: 138px;
    background-size: cover;
    margin-top: 20px;
    display: flex;
}
.business-second-box .business-second-box-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-style: normal;
    margin-top: 23px;
}




/*鸿蒙产品页*/
.product-banner2 {
    background: url("../image/hongmeng/banner_img_hongmeng.png") no-repeat;
    width: 100%;
    height: 559px;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}
.product-banner2 .hongmeng-product-title {
    width: 815px;
    height: 144.5px;
    margin: 106px auto 0;

}
.product-banner2 .hongmeng-product-title img {
    width: 815px;
    height: 144.5px;
}
.product-banner2 .to-learn {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #FEAE25;
    line-height: 18px;
    font-style: normal;
    text-decoration-line: underline;
}
.product-banner2 .to-learn:hover {
    cursor: pointer;
}
.product-banner2 .to-learn img {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}
.product-banner2 .hongmeng-p1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #E7E6EB;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin-top: -15px;
}
.product-banner2 .hongmeng-p2 {
    margin-top: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #E7E6EB;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.product-banner2 .hongmeng-p2 img {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    margin-right: 3px;
}
.product-banner2 .hongmeng-p2 .close-data {
    width: 122px;
    height: 20px;
    background: rgba(255,255,255,0.21);
    border-radius: 6px 6px 6px 0px;
    color: #ffffff;
}
.product-banner2 .countdown-title {
    margin-top: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #E7E6EB;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.product-banner2 .countdown {
    text-align: center;
    margin-top: 14px;
    position: relative;
}
.product-banner2 .countdown .countdown-day {
    display: inline-block;
    background: url("../image/hongmeng/countdown-bg.svg") no-repeat;
    width: 74px;
    height: 82px;
    background-size: cover;
    font-family: Akrobat, Akrobat;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 82px;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
}
.product-banner2 .countdown .countdown-time {
    display: inline-block;
    width: 74px;
    height: 82px;
    background: linear-gradient( 180deg, #EEEEF1 0%, #E6E7EB 100%);
    border-radius: 10px;
    margin-left: 38px;
    font-family: Akrobat, Akrobat;
    font-weight: bold;
    font-size: 48px;
    color: #426DE2;
    line-height: 82px;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
}
.product-banner2 .countdown .countdown-text {
    display: inline-block;
    position: absolute;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #E7E6EB;
    line-height: 20px;
    font-style: normal;
    margin: 0 12px 0 10px;
    top: 31px;
}
.apply-btn {
    background: url("../image/hongmeng/apply-btn.png") no-repeat;
    width: 270px;
    height: 71px;
    background-size: cover;
    margin: -36px auto 47px;
    position: relative;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 70px;
    text-align: center;
    font-style: normal;
}
.apply-btn .apply-btn-bg {
    position: absolute;
    width: 270px;
    height: 86px;
    top: 27px;
    left: 0;
    z-index: -1;
}
.apply-btn .apply-jt-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-bottom: -4px;
}
.apply-btn .apply-btn-icon {
    position: absolute;
    width: 270px;
    height: 70px;
    top: 0;
    left: 0;
}
.apply-btn .apply-btn-text {
    position: absolute;
    z-index: 2;
    left: 78px;
}
.apply-btn:hover {
    cursor: pointer;
}
.apply-btn:hover .apply-btn-icon {
    display: none;
}
.process-box {
    box-sizing: border-box;
    width: 1200px;
    background: #F6F6F7;
    border-radius: 6px;
    line-height: 82px;
    position: relative;
    padding: 55px 50px 30px 50px;
}
.process-box .process-title-bg {

}
.process-box .process-title {
    position: absolute;
    background: url("../image/hongmeng/lcbt_img.png") no-repeat;
    width: 333px;
    height: 52px;
    background-size: cover;
    left: 50%;
    margin-left: -166.5px;
    top: -8px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    font-style: normal;
}

.process-box .process-div {
    display: flex;
}

.process-box .process-content {
    width: 269px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    display: flex;
    flex-direction: column;
}
.process-box .process-content:first-child {
    width: 293px;
}
.process-box .process-content .process-content-detail {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    margin-top: 5px;
}
.process-box .process-content .process-circle {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: linear-gradient( 270deg, #74D2FC 0%, #476FE2 100%);
    margin-right: 10px;
    border-radius: 50%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    font-style: normal;
}
.process-box .process-line {
    display: inline-block;
    width: 2px;
    height: 83px;
    background: #E9E9F0;
    margin: 6px 66px 0 66px;
}
.business-title {
    margin-top: 60px;

}
.business-title h1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    margin-bottom: 50px
}
.audit-result-box {
    position: relative;
    padding-bottom: 50px;
}
.audit-result-box .reminder-box {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    margin: 0 0 10px 30px;
}
.audit-result-box .reminder-box span {
    color: #333333;
}
.audit-result-table {
    width: 1200px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}
.audit-result-table-header {
    background: #F6F6F7;
    height: 50px;
    display: flex;
}
.audit-result-table-header li {
    border-right: 1px solid #E5E5E5;
    padding: 16px 30px 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}
.audit-result-table-header li:last-child {
    border-right: none;
}
.audit-result-table-body {
    background: #FFFFFF;
    display: flex;
    border-top: 1px solid #E5E5E5;
    align-items: center;
}
.audit-result-table-body li {
    min-height: 50px;
    padding: 16px 30px 14px;
    border-right: 1px solid #E5E5E5;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.audit-result-table-body li:last-child {
    border-right: none;
}
.under-review {
    color: #32AEE5;
}
.already-passed {
    color: #666666;
}
.not-passed {
    color: #FF5554;
}
.audit-result-table-body li img {
    margin: 7px 11px 0 5px;
}
.audit-result-table-body li a {
    color: #5781F1;
    text-decoration-line: underline;
}
.service-introduce-div {
    position: relative;
    padding-bottom: 50px;
}
.service-introduce {
    height: 624px;
    border-left: 2px solid #E9E9F0;
    margin-left: 39px;
}
.service-introduce .service-introduce-bg {
    background: url("../image/hongmeng/service-introduce-bg.png") no-repeat;
    width: 1163px;
    height: 120px;
    background-size: cover;
    margin-left: -3px;
}
.service-introduce .service-introduce-row {
    width: 1163px;
    height: 120px;
    line-height: 120px;
    position: relative;
    margin-left: -3px;
}
.service-introduce .service-introduce-bg:last-child {
    height: 144px;
    background: url("../image/hongmeng/service-introduce-bg-144.png") no-repeat;
    width: 1163px;
    background-size: cover;
    margin-left: -3px;
}
.service-introduce .service-introduce-row:last-child {
    height: 144px;
    line-height: 144px;
}
.service-introduce .service-introduce-row img {
    width: 24px;
    height: 24px;
    margin-left: 43px;
    margin-right: 6px;
    margin-bottom: -7px;
}
.service-introduce .service-introduce-row .service-introduce-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
}
.service-introduce .service-introduce-row .service-introduce-content1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    font-style: normal;
    margin-left: 83px;
    display: inline-block;

}
.service-introduce .service-introduce-row .service-introduce-content1 span {
    position: absolute;
    line-height: 26px;
    display: inline-block;
}
.service-introduce .service-introduce-row .service-introduce-content1 span img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: -2px;
}
.service-introduce .service-introduce-row:hover .service-introduce-title {
    color: #FFFFFF;
}
.service-introduce .service-introduce-row:hover .service-introduce-content1 {
    color: #333333;
}
.service-introduce .service-introduce-line {
    margin: 0px 0 0px 220px;
    width: 940px;
    border-bottom: 1px solid #E9E9F0;
}
.icon-selected {
    display: none;
}
.hongmeng-material {
    display: flex;
}
.hongmeng-material .hongmeng-material-left {
    width: 290px;
    height: 290px;
    margin-right: 30px;
}
.hongmeng-material .hongmeng-material-left img {
    width: 290px;
    height: 290px;
}
.hongmeng-material-box {
    box-sizing: border-box;
    width: 880px;
    height: 140px;
    background: #ffffff;
    border-radius: 6px;
    padding: 29px 0 29px 61px;
    display: flex;
}
.hongmeng-material-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    width: 270px;
}
.hongmeng-material-content {
    width: 550px;
}
.hongmeng-material-row span {
    display: inline-block;
    width: 240px;
    line-height: 26px;
    margin-bottom: 2px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    font-style: normal;
}
.hongmeng-material-row span img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-bottom: -2px;
}
.hongmeng-material-box:hover {
    background: #F6F6F7;
}
.hongmeng-material-box:hover .hongmeng-material-row span {
    color: #333333;
}
.application-information-box {
    box-sizing: border-box;
    width: 1200px;
    /*height: 270px;*/
    background: #FFFFFF;
    box-shadow: 0px 11px 20px 0px rgba(44,46,48,0.1);
    border-radius: 12px;
    border: 1px solid #F6F6F7;
    margin: -64px auto 0;
    padding: 30px 50px 50px;
}
.application-information-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
}
.application-information-title img {
    width: 4px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: -2px;
}


.application-information-row .application-information-label {
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}

.application-information-row .application-information-label em {
    font-style: normal;
}
.application-information-row .application-information-value {
    width: 1100px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.application-information-row .application-information-input {
    width: 1016px;
    height: 26px;
    border: none;
    color: #333333 !important;
}
.application-information-row .application-information-radio {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    margin-left: 3px;
    vertical-align: middle;
}
.application-information-row input[type="radio"] {
    vertical-align: middle;
}
.application-information-tip {
    display: inline-block;
    margin-left: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
    background: #F6F6F7;
}
.application-information-row input:-internal-autofill-previewed,input:-internal-autofill-selected {
    /*-webkit-text-fill-color: #FFFFFF !important;*/
    transition: background-color 5000s ease-in-out 0s !important;
}
.application-information-row input:disabled {
    background-color: inherit;
}
.hongmeng-tip {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}

.application-information-download a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5781F1;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    text-decoration-line: underline;
    float: right;
}
.application-information-download .split-line {
    margin: 0 10px;
    color: #999999;
}
.application-information-check {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #5781F1;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
    cursor: pointer;
}
.application-information-check img {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    margin-left: 2px;
}
.w524 {
    width: 524px !important;
}