.require-style label:before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    line-height: 1;
    font-size: 14px;
    color: #f44336;
}
.submit-suggest-input-blank-style{
    outline: none;
    border: 1px solid red !important;
}

.input-name-blank {
    position: absolute;
    color: #f44336;
    font-size: 14px;
    left: 0;
    margin-left: 5px;
    margin-top: 2px;
}

.common_input_style {
    width: 78%;
    height: 35px! important;
    line-height: 42px;
    border: 1px #d5d9dc solid;
    padding: 0px 5px;
    border-radius: 5px;
}

.t2_red {
    color: #ff0000 !important;
    padding-right: 3px;
}
.t4_yzm{
    width: 1200px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.t4_yzm::after{
    content: "";
    display: block;
    clear: both;
}
.t4_yzm label+span>input{
    margin-left: 15px;
    width: 375px;
}
.t4_yzm label+span>div{
    margin-left: 19px;
}
.t4_yzm a>span{
    color: #015293;
    
}
.t4_yzm a:hover>span{
    color: #2D66A5;
}