
html body{
    margin: 0 auto;
    padding: 0;
}

.container{
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.user-buy-content{
    width: 100%;
    position: absolute;
    
}

.user-buy-tip{
    margin-top: 8%;
    display: grid;
    float: right;
    padding-right: 1rem;
    overflow-y: hidden;
}

.user-buy-tip .news-item{
    padding-bottom: 0.5rem;
}

.user-buy-tip .buy_right{
    color: #f2f2f2;
    padding-left: 1.7rem;
    line-height: 1.2;
}

.user-buy-tip .buy_right p{
    margin: 0;
}

.user-buy-tip .buy_left img{
    width: 1.2rem;
    border-radius: 0.1rem;
    float: left;
}

.top-img{
    width: 100%;
}

.cont-box{
    width: 100%;
    position: absolute;
    top: 70%;
    left: 0;
}

.content{
    background-color: #fff;
    width: 92%;
    margin: auto;
    border-radius: 0.5rem;
    -webkit-box-shadow:0px 5px 5px #c8c8c8 ;
    -moz-box-shadow:0px 5px 5px #c8c8c8 ;
    box-shadow:0px 5px 5px #c8c8c8
}

.content_secn {
    background-color: #fff;
    width: 92%;
    margin: 1.3rem auto 0;
    padding-top: 1rem;
    padding-bottom: 1.7rem;
    border-radius: 0.5rem;
    -webkit-box-shadow:0px 3px 12px #c8c8c8;
    -moz-box-shadow:0px 3px 12px #c8c8c8;
    box-shadow:0px 3px 12px #c8c8c8;
}

.content_secn .check-desc-zh{
    font-size: 0.99rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 0.32rem;
    margin-bottom: 0;
    margin-top: 0rem;
}

.check-desc-zh img{
    width: 1rem;
    position: relative;
    top: -0.07rem;
    vertical-align: middle;
}

.content_secn .check-desc-en{
    font-family: PingFangSC-Regular;
    font-size: 0.2rem;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #888888;
}

.desc-content{
    display: flex;
}

button,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,li{
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.desc-item{
    width: 50%;
    float: left;
    padding-top: 1.5rem;
    padding-left: 1rem;
    text-align: center;
}

.desc-item p{
    font-size: 0.95rem;
    color: #666666;
    padding-left: 2rem;
    position: relative;
    margin: 0;
    float: left;
}

.desc-item p img{
    width: 1.8rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.content p{
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    color: #ff8787;
    margin: auto;
    padding: 1rem 0.5rem 1rem 0.5rem;
}

.van-container{
    margin: auto;
    /*margin-top: 1.5rem;*/
    margin-right: 1rem;
    margin-left: 1rem;
}

.van-container .van-input img{
    /*width: auto;*/
    width: 2rem;
    height: 2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.van-input{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 6px;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 24px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.van-text{
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 1rem;
    line-height: inherit;
    text-align: left;
    background-color: #f0f0f0;
    border: none;
    outline: none;
    resize: none;
}

.agree_container{
    /*margin: auto;*/
    margin-left: 1rem;
    margin-right: 1rem;
}

.agree_div {
    display: flex;
    align-items: center;
    color: #888;
}

.check-box {
    background: url(../images/index/gouxuan_n.png) 0.04rem center no-repeat;
    background-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
}

.check-box-yes {
    background: url(../images/index/gouxuan_y.png) 0.04rem center no-repeat;
    background-size: 1rem;
}

.agree_div a{
    color: blue;
    text-decoration: none;
}

.agree_div lable{
    width: 100%;
    font-size: 0.8rem;
}

.van-button--block {
    font-size: 1rem;
    width: 90%;
    margin: auto;
    margin-top: 1em;
}

.van-button--info {
    background-color: #1f77f6;
    border: none;
    -webkit-box-shadow:0px 5px 5px #c8c8c8 ;
    -moz-box-shadow:0px 5px 5px #c8c8c8 ;
    box-shadow:0px 5px 5px #c8c8c8
}

.search-report{
    text-align: center;
    margin-top: 1rem;
}

.content_thr{
    background-color: #fff;
    width: 92%;
    margin: 1.3rem auto 0;
    padding-top: 1rem;
    padding-bottom: 5rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    -webkit-box-shadow:0px 3px 12px #c8c8c8;
    -moz-box-shadow:0px 3px 12px #c8c8c8;
    box-shadow:0px 3px 12px #c8c8c8;
}

.content_thr .user-comm-zh{
    font-size: 0.99rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 0.32rem;
    margin-bottom: 0;
    margin-top: 0rem;
}

.user-comm-zh img{
    width: 1rem;
    position: relative;
    top: -0.07rem;
    vertical-align: middle;
}

.content_thr .user-comm-en{
    font-family: PingFangSC-Regular;
    font-size: 0.2rem;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #888888;
}

.comment_box{
    border-bottom: 0.02rem solid #e3e3e3;
    padding: 0.7rem 0;
    padding-left: 1rem;
}
.comment_box:first-of-type{
    border-bottom: 0.02rem solid #e3e3e3;
    margin-top: 0.2rem;
}

.comment_left img{
    width: 1.54rem;
    border-radius: 0.1rem;
    margin-left: 0.66rem;
    float: left;
}

.comment_right{
    color: #666666;
}
.comment_right p:nth-child(1){
    font-size: 0.95rem;
    padding-left: 3rem;
    margin-top: 0;
}
.comment_right p:nth-child(2){
    font-size: 0.85rem;
    /* line-height: 0.44rem; */
    padding-left: 3rem;
}

.comment_ti{
    font-size: 0.95rem;
    font-weight: bold;
    color: #333333;
    margin: 0.25rem 0 0.5rem 1.7rem;
}
.comment_tex{
    border-radius: 0.2rem;
    border: solid 0.02rem #999899;
    display: block;
    margin: 0 auto;
    padding: 0.2rem 0.4rem 0 0.4rem;
    font-size: 0.8rem;
    color: #666;
    outline: none;
}
.submit_btn{
    width: 4.5rem;
    height: 1.9rem;
    float: right;
    background-image: linear-gradient(-49deg,
    rgba(77, 57, 183, 0.87) 2%,
    rgba(133, 47, 152, 0.87) 100%),
    linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.18rem;
    font-size: 0.85rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 0.42rem;
    margin-right: 1.66rem;
    border: none;
}

.fix_right{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
}

.fix_right li.history_box {
    background: linear-gradient(-90deg,#ff5427,#ff841b);
    box-shadow: 0 0.8vw 2.66667vw 0 #ff7f1c;
}

.fix_right li i, .fix_right li img {
    width: 4vw;
    margin-right: 1.33333vw;
    font-size: 4vw;
}

.fix_right li {
    background: linear-gradient(-90deg,#449afb,#0060cd);
    box-shadow: 0 0.8vw 2.66667vw 0 rgb(4 99 208 / 50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.33333vw 2.66667vw;
    font-size: 3.46667vw;
    color: #fff;
    border-top-left-radius: 5.33333vw;
    border-bottom-left-radius: 5.33333vw;
    margin-bottom: 4vw;
}

.fix_right li.jianyi_box {
    background: linear-gradient(-90deg,#ffca28,#ff9d19);
    box-shadow: 0 0.8vw 2.66667vw 0 rgb(255 158 25 / 68%);
}

.dialog_box {
    background: transparent;
    width: 100%;
    text-align: center;
}

.kefu_box[data-v-278d0fb5] {
    background: #fff;
    padding: 3vw;
    box-sizing: border-box;
    width: 60%;
    max-width: 300px;
    margin: auto;
    border-radius: 5.33333vw;
}

.kefu_box[data-v-278d0fb5] p{
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    margin: 0;
    font-size: 1rem;
    color: #808080;
}

.kefu_box img[data-v-278d0fb5] {
    width: 100%;
}

.mt20 {
    margin-top: 5.33333vw!important;
    width: 100%;
}

.suggest_box[data-v-24d1d6a6] {
    background: #fff;
    padding: 5.33333vw 5.33333vw 10.66667vw;
    box-shadow: 0 3.73333vw 4.8vw 0 rgb(197 40 31 / 14%);
    border-radius: 2.66667vw;
    width: 90%;
    max-width: 300Px;
    box-sizing: border-box;
    margin: auto;
}

.suggest_box .van-cell[data-v-24d1d6a6] {
    background-color: #f0f0f0;
    border-radius: 2.66667vw;
    margin-bottom: 2.66667vw;
}

.van-field__error-message{
    display: none;
}

.fix_right li.report_example{
    background: linear-gradient(-90deg,#ff5427,#00bcd4);
    box-shadow: 0 0.8vw 2.66667vw 0 #ff7f1c;
}