body{
    background: #fff;
}
.wappage{
    padding-bottom: 0px;
}
.inputCont {
    margin-top: .4rem;
}
.inputCont ul li{
    margin-bottom: .36rem;
    height: .68rem;
    padding: .15rem 0rem;
    background: #f3f2f7;
    border-radius: .04rem;
    box-sizing: border-box;
}
.inputCont ul li .list-input{
    font-size: 0px;
    height: .38rem;
    padding: 0px .2rem;
    display: flex;
    align-items: center;
}
.inputCont ul li .list-input .input-type{
    width: 2rem;
    color: #000028;
    font-size: .28rem;
}
.inputCont ul li{
    position: relative;
}

.inputCont ul li.pull-list.active .pullBox{
    display: block;
}
.inputCont ul li.pull-list .list-input{
    position: relative;
}
.inputCont ul li.pull-list.active .list-input i{
    transform: rotate(180deg);
    transform-origin: center center;
}
.inputCont ul li.pull-list .list-input i{
    position: absolute;
    right: .43rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: .24rem;
    height: .14rem;
    background: url(../images/common/pulljt_03.png) no-repeat center center;
}

.inputCont ul li .errtext{
    position: absolute;
    left: 1.5rem;
    bottom: -.25rem;
    height: .22rem;
    font-size: .24rem;
    color: red;
    display: none;
    text-indent: .2rem;
}
.inputCont ul li.error .errtext{
    display: block;
}

.inputCont ul li .list-input input{
    font-size: .26rem;
    height: .38rem;
    line-height: .40rem;
    width: 100%;
    color:#666;
}

.inputCont ul li .list-input input::-webkit-input-placeholder {
    color: #aaa;
}
.inputCont ul li .list-input input::-moz-placeholder{
    color: #aaa;
}
.inputCont ul li .list-input input::-moz-placeholder{
    color: #aaa;
}
.inputCont ul li .list-input input:-ms-input-placeholder{
    color: #aaa;
}
.inputCont ul li.pull-list .pullBox{
    display: none;
    position: absolute;
    top: .68rem;
    left: 0;
    z-index: 8;
    width: 100%;
    max-height: 3.3rem;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: .04rem;
    box-shadow: 0 0 5px #333;
}
.inputCont ul li.pull-list .pullBox p{
    display: block;
    width: 100%;
    border-radius: .04rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .22rem;
    color: #595959;
    background: #e3e3e9;
    padding-left: .2rem;
    box-sizing: border-box;
}
.inputCont ul li.pull-list .pullBox p:nth-of-type(2n){
    background: #fff;
}



.hendkie .botton{
    margin-top: 2.19rem;
    width: 5.47rem;
    height: .68rem;
    line-height: .72rem;
    text-align: center;
    border-radius: .04rem;
    color: #fff;
    font-size: .26rem;
    margin: .36rem auto .4rem;
    background: #0071c5;
}
.hendkie .botton.registerbotton{
    width: 1.71rem;
    margin: .36rem auto -0.25rem;
}
.registerRev .hendkie .gologin{
    float: right;
    position: relative;
    top: 0rem;
}
.hendkie .gologin{
    text-align: center;
    font-size: .24rem;
    color: #595959;
}
.hendkie .gologin a{
    color: #0071c5;
    border-bottom: 1px solid #0071c5;
}
.hendkie .note{
    margin-top: .6rem;
    /* border-top: 1px solid #efefef; */
    padding-top: .2rem;
    padding-bottom: .4rem;
    font-size: .24rem;
    color: #aaaaaa;
    line-height: .3rem;
}
.registerRev .hendkie .note{
    margin-top: 0rem;
    border-top: 0px solid #efefef;
}
.hendkie .note a{
    color: #0071c5;
    font-weight: 600;
}


/* 新增 */
.checkbox{
    font-size: .24rem;
    color: #999;
    line-height: .3rem;
    font-family: 'IntelClearHans-Regular', 'Microsoft YaHei';
}
.checkboxLabel{
    display: flex;
}
.checkboxLabel p a{
    color: #1173c2;
}
.check{
    width: .22rem;
    height: .22rem;
    border: 1px solid #aaa;
    border-radius: 2px;
    margin-right: .15rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

}
.check.disable{
    background-color: #ddd;
}
input[type="checkbox"] + label img{
    display: none;
    width: .17rem;
    vertical-align: middle;
}
input[type="checkbox"]:checked + label img{
    display: block;
}
.check-error{
    margin-top: .1rem;
    margin-bottom: .14rem;
}
.check-error .err_text{
    color: #e66213;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
}
.err_text.shoux{
    color: #ff8f51 !important;
    font-size: .24rem !important;
    background: none !important;
    padding-left: 0px !important;
    font-weight: normal;
    margin-top: 0.1rem;
    margin-bottom: 0.14rem;
}
.err_text.shoux .shouz{
    display: inline-block;
    width: .26rem !important;
    height: auto;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.err_text.shoux .shouy{
    display: inline-block;
    width: 14px !important;
    height: auto;
    margin: 0px 3px;
    position: relative;
    top: 2px;

}
.check-error .err_text.shou:before{
    content: "";
    width: 22px;
    height: 18px;
    background: url("../../nurture/images/shou.png");
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    /* top: 5px; */
}
.check-error .err_text.shou .shoum{
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 0px;
}
.check-error .err_text.shou .shour{
    width: 4px;
    height: 12px;
    position: absolute;
    left: 30px;
    top: 0px;
}
@keyframes chbg {
    from {opacity: 0}
    to {opacity: 1}
}
.check-error .err_text.shou img{
    animation-name: chbg;
    animation-duration: 1s;
    animation-iteration-count:infinite;
}

/*  */
.hendkie.wappage-title .h3{
    text-align: center;
    padding-left: 0px;
    font-size: .4rem;
    margin-top: .68rem;
    width: 1.2rem;
    margin: .68rem auto 0px;
    background: #fff;
}
.hendkie.wappage-title .h3.iot{
    width: 2.3rem;
}
.hendkie.wappage-title .h3 i {
    position: absolute;
    display: block;
    width: .72rem;
    height: .02rem;
    background: #eee;
    left: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.hendkie.wappage-title .h3::after {
    content: "";
    position: absolute;
    display: block;
    width: .72rem;
    height: .02rem;
    background: #eee;
    left: initial;
    right: 100%;
    transform: translateY(-50%);
    top: 50%;
}

.companyList{
    width: 100%;
    max-height: 3rem;
    overflow-y: auto;
    background: #f9f9f9;
    position: absolute;
    top: .68rem;
    left: 0px;
    box-shadow: 0 0 3px rgba(125,125,125,.5);
    z-index: 2;
}
.companyList ul li{
    height: .6rem;
    line-height: .6rem;
    background: #f1f1f1;
    font-size: .26rem;
    cursor: pointer;
    margin: 0px auto;
    padding: 0px;
    padding-left: 1.8rem;
}
.companyList ul li:nth-of-type(2n-1){
    background: #f8f8f8;

}

.node {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    /* border-top:px solid #efefef; */
    padding-top: .2rem;
    line-height: .36rem;
    font-size: .22rem;
    color: #a3a3a3;
    text-align: left;
}

.node a {
    color: #1173c2;
}

.checktip {
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}
#checkboxbox_err .err_text{
    padding-top:0;
}
#checkboxbox .statement, #checkboxbox2 .statement, #talksalesFlagbox .statement{
    width:calc(100% - 40px)
}
.wapyinsi #checkboxbox,.wapyinsi #checkboxbox2,.wapyinsi #talksalesFlagbox{
    width: 5.47rem;
}
/* 新增  复选框 */
#checkboxbox,#checkboxbox2,#talksalesFlagbox{
    /* float: left; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
}
#checkboxbox .clearfix,#checkboxbox2 .clearfix,#talksalesFlagbox .clearfix{
    width: 100%;
}
#checkboxbox .box,#checkboxbox2 .box,#talksalesFlagbox .box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;

}
#checkboxbox .box .check,
#checkboxbox2 .box .check,
#talksalesFlagbox .check{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-top: 3px;
}
#checkboxbox{
    margin-top: .2rem;
}
#checkboxbox .box.disable .check,
#checkboxbox2 .box.disable .check,
#talksalesFlagbox .box.disable .check{
    background-color: #eee;
}
#checkboxbox  .statement,#checkboxbox2 .statement,#talksalesFlagbox .statement {
    width: calc(100% - 30px);
    font-size: 12px;
    color: #999999;
    line-height: .3rem;
    padding-left: 0px;
    cursor: pointer;
}
#checkboxbox  .statement a,#checkboxbox2 .statement a,#talksalesFlagbox .statement a{
    color: #1173c2;
}

#c:checked+img{
    display: block!important;
    width: 12px;
    height: 9px;
    margin: 2px auto;
}
#cc:checked+img{
    display: block!important;
    width: 12px;
    height: 9px;
    margin: 2px auto;
}
#c1:checked+img{
    display: block!important;
    width: 12px;
    height: 9px;
    margin: 2px auto;
}
#c2:checked+img{
    display: block!important;
    width: 12px;
    height: 9px;
    margin: 2px auto;
}
#checkboxbox_err .err_text{
    /* float: left; */
    text-align: left;
    /* margin-left: 30px; */
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #d94a4a;
    background: url("../../../nuture/images/index/icon_tip.png") no-repeat 0px 9px;
    background-size: 18px;
    padding-left: 20px;
    position: relative;
}
.err_text.shoux{
    color: #ff8f51 !important;
    font-size: 12px !important;
    background: none !important;
    padding-left: 0px !important;
}
.err_text.shoux .shouz{
    display: inline-block;
    width: 16px !important;
    height: auto;
    margin-right: 3px;
    position: relative;
    top: -2px;
}
.err_text.shoux .shouy{
    display: inline-block;
    width: 14px !important;
    height: auto;
    margin: 0px 3px;
    position: relative;
    top: -2px;

}
#checkboxbox_err .err_text.shou,
#checkboxbox2_err .err_text.shou{
    background: none;
    color: #e66213;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
}
#checkboxbox_err .err_text.shou:before,
#checkboxbox2_err .err_text.shou:before{
    content: "";
    width: 22px;
    height: 18px;
    background: url("../../../nuture/images/shou.png");
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    /* top: 5px; */
}
#checkboxbox_err .err_text.shou .shoum,
#checkboxbox2_err .err_text.shou .shoum{
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 9px;
}
#checkboxbox_err .err_text.shou .shour,
#checkboxbox2_err .err_text.shou .shour{
    width: 4px;
    height: 12px;
    position: absolute;
    left: 30px;
    top: 9px;
}
@keyframes chbg {
    from {opacity: 0}
    to {opacity: 1}
}
#checkboxbox_err .err_text.shou img,
#checkboxbox2_err .err_text.shou img{
    animation-name: chbg;
    animation-duration: 1s;
    animation-iteration-count:infinite;
}
#checkboxbox_err .err_text img{
    width: 18px;
    vertical-align: middle;
}
#checkboxbox2_err .err_text{
    /* float: left; */
    text-align: left;
    /* margin-left: 30px; */
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #d94a4a;
    background: url("../../../nuture/images/index/icon_tip.png") no-repeat 0px 9px;
    background-size: 18px;
    padding-left: 20px;
}
#checkboxbox2_err .err_text img{
    width: 18px;
    vertical-align: middle;
}
.content_login{
    height: auto;
}
