.help_active{
    background: #fff!important;
    color: #469af9!important;
    border-bottom: 0.1rem solid #469af9!important;
}
table{
    margin: 0 auto;
}
.info1{
    margin:1rem auto;
    background-color: #fff;
}

.info1 span.required {
    color: red;
    font-size: 120%;
}

.info1 .text{
    height: 1rem;
}
.info1 .text{
    text-indent: 0.2rem;
}
.info1 .dd {
    font-size: 0.266667rem;
    text-align: left;
    white-space：normal;
    width: 2rem;
}
.info1 .input {
    height: 1rem;
    border: 0.026667rem solid #dde2e4;
    border-radius: 10px;
    text-indent: 10px;
    background-color:#fafafa;
}
.info1 .input::-webkit-input-placeholder,.info1 .commentinput::-webkit-input-placeholder{
    color:#e3e3e3;
    font-size: 15px;
}
.info1 .input::-moz-placeholder,.info1 .commentinput::-webkit-input-placeholder{   /* Mozilla Firefox 19+ */
    color:#e3e3e3;
    font-size: 15px;
}
.info1 .input:-moz-placeholder,.info1 .commentinput::-webkit-input-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#e3e3e3;
    font-size: 15px;
}
.info1 .input:-ms-input-placeholder,.info1 .commentinput::-webkit-input-placeholder{  /* Internet Explorer 10-11 */
    color:#e3e3e3;
    font-size: 15px;
}
.info1 .commentinput{
    width: 8rem;
    height: 3rem;
    text-indent: 10px;
    border: 0.026667rem solid #dde2e4;
    border-radius: 10px;
    background-color:#fafafa;
}
.info1 .text{
   color: #a9a9a9;
    font-size: 15px;
}
.info1 .btn {
    margin: 0.2rem auto;
    width: 8.0rem;
    height: 1rem;
    background-color: #469af9;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 10px;
}

.news_box .title{
    background-color: #e3e3e3;
    font-weight: bold;

}
.news_box .title.bar p{
    color: #469af9;
    font-size: 14px;
    height: auto;
}
.info{
    background-color: #fff;
}
.info p{
    padding: 0.2rem 0.2rem;
    color: #686868;
    font-size: 15px;
    text-indent: 2em;
    text-align: left;
    word-break: break-all;
}
.info span{
    padding: 0.2rem 0.5rem;
    color: #686868;
    font-size: 15px;
    text-align: left;
    word-break: break-all;
    font-weight: bold;
    /*background-color: #f0c040;*/
}


.item{
    margin-bottom: 0.5rem;
}
.helptitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.2rem 0.85rem;
    background-color: #fff;
}
.helptitle p{
    font-size: 15px;
    color: #a9a9a9;
    font-weight: bold;

}

.helptitle a{
    display: block;
    padding: 0.1rem 0.25rem;
    background-color: #469af9;
    color: #fff;
    border-radius: 0.1rem;
}

.protit{
    text-indent: 0.5rem;
    padding: 0.2rem 0.85rem;
    color: #469af9;
    font-size: 18px;
    font-weight: bold;


}