/* 解决刘海平 start*/

body {
    padding-top: env(safe-area-inset-top);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
}

@media only screen and (width: 7.5rem) and (height: 13.8rem) {
    body {
        background: #fff;
    }
}


/* 解决刘海平 end */

body,
html {
    width: 100%;
    height: 100%;
}

.wrp {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.wrp .g-content {
    width: 100%;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow-y: scroll;
}

.wrp .g-content .downLoadHoldplacer {
    width: 100%;
    height: 1rem;
}

.wrp .g-content .g-search {
    width: 7.02rem;
    height: .64rem;
    background: rgba(245, 247, 250, 1);
    border-radius: .32rem;
    -webkit-border-radius: .32rem;
    -moz-border-radius: .32rem;
    -ms-border-radius: .32rem;
    -o-border-radius: .32rem;
    margin: .24rem auto .24rem;
    position: relative;
}

.wrp .g-content .g-search::before {
    position: absolute;
    content: "";
    width: .88rem;
    height: .34rem;
    background: url('https://source1.suddenfix.com/2019/mini/minIndexSearch.png') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrp .g-content .g-banner,
.wrp .g-content .swiper-container {
    width: 100%;
    height: 3rem;
    margin-top: .24rem;
}

.wrp .g-content .bannerBox .swiper-wrapper,
.wrp .g-content .bannerBox {
    width: 7.02rem;
    height: 3rem;
    margin: 0 auto;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.16rem;
    -ms-border-radius: 0.16rem;
    -o-border-radius: 0.16rem;
}

.wrp .g-content .bannerBox .bannerImg,
.wrp .g-content .bannerBox .bannerImg img {
    display: inline-block;
    width: 7.02rem;
    ;
    height: 100%;
    border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    -moz-border-radius: 0.16rem;
    -ms-border-radius: 0.16rem;
    -o-border-radius: 0.16rem;
}


/* banner指示点样式更改 start */

.wrp .g-content .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .26rem;
    height: .06rem;
    background-color: #fff;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    -ms-border-radius: .06rem;
    -o-border-radius: .06rem;
}

.wrp .g-content .banner-pagination .swiper-pagination-bullet {
    background-color: rgb(194, 198, 196);
    width: .12rem;
    height: .06rem;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    -ms-border-radius: .06rem;
    -o-border-radius: .06rem;
}


/* banner指示点样式更改 end */

.wrp .g-content .navList {
    width: 100%;
    padding: .2rem 0.14rem 0rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.wrp .g-content .navList .n-navSingle {
    float: left;
    width: 1.6rem;
    margin-right: 0.24rem;
    margin-top: 0.24rem;
}

.wrp .g-content .navList .n-navSingle:nth-child(4n) {
    margin-right: 0rem;
}

.wrp .g-content .navList .n-navSingle .navImg {
    width: 0.88rem;
    height: 0.88rem;
    display: block;
    margin: 0 auto;
}

.wrp .g-content .navList .n-navSingle .naxTitle {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 0.34rem;
    text-align: center;
    padding-top: 0.2rem;
}

.wrp .g-content .newUserGetCoupon {
    width: 100%;
    height: 2.04rem;
    display: block;
}

.wrp .g-content .newUserGetCoupon img {
    display: block;
    width: 100%;
    height: 100%;
}

.wrp .g-content .showSpecialList {
    width: 100%;
    padding: 0 .24rem;
    box-sizing: border-box;
    margin-top: 0.24rem;
}

.wrp .g-content .showSpecialList .showSpecialWrp {
    width: 100%;
    position: relative;
}

.wrp .g-content .showSpecialList .showSpecialWrp::before,
.wrp .g-content .g-maintainFlow::before,
.wrp .g-content .articleList .articleSingle:last-child::before,
.wrp .g-content .commonIssueList .singleIssue:last-child::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: .02rem;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5);
    -moz-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
    -o-transform: scale(1, 0.5);
    background-color: #EDEFF2;
}

.wrp .g-content .showSpecialList .SpecialImgLeft {
    float: left;
    width: 3.4rem;
    height: 3rem;
}

.wrp .g-content .showSpecialList .SpecialsRigt {
    float: right;
    width: 3.4rem;
    height: 3rem;
}

.wrp .g-content .showSpecialList .SpecialsRigt .SpecialImg:first-child {
    margin-bottom: .2rem;
}

.wrp .g-content .showSpecialList .SpecialsRigt .SpecialImg {
    width: 100%;
    height: 1.4rem;
    display: block;
}

.wrp .g-content .g-title {
    padding: 0.5rem 0.24rem 0.24rem;
    box-sizing: border-box;
}

.wrp .g-content .g-title .toutiaoImg {
    float: left;
    width: 1.36rem;
    height: .4rem;
    background: url("../../new_index/img/newSpaper.png") no-repeat;
    background-size: 100% 100%;
}

.wrp .g-content .g-title .leftTitle {
    font-size: 0.32rem;
    font-weight: 600;
    color: rgb(48, 48, 51);
    float: left;
    line-height: 0.44rem;
}

.wrp .g-content .g-title .moreSkip {
    float: right;
    font-size: .28rem;
    font-weight: 400;
    color: rgb(191, 194, 204);
    line-height: 0.4rem;
    padding-right: .4rem;
    position: relative;
}

.wrp .g-content .g-title .moreSkip::before {
    content: "";
    position: absolute;
    top: 0.08rem;
    right: 0;
    width: .16rem;
    height: 0.24rem;
    background: url('https://source1.suddenfix.com/2019/mini/mini_arrow_shallow.png') no-repeat;
    background-size: 100% 100%;
}

.wrp .g-content .g-maintainFlow {
    display: block;
    width: 7.02rem;
    height: 1.68rem;
    margin: 0 auto;
    box-sizing: content-box;
    position: relative;
    padding-bottom: .5rem;
}

.wrp .g-content .g-maintainFlow .maintainFlowImg {
    display: block;
    width: 7.02rem;
    height: 1.68rem;
}

.wrp .g-content .articleList {
    width: 100%;
    padding: 0rem .24rem;
    box-sizing: border-box;
}

.wrp .g-content .articleList .articleSingle {
    width: 100%;
    margin-bottom: .24rem;
    display: block;
}

.wrp .g-content .articleList .articleSingle:last-child {
    margin-bottom: 0rem;
    padding-bottom: .5rem;
    position: relative;
}

.wrp .g-content .articleList .articleSingle .imgBox {
    float: right;
    width: 2.7rem;
    height: 1.54rem;
    overflow: hidden;
}

.wrp .g-content .articleList .articleSingle .imgBox .articleImg {
    width: 100%;
    height: auto;
}

.wrp .g-content .articleList .articleSingle .leftDetailInfo {
    float: left;
    width: 3.86rem;
}

.wrp .g-content .articleList .articleSingle .leftDetailInfo .articleTitle {
    width: 100%;
    height: .8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(48, 49, 51, 1);
    line-height: .4rem;
    margin-bottom: .36rem;
}

.wrp .g-content .articleList .articleSingle .leftDetailInfo .article_date {
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(191, 194, 204, 1);
    line-height: .34rem;
}

.wrp .g-content .commonIssueList {
    width: 100%;
    padding: 0rem .24rem;
    box-sizing: border-box;
}

.wrp .g-content .commonIssueList .singleIssue {
    display: block;
}

.wrp .g-content .commonIssueList .singleIssue .issueTitle {
    width: 100%;
    height: .4rem;
    font-size: .28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(48, 49, 51, 1);
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .42rem;
    position: relative;
    margin-bottom: .24rem;
}

.wrp .g-content .commonIssueList .singleIssue .issueTitle::before {
    content: "";
    width: .3rem;
    height: .3rem;
    background: url(../../new_index/img/shanToutiaoIsue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wrp .g-content .commonIssueList .singleIssue:last-child {
    margin-bottom: 0rem;
    padding-bottom: .5rem;
    position: relative;
}

.wrp .g-content .commonIssueList .singleIssue .issueAnswer {
    width: 100%;
    height: auto;
    font-size: .28rem;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(48, 49, 51, 1);
    line-height: .4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    padding-left: .42rem;
    position: relative;
    margin-bottom: .24rem;
}


/* .wrp .g-content .commonIssueList .singleIssue .issueAnswer::before{
    content:"";
    width: .3rem;
    height: .3rem;
    background: url(./img/shantoutiao_answer.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left:0;
    top:.08rem;
} */

.wrp .g-content .g-EvaluateList {
    width: 100%;
    height: 3.8rem;
    /* margin-bottom: .5rem; */
}


/* .wrp .g-content .g-EvaluateList .Evaluatewrapper{
    width: 6.46rem;
    height:3.48rem;
} */

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single {
    width: 6.46rem;
    height: 3.48rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .16rem;
    border: 0.02rem solid rgba(237, 239, 242, 1);
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    -ms-border-radius: .16rem;
    -o-border-radius: .16rem;
    margin-left: .24rem;
    position: relative;
    padding: .24rem;
    box-sizing: border-box;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .EvaluateSymbol {
    position: absolute;
    width: .7rem;
    height: .56rem;
    background: url(../../new_index/img/EvaluateSymbol.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .evaluate-date {
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(191, 194, 204, 1);
    line-height: .32rem;
    text-align: right;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .headAndName {
    margin-top: .18rem;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .headAndName .headImg {
    width: .56rem;
    height: .56rem;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .headAndName .name {
    font-size: .24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    float: left;
    padding-left: .24rem;
    color: rgba(48, 49, 51, 1);
    line-height: .56rem;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .e-content {
    margin-top: .28rem;
    width: 100%;
    height: 1.04rem;
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(96, 98, 102, 1);
    line-height: .345rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .modelInfo {
    margin-top: .28rem;
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(191, 194, 204, 1);
    line-height: .32rem;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    position: relative;
}

.wrp .g-content .g-EvaluateList .Evaluatewrapper .e-single .modelInfo::before {
    content: "";
    position: absolute;
    width: .28rem;
    height: .28rem;
    background: url(../../new_index/img/smallPhoneEv.png) no-repeat;
    background-size: 100% 100%;
    top: .02rem;
    left: -0.34rem;
}

.wrp .g-content .partnerList {
    width: 100%;
    padding: 0rem .24rem;
    box-sizing: border-box;
}

.wrp .g-content .partnerList .partnerImg {
    float: left;
    width: 1.62rem;
    height: 1.1rem;
    margin-right: .18rem;
}

.wrp .g-content .partnerList .partnerImg:nth-child(4n) {
    margin-right: 0rem;
}

.wrp .g-content .baseLine {
    width: 100%;
    /*height: .96rem;*/
    background: rgba(245, 247, 250, 1);
    position: relative;
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(191, 194, 204, 1);
    line-height: .96rem;
    /*padding-left: 3.52rem;*/
    margin-bottom: 1.12rem;
}

.wrp .g-content .baseLine p {
    text-align: center;
}


/*.wrp .g-content .baseLine::before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    width: .48rem;*/


/*    height: .48rem;*/


/*    top: .24rem;*/


/*    left: 2.74rem;*/


/*    background: url('https://source1.suddenfix.com/2019/mini/mini-baseline-icon.png') no-repeat;*/


/*    background-size: 100% 100%;*/


/*}*/

.fixed_footer_wrp {
    height: 1.12rem;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fixed_footer_wrp .btn {
    width: 50%;
    height: 100%;
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.12rem;
    text-align: center;
    display: inline-block;
    position: relative;
}

.fixed_footer_wrp .btn span {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.26rem;
}

.fixed_footer_wrp .serviceBtn {
    background: #067880;
}

.fixed_footer_wrp .placeOrderBtn {
    background: #19D4C4;
}

.fixed_footer_wrp .serviceBtn span::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    background: url("https://source1.suddenfix.com/mtg/sem/index_2020/service_head.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.9rem;
}

.fixed_footer_wrp .placeOrderBtn span::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    background: url("https://source1.suddenfix.com/mtg/sem/index_2020/info.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.9rem;
}