label{font-weight:normal;}
.join-box {
    background: url(../images/joinbg.jpg) no-repeat;
    background-position-x: center;
    padding: 100px 0 0;
    height: 623px;
}

.join-box .login {
    background: #fff;
    width: 380px;
    /* height: 400px; */
    padding: 35px 30px 57px;
    margin-right: 135px;
}

.join-box .login h2 {
    text-align: center;
    font-size: 20px;
}

.join-box .phone-text, .join-box .code-text, .register-box input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfe1e6;
    padding-left: 0;
}

.join-box .code-text {
    width: 45%;
}

.join-box input {
    font-size: 16px;
}

.join-box .code {
    font-size: 14px;
    color: #1a1a1a;
    border: 1px solid #717171;
    font-weight: bold;
}

.join-box .code:hover {
    color: #0042af;
    border: 1px solid #0042af;
}

.join-box .checkbox {
    text-align: right;
}

.join-box .checkbox input {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}

.join-box .checkbox {
    height: auto;
}

.join-box .checkbox td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.join-box .checkbox input:checked {
    background: #0042af url("../images/join_checkbox.png") no-repeat center;
    border: 1px solid #0042af;
}

.join-box .checkbox label {
    cursor: pointer;
    font-weight: bold;
    margin-left: 8px;
}

.join-box tr:last-child {
    height: auto;
}

.join-box tr:last-child td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.join-box tr:last-child a {
    font-size: 14px;
    color: #666;
}

.join-box tr:last-child a:hover {
    color: #0042af;
}

/* 注册 */
.register-box {
    background: url(../images/registerbg.jpg) no-repeat;
    background-position-x: center;
    padding: 0;
    height: 723px;
    display: flex;
	margin-top:5%;
}

.register-box .w1400 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-box .login {
    padding: 45px 65px 35px;
    width: 80%;
    height: auto;
    
}

.register-box h2 {
    font-size: 34px;
    text-align: left;
	margin-bottom:15px;
}

.register-box input {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    height: 45px;
    padding: 0 12px;
    width: calc(100%);
}

.code-label td {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.code-label input {
    width: 58%;
}

.code-label a {
    display: inline-block;
    line-height: 36px;
   width: 155px; 
    margin-left: 9px;
    padding: 0;
    text-align: center;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.register-box tr {
    height: 60px !important;
    vertical-align: initial;
}

.register-box tr:last-child {
    height: auto !important;
    text-align: right;
}

.register-box tr:last-child td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.register-box tr:last-child span {
    color: #969696;
}

.register-box tr:last-child a {
    color: #666;
}

.register-box tr:last-child a:hover {
    color: #0042af;
}

.register-box .phone-label td {
    border: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
}

.register-box .phone-label input {
    border: 0;
    width: 62%;
    padding-left: 0;
}

.register-box .loginbtn {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: #b7c3f3;
    height: 60px;
	line-height:60px;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.register-box .loginbtn:hover {
    color: #fff;
    background: #0042af;
    border: 1px solid #0042af;
}

.name-label td {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-label input:first-child {
    margin-right: 12px;
}

/* 数据清单 */
.dataList-box {
    background: #f6f8fa;
    padding: 65px 0 90px;
}



.dataList-box .left {
    width: 27%;
    float: left;
}

.dataList-box .w1400 > h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 12px;
}

.dataList-box .w1400 .line {
    background: #0042af;
    width: 40px;
    height: 3px;
    display: block;
}

.dataList-box .left {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.dataList-box .content {
    margin-top: 42px;
    float: left;
    width: 100%;
}

.dataList-box .left a {
    position: relative;
    line-height: 55px;
    padding: 0 33px 0 40px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.dataList-box .left a:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 0;
    background: #0042af;
    transition: all 0.4s;
}

.dataList-box .left a.active:before {
    opacity: 1;
    height: 35px;
}

.dataList-box .left a:last-child {
    border-bottom: 0;
}

.dataList-box .left a.active {
    background: url(../images/join_icon.png) no-repeat center right 33px;
}

.dataList-box .left a img {
    opacity: 0;
    position: relative;
    right: -20px;
    transition: all 0.3s;
}

.dataList-box .left a.active img {
    opacity: 1;
    right: 0;
}

.dataList-box .left a:hover:before {
    opacity: 1;
    height: 35px;
}

.dataList-box .right {
    background: #fff;
    width: calc(72% - 118px);
    float: right;
    border: 1px solid #e5e5e5;
    padding: 33px 33px 73px 33px;
}

.dataList-box .right > h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 17px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
}

.dataList-box .right .cont {
    margin: 0;
}

.dataList-box .tb {
    line-height: 40px;
    background: #f6f8fa;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.dataList-box .con ul {
    border-bottom: 1px solid #e5e5e5;
}

.dataList-box .tb ul, .dataList-box .con ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
}

.dataList-box .con ul a:hover {
    background: #0042af;
    color: #fff !important;
}

.dataList-box .con ul a:hover li {
    color: inherit;
}

.dataList-box .con {
    font-size: 14px;
    color: #666;
}

.dataList-box .tb ul li {
    width: calc(100% / 4);
}

.dataList-box .con ul li {
    padding: 15px 0;
    color: #666;
    width: calc(100% / 4);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataList-box .con ul li:nth-child(1) {
    text-align: left;
}


.dataList-box .con ul li:nth-child(4),.dataList-box .tb ul li:nth-child(4) {
    text-align: right;
}

.dataList-box .back {
    display: flex;
    align-items: center;
}

.dataList-box .back img {
    margin-right: 22px;
}

.dataListDetail {
    padding: 37px 45px 45px 45px;
}

.dataListDetail > h2 {
    padding-bottom: 23px !important;
    margin-bottom: 28px !important;
}

.dataListD {
    padding-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
}

.dataListD ul li {
    display: flex;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.dataListD ul li span {
    color: #969696;
}

.dataListD ul li:nth-child(2) div {
    width: 90%;
}

.dataListD ul li:last-child {
    margin-bottom: 0;
}

.dataListDetail .backBtn {
    margin: 35px auto 0;
    background: #0042af;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 130px;
    border-radius: 20px;
    display: block;
    transition: all 0.4s;
}

.dataListDetail .backBtn:hover {
    opacity: .8;
}

/* 分页 */
.page {
    margin-top: 50px;
}

/* 问题提交 */
.question label, .question .layui-form-fuwu {
    width: 100%;
    color: #666;
    margin-bottom: 20px;
    line-height: 38px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.question label span i, .question label p i, .question .layui-form-fuwu span i, .question .layui-form-fuwu p i {
    color: #da0000;
}

.question label input, .question label textarea, .question .layui-form-fuwu input, .question .layui-form-fuwu textarea {
    line-height: 38px;
    border: 1px solid #c4c4c4;
    padding: 0 15px;
    width: calc(100% - 192px);
    color: #333;
}

.question label textarea, .question .layui-form-fuwu textarea {
    height: 155px;
    font-family: '微软雅黑';
}

.question label .layui-form-item, .question .layui-form-fuwu .layui-form-item {
    width: calc(100% - 160px);
    margin-bottom: 0;
}

.question .layui-form-select dl dd.layui-this {
    background: #0042af;
}

.question .layui-form input {
    width: 100%;
}

.question .zuhe {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question .zuhe .layui-form-item {
    width: calc(50% - 27px / 2);
}

.question .type .layui-form-item {
    width: 39%;
}

.question .btn {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
}

.question .layui-btn {
    background-color: #0042af;
    min-width: 116px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.question .layui-btn-primary {
    background: #c2c2c2;
    border: 1px solid #c2c2c2;
    margin-left: 33px;
}

.question .upimg {
    position: relative;
    background: url(../images/upload_icon.png) no-repeat;
    width: 128px;
    height: 152px;
    cursor: pointer;
}

.upimg input {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    padding: 0 !important;
    cursor: pointer;
}

#showui {
    display: flex;
    justify-content: flex-start;
}

#showui li {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}

#showui li img.showimg {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.showdiv {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    justify-content: space-around;
    background: rgba(0, 0, 0, .6);
}

.showdiv img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#showui li:first-child img.left {
    opacity: .6;
    cursor: no-drop;
}

#showui li:last-child img.right {
    opacity: .6;
    cursor: no-drop;
}

.oneright {
    opacity: .6;
    cursor: no-drop !important;
}

.personal .zuhe {
    width: calc(100% - 80px);
}

.personal label input {
    width: calc(100% - 112px);
    color: #666;
}

.personal .layui-form input {
    width: 35%;
    color: #666;
}

.personal .layui-form span {
    display: inline-block;
}

.personal .btn {
    width: calc(100% - 80px);
}

.personal .phone-te {
    justify-content: flex-start;
    width: calc(100% - 80px);
}

.personal .phone-te input {
    width: 35%;
    background: #f2f2f2;
    color: #666;
}

.kfugaiAreas{
    min-height: 22px;
    max-height: 120px;
    overflow-y: scroll;
    line-height: 22px;
    padding: 8px 15px;
    border: 1px solid #c4c4c4;
    cursor: pointer;
}

/* 服务商加盟 */
.service-box .right {
    width: 100%;
    padding: 33px 70px 73px 40px;
}

.service-box .zuhe {
    position: relative;
    width: calc(100% - 135px);
}

.service-box .kefugai {
    display: block;
}

.service-box .kefugai .fugai {
    width: 100% !important;
}

.service-box .kefugai select {
    position: relative;
    line-height: 40px;
    height: 40px;
    border: 1px solid #c4c4c4;
    width: 100%;
}

.service-box .yxfugai select {
    width: calc(100% / 3 - 16px);
}

.service-box #yixarea {
    width: 100%;
}

.service-box #yixarea select {
    position: relative;
    float: left;
    line-height: 40px;
    height: 40px;
    border: 1px solid #c4c4c4;
    margin-right: calc(16px + 16px / 2);
}

.service-box #yixarea select:last-child {
    margin-right: 0;
}

.service-box .w1400 > h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-box .w1400 > h2 a {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

.service-box .w1400 > h2 a:hover {
    color: #0042af;
}

.service-box .w1400 > h2 img {
    margin-right: 17px;
}

.company .layui-form {
    width: calc(100% - 135px);
}

.company .layui-form-item {
    position: relative;
    width: auto !important;
    margin-bottom: 10PX !important;
}

.company .layui-form-item img {
    position: absolute;
    right: -41px;
    top: 50%;
    transform: translateY(-50%);
}

.company .layui-input-inline {
    width: calc(100% / 3 - 16px);
    margin-right: calc(16px + 16px / 2);
}

.company .layui-input-inline:nth-child(3) {
    margin-right: 0;
    display: none;
}

.company .layui-input-inline input {
    width: 100%;
}

.service-box .back {
    margin-bottom: 35px;
    font-size: 24px;
    color: #333;
}

.closeButton a {
    background: #0042af;
    width: 98px;
    line-height: 28px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.closeButton a:last-child {
    margin-left: 12px;
    background: #cacaca;
}

.jingyan {
    justify-content: flex-start !important;
}

.jingyan .layui-input-block {
    margin-left: 50px;
}

.jingyan .layui-form-radio, .jxs .layui-form-radio {
    margin: 0;
}

.jingyan .layui-form-radio > i:hover, .jingyan .layui-form-radioed > i, .jxs .layui-form-radio > i:hover, .jxs .layui-form-radioed > i {
    color: #0042af;
}

.jingyan .layui-form-radio {
    font-size: 14px;
    color: #969696;
}

.jxs .layui-input-block {
    margin-left: 0;
    width: 38.1%;
}

.shuiwu {
    width: 38.4% !important;
}

.shuiwu .layui-input {
    width: 100% !important;
}

.service-box .layui-btn {
    min-width: 379px;
    line-height: 52px;
    height: auto;
    border-radius: 0;
    display: block;
    margin: 85px auto 0;
}

.service-box input {
    color: #1a1a1a !important;
}

.service-box input[name="applyType"],
.service-box input[name="companyNatural"]{
    cursor: pointer;
}

.zjian {
    justify-content: flex-start !important;
}

.zjian .zuhe {
    display: block;
    width: auto;
    margin-right: 50px;
    text-align: center;
}

.zjian .zuhe:last-child {
    margin-right: 0;
}

.zjian .layui-upload-list {
    width: 130px;
    overflow: hidden;
    max-height: 130px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zjian .layui-upload button {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.zjian .zuhe p {
    line-height: normal;
    margin-bottom: 20px;
}

.zjian .layui-upload-img {
    width: 100%;
}

.zjian #demoText {
    display: none;
}

.shuom {
    display: block !important;
    border-top: 1px dashed #c4c4c4;
    margin-bottom: 0 !important;
}

.shuom > b {
    color: #333;
}

.shuom div {
    line-height: 25px;
    color: #666;
}

.fuwuAnz{
    cursor: pointer;
}

.fuwuAnz-select{
    width: 35.2%!important;
}

.faPtype{
    cursor: pointer;
}

.faPtype-select{
    width: 35.2%!important;
    left: 0;
}

.select-demo {
    display: none;
    position: absolute;
    right: 0;
    top: 42px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.33);
    width: calc(74.936% - 30px);
    padding: 25px 15px 50px;
    z-index: 1;
    animation: selectDemo 0.2s linear;
}

.select-demo.active {
    display: block;
}

@keyframes selectDemo {
    0% {
        opacity: 0;
        top: 60px;
    }
    100% {
        opacity: 1;
        top: 42px;
    }
}

.select-demo ul li {
    padding-right: 40px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 15px 0;
}

.select-demo ul li.active i {
    background: #0042af url(../images/join_checkbox.png) no-repeat center;
    border: 1px solid #0042af;
}

.select-demo ul li i {
    width: 14px;
    height: 14px;
    border: 1px solid #c9c9c9;
    margin-right: 9px;
}

.select-demo ul li span {
    line-height: normal;
    color: #333;
}

.service-box .layui-form-select .layui-edge.active {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px \9;
}

.yewuAnz {
    width: 72% !important;
    background: transparent;
    cursor: pointer;
}

.honor-select {
    width: calc(87.615% - 30px);
}

@media screen and (max-width:1200px){
    .dataList-box .w1400{
        width: 90%;
    }
}

@media screen and (max-width:768px){
    .join-box{
        padding: 10% 0;
        height: 400px;
        background-size: cover;
    }
    .join-box .login{
        width: 100%;
        height: auto;
        padding: 4%;
        margin-right: 0;
    }
    input,.question label textarea{
        -webkit-appearance: none;
    }
    .join-box .phone-text{
        border-radius: 0;
    }
    .register-box{
        height: 660px;
    }
    .register-box .login{
        max-width: 100%;
        padding: 4%;
        width: 100%!important;
    }
    .register-box .loginbtn{
        background: #0042af;
        border: 1px solid #0042af;
        color: #fff;
    }
    .register-box h2{
        font-size: 20px!important;
    }
    .dataList-box{
        padding: 30px 0;
    }
    .dataList-box .w1400{
        width: 94%;
    }
    .dataList-box .w1400 > h2{
        font-size: 22px;
    }
    .dataList-box .content{
        margin-top: 30px;
    }
    .dataList-box .right{
        width: auto;
        float: none;
        padding: 4%;
    }
    .dataListDetail > h2{
        padding-bottom: 20px!important;
        margin-bottom: 7px !important;
    }
    .question label{
        margin-bottom: 0;
        flex-direction: column;
    }
    .personal .layui-form span{
        width: 100%;
        font-weight: bold;
    }
    .question .zuhe{
        width: 100%;
        flex-direction: column;
    }
    .personal .layui-form input{
        width: calc(100% - 32px);
    }
    .phone span{
        font-weight: bold;
    }
    .personal .phone-te{
        width: 100%;
    }
    .personal .phone-te input{
        width: calc(100% - 32px);
    }
    .personal .btn{
        width: 100%;
        justify-content: space-between;
        margin: 0!important;
    }
    .dataList-box .left{
        width: auto;
        float: none;
        margin-bottom: 30px;
        display: flex;
    }
    .dataList-box .left a{
        padding: 0;
        justify-content: center;
        width: calc(100% / 3);
        border-bottom: 0;
    }
    .dataList-box .left a.active{
        background: url(../images/join_icon.png) no-repeat center right 10px;
    }
    .question .layui-form input{
        width: 100%!important;
    }
    .question label textarea{
        width: calc(100% - 32px);
    }
    .question .type .layui-form-item{
        width: 100%;
    }
    .question label .layui-form-item{
        width: 100%;
    }
    .question .type .layui-form-item span{
        width: 100%;
    }
    .wtdengji .zuhe span{
        width: 100%;
    }
    .fujian .zuhe > div{
        width: 100%;
    }
    .fujian .zuhe input{
        width: calc(100% - 32px)!important;
    }
    .personal .layui-form input{
        width: calc(100% - 32px)!important;
    }
    .service-box .back{
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 30px!important;
    }
    .service-box .back:first-child{
        margin-top: 0!important;
    }
    .company .layui-form{
        width: 100%;
    }
    .company .layui-input-inline{
        width: 100%;
        padding: 0;
        margin: 0;
        left: 0;
    }
    .company .layui-input-inline input{
        width: 100%!important;
    }
    .service-box .company .layui-form-item{
        margin-bottom: 0!important;
    }
    .layui-form-select .layui-edge{
        margin-top: 0;
        top: inherit;
        bottom: 10px;
    }
    .service-box .kefugai .fugai{
        display: flex;
        margin-bottom: 10px!important;
    }
    .service-box .kefugai .fugai .layui-input-inline{
        left: 0;
        margin-right: 20px;
    }
    .service-box .kefugai .fugai .layui-input-inline:nth-child(2){
        margin-right: 0;
    }
    .jingyan .layui-input-block{
        margin-left: 0;
    }
    .jxs .layui-input-block{
        width: 100%;
    }
    .shuiwu{
        width: 100%!important;
    }
    .personal .layui-form .shuiwu input{
        width: 100%!important;
    }
    .zjian .zuhe p{
        text-align: left;
        margin: 10px 0;
        font-weight: bold;
    }
    .service-box .layui-btn{
        min-width: auto;
        width: 100%;
        margin: 30px auto 0;
    }
}