.questions_div{
    background: #fff;
    position: relative;
}
.questions_div .asked{
    padding: 9rem 11.6rem 15.4rem 11.7rem;
}
.questions_div .asked .title{
    font-family: '452';
    font-weight: normal;
    font-size: 7.4rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    line-height: 1;
    width: 100%;
    display: block;


}




/* 渐变底边 */
.questions_div .asked .title::after {
    content: "";
    position: absolute;
    top: 10.1rem;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, white, black 50%, white);
}


.questions_div .asked-content button{
    margin-top: 5rem;
    margin-left: 0px;
}
.questions_div .asked button{
    left: 0 !important;
    right: auto;
}

.questions_div .asked-content button{
    padding: 0 4rem;
    height: 4.8rem;
    background-color: #f12535;
    border-radius: 1rem;
    font-family: Arial, sans-serif;
    font-size: 2.39rem;
    line-height: 2.36rem;
    margin-left: 39.2rem;
    margin-top: 1.4rem;
    right: 4rem;
    bottom: 2rem;

}
.questions_div .asked-content{
    margin-top: 6rem;
}


.questions_div .asked-content{
    display: flex;
}
.questions_div .asked-content-right{
    padding-left: 11rem;
}
.questions_div .asked-content-right img {
    width: 75.28rem;
    height: 97.92rem;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 7.2rem;
}
.questions_div .asked-content-left-item-title{
    font-family: 'MyriadPro';
    font-weight: bold;
    font-size: 3.47rem;
    color: #000000;
    line-height: 6.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
}
.questions_div .asked-content-left-item-des {
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 2.12rem;
    color: #000000;
    line-height: 3.88rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    line-height: 1.5;
    margin-top: -0.4rem;
}

.questions_div .asked-content-left-item{
    /*margin-top: 6.4rem;*/
    display: block;
}
@media only screen and (max-width: 767px) {
    .questions_div .asked .title{
        font-size: 13.4rem;
        margin-top: 14rem;
    }
    .questions_div .asked .title::after{
        top: 18.1rem;
        height: 1.5px;
    }
    .questions_div .asked-content button {
        width: 91.6rem;
        height: 16.8rem;
        border-radius: 1rem;
        font-size: 5.39rem;
        line-height: 7.36rem;
        margin-top: 5.4rem;
        display: block;
        margin-bottom: 20rem;
    }

    .questions_div .asked-content{
        margin-top: 16rem;
    }

    .questions_div .asked-content-left-item-title {;
        font-size: 9.47rem;
        line-height: 15.16rem;
    }
    .questions_div .asked-content-left-item-des {
        font-size: 7.12rem;
        line-height: 3.88rem;
        line-height: 1.5;
        margin-top: 4.6rem;
    }
    .questions_div .asked-content-right img{
        width: 100%;
        height: auto;
    }
    .questions_div .asked-content-right{
        padding-left: 0px;
    }
}