.yqsy-question-app-banner {
    background: url("../images/yqsy-app-q-banner.png") no-repeat;
    width: 100%;
    height: 2.4rem;
    background-size: cover;
    position: relative;
}

.yqsy-question-app-banner .yqsy-about-app-banner-text {
    position: absolute;
    left: 0.93rem;
    top: 0.56rem;
}

.yqsy-question-app-banner .yqsy-about-app-banner-text-t {
    font-size: 0.48rem;
    color: #ffffff;
    letter-spacing: 0.01rem;
}

.yqsy-question-app-banner .yqsy-about-app-banner-text-e {
    font-size: 0.36rem;
    color: rgba(255, 255, 255, 0.47);
    margin-top: 0.06rem;
    font-family: "AlibabaPuHuiTiL" !important;
}

.answer-ask-box {
    margin: 0 auto;
    padding: .43rem 0 0.43rem 0;
    width: 6.55rem;
}

.answer-ask-box .answer-ask-item {
    width: 100%;
    padding: .26rem .36rem .12rem;
    background:rgba(255,255,255,1);
    box-shadow:0 .12rem 0.09rem 0.01rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.43rem;
}

.answer-ask-box .answer-ask-item:last-child {
    margin: 0;
}


.container {
    background-color: #FBFCFB;
}

.answer-ask-box .answer-ask-item .answer-text {
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.answer-icon {
    width: .37rem;
    margin-right: .14rem;
}

.answer-icon-img {
    width: 100%;
}

.answer-text-p {
    font-size:.24rem;
    font-weight:400;
    color:rgba(62,58,57,1);
    line-height:.36rem;
    flex: 1;
    -webkit-flex: 1;
}

.jiantou-box {
    margin-top: 0.27rem;
    width: 100%;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}

.jiantou-box .jiantou-b {
    width: 0.14rem;
    height: 0.14rem;
    border-top: 0.05rem solid #FF8040;
    border-right: 0.05rem solid #FF8040;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    cursor: pointer;
}
.jiantou-box .jiantou-t {
    display: none;
    width: 0.14rem;
    height: 0.14rem;
    border-top: 0.05rem solid #818181;
    border-right: 0.05rem solid #818181;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}

.ask-text-div {
    flex: 1;
    -webkit-flex: 1;
}

.ask-text-box {
    display: none;
}

.answer-ask-box .answer-ask-item .ask-text {
    margin-top: .51rem;
}
.ask-text-p {
    font-size:0.22rem;
    color:rgba(62,58,57,1);
    line-height:0.36rem;
 }

 .ask-text-p-t {
    font-size:0.18rem;
    font-weight:bold;
    color:rgba(89,87,87,1);
    line-height:0.3rem;
    margin: 0.17rem 0 0.13rem 0;
 }

 .ask-text-p-indext {
    font-size:.18rem;
    font-weight:400;
    color:rgba(89,87,87,1);
    line-height:.3rem;
    text-indent: 2em;
 }

 .ask-text-p-indext-m {
     margin-bottom: 0.12rem;
 }