﻿p {
    margin-bottom:0;
    line-height: 1.2;
}

.content_form{
    position: relative;
    margin-top: -83px;
    padding:32px 0;
    background: #fff;
    box-shadow: 0 0 16px 0 hsl(0deg 0% 0% / 6%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.form-title img{
    width: 75px;
    margin: 17px 0;
}

.form-box{
    height: 48px;
    border: 2px solid #4974F5;
    box-sizing: border-box;
}
.form-item{
    position: relative;
    float: left;
    height: 24px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 0;
    border-right: 1px solid #D4D4D7;
}

.form-item img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    position: relative;
    top:0px;
    left: 24px;
}
.form-item select{
    /*width: 134.5px;*/
    height: 25px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #8C8C8C;
    border: none;
    margin-left: 30px;
    text-indent: each-line;
    /*padding-right: 15px;*/
    appearance: auto;
    -moz-appearance: none;
    -webkit-appearance: auto;
}
.form-select{
    padding-right: 12px;
}
.form-item select option{
    margin-left: inherit;
    color: #666;
    padding: 0 5px;
    direction: inherit;
}
.form-item input{
    width: 134.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-family: Microsoft YaHei;
    text-indent: 8px;
    /*color: #8C8C8C;*/
    margin-left: 22px;
}
.get-code{
    width: 76px;
    height: 28px;
    background: rgba(73,116,245,0.1);
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #4974F5;
}
.form_message{
    width: 1120px;
}
.form_message .sub-btn{
    width: 130px;
    height: 48px;
    background: #4974F5;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 2px;
    float: right;
}
.div-code{
    width: 233px;
    display: flex;
    align-items: center;

}
.div-code input{
    width: 110px;
}

.common-title {
    font-size: 28px;
    color: #333333;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
}
.common-title::before {
    position: absolute;
    left: 34.2%;
    content: "";
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(/themes/wooolab/assets/imgs/6j9t6c4dt4s0000.png);
}
.common-title::after {
    position: absolute;
    content: "";
    right: 34.2%;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(/themes/wooolab/assets/imgs/8r6gs40esjc0000.png);
}
.common-title-fff {
    font-size: 36px;
    color: #fff;
    position: relative;
}
.common-title-fff::before {
    position: absolute;
    content: "";
    left: -88px;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(/themes/wooolab/assets/imgs/5rjcjvgrb7g0000.png);
}
.common-title-fff::after {
    position: absolute;
    content: "";
    right: -88px;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(/themes/wooolab/assets/imgs/aame3jtpuwc0000.png);
}
.option-business-address{
    line-height: 1;
}
.option-business-address>span {
    font-size: 16px;
    margin-left: 12px;
    margin-top: 2px;
}
.option-form{
    padding-bottom: 16px;
}

.adress-label1 {
    margin-left: 12px;
}

.adress-label2 {
    margin-left: 24px;
}

.adress-label1 input,
.adress-label2 input {
    margin-right: 8px;
}


.jydt {
    width: 50%;
    color: #555555;
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
    line-height: 22px;
    float: left;
    margin-left: 345px;
}
.jydt .title {
    color: #222222;
    font-weight: 700;
}

.jydt .num1 {
    color: #00B365;
    font-weight: bold;

}

.jydt .num2 {
    color: #EC5330;
    font-weight: bold;
}
.hlw-check-agree{
    margin-top: 20px;
    margin-bottom: 0px;
    justify-content: flex-end;
}
/*增值电信许可证热销商品*/
.content-one{
    width: 100%;
    background: #FFFFFF;
    cursor: pointer;
}
.content-one-all{
    padding:40px 0 44px;
}
.content-one-all h2{
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    line-height: 48px;
    text-align: center;
}
.hot-goods{
    padding-top: 40px;
}
/*.hot-goods-ul{*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
/*}*/
.hot-goods-ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px;
    column-gap: 16px;
}
.hot-goods-ul li{
    width: 591px;
    height: 363px;
    background: #FFFFFF;
    box-shadow: 4px 0 16px 0 #00000017;
    transition: all 0.3s;
}

.hot-goods-ul li:hover{
    box-shadow: 0 4px 12px 0 #4974f54d;
    z-index: 10;
}

.hot-goods-ul li:hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1px solid #98acff;
    border-bottom: 1px solid #98acff;
    z-index: 6;
    left: 0;
    bottom: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}
.hot-goods-ul li:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid #98acff;
    border-right: 1px solid #98acff;
    z-index: 6;
    right: 0;
    top: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}
.hot-goods-ul li:hover>div:last-child div:last-child:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hot-goods-u li:hover .hot-right-top>p{
    color: #4974F5;
}
.hot-goods-ul li:nth-child(2n-1){
    margin-left: 0px;
}
.hot-left-img{
    height: 352px;
    background: ghostwhite;
}
.hot-left-img img{
    width: 253px;
}
.hot-right-text{
    width: 338px;
    height: 299px;
    background: #FFFFFF;
}
.strong-font{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.hot-description{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    padding-top: 14px;
}
.strong-font-min{
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    padding-top: 22px;
    padding-bottom: 10px;
}
.hot-right-top{
    width: 338px;
    height: 299px;
    padding: 24px;
    line-height: 1;
}

.hot-serial:not(:first-of-type){
    margin-top: 14px
}
.hot-serial{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    margin-bottom: 13px;
}
.hot-serial img{
    width: 12px;
    margin-right: 8px;
}
.hot-btn{
    background: #F3F3F3;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 64px;
    transition: all .3s;
}
.hot-goods-ul li:hover .hot-btn {
    color: #fff;
    background-color: #4974F5;
    transition: all .3s;
}
/*.hot-btn:hover{*/
    /*color: #fff;*/
    /*background-color: #4974F5;*/
    /*transition: all .3s;*/
/*}*/
/*样本案例*/
.sample-case{
    padding: 64px 0;
    background: url("/themes/wooolab/assets/imgs/sample-bg.png")no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.hlw-case-title{
    padding-bottom: 40px;
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.hlw-case-list ul{
   display: flex;
   flex-wrap: wrap;
}
.hlw-case-list ul li:not(:first-of-type) {
    margin-left: 16px;
}
.hlw-case-list ul li{
    width: 278px;
    margin-left: 0px;
    transition: all .3s;
}
.hlw-case-list ul li img{
    width: 100%;
    box-shadow: 4px 4px 10px 0 #00000014;
}
.hlw-case-list>ul li:hover {
    transform: translateY(-10px);
}
/*应用场景*/
.hlw-scene{
   padding: 64px 0;
    background: #F5F7FA;
    cursor: pointer;
}
.scene-box ul{
    height: 99px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
}
.scene-box ul li{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #222222;
    text-align: center;
    width: 80px;
    margin-left: 64px;
    position: relative;
    top: 2px;
}

.scene-box ul li:not(:first-child){
    margin-left: 118.5px;
}
.scene-box ul li img{
    width: 40px;
}
.scene-check{
  border-bottom:3px solid #4974F5;

}
.scene-check>p{
    color:#4974F5;
}
.scene-img-text{
    padding-top: 16px;
}
.scene-hid{
    height: 490px;
    display: none;
    margin-top: 29px;
}
.scene-hid-hover{
   display: block;
}
.scene-f-img{
    width: 740px;
     padding: 20px;
    background-color: #fff;
}
.scene-f-img img{
    width: 100%;
}
.scene-r-text{
    width: 438px;
    height: 490px;
    padding: 28px;
    background: #FCFDFF;
    box-shadow: 0 -1px 12px 0 #00000014;
    position: relative;
}
.scene-r-font1{
    font-size: 18px;
    color: #333333;
    line-height: 1;
}
.scene-r-font2{
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.scene-r-font3{
    font-size: 14px;
    color: #666666;
    line-height: 20px;

}
.scene-two-top>.scene-r-font3{
    line-height: 21px;
}
.scene-r-font4{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 1;
}
.scene-line1{
    padding-bottom: 14px;
}
.scene-line2{
    padding-bottom: 11px;
}
.scene-line4{
    padding-bottom: 9px;
}
.scene-padding1{
    padding-bottom: 26px;
}
.scene-padding2{
    padding-bottom: 18px;
}

.scene-two-top{
    margin:12px 0;
}
.scene-line-two{
    padding-bottom: 10px;
}

.scene-btn{
    width: 382px;
    height: 64px;
    background: #4974F5;
    box-shadow: 0 -2px 12px 0 #00000017;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
}
.padding-btn1{
    position: absolute;
    bottom: 28px;
}
/*提供以下服务*/
.hlw-service{
    padding: 64px 0;
    background: url("/themes/wooolab/assets/imgs/service-bg.png")no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.hlw-service ul{
    display: flex;
    flex-wrap: wrap;
}
.hlw-service-list ul li{
    width: 378px;
    height: 288px;
    margin: 0 0 15px 15px;
    background: #FFFFFF;
    transition: all .3s;
}
.hlw-service-list ul li:hover{
    transform: translateY(-10px);
}
.hlw-service-list ul li:hover .service-btn{
    box-shadow: 0 4px 12px 0 #4974f54d;
    background: #4974F5;
    color: #fff;
    transition: all .3s;
}
.hlw-service-list ul li:nth-child(3n-2){
    margin-left: 0;
}
.hlw-service-in{
    padding:0 24px 24px 24px;
}
.hlw-service-top{
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 0;
}
.hlw-service-top img{
    width: 64px;
}
.service-line{
    width: 342px;
    height: 1px;
    opacity: 0.34;
    background: #D9D9D9;
}
.hlw-service-center{
    width: 342px;
    height: 101px;
    opacity: 0.97;
    background-image: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%);
    border-radius: 4px;
    margin: 16px 0;
}
.service-center-list{
    padding: 22px 0 0 48px;
}
.w100{
    width: 100px;
}
.w100:nth-child(2n-1){
    margin-left: 0px;
}

.service-text-drop{
    display: flex;
    align-items: center;
    margin-left: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
}

.drop{
    background: #4974F5;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: block;
    margin-right: 8px;
}
.service-btn{
    width: 342px;
    height: 50px;
    background: #EFF3FF;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #4974F5;
}

.service-btn:hover{
    box-shadow: 0 4px 12px 0 #4974f54d;
    /*background: #4974F5;*/
    /*color: #fff;*/
    transition: all .3s;
}
.mleft{
    margin-left: 45px;
}
.service-three{
    padding: 31px 48px;
    display: flex;
    font-size: 14px;
    color: #666666;
}
.service-three-drop{
    position: relative;
    margin-top: 7px;
    width: 5px;
}
.service-four{
   margin-left: 0;
}
.service-six-drop{
    position: relative;
    margin-top: 7px;
    width: 8px;
}
/*申请难点*/
.difficulty{
   padding: 64px 0;
    background-color: #f8f8f8;
}
.difficulty-title{
    padding-bottom: 5px;
}
.difficulty-description{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    text-align: center;
}
.difficulty img{
    width: 1161px;
    margin-top: 25px;
}
/*常见问题 ∧ ∨*/
.questions {
    padding: 64px 0;
    background: url(/themes/wooolab/assets/imgs/44v14ga1lb40000.png)fixed;
    background-size: cover;
    background-position: top left;
}
.questions .bd {
    background: #ffffff;
    margin-top: 40px;
}
.questions .bd .item {
    border-bottom: 1px solid #97979730;
    padding: 32px;
}
.questions .bd .item:hover .info {
    max-height: 144px;
    transition: all 0.8s;
}
.questions .bd .item:hover .head .arrow {
    transform: rotate(180deg);
}
.questions .bd .item .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions .bd .item .head .l {
    display: flex;
    align-items: center;
}
.questions .bd .item .head .l img {
    width: 24px;
    height: 24px;
}
.questions .bd .item .head .l .title {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    margin-left: 8px;
}
.questions .bd .item .head .arrow {
    color: #3a3a3a;
    font-size: 16px;
    transition: all 0.8s;
}
.questions .bd .item .info {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 32px;
    max-height: 0;
    overflow: hidden;
}
.questions .btn {
    width: 320px;
    line-height: 56px;
    text-align: center;
    background: #4974f5;
    border-radius: 2px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    display: block;
}
.questions .btn:hover {
    box-shadow: 0 4px 20px 0 #5f82e9;
}
/*服务流程*/
.common-title1 {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.common-info1 {
    font-size: 16px;
    color: #999999;
    margin-top: 8px;
    text-align: center;
}
.process {
    background-color: #fff;
    padding: 64px 0;
}
.process .bd {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process .bd .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.process .bd .item:hover img {
    transform: translateY(-8px);
}
.process .bd .item:not(:last-of-type)::after {
    position: absolute;
    content: "";
    top: 56px;
    right: -103px;
    width: 64px;
    height: 2px;
    border-bottom: 1px dotted #979797;
}
.process .bd .item img {
    width: 126px;
    height: 115px;
    transition: all 0.3s;
}
.process .bd .item .process-num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #4974f5;
    border-radius: 100%;
    margin-top: 15px;
    font-size: 12px;
    color: #ffffff;
}
.process .bd .item .item-title {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    margin-top: 8px;
}
.process .btn {
    width: 270px;
    background: #4974f5;
    border-radius: 2px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 56px;
    margin: 0 auto;
    margin: 0 auto;
    margin-top: 48px;
    cursor: pointer;
    display: block;

}
.process .btn:hover {
    box-shadow: 0 4px 20px 0 #5f82e987;
}
/*顶呱呱服务承诺*/
.hlw-commit {
    padding: 64px 0;
    background: url(/themes/wooolab/assets/imgs/fcilcx7k2mw0000.png) no-repeat center;
    background-size: cover;
}
.hlw-commit .bd {
    width: 1200px;
    background: #fcfdff;
    box-shadow: 0 -1px 12px 0 #00000014;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 20px;
}
.hlw-commit .bd .item {
    padding: 32px 192px 32px 32px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s;
}
.hlw-commit .bd .item:hover {
    transform: translateY(-8px);
}
.hlw-commit .bd .item-title {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
}
.hlw-commit .bd .item-info {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 8px;
}
.hlw-commit .bd .item-btn {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
}
.hlw-commit .bd .item:hover .item-btn {
    color: #4974f5;
}
.hlw-commit .bd .item:nth-of-type(1) {
    background-image: url(/themes/wooolab/assets/imgs/cp0jct0r10g0000.png);
}
.hlw-commit .bd .item:nth-of-type(1):hover {
    background-image: url(/themes/wooolab/assets/imgs/3g1q1ybjy4e0000.png);
}
.hlw-commit .bd .item:nth-of-type(2) {
    background-image: url(/themes/wooolab/assets/imgs/97sjhjanu7s0000.png);
}
.hlw-commit .bd .item:nth-of-type(2):hover {
    background-image: url(/themes/wooolab/assets/imgs/abrop6r73yg0000.png);
}
.hlw-commit .bd .item:nth-of-type(3) {
    background-image: url(/themes/wooolab/assets/imgs/83oyqa5jzgo0000.png);
}
.hlw-commit .bd .item:nth-of-type(3):hover {
    background-image: url(/themes/wooolab/assets/imgs/b016ild9f8k0000.png);
}
.hlw-commit .bd .item:nth-of-type(4) {
    background-image: url(/themes/wooolab/assets/imgs/4rds4qf4sfw0000.png);
}
.hlw-commit .bd .item:nth-of-type(4):hover {
    background-image: url(/themes/wooolab/assets/imgs/c9fvta668tc0000.png);
}

.form-item input {
    border: none;
}
.form-item {
    width: auto!important;
}
.form-select {
    border: none;
    padding: 0;
}
.get-code {
    outline: none;
    border: none;
}
.sub-btn {
    outline: none;
    border: none;
}
.tk_begin, .tk_text {
    font-size: 12px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
