.content_login{
    width: 100%;
    margin: 0px auto;
    background: url(../images/login-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 463px;
    min-height: calc(100vh - 185px);
}
.content_login .loginbox{
    width: 520px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    padding-bottom: 44px;
}
.content_login .h1{
    height: 98px;
    line-height: 98px;
    font-size: 28px;
    color: #1173c2;
    text-align: center;
    position: relative;
}
.content_login .h1:after{
    display: block;
    content: '';
    width: 52px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-92px);
}
.content_login .h1.iot:after{
    transform: translateX(-134px);
}
.content_login .h1:before{
    display: block;
    content: '';
    width: 52px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(92px);
}
.content_login .h1.iot:before{
    transform: translateX(134px);
}
.content_login .cont{
    width: 90%;
    height: 40px;
    margin: 5px auto 25px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 7px 10px;
    box-sizing: border-box;
}
.content_login .cont input{
    height: 22px;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    color: #666;
}
.content_login .cont input::-webkit-input-placeholder {
	color: #aaa;
}
.content_login .cont input::-moz-placeholder{
	color: #aaa;
}
.content_login .cont input::-moz-placeholder{
	color: #aaa;
}
.content_login .cont input:-ms-input-placeholder{
	color: #aaa;
}
.content_login .textp{
    width: 312px;
    margin: 15px auto;
    font-size: 12px;
    line-height: 1.4;
    color: #999;
}
.content_login .botton{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 321px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    background: #1173c2;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
}
.goload{
    margin-top: 21px;
    color: #595959;
    font-size: 16px;
    text-align: center;
}
.goload a{
    color: #1173c2;
    border-bottom: 1px solid #1173c2;
}
.node{
    margin-top: 153px;
    /* border-top:1px solid #efefef; */
    padding-top: 14px;
    line-height: 16px;
    font-size: 12px;
    color: #a3a3a3;
}
.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)
}

/* 新增  复选框 */
#checkboxbox,#checkboxbox2,#talksalesFlagbox{
    /* float: left; */
    width: 90%;
    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 .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: 20px;
    padding-left: 10px;
    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("../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("../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("../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;
}
