.content{
    width:947px;
    margin: 0px auto;
}
.content .h1{
    margin-top: 14px;
    height: 96px;
    line-height: 96px;
    font-size: 30px;
    color: #1173c2;
    text-align: center;
}
.content .cont{
    font-size: 14px;
    color: #595959;
    line-height: 24px;
    text-align: center;
}
.content .input-box{
    margin-top: 22px;
    margin-bottom: 30px;
}
.content .input-box .fillin{
    width: 600px;
    height: 48px;
    border-radius: 4px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.content .input-box .fillin.err .error{
    display: block;
}
.content .input-box .fillin .error{
    position: absolute;
    left: 120px;
    top: 52px;
    color:red;
    font-size: 14px;
    margin-left: 14px;
    display: none;
}

.content .input-box .fillin .pad{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    display: flex;
    align-items: center;
}
.content .input-box .input-pull,
.content .input-box .input-pull input
{
    cursor: pointer !important;
}
.content .input-box .input-pull span.pulljt{
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 19px;
    height: 11px;
    background: url(../images/index/pulljt_03.png);
    transition: all ease .3s;
}
.content .input-box .fillin .pad .input-type{
    width: 120px;
    font-size: 16px;
    color: #000;
}
.content .input-box .fillin .pad input{
    display: block;
    height: 28px;
    flex: 1;
    color: #666;
    line-height: 29px;
    font-size: 16px;
}
.content .input-box .fillin .pad input::-webkit-input-placeholder {
    color: #aaa;
}
.content .input-box .fillin .pad input::-moz-placeholder{
    color: #aaa;
}
.content .input-box .fillin .pad input::-moz-placeholder{
    color: #aaa;
}
.content .input-box .fillin .pad input:-ms-input-placeholder{
    color: #aaa;
}
/* .content .input-box .fillin .pull-list */
.content .input-box .input-pull.active .pull-list{
    display: block;
    box-shadow: 0 0 5px 3px rgba(125,125,125,.5);
}
.content .input-box .input-pull.active .pulljt{
    transform: rotate(180deg);
    -webkit-transform-origin: center 3px;
    transform-origin: center 3px;
}
.content .input-box .fillin .pull-list{
    display: none;
    width: 100%;
    position: absolute;
    top: 49px;
    left: 0px;
    border-radius: 4px;
    background: #f5f5f5;
    z-index: 7;
}
.content .input-box .fillin .pull-list ul{
    max-height: 192px;
    overflow-y: auto;
}

.content .input-box .fillin .pull-list ul li{
    height: 48px;
    line-height: 48px;
    text-align: left;
    text-indent: 15px;
    font-size: 16px;
    color: #595959;
    border-radius: 4px;
}
.content .input-box .fillin .pull-list ul li:nth-of-type(2n-1){
    background: #eeedf2;
}
.content .input-box .fillin .pull-list ul li:hover{
    background: #595959;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.content .botton{
    display: block;
    height: 48px;
    line-height: 48px;
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 0px auto ;
    background: #1173c2;
    font-size: 24px;
    cursor: pointer;
    border-radius: 4px;
}
.content .rebtn{
    width: 600px;
    margin: 0px auto;
}
.goload{
    /* width: 600px; */
    float: right;
    margin: 0px auto;
    margin-top: 0px;
    color: #595959;
    font-size: 16px;
    text-align: right;
    position: relative;
    top: -22px;
}
.goload a{
    color: #1173c2;
    border-bottom: 1px solid #1173c2;
}
.node{
    width: 600px;
    margin: 0px auto;
    margin-top: 0px;
    /* border-top:px solid #efefef; */
    padding-top: 14px;
    line-height: 20px;
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 43px;
}
.node a{
    color: #1173c2;
}
.companyList{
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background: #f9f9f9;
    position: absolute;
    top: 48px;
    left: 0px;
    box-shadow: 0 0 3px rgba(125,125,125,.5);
    z-index: 2;
}
.companyList ul li{
    height: 32px;
    line-height: 32px;
    background: #f1f1f1;
    padding-left: 134px;
    font-size: 14px;
    cursor: pointer;

}
.companyList ul li:nth-of-type(2n-1){
    background: #f8f8f8;

}

/* 新增  复选框 */
#checkboxbox,#checkboxbox2,#talksalesFlagbox{
    /* float: left; */
    width: 600px;
    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: 14px;
    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;
}
#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: 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;
    position: relative;
}
.err_text.shoux{
    color: #ff8f51 !important;
    font-size: 14px !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;
}
