
.form-warp{
    background-image: linear-gradient(312deg, rgb(22, 214, 227) 0%, rgb(74, 84, 242) 100%);
    padding: 20px 0 80px 0;
}
.form-warp .textbox{
    padding: 50px 0 40px 0;
}
.form-warp .textbox h1{
    line-height: 70px;
    height: 70px;
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 5px;
}
.form-warp .textbox h2{
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
}
.form-warp .form-box{
    height: 80px;
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.2);
    padding: 15px;
}
.form-warp .form-box .input-box{
    float: left;
    position:relative;
    margin-left: 10px;
    background-color: #fff;
}
.form-warp .form-box .input-box:first-child{
    margin-left: 0;
}
.form-warp .form-box .input-box.select-box:after{
    content: '';
    width: 30px;
    background: url(../images/frame.png) no-repeat right 14px center;
    display: block;
    float: left;
    height: 50px;
}
.form-warp .form-box .input-box .inp-tit{
    float: left;
    color: #999999;
    line-height: 50px;
    height: 50px;
    background-color: #FFFFFF;
    padding-left: 15px;
}
.form-warp .form-box .input-box .input-inline{
    float: left;
    width: 90px;
}
.form-warp input {
    height: 50px;
    border: 0;
    line-height: 50px;
    float: left;
    font-size: 14px;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    color: #000;
}
.buy-sub-btn{
    height: 50px;
    float: left;
    width: 121px;
    margin-left: 10px;
    text-align: center;
    display: block;
    background-color: #FFB800;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    transition: all 0.4s;
}
.buy-sub-btn:hover{
    background-color: #BF8A00;
}

/*城市选择框*/
.citylist-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 630px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .citylist-box{
    display: block;
}
.citylist-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.citylist-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.citylist-box .listbox .box-tit{
    padding: 5px;
}
.citylist-box .listbox .lbbox span{
    padding: 5px 10px 5px 10px;
    background-color: #f5f5f5;
    float: left;
    margin: 5px;
    cursor: pointer;
    color: #000;
}
.citylist-box .listbox .lbbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*行业选择框*/
.tradelist-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 640px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .tradelist-box{
    display: block;
}
.tradelist-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.tradelist-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.tradelist-box .listbox span{
    padding: 5px 10px 5px 10px;
    background-color: #f5f5f5;
    float: left;
    margin: 5px;
    cursor: pointer;
    color: #000;
}
.tradelist-box .listbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*注册时间选择框*/
.registrationtimelist-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 170px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .registrationtimelist-box{
    display: block;
}
.registrationtimelist-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.registrationtimelist-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.registrationtimelist-box .listbox span{
    display: block;
    width: 100%;
    padding: 0 20px 0 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.registrationtimelist-box .listbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*企业类型选择框*/
.nature-list-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 170px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .nature-list-box{
    display: block;
}
.nature-list-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.nature-list-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.nature-list-box .listbox span{
    display: block;
    width: 100%;
    padding: 0 20px 0 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.nature-list-box .listbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*注册资金选择框*/
.capitallist-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 170px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .capitallist-box{
    display: block;
}
.capitallist-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.capitallist-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.capitallist-box .listbox span{
    display: block;
    width: 100%;
    padding: 0 20px 0 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.capitallist-box .listbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*字号字数选择框*/
.word-num-list-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 170px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .word-num-list-box{
    display: block;
}
.word-num-list-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.word-num-list-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.word-num-list-box .listbox span{
    display: block;
    width: 100%;
    padding: 0 20px 0 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.word-num-list-box .listbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*字号包含字选择框*/
.word-list-box{
    z-index: 40;
    position: absolute;
    height: 260px;
    width: 560px;
    bottom: -260px;
    left: 0;
}
.select-box.hover .word-list-box{
    display: block;
}
.word-list-box .jt{
    height: 15px;
    width: 100%;
    background-image: url(/public/home/images/jt1.png);
    background-repeat: no-repeat;
}
.word-list-box .listbox{
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 15px;
}
.word-list-box .listbox span{
    padding: 5px 10px;
    background-color: #f5f5f5;
    float: left;
    margin: 5px;
    color: #000;
    cursor: pointer;
}
.word-list-box .listbox span:hover{
    background-color: #00a0e9;
    color: #fff;
}

/*公司列表*/
.list-tit-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.list-tit-box .list-tit {
    font-size: 20px;
    color: #2C2E3C;
    border-left: 4px solid #136ef5;
    height: 26px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 20px;
}
.list-tit-box a{
    display: flex;
    align-items: center;
    height: 26px;
}
.list-tit-box a img{
    margin-left: 10px;
}
.com-list{
    width: 1200px;
    margin: 30px auto 20px;
}
.com-list ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    flex-flow: wrap;
}
.com-list ul li {
    width: 392px;
    background: #fff;
    margin-bottom: 15px;
    margin-right: 12px;
}
.com-list ul li:nth-child(3n){
    margin-right: 0;
}
.com-list ul li:hover{
    -webkit-box-shadow: 0 19px 38px 0 rgba(1, 33, 65, 0.07);
    box-shadow: 0 19px 38px 0 rgba(1, 33, 65, 0.07);
}
.com-list ul li a{
    display: block;
    width: 100%;
    padding: 20px;
}
.com-list ul li .com-tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 244px;
    display: inline-block;
    line-height: 18px;
}
.com-list ul li .com-con{
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}
.com-list ul li .com-con .con-item{
    float: left;
    width: 116px;
    height: 50px;
    margin-right: 1px;
}
.com-list ul li .com-con .con-item:nth-child(3n){
    margin-right: 0;
}
.com-list ul li .com-con .con-item .label-tie{
    font-size: 12px;
    color: #BBBBBB;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}
.com-list ul li .com-con .con-item .label-val{
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -2px;
    width: 110px;
}
.com-list ul li .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.com-list ul li .bottom .price {
    font-size: 24px;
    font-weight: bold;
    color: #FF6F10;
    height: 38px;
    line-height: 38px;
}
.com-list ul li .bottom .zx-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background: #fff;
    border: 1px solid #3573EC;
    font-size: 16px;
    color: #3573EC;
    width: 112px;
    height: 38px;
    border-radius: 4px;
}
.com-list ul li .bottom .zx-btn:hover{
    background: #3573EC;
    color: #fff;
}
.com-list ul li .bottom .zx-btn img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*登录框*/
.login-box-a {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    display: none;
}
.login-box {
    z-index: 19891016;
    width: 420px;
    padding: 23px 23px 5px 23px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}
.login-box .login_telephone {
    height: 50px;
    position: relative;
}
.login-box .login_telephone img {
    position: absolute;
    left: 16px;
    top: 11px;
    z-index: 1;
}
.login-box .login_telephone input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #ededed;
    padding-left: 55px;
}
.login-box .check_num {
    position: relative;
    margin-top: 20px;
}
.login-box .check_num img {
    position: absolute;
    left: 16px;
    top: 11px;
    z-index: 1;
}
.login-box .check_num .msg_text {
    float: left;
    width: 234px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #ededed;
    padding-left: 55px;
    display: inline-block;
}
.login-box .check_num .get_num {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border: none;
    width: 120px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #0E7DE6;
    color: #fff;
    cursor: pointer;
}
.login-box .login_btn input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #0E7DE6;
    color: #fff;
    font-size: 20px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.login-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: #c1c1c1;
}
.cha {
    width: 20px;
    height: 20px;
    margin: auto;
    position: relative;
}
.cha::before, .cha::after {
    content: "";
    position: absolute;
    height: 17px;
    width: 2px;
    top: 4px;
    right: 9px;
    background: #7d7d7d;
}
.cha::before {
    transform: rotate(45deg);
}
.cha::after {
    transform: rotate(-45deg);
}

/*起名注意事项*/
.other-warp{
    margin-top: 30px;
}
.other-warp .t1{
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.other-warp .t2{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
    font-size: 16px;
    color: #b2b2b2;
}
.t2_2 {
    display: flex;
    margin: auto;
    padding-bottom: 0px;
    width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.t2_2 > li {
    margin-bottom: 30px;
    margin-top: 15px;
    width: 258px;
    height: 300px;
    border-radius: 0px;
    border: 0px solid #f1f1f1;
    background: #FFf;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    list-style-type: none;
    transition: all .3s;
}
.t22_1 > p {
    margin: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.t22_1 > p:nth-child(1) {
    padding-top: 30px;
    padding-bottom: 10px;
}
.t22_1 > p:nth-child(2) {
    padding-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.t22_1 > p:nth-child(3) {
    color: #333;
    font-size: 14px;
    text-align: left;
    letter-spacing: 2px;
}

/*起名结果页*/
.qmc-list-b .namelist{
    width: 1200px;
    margin: 0 auto;
}
.qmc-list-b .namelist .qmli{
    width: 563px;
    float: left;
    margin-left: 15px;
    padding-left: 10px;
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    background-color: #eeeeee;
}
.qmc-list-b .namelist .qmli .qmli-name-b{
    float:left;
    width:278px;
    overflow:hidden;
    height:45px;
}
.qmc-list-b .namelist .qmli .qmli-name-b .zi11 {
    font-weight:bold;
    font-size:18px;
    color: #00CD00;
}
.qmc-list-b .namelist .qmli .qmli-right{
    float: right;
    line-height: 45px;
}
.qmc-list-b .namelist .qmli .qmli-right .zi2{
    width: 48px;
    float: left;
    font-size: 14px;
}
.layui-input-inline{
    width: 50px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
}

.layui-progress {
    position: relative;
    border-radius: 20px;
    background-color: #e2e2e2;
    width: 50px;
    height: 10px;
    margin-top: 18px;
}
.layui-progress-bar{
    border-radius: 20px;
    background-color: rgb(0, 205, 0);
    height: 10px;
}
.layui-btn {
    height: 34px;
    line-height: 34px !important;
    padding: 0 14px;
    background-color: #00CD00;
    color: #fff;
}