* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

/*.mui-scroll-wrapper{*/
/*overflow: scroll;*/
/*}*/
/*.mui-scroll{*/
/*padding-bottom: 1rem;*/
/*}*/
.mui-content {
    overflow: scroll;
    /*padding-bottom: 1rem;*/
    /*margin-top: 0.8rem;*/
}

/*遮罩层*/
.newMask {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

header.mui-bar {
    /*position: fixed;*/
    /*z-index: 10;*/
    /*right: 0;*/
    /*left: 0;*/
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.1rem;
    border-bottom: 1px solid #f7f0f0;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .85);
    box-shadow: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
}

.headerLeft {
    width: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.1rem;
}

.headerCity {
    color: #242424;
    font-size: 0.29rem;
    width: 1rem;
    overflow: hidden;
    height: 0.8rem;
    font-weight: 400;
}

.headerUpdown {
    display: flex;
    align-items: center;
    width: 0.17rem;
    height: 0.1rem;
}

.headerUpdown img {
    width: 100%;
    height: 100%;
}

.headerIcon {
    width: 0;
    height: 0;
    border-width: 0.05rem;
}

.headerCenter {
    width: 5.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.4rem;
}

.headerCenter img {
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
}

.headerRight {
    width: 1.4rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerRight img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
}

/*底部*/
nav.mui-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 8px;
    width: 94%;
    height: 42px;
    padding: 7px 5px 0 5px;
    line-height: 23px;
    border-bottom: 0;
    backface-visibility: hidden;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 6px 0px rgba(192, 192, 192, 1);
    border-radius: 8px;
}

.bar_left {
    width: 55%;
    height: 100%;
    float: left;
}

.bar_left_content {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bar_left_content_list {
    width: auto;
    height: 100%;
}

.bar_left_content_list_top {
    width: 19px;
    height: 19px;
    margin: 0 auto;
}

.bar_left_content_list_top img {
    width: 100%;
    height: 100%;
    display: block;
}

.bar_left_content_list_txt {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(36, 36, 36, 1);
    line-height: 23px;
}

.bar_right {
    float: left;
    width: 45%;
    height: 39px;
    background-color: #A83E3E;
    border-radius: 39px;
    opacity: 1;
    z-index: 1100;
}

.messageprice_btn {
    width: 50%;
    float: left;
    height: 100%;
}

.callphone_btn {
    width: 50%;
    float: right;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 38px;
}

.messageprice_btn_txt {
    height: 13px;
    width: 100%;
    border-right: 1px solid white;
    margin: 0 auto;
    margin-top: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

/*优势弹窗*/
.advantage {
    width: 6.9rem;
    height: 9rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -4.5rem;
    margin-left: -3.45rem;
    z-index: 1000;
    display: none;
}

.advantageContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.advantageImg {
    width: 100%;
    height: 100%;
}

.advantageClose {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    right: 0;
    top: 0;
}

/*主体内容*/
.mui-bar-nav ~ .mui-content {
    margin-top: 0.8rem;
    margin-bottom: 0.98rem;
    padding-top: 0;
}

.mui-bar-tab ~ .mui-content {
    padding-bottom: 0px;
}

/*----------------video----------------*/
.videoContent {
    width: 100%;
    height: 3.9rem;
    position: relative;
}

.videoIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.videoContent video {
    width: 100%;
    height: 100%;
    z-index: 8;
}

/*----------------video----------------*/

/*----------------step----------------*/
.step {
    width: 7.5rem;
    height: 0.7rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: 0.04rem;
}

.step span {
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.step img {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.24rem;
}

/*----------------step----------------*/

/*----------------自由行----------------*/
.charterContent {
    width: 7.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.1rem;
}

.charterContentTop {
    width: 7.02rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    padding-left: 0.71rem;
    padding-right: 0.71rem;
}

.charterContentTop li {
    width: 1.2rem;
    height: 0.5rem;
    border-radius: 0.04rem;
    text-align: center;
    color: #333;
    font-size: 0.26rem;
    position: relative;
}

.charterContentTop .charterLiActive {
    background: #FE9400;
    color: #fff;
}

/*.charterContentTop .charterLiActive::before{*/
/*content: "";*/
/*width: 0.4rem;*/
/*height: 0.4rem;*/
/*border: solid #C6C6C6;*/
/*border-width: 0.02rem 0 0 0.02rem;*/
/*transform: translate(-50%, -50%) rotate(45deg);*/
/*position: absolute;*/
/*left: 0.6rem;*/
/*top: 0.9rem;*/
/*z-index: 100;*/
/*}*/

.charterLiActive:before {
    content: '';
    border-left: 0.4rem solid transparent;
    border-bottom: 0.4rem solid #C6C6C6;
    border-right: 0.4rem solid transparent;
    position: absolute;
    top: 0.6rem;
    left: 0.2rem;
    z-index: 90;
}

.charterLiActive:after {
    content: '';
    border-left: 0.38rem solid transparent;
    border-bottom: 0.38rem solid #fff;
    border-right: 0.38rem solid transparent;
    position: absolute;
    top: 0.62rem;
    left: 0.22rem;
    z-index: 90;
}

.charterContentBottom {
    width: 7.02rem;
    background: rgba(255, 255, 255, 1);
    /*border: 0.01rem solid rgba(198,198,198,1);*/
    box-shadow: 0 0 0.04rem 0 rgba(198, 198, 198, 1);
    border-radius: 0.04rem;
    margin-top: 0.5rem;
    position: relative;
    z-index: 90;
}

/*.charterContentBottom:before{*/
/*content: '';*/
/*border-left: 0.4rem solid transparent;*/
/*border-bottom: 0.4rem solid #C6C6C6;*/
/*border-right: 0.4rem solid transparent;*/
/*position: absolute;*/
/*top: -0.4rem;*/
/*left: 0.9rem;*/
/*}*/
/*.charterContentBottom:after{*/
/*content: '';*/
/*border-left: 0.38rem solid transparent;*/
/*border-bottom: 0.38rem solid #fff;*/
/*border-right: 0.38rem solid transparent;*/
/*position: absolute;*/
/*top: -0.38rem;*/
/*left: 0.92rem;*/
/*}*/
.charterContentBottomCon {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.2rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    display: none;
}

.charterContentBottomConActive {
    display: flex;
}

/*.charterContentBottomConActive:before{*/
/*content: '';*/
/*border-left: 0.4rem solid transparent;*/
/*border-bottom: 0.4rem solid #C6C6C6;*/
/*border-right: 0.4rem solid transparent;*/
/*position: absolute;*/
/*top: -0.4rem;*/
/*left: 0.9rem;*/
/*}*/
/*.charterContentBottomConActive:after{*/
/*content: '';*/
/*border-left: 0.38rem solid transparent;*/
/*border-bottom: 0.38rem solid #fff;*/
/*border-right: 0.38rem solid transparent;*/
/*position: absolute;*/
/*top: -0.38rem;*/
/*left: 0.92rem;*/
/*}*/
.inputAll {
    width: 3.22rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(248, 248, 248, 1);
    border: 0.02rem solid rgba(249, 221, 197, 1);
    border-radius: 0.04rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 0.26rem;
}

.inputAll, .inputAllTime, .inputAllNum, .inputAllStart {
    margin-bottom: 0.3rem;
}

.inputTit {
    width: 1.48rem;
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
    padding-left: 0.1rem;
    margin-right: 0.1rem;
}

.inputAll input {
    width: 1.3rem;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 0 0 0.1rem;
    margin: 0;
    border: none;
    background: rgba(248, 248, 248, 1);
}

.inputAll .inputAllAir {
    width: 1.5rem;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 0 0 0.1rem;
    margin: 0;
    border: none;
    background: rgba(248, 248, 248, 1);
}

.inputImg {
    width: 0.17rem;
    height: 0.1rem;
}

.inputAllTime {
    width: 3.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(248, 248, 248, 1);
    border: 0.02rem solid rgba(249, 221, 197, 1);
    border-radius: 0.04rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 0.26rem;
}

.inputAllTime input {
    width: 1.8rem;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 0 0 0.1rem;
    margin: 0;
    border: none;
    background: rgba(248, 248, 248, 1);
}

.inputAllNum {
    width: 2.9rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(248, 248, 248, 1);
    border: 0.02rem solid rgba(249, 221, 197, 1);
    border-radius: 0.04rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 0.26rem;
}

.inputAllNum .inputPerNum {
    width: 1.3rem;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 0 0 0.1rem;
    margin: 0;
    border: none;
    background: rgba(248, 248, 248, 1);
}

.inputAllTel {
    width: 6.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(248, 248, 248, 1);
    border: 0.02rem solid rgba(249, 221, 197, 1);
    border-radius: 0.04rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
}

.inputAllTel .inputPerTel {
    width: 5.1rem;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 0 0 0.1rem;
    margin: 0;
    border: none;
    background: rgba(248, 248, 248, 1);
}

.inputBtn {
    width: 6.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    background: #FE9400;
    border-radius: 0.04rem;
    margin-bottom: 0.3rem;
}

.inputWx {
    width: 6.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    color: #777777;
    font-size: 0.26rem;
    background: #FEF5EE;
    border-radius: 0.04rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.3rem auto;
}

.inputWxTit {

}

.inputWxNum {
    color: #FE9400;
    margin-left: 0.1rem;
    margin-right: 0.2rem;
}

.inputWxCopy {

}

.inputAllStart {
    width: 6.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(248, 248, 248, 1);
    border: 0.02rem solid rgba(249, 221, 197, 1);
    border-radius: 0.04rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 0.26rem;
}

.inputAllStart input {
    width: 4.8rem;
    height: 0.66rem;
    line-height: 0.66rem;
    padding: 0 0 0 0.1rem;
    margin: 0;
    border: none;
    background: rgba(248, 248, 248, 1);
}

/*----------------自由行----------------*/

.floorTab {
    height: 0.8rem;
    background-color: #fff;
    border-bottom: 0.1rem solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.floorTabBottom {
    width: 100%;
    position: fixed;
    top: 0.8rem;
    display: none;
    z-index: 60;
}

.floorTabItem {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.1rem 0
}

.floorTabItemText {
    font-size: 0.26rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 0.4rem;
}

.floorTabItemIcon {
    width: 12%;
    height: 0.1rem;
    background-color: rgba(0, 0, 0, 0);
    margin: 0.04rem auto 0;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
}

.floorSelectedTab .floorTabItemIcon {
    /*background-color: #3F9AF4;*/
}

.floorTabItemIconDown {
    /*width: 0;*/
    /*height: 0;*/
    /*border-width: 0.08rem;*/
    /*border-style: solid;*/
    /*border-color: rgba(0,0,0,0);*/
    /*position: absolute;*/
    /*top: 0.1rem;*/
    /*left: 50%;*/
    /*margin-left: -0.08rem;*/

    width: 0;
    height: 0;
    border-left: 0.12rem solid transparent;
    border-right: 0.12rem solid transparent;
    border-top: 0.2rem solid #fff;
    margin-top: 0.05rem;
}

.floorSelectedTab .floorTabItemIconDown {
    border-color: #3F9AF4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*typeAll*/
.typeAll {
    width: 7.5rem;
    height: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.typeAllList {
    width: 2.3rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.typeAllDiv {
    width: 1.38rem;
    height: 1.38rem;
    background: url('/mobile/images/number_pic_num01.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.typeAllDivTwo {
    width: 1.38rem;
    height: 1.38rem;
    background: url('/mobile/images/number_pic_num02.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.typeAllDiv span {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.typeAllBot {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.typeAllBot span:nth-child(1) {
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #181818;
}

.typeAllBot span:nth-child(2) {
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #777;
}

.typeAllDivTwo span {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

/*----------------热门车型----------------*/
.carShowTab {
    width: 7.5rem;
    padding: 0.25rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.carShowTabItem {
    width: 1.26rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    background: #F8F8F8;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    font-family: PingFang-SC-Medium;
    font-size: 0.26rem;
    color: #777777;
}

.carShowTabItemSelected {
    background: #FE9400;
    color: #fff;
}

/*.carShowTabItemSelected{*/
/*position: relative;*/
/*}*/
/*.carShowTabItemSelected:after{*/
/*content: " ";*/
/*width:25px;*/
/*height:4px;*/
/*background:rgba(168,62,62,1);*/
/*border-radius:4px;*/
/*background: #A83E3E;*/
/*position: absolute;*/
/*bottom: -0.1rem;*/
/*left: 50%;*/
/*transform: translateX(-50%);//居中处理*/
/*}*/

.carShowList {
    width: 7.5rem;
    padding: 0 0.25rem;
    background: #fff;
}

.carContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.02rem solid #eee;
}

.carContentLeft {
    width: 2rem;
    height: 1.4rem;
}

.carContentLeft img {
    width: 100%;
    height: 100%;
}

.carContentRight {
    display: flex;
    flex-direction: column;
    width: 4.8rem;
    justify-content: flex-start;
}

.carContentRightTit {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    height: 0.4rem;
    line-height: 0.4rem;
}

.carContentRightDetail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #777;
    font-size: 0.24rem;
    height: 0.5rem;
    line-height: 0.5rem;
}

.carContentRightDetailGo {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(254, 148, 0, 1);
}

.carContentRightDetailText {
    color: #767676;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.hotCarMore {
    width: 100%;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    color: #777777;
    font-size: 0.22rem;
}

.carShowListTitle {
    font-family: PingFang-SC-Bold;
    font-size: 0.3rem;
    color: #1a1919;
    line-height: 0.4rem;
    text-align: center;
}

.dot5 {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffda44;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0.06rem 0;
}

.dot10 {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #ffda44;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0.02rem 0.1rem;
}

.separator {
    color: #ffda44;
    margin: 0 0.04rem;
}

.marginLeft20 {
    margin-left: 0.4rem;
}

.carShowListImageItem img {
    display: block;
    width: 100%;
}

/*----------------我们的承诺----------------*/
.promise {
    width: 7.5rem;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    background: #fff;
}

.promiseContent {
    padding: 0.25rem 0.25rem 0 0.25rem;
    display: flex;
    flex-direction: column;
}

.promiseContentTop {
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promiseContentTop img {
    width: 0.14rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

/*修改 优势*/
.advanAll {
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.54rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advanAllLeft {
    width: 3.72rem;
    height: 3.96rem;
}

.advanAllLeft img {
    width: 100%;
    height: 100%;
}

.advanAllRight {
    width: 3.1rem;
    height: 3.96rem;
    display: flex;
    flex-direction: column;
}

.advanAllRightLi {
    height: 0.65rem;
    line-height: 0.65rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.advanAllRightLiOne {
    margin-top: 0.15rem;
    margin-left: -0.6rem;
}

.advanAllRightLiTwo {
    margin-top: 0.15rem;
    margin-left: -0.09rem;
}

.advanAllRightLiThree {
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.45rem;
    margin-left: 0.05rem;
}

.advanAllRightLiFour {
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.25rem;
    margin-left: -0.25rem;
}

.advanAllRightLiLine {
    width: 0.58rem;
    height: 0.02rem;
    background: rgba(224, 8, 35, 1);
    margin-right: 0.06rem;
}

.advanAllRightLiText {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #FE9400;
    border-radius: 0.06rem;
    color: #FFF;
    font-size: 0.24rem;
    text-align: center;
}

.advanAllRightLiNum {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-bottom: 0.01rem solid #FE9400;
    -moz-border-radius-bottomleft: 0.06rem;
    color: #333;
    font-size: 0.3rem;
    text-align: center;
    margin-left: -0.1rem;
}

.advanAllStep {
    width: 100%;
    height: 1.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.advanAllStep li {
    width: 1.68rem;
    height: 1.1rem;
    background: #FE9400;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.05rem;
}

.advanAllStepSpanOne {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.advanAllStepSpanTwo {
    width: 1.52rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FE9400;
    text-align: center;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
}

/*修改版*/

.promiseContentBottom {
    width: 7rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.promiseContentBottomList {
    width: 3.5rem;
    height: 2.4rem;
    padding-top: 0.3rem;
    display: flex;
    flex-direction: row;
}

.promiseContentBottomListImg {
    width: 0.7rem;
    height: 0.74rem;
    margin-right: 0.2rem;
}

.promiseContentBottomListImg img {
    width: 100%;
    height: 100%;
}

.promiseContentBottomListCon {
    width: 2.5rem;
    display: flex;
    flex-direction: column;
}

.promiseContentBottomListConTit {
    font-size: 0.26rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 0.6rem;
}

.promiseContentBottomListConMoney {
    font-size: 0.24rem;
    color: #777;
    line-height: 0.4rem;
}

/*----------------我们的承诺----------------*/

/*----------------热门评价----------------*/
.highPraise {
    padding: 0.3rem;
    border-bottom: 0.02rem solid #eee;
    background-color: #fff;
    margin-bottom: 0.1rem;
}

.pjContent {
    margin-top: 0.3rem;
}

.pjContentList {
    border-bottom: 0.01rem solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.highPraiseTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.highPraiseImg {
    width: 0.6rem;
    height: 0.6rem;
}

.highPraiseImg img {
    width: 100%;
    height: 100%;
}

.highPraiseTitleUser {
    width: 4.3rem;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #242424;
    font-size: 0.26rem;
}

.highPraiseTitleUserPortrait {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
}

.highPraiseTitleUserPortrait img {
    width: 100%;
    height: 100%;
}

.highPraiseTitleUserInfoName {
    max-width: 2rem;
    overflow: hidden;
    font-family: PingFang-SC-Medium;
    color: #12141f;
    font-size: 0.26rem;
    font-weight: 400;
    height: 0.6rem;
    line-height: 0.6rem;
}

.highPraiseTitleUserInfoPhone {
    font-family: PingFang-SC-Medium;
    color: #12141f;
    font-size: 0.26rem;
    font-weight: 400;
    height: 0.6rem;
    line-height: 0.6rem;
}

.pj-time {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #757575;
    text-align: right;
}

.pjMore {
    color: #777;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.5rem;
}

.highPraiseContent {
    padding-left: 0.15rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
}

.pjText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pjText textarea {
    width: 6.74rem;
    height: 1.2rem;
    background: rgba(248, 248, 248, 1);
    border: 0.01rem solid rgba(249, 221, 197, 1);
    border-radius: 0.04rem;
    padding: 0.1rem;
}

.pjText .pjButton {
    width: 6.74rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: rgba(254, 148, 0, 1);
    border-radius: 0.04rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

/*----------------热门评价----------------*/

/*----------------常见问题----------------*/
.commonProblem {
    width: 100%;
    border-bottom: 0.02rem solid #eee;
    background-color: #fff;
    margin-bottom: 0.1rem;
    padding-top: 0.2rem;
}

.commonProblemTop {
    padding-left: 0.3rem;
    color: #333;
    font-size: 0.3rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.1rem;
}

.commonProblemTop img {
    width: 0.14rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.lunboContent {
    width: 100%;
    padding-bottom: 0.2rem;
}

.problemContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problemContentTop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.problemContentTopTit {
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
}

.problemContentTopLine {
    width: 0.6rem;
    height: 0.04rem;
    background: rgba(254, 148, 0, 1);
    border-radius: 0.02rem;
}

.problemContentBottom {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
}

.problemContentBottomQA {
    width: 6.9rem;
    margin-bottom: 0.2rem;
}

.problemContentBottomQue {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #333;
    font-size: 0.24rem;
}

.problemContentBottomQueTit {
    font-weight: bold;
    margin-right: 0.1rem;
    line-height: 0.5rem;
}

.problemContentBottomAns {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #333;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.problemContentBottomAns p {
    line-height: 0.5rem;
    color: #333;
    font-size: 0.24rem;
}

.mui-slider .mui-slider-item {
    height: 3.5rem;
}

/*----------------常见问题----------------*/

/*----------------关于我们----------------*/
.aboutUsDetail {
    width: 6.9rem;
    text-indent: 0.6rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
}

.comnpanyImg {
    width: 7rem;
    height: 2.8rem;
    margin: 0.2rem auto 0 auto;
}

.comnpanyImg img {
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 0.2rem;
}

/*----------------关于我们----------------*/

/*----------------底部----------------*/
.footer {
    width: 7.5rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
}

/*----------------底部----------------*/

/*----------------留言 电话----------------*/
.mesAndTel {
    position: fixed;
    left: 0;
    top: 73%;
    z-index: 997;
    display: flex;
    flex-direction: row;
}

.mesAndTelOld {
    width: 0.67rem;
    height: 0.84rem;
    background: rgba(247, 242, 236, 1);
    border: 0.04rem solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.04rem 0 rgba(198, 198, 198, 1);
    border-radius: 0 0.42rem 0.42rem 0;
}

.mesAndTelOldIn {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.mesAndTelOldIn img {
    width: 0.15rem;
    height: 0.3rem;
    margin-right: 0.25rem;
}

.mesAndTelNew {
    width: 3.2rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: rgba(247, 242, 236, 1);
    border: 0.04rem solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.04rem 0 rgba(198, 198, 198, 1);
    border-radius: 0 0.42rem 0.42rem 0;
    display: none;
}

.mesAndTelNewIn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mesAndTelNewInContent {
    width: 2.6rem;
    height: 0.7rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #301B01;
    font-size: 0.3rem;
}

.mesAndTelNewInContent span {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.mesAndTelNewInImg {
    width: 0.5rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mesAndTelNewInImg img {
    width: 0.15rem;
    height: 0.3rem;
    margin-right: 0.25rem;
}

/*----------------留言 电话----------------*/

.aboutUs {
    padding: 0.3rem;
    background-color: #fff;
    font-family: PingFang-SC-Medium;
    font-size: 0.3rem;
    color: #666;
}

.aboutUs img {
    width: 100%;
    margin-bottom: 0.4rem;
}

.aboutUs div {
    margin-bottom: 0.4rem;
    line-height: 0.5rem;
    text-indent: 1.5em;
}

.bottom-text {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #151515;
    font-size: 0.22rem;
    background: #eee;
    padding: 0.4rem 0;
}

.bottom-text-top {
    line-height: 0.6rem;
}

.banner_input {
    width: 95%;
    height: 0.8rem;
    margin: 0 auto;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(192, 192, 192, 1);
    position: relative;
    top: -0.4rem;
    z-index: 1000;
}

.banner_input_left {
    float: left;
    width: 23%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.29rem;
    font-weight: 400;
    overflow: hidden;
}

.banner_input_left_text {
    margin-left: 0.2rem;
    width: 20%;
    height: 0.8rem;
    overflow: hidden;
}

.banner_input_left_icon {
    float: right;
    width: 12px;
    height: 6px;
}

.banner_input_left_icon_img {
    width: 100%;
    height: 100%;
}

.banner_input_middle {
    float: left;
    width: 47%;
}

.banner_phone {
    background: #f5f5f5;
    width: 2.6rem;
    font-size: 0.28rem;
    color: #333;
    height: 0.8rem;
    line-height: 0.8rem;
}

.banner_input_right {
    float: right;
    width: 30%;
    background-color: #A83E3E;
    line-height: 0.8rem;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;
}

.banner_phone::-webkit-input-placeholder {
    color: #ABABAB;
}

.banner_phone:-moz-placeholder {
    color: #ABABAB;
}

.banner_phone:-ms-input-placeholder {
    color: #ABABAB;
}

.message_getCity_input::-webkit-input-placeholder {
    color: rgba(171, 171, 171, 1);
}

.message_getCity_input:-moz-placeholder {
    color: rgba(171, 171, 171, 1);
}

.message_getCity_input:-ms-input-placeholder {
    color: rgba(171, 171, 171, 1);
}

.server_content {
    width: 329px;
    height: 100px;
    margin: 0 auto;
    margin-top: 12px;
}

.server_content img {
    width: 100%;
    height: 100%;
}

.require_phone {
    width: 329px;
    height: 35px;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #E5E5E5;
}

.require_phone_txt {
    width: 50%;
    height: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(36, 36, 36, 1);
    text-align: right;
    line-height: 35px;
}

.require_phone_number {
    width: 50%;
    height: 100%;
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: rgba(168, 62, 62, 1);
    text-align: left;
    line-height: 35px;
}

.bottomtxt {
    height: 50px;
    font-size: 11px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 50px;
    text-align: center;
}

.aboutCompany {
    width: 90%;
    height: 80%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    position: fixed;
    top: 12%;
    left: 5%;
    z-index: 1000;
}

.close_btn {
    width: 100%;
    height: 0.26rem;
    margin-top: 0.2rem;
}

.close_img {
    width: 0.26rem;
    height: 0.26rem;
    float: right;
    margin-right: 0.24rem;
}

.close_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.aboutCompany_title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #242424;
    text-align: center;
    line-height: 0.4rem;
}

.aboutCompany_content {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 13px;
    color: #242424;
    line-height: 24px;
    overflow: scroll;
}

.message_getCity {
    width: 4.4rem;
    height: 0.8rem;
    margin: 0 auto;
    border-bottom: 0.01rem solid rgba(210, 210, 210, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.message_getCity_left {
    width: 35%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #242424;
}

.message_getCity .message_getCity_input {
    width: 65%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.28rem;
    font-weight: 400;
}

/*----------------给我留言 提交按钮----------------*/
.mfhd {
    width: 5rem;
    height: 4.4rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -2.5rem;
    margin-top: -2.2rem;
    z-index: 1000;
    background: #fff;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.mfhdContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mfhd_close_img {
    width: 98%;
    height: 0.4rem;
    padding-top: 0.1rem;
    padding-right: 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.mfhd_close_img img {
    width: 0.3rem;
    height: 0.3rem;
}

.message_btn {
    width: 3.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0.23rem auto 0 auto;
    background: #FE9400;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
    height: 100%;
}

/*2020-01-06*/
.bottomBtn {
    width: 7.5rem;
    height: 0.98rem;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
}

.bottomBtnLeft {
    width: 50%;
    height: 0.98rem;
    border-top: 0.02rem solid #FE9400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.bottomBtnLeft img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.13rem;
}

.bottomBtnLeftSpan {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(21, 21, 21, 1);
}

.bottomBtnRight {
    width: 50%;
    height: 0.98rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FE9400;
}

.bottomBtnRight img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.13rem;
}

.bottomBtnRightSpan {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.mui-slider-indicator .mui-active.mui-indicator {
    background: #FE9400;
}