/*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 .left {
  float: left;
  width: 50%;
}

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

.approved-banner .left h1{
  margin-top: 128px;
}
.product-banner1 .left .suspension-box {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  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("../images/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("../images/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("../images/suspension-jian.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 16px;
  margin-left: -10px;
  margin-top: 47px;
}
.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: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.product-banner1 .left .describe i{
  display: block;
  background: url("../images/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("../images/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: 130px;
}

.product-bugparam {
  background: #fff;
  box-shadow: 0 22px 24px 0 rgba(44, 46, 48, 0.09);
  border-radius: 6px;
  padding: 30px 50px;
  margin-top: 290px;
  position: relative;
  z-index: 2;

  -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: 18px;
}

.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;
}

.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: 10px;
}
.product-bugparam div.service ul{
  width: 93%;
}
.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 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('../images/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('../images/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("../images/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("../images/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("../images/number1.png");
  background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(2) i{
  background: url("../images/number2.png");
  background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(3) i{
  background: url("../images/number3.png");
  background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(4) i{
  background: url("../images/number4.png");
  background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(5) i{
  background: url("../images/number5.png");
  background-size: cover;
}
.product-bugparam div.paper-date li .paperdate-box ul li:nth-child(6) i{
  background: url("../images/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("../images/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: 5px;
}
.product-bugparam div.amount ul{
  display: block;
  width: 90%;
}

.product-bugparam div.amount ul li.left {
  width: 122px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  border-radius: 2px;
}
.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("../images/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("../images/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;
}
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{
  opacity: 0.99;
  background: #046AD5;
  border-radius: 6px;
  color: #ffffff;
  border: 1px solid #046AD5;
  border-radius: 6px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  letter-spacing: 0.44px;
  margin-left: 10px;
}
button.button-blue:hover{
  opacity: 0.7;
}
button.buy-white{
  /*opacity: 0.77;*/
  opacity: 1;
  background: #F8FCFF;
  border: 1px solid #046AD5;
  border-radius: 6px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  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{
  opacity: 0.5;
}
button.buy-car:before{
  position: relative;
  right: 5px;
  top: 2px;
  content: url('../images/buy-car.png');
  background-size: cover;
  width: 10px;
  height: 10px;
}
button.buy-customer:before{
  position: relative;
  right: 5px;
  top: 5px;
  content: url('../images/buy-costomer.png');
  background-size: cover;
  width: 10px;
  height: 10px;
}
.buy-phone{
  position: relative;
}
button.buy-phone:before{
  position: absolute;
  left: 22px;
  top: 11px;
  background: url('../images/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;
  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;
  margin-right: 20px;
}
.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("../images/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: 60px;
    display: block;
    border-radius: 10px;
}
/*服务介绍*/
.product-introduce{
  margin-top: 60px;
}
.product-introduce h1{
  font-size: 32px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}
.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: 20px;
  color: #333333;
  letter-spacing: 0.56px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 6px;
}
.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: 520px;
  overflow: hidden;
  padding: 10px 0;
}
.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("../images/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;
}

/*其他服务*/
.other-banner{
  background: url("../images/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: #fff;
  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("../images/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;
}
.other-materials-box dt{
  padding: 0 96px 20px 84px;
  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("../images/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;
  /*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 22px 24px 0 rgba(44,46,48,0.09);
  border-radius: 12px;
  padding: 22px 0 22px 0;
  border: 1px solid #F6F6F7;
  /*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("../images/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("../images/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: 10px;
}
.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;
}
.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-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("../images/open-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 14px;
  cursor: pointer;
}
dl.active .product-question-toggle{
  background: url("../images/packUp-icon.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(../images/phone.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 16px;
  height: 16px;
}
.productToolInputE i.yanzheng{
  background: url(../images/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(../images/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%;
}
.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{
  width: 100%;
  background: url("../images/product-mess-bg.png") 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: 80px;
}
.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("../images/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("../images/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("../images/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(../images/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("../images/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('../images/buy-select3.png') no-repeat;
  background-size: cover;
}
.product-bugparam div.service ul .product-winner i{
  background: url('../images/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: 20px;
  padding-top: 20px;
  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;
}
/*帮助中心*/
.case_doe{
    width: 100%;
    margin: 0 auto;
}
.clearfix_lie{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;

}
.clearfix_lie .shiping{
    background: #444750;
    color: #fff;
    line-height: 35px;
    text-align: center;
}
.clearfix_lie .shiping .soier_vido{
    color: rgb(233 75 26);
}
.clearfix_lie li{
    width: 20.55555%;
    background: #fff;
    margin-top: 30px;
    padding: 10px;
    line-height: 1px;
    display: inline-block;
    margin-left: 20px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    transition: all .3s linear;
    pointer-events: auto;
}
.clearfix_lie li:hover{
    color: #0052d9;
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
    border-color: transparent;
}
.clearfix_lie li div:nth-last-child(1){
    padding-top: 20px;
    padding-bottom: 15px;
}
.clearfix_lie li div a{
    text-align: right;
    display: block;
    width: 100%;
}
.clearfix_lie li div p{
    display: contents;
    
}
/*定制中心*/

/*帮助中心文章*/
.clearfix_lie li div img{
    width: 100%;
}
.content-right{
    width: 70%;
    background: #fff;
    box-shadow: 0 22px 24px 0 rgb(44 46 48 / 9%);
    padding: 20px;
    margin-bottom: 50px;
}
.content-left{
    width: 25%;
    height: fit-content;
    margin-left: 25px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 22px 24px 0 rgb(44 46 48 / 9%);
}
.content-left a img{
    width: 100%;
    padding-top: 10px;
}
.content-right .newsview img{
    width: 100%;
}
.new_til{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
}
.new_til h2{
    text-align: center;
}
.content_f{
    display: flex;
}
.true_te{
    width: 100%;
    display: flex;
    
}
.true_te img{
    width: 40%;
    border-radius: 0.06rem;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding-top: 0.76rem;
}
.true_te a{
    font-size: .14rem;
    line-height: 3.22rem;
    height: 0.44rem;
    margin-bottom: 0.1rem;
    color: #323232;
    font-weight: normal;
    padding-top: 0.06rem;
    margin-left: 14px;
}
.true_te p{
    position: relative;
    top: 55px;
    right: 94px;
    font-size: .14rem;
    font-weight: normal;
    line-height: .22rem;
    height: 0.22rem;
    color: #dcdcdc;
}
.newsview_sx{
    text-align: center;
}
.newsview_sx a{
    color: #8a8a8a;
    margin: 35px;
    display: inline-flex;
    background: #f3f5f7;
    border-radius: 0.42857143em;
    line-height: 3.28571429em;
    padding: 0 1em;
}
.product-bugparam div.service ul li a{
    color: #666666;
}
/*demo CSS*/

/*.image-list .cover{
    display: inline-block;
}*/

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #0000003d;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}
#pages{
    margin-bottom: 2.60416667vw;
    text-align: center;
    line-height: 30px;
}
#pages li{
    display: inline-block;
    margin: 0 5px 10px;
}
#pages li a{
    margin: 0 5px 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #333;
    width: 30px;
    height: 30px;
    padding: 0 0.15rem;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
}

#pages .disabled span{
    margin: 0 5px 10px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #333;
    width: 30px;
    height: 30px;
    padding: 0 0.15rem;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
}
#pages .active span{
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    padding: 0 0.15rem;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: block;
}
/*合作加盟*/
.jm_banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-color: #f3f6fe;
    z-index: -1111;
}
.jm_banner .jm_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 116px;
}
.jm_banner .jm_content p{
    font-size: 24px;
    line-height: 32px;
}
.jm_banner .jm_content .jm_btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 211px;
    height: 60px;
    transition: all .2s;
    background: #2254f4;
    cursor: pointer;
    border-radius: 75px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: 46px;
}
.jm_banner .jm_content .jm_btn p{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 22px;
    margin-left: 7px;
    position: relative;
}
.jm_banner .jm_content .jm_btn p svg{
    position: absolute;
    left: 18px;
    top: 11px
}
.jm_banner .jm_content .jm_title{
    font-family: Source Han Sans SC,Microsoft YaHei,Arial,Verdana,Sans-serif;
    font-style: normal;
    font-weight: 900;
    padding: 10px 0;
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 20px;
    background: linear-gradient(89.91deg,#2455fc 6.79%,#9e5bf4 90.65%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.jm_module{
    width: 100%;
}
.jm_module .jm_container{
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.jm_module .jm_container h3{
    font-size: 24px;
    line-height: 24px;
    color: #212326;
    text-align: center;
}
.jm_module .jm_container .jm_advantage{
    padding-top: 60px;
    padding-bottom: 60px;
    zoom: 1;
    margin: 0 -12px;
}
.jm_module .jm_container .jm_advantage li{
    width: 19%;
    padding: 0 12px;
    box-sizing: border-box;
    display: inline-block;
}
.jm_module .jm_container .jm_advantage li>.jm_inner{
    height: 286px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 10px;
}
.jm_module .jm_container .jm_advantage li>.jm_inner:hover{
    cursor:pointer;
    transform:translate(0,-20px);
    transition: all .8s;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header{
    background:url("../images/jm_bg.png") no-repeat;
    background-size:cover;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_ms{
    backdrop-filter: blur(4px);
    padding-top: 34px;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header h4{
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-family: Source Han Sans SC,Microsoft YaHei,Arial,Verdana,Sans-serif;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_icon_c{
    background-image: url(../images/cp.svg);
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_icon_f{
    background-image: url(../images/fw.svg);
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_icon_p{
    background-image: url(../images/px.svg);
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_icon_y{
    background-image: url(../images/yx.svg);
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_icon_s{
    background-image: url(../images/sc.svg);
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_header .jm_icon{
    display: block;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    background-size: contain;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_feature{
    padding-top: 18px;
    padding-left: 40px;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_feature p{
    color: #77828c;
    font-size: 13px;
    line-height: 13px;
    padding-top: 12px;
    padding-left: 14px;
    position: relative;
}
.jm_module .jm_container .jm_advantage li>.jm_inner .jm_feature p:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #74b1ef;
    position: absolute;
    top: 16px;
    left: 0;
}

.jm_module .jm_container .jm_wrap{
    height: 460px;
    background: url(../images/jm_bg2.png),linear-gradient(94.74deg,#d34be9 -.15%,#fa7e63);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin-top: 30px;
    padding: 0 80px 0px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jm_module .jm_container .jm_wrap .jm_texte{
    background: #ffffff38;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(0deg,#fff0,#ffffff00);
    border: 1px solid #fff0;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff0;
    border-radius: 10px;
    padding: 20px;
}
.jm_module .jm_container .jm_wrap .jm_texte span{
    font-size: 48px;
    line-height: 63px;
    color: #fff;
    padding-bottom: 30px;
    display: block;
}
.jm_module .jm_container .jm_wrap .jm_texte p{
    width: 636px;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
    text-align: justify;
}
.jm_module .jm_container .jm_wrap .jm_img{
    width: 523px;
    margin-top: -28px;
    overflow: hidden;
    position: relative;
    left: 80px;
}
.jm_module .jm_container .jm_wrap .jm_img img{
    width:100%;
}
.jm_cooperation{
    height: 413px;
    background: #f7f8fa;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
}
.jm_cooperation .jm_cooperation_texte{
    font-weight: 600;
    margin: 74px auto 77px auto;
    font-size: 36px;
    line-height: 32px;
    text-align: justify;
    color: #000
}
.jm_cooperation .jm_cooperation_content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jm_cooperation .jm_cooperation_content li img{
    width: 92px;
}
.jm_cooperation .jm_cooperation_content li p{
    font-size: 20px;
    line-height: 22px;
    text-align: justify;
    color: #33383e;
    margin-top: 20px;
}
.jm_cooperation .jm_cooperation_content svg{
    margin-left: 70px;
    margin-right: 76px;
    margin-bottom: 55px;
}
/*案例中心*/
.anli_home_w{
    background:linear-gradient(to bottom,#fa525f, #f3507c);
    width: 100%;
    height: 360px;
}
.anli_home_w .anli_home{
    width: 100%;
    margin: 0 auto;
    background: url(../images/anli_bg.png)no-repeat;
    background-size: 100% 100%;
    height: 360px;
    display: flex;
}
.anli_home_w .anli_home .anli_bg{
    background: #fff0;
    backdrop-filter: blur(50px);
    width: 100%;
}
.anli_home_w .anli_home .anli_bg .anli_texte{
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content:center;
    align-items:center;
}
.anli_home_w .anli_home .anli_bg .anli_texte h2{
    font-size: 70px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: -3.8rem;
    font-weight: bold;
    background: linear-gradient(55deg,#0081ef 6.79%,#14ff88 90.65%);
    color: transparent;
    -webkit-background-clip: text;
}
.anli_home_w .anli_home .anli_bg .anli_texte h2 p{
    margin-top: 18px;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 17px;
    font-weight: bold;
}
.Menubox{
	display: flex;
    justify-content: center;
    padding: 80px 0px 80px 0px;
}
.Menubox .right{
	width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Menubox .left{
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Menubox li{
	background: #fff;
    padding: 0 30px 30px 30px;
    border-radius: 20px;
    color: #585E81;
    cursor: pointer;
	display: block;
}
.Menubox .anli_shiop .hover{
	color: #fff;
    background: #FF7E56;
}
.Menubox .anli_shiop .anli_top{
	display: flex;
    align-items: center;
}
.Menubox .anli_shiop .anli_top img{
	width: 80px;
    height: 80px;
    transform: translateY(-25px);
}
.Menubox .anli_shiop .anli_top .anli_title{
	font-size: 22px;
    line-height: 31px;
    font-weight: bold;
    margin-left: 16px;
    padding: 0;
}
.Menubox .anli_shiop .anli_desc{
	font-size: 14px;
    line-height: 24px;
}
.Menubox .anli_shiop .hover .anli_desc_content{
	display:block;
}
.Menubox .anli_shiop .anli_desc_content{
	display: none;
}
.Menubox .anli_shiop .hover .code{
	display:block;
}
.Menubox .anli_shiop .code{
	width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}
.Contentbox{
    margin: 0 68px;
    width: 364px;
    height: 760px;
    filter: drop-shadow(0px 0px 50px #D8E1EF);
    animation: run 0.5s;
    opacity: 1;
}
#one2{
	margin-top: 105px;
}
#one4{
	margin-top: 105px;
}
.Contentbox div{width: 600px;height: 100px;margin: auto;}
.anli_a{
    width: 100%;
    background: #fff;
    padding: 80px 0;
}
.anli_a h2{
    font-size: 30px;
    line-height: 42px;
    color: #3B426B;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
.anli_a .anli_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
}
.anli_a .anli_box .anli_excellent{
    width: 380px;
    height: 330px;
    border-radius: 10px;
    cursor: pointer;
}
.anli_a .anli_box .anli_excellent .anli_main{
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 30px rgb(26 58 129 / 4%);
    box-sizing: border-box;
    border-radius: 10px;
}
.anli_a .anli_box .anli_excellent .anli_main .anli_avatar{
    width: 160px;
    height: 80px;
    margin: 45px auto;
    display: block;
}
.anli_a .anli_box .anli_excellent .anli_main .anli_bottom{
    border-top: 1px solid #EFEFEF;
    padding: 16px 30px 20px 30px;
}
.anli_a .anli_box .anli_excellent .anli_main .anli_bottom .anli_title{
    color: #3B426B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 0;
    text-align: left;
}
.anli_a .anli_box .anli_excellent .anli_main .anli_bottom .anli_desc{
    color: #585E81;
    font-size: 14px;
    line-height: 24px;
}
.anli_a .anli_box .anli_excellent .anli_main .anli_bottom .anli_footer{
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #585E81;
    background: #fff;
}
.anli_a .anli_box .anli_excellent .anli_code{
    display: none;
    background: #FF7E56;
    border-radius: 10px;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}
.anli_a .anli_box .anli_excellent .anli_code img{
    width: 146px;
    height: 146px;
    display: block;
    margin: 0 auto;
}
.anli_a .anli_box .anli_excellent .anli_code .anli_look{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 48px;
}
.anli_a .anli_box .anli_excellent:hover .anli_main{
    display: none;
}
.anli_a .anli_box .anli_excellent:hover .anli_code {
    display: block;
}