*{
    margin: 0;
    padding: 0;
}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}
a{
    text-decoration: none;
}
.page-index{
    padding: 0.36rem;
}
.advice-type h2{
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #222;
}
.advice-type-check{
    margin-top: 0.4rem;
    font-size: 0;
    overflow: hidden;
}
.m-feedback-select a{
    float: left;
    margin-right: 0.3rem;
    overflow: hidden;
}
.m-feedback-select a i{
    float: left;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../images/icon_radio.png) no-repeat center;
    background-size: 0.28rem;
    vertical-align: middle;
}
.m-feedback-select a.active i{
    background-image: url(../../images/images_new2019/click.png);
}
.m-feedback-select a span{
    float: left;
    margin-left: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #333;
}
.m-feedback-textarea{
    margin-top: 0.64rem;
    font-size: 0;
}
.m-feedback-textarea h2{
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #222;
}
.m-feedback-textarea textarea{
    margin: 0.28rem 0 0 0;
    padding: 0.2rem;
    width: 100%;
    height: 2.4rem;
    background: #f7f7f7;
    font-size: 0.24rem;
    line-height: 1.5;
    color: #222;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.feedback-email{
    margin-top: 0.12rem;
    font-size: 0.28rem;
    line-height: 1.1rem;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
.feedback-email b{
    float: left;
    color: #222;
    font-weight: normal;
}
.feedback-email input{
    float: right;
    margin:0 0 0 0.1rem;
    padding: 0;
    width: 4rem;
    height: 1.1rem;
    border: none;
    outline: none;
    font-size: 0.28rem;
    text-align: right;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ccc;
}
.feedback-email i{
    float: right;
    color: #999;
    font-style: normal;
}
.button-primary{
    margin-top: 0.64rem;
    display: block;
    width: 100%;
    height: 0.8rem;
    background: #ff9900!important;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    border-radius: 0.08rem;
    border: none!important;
    outline: none!important;
}
.feedback-tips{
    margin-top: 0.28rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.34rem;
    color: #ccc;
}
.feedback-question{
    margin-top: 1.3rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #b2b2b2;
    font-weight: normal;
    text-align: center;
}
.feedback-phone{
    margin-top: 0.28rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #ff9900;
    text-align: center;
}