label>span {
    color: red;
    line-height: 16px;
}
.bitian {
    color: #f00;
    display: none;
}
.qxTop .title{
    text-align: center;
    font-size:22px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    margin-bottom:20px;
}
.qxTop .timebox{
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:#666666;
}
.qxTop .timebox p{
    line-height: 30px;
}
.qxTop .text{
    font-size:14px;
    color:#666666;
    line-height: 22px;
}
.qxblock{
    margin-top:10px;
}
.qxblock ._top{
    overflow: hidden;
}
.qxblock ._top b{
    display: inline-block;
    width:4px;
    height:18px;
    float: left;
    background:#333333;
    margin-top:4px;
}
.qxblock ._top span{
    font-size: 18px;
    float: left;
    margin-left:20px;
    font-weight: bold;
}
.qxblock ._top i{
    color: #999;
    font-size: 14px;
    margin: 3px 0 0 10px;
    display: inline-block;
}
.qxblock>div{
    margin:17px 0 0 26px;
    color:#333333;
    font-size:14px;
}
#opt1{
    margin:0 35px 0 14px;
}
.magic-radio, .magic-checkbox {
    position: absolute;
    display: none;
}
.magic-radio + label, .magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}
.magic-checkbox:checked + label::before {
    border: #3A71FB;
    background: #3A71FB;
}
.magic-radio + label::before, .magic-checkbox + label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio:checked + label::after, .magic-checkbox:checked + label::after {
    display: block;
}
.magic-radio + label::after, .magic-checkbox + label::after {
    position: absolute;
    display: none;
    content: '';
}
.magic-checkbox + label::after {
    top: 1px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
.qxblock input[type=file]{
    display:inline-block;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}
.form-control{
    border-radius: 0;
}
.qxblock .row{
    margin-top:20px;
}
.hong{
    color:red;
}
.labtow{
    border:none;
}
.iptow{
    background:#EBEBEB!important;
    border:none!important;
}
.btnBox{
    text-align: center;
}
.btnBox button{
    width:262px;
    height:38px;
    line-height: 38px;
    text-align: center;
    font-size:14px;
    color:white;
    border:none;
}
.submit{
    background:#3A71FB;
}
.ban{
    background:#CCCCCC;
}
.modal-footer button{
    width:90px;
    height:34px;
    /* line-height: 34px; */
    border:none;
    text-align: center;
    font-size:14px;
}
.modal-footer .sure{
    background:#3A71FB;
    color:white;
}
.modal-footer .cancel{
    background:white;
    color:#3A71FB;
    border:1px solid #3A71FB;
}