/*base.css*/
html, body, div, span, img, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    /*去除移动端点击高亮*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
html, body {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
}
a:active {
    background-color: #ddd
}

/* button {
    outline: none;
    border: none
} */

/*css*/
.container{
    width: 100%;
    height: 100%;
    background:#F6F8FA;
    font-family:PingFangSC-Regular;
    font-weight:400;
    font-size: 0.3rem;
}
#topic_question>div{
    padding-left:0.3rem;
    background:rgba(255,255,255,1);
    color:#24282A;
    line-height:0.5rem;
}
#topic_question .question_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0.25rem 0;
    cursor: pointer;
    border-bottom:0.5px solid #EEEEEE
}

#topic_question a{
    border-bottom:0.5px solid #EEEEEE;
    padding:0.2rem 0;
    color:#24282A;
    font-size:0.26rem;
}
#topic_question .telephone{margin-top: 0.28rem}
#topic_question .telephone .question_title{border: none;}
#topic_question .telephone a{border: none;color:#4CAE73;padding: 0.03rem 0.3rem 0.03rem 0 !important;}

#topic_question .mggo_telephone{margin-top: 0.28rem}
#topic_question .mggo_telephone .question_title{border: none;}
#topic_question .mggo_telephone a{border: none;color:#FFAF3A;padding: 0.03rem 0.3rem 0.03rem 0 !important;}

/* #feedback{
    display:block;
    position:fixed;
    bottom:0.56rem;
    width:80%;
    margin-left:10%;
    height:1rem;
    line-height:0.5rem;
    background:rgba(76,174,115,1);
    border-radius:0.08rem;
    font-size:0.36rem;
    color:rgba(255,255,255,1);
} */

/* 所有设备标题隐藏 */
.question_title {display: none !important;}
.currency .question_title{display: flex !important;}
.currency a{padding: 0.2rem 0.35rem !important;}