/****************重置顶部样式****************/
.mui-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    height: 0.88rem;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 0.01rem rgba(0, 0, 0, .85);
    box-shadow: 0 0 0.01rem rgba(0, 0, 0, .85);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#header {
    background: url("/mobile_t/image/headerIcon.png") no-repeat;
    background-size: 100% 100%;
}

#header .mui-pull-left {
    padding: 0;
    height: 0.88rem;
    line-height: 0.88rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.address-icon {
    width: 0.3rem;
    height: 0.32rem;
    margin-left: 0.2rem;
}

.city-select {
    min-width: 0.65rem;
    max-width: 1.7rem;
    height: 0.88rem;
    line-height: 0.88rem;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333;
    margin-left: 0.14rem;
    margin-right: 0.1rem;
}

.up-icon {
    width: 0.2rem;
    height: 0.12rem;
}

#header .mui-title {
    right: 2.5rem;
    left: 2.5rem;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin: 0;
    text-overflow: ellipsis;
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.88rem;
}

.mui-title img {
    width: 2.04rem;
    height: 0.38rem;
}

/*优势图片*/
.ourAdvantage {
    width: 6rem;
    height: 8rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    display: none;
}

.ourAdvantageBack {
    width: 100%;
    height: 100%;
}

.ourAdvantageClose {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    margin-left: -0.2rem;
}

/****************遮罩层****************/
.maskOther {
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    display: none;
}

/*留言成功弹窗*/
.successPop {
    width: 6.44rem;
    height: 8.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/mobile_t/image/img_bg_form.png') no-repeat;
    background-size: 100% 100%;
    z-index: 998;
    display: none;
}

.successClose {
    width: 0.82rem;
    height: 0.82rem;
    position: absolute;
    padding: 0.2rem;
    top: 0.05rem;
    right: 0.05rem;
}

.successImg {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.successIcon {
    width: 2.84rem;
    height: 2.57rem;
    margin: -0.57rem 0 0;
}

.successIconTwo {
    width: 2.08rem;
    height: 0.41rem;
    margin-left: 0.34rem;
}

.successTitle {
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.42rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 1rem auto 0;
    text-align: center;
}

.successCurrent {
    width: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.3rem auto 0;
}

.chartedNameIcon {
    width: 0.62rem;
    height: 0.62rem;
    margin-right: 0.27rem;
}

.successCurrent span {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
}

.successTelephone {
    width: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.24rem auto 0;
}

.chartedTelIcon {
    width: 0.62rem;
    height: 0.62rem;
    margin-right: 0.27rem;
}

.successTelephone span {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
}

.toWeb {
    width: 5.35rem;
    height: 1.17rem;
    line-height: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.35rem auto 0;
    background: url('/mobile_t/image/btn_enter.png') no-repeat;
    background-size: 100% 100%;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.sendMessage {
    width: 5.35rem;
    height: 1.17rem;
    line-height: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('/mobile_t/image/btn_send.png') no-repeat;
    background-size: 100% 100%;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F66916;
    margin: 0 auto;
}

/*拨打电话弹窗*/
.callPop {
    width: 6.44rem;
    height: 8.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/mobile_t/image/img_bg_form.png') no-repeat;
    background-size: 100% 100%;
    z-index: 998;
    display: none;
}

.callClose {
    width: 0.82rem;
    height: 0.82rem;
    position: absolute;
    padding: 0.2rem;
    top: 0.05rem;
    right: 0.05rem;
}

.callImg {
    width: 100%;
    height: 2.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.callIcon {
    width: 2.34rem;
    height: 2.8rem;
    margin: -0.5rem 0 0 0.2rem;
}

.callIconTwo {
    width: 2.05rem;
    height: 0.41rem;
    margin-left: 0.39rem;
}

.callTitle {
    width: 6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 0.8rem auto 0 0.4rem;
    text-align: left;
}

.callTitleOther {
    width: 6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 0.1rem auto 0 0.4rem;
    text-align: left;
}

.callTelephone {
    width: 6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.callIconTb {
    width: 0.38rem;
    height: 0.38rem;
}

.callTelephone span {
    width: 3.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.34rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
    margin: 0 0 0 0.16rem;
}

.callBtn {
    width: 2.15rem;
    height: 0.98rem;
    line-height: 0.9rem;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    background: url('/mobile_t/image/btn_enter_call.png') no-repeat;
    background-size: 100% 100%;
}

.callCurrent {
    width: 6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: -0.15rem auto 0;
}

.callCurrent span {
    width: 3.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.34rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
    margin: 0 0 0 0.16rem;
}

.copyBtn {
    width: 2.15rem;
    height: 0.98rem;
    line-height: 0.98rem;
    text-align: center;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    background: url('/mobile_t/image/btn_copy.png') no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.copyBtn div {
    width: 2.15rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0 0.1rem 0;
    color: #F76D1B;
}

/*新版弹窗*/
.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
    margin-left: -3rem;
    background-color: #fff;
    z-index: 998;
    border: 0.12rem solid #EFBE12;
    border-radius: 0.04rem;
}

.popup-message-close {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.6rem;
    text-align: center;
    font-weight: bold;
    opacity: 0.5;
}

.popup-message-all-list {
    width: 5.8rem;
    margin: 0.6rem auto 0;
}

.popup-message-start, .popup-message-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 5.8rem;
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.popup-message-top-icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.14rem;
    margin-left: 0.14rem;
}

.popup-message-title {
    width: 1.5rem;
    margin-left: 0.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.popup-message-start input {
    width: 3.4rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.popup-message-up-img {
    width: 0.24rem;
    height: 0.15rem;
    position: absolute;
    right: 0.2rem;
    top: 0.3rem;
}

.popup-message-end input {
    width: 3.4rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.popup-message-num {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 2.2rem;
    height: 0.72rem;
    line-height: 0.72rem;
    background: rgba(249, 249, 249, 1);
    border: 0.01rem solid rgba(220, 220, 220, 1);
    border-radius: 0.1rem;
    margin-bottom: 0.24rem;
}

.popup-message-num input {
    width: 0.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(249, 249, 249, 1);
}

.popup-message-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 5.8rem;
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.popup-message-time input {
    width: 3.4rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.popup-message-telephone {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 5.8rem;
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.popup-message-telephone input {
    width: 3.4rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.popup-message-btn {
    width: 5.2rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: #EFBE12;
    box-shadow: 0 0.1rem 0.08rem 0 rgba(244, 234, 198, 1);
    border-radius: 0.42rem;
    text-align: center;
    margin-top: 0.6rem;
    margin-left: 0.3rem;
}

.popup-message-btn-one {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(35, 27, 0, 1);
}

/****************弹窗****************/
.tc-message {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 6rem;
    height: 6.3rem;
    margin-top: -3.15rem;
    margin-left: -3rem;
    background-color: #fff;
    z-index: 998;
    display: none;
    border: 0.12rem solid rgba(37, 119, 227, 1);
    border-radius: 0.04rem;
}

.tc-message-close {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.6rem;
    text-align: center;
    font-weight: bold;
    opacity: 0.5;
}

.tc-message-img {
    width: 100%;
    height: 2.46rem;
}

.tc-message-top {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.tc-message-city {
    width: 4.6rem;
    height: 0.5rem;
    margin: 0 auto 0.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tc-message-star {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #E10000;
    font-size: 0.24rem;
}

.tc-message-text {
    width: 1.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #222222;
    font-size: 0.24rem;
}

.tc-message-city .tc-message-input {
    padding: 0 0 0 0.05rem;
    margin: 0;
    height: 0.5rem;
    font-size: 0.24rem;
}

.tc-message-btn {
    display: block;
    width: 4.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto 0.4rem;
    background: #2577E3;
    color: #fff;
    text-align: center;
    border-radius: 0.04rem;
    padding: 0;
}

/****************主体内容****************/
.mui-content {
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
    background: #eee;
}

.mui-content .mui-slider {
    background: #fff;
}

/**************** 图片视频 ****************/
.topContent {
    width: 7.5rem;
    position: relative;
    height: 5.16rem;
}

#topContentPlay1 {
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

#topContentPlay2 {
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.topContentImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 7.5rem;
    height: 4.64rem;
    z-index: 7;
}

.topContentPicture {
    width: 100%;
    height: 100%;
}

.videoId {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 7.5rem;
    height: 4.64rem;
    object-fit: fill;
    z-index: 7;
    display: none;
}

/****************留言框****************/
.message {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 8;
    margin-top: -0.35rem;
    padding-bottom: 0.2rem;
    background: #fff;
}

.message-con-all {
    width: 7.5rem;
    /*height: 7.7rem;*/
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.message-con {
    width: 7.5rem;
    /*height: 7.7rem;*/
    border-radius: 0.3rem 0.3rem 0.2rem 0.2rem;
    background: rgba(255, 255, 255, 1);
    z-index: 9;
    position: relative;
    box-shadow: 0 0 0.14rem 0 rgba(153, 105, 0, 0.3);
    padding-bottom: 0.4rem;
}

.message-all {
    width: 7.5rem;
    margin: 0.5rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.colorDiv {
    width: 7.48rem;
    height: 0.12rem;
    background: #FB9716;
    border-radius: 0.3rem 0.3rem 0.2rem 0.2rem;
}

.message-top-img {
    display: block;
    width: 6.28rem;
    height: 0.8rem;
    margin: 0 auto 0.5rem;
}

.message-all-list {
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.message-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*width: 6.65rem;*/
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.message-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 6.65rem;
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.message-top-icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}

.message-title {
    width: 1.3rem;
    margin-left: 0.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.message-start input {
    width: 1.7rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.message-up-img {
    width: 0.24rem;
    height: 0.15rem;
    position: absolute;
    right: 0.2rem;
    top: 0.3rem;
}

.message-end input {
    width: 4.5rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.message-num {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 2.2rem;
    height: 0.72rem;
    line-height: 0.72rem;
    background: rgba(249, 249, 249, 1);
    border: 0.01rem solid rgba(220, 220, 220, 1);
    border-radius: 0.1rem;
    margin-bottom: 0.24rem;
}

.message-num input {
    width: 0.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(249, 249, 249, 1);
}

.message-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*width: 6.65rem;*/
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.message-time input {
    width: 1.7rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.message-telephone {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 6.65rem;
    height: 0.78rem;
    line-height: 0.78rem;
    margin-bottom: 0.28rem;
    position: relative;
}

.message-telephone input {
    width: 4.6rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    border-top: 0.01rem solid transparent;
    border-left: 0.01rem solid transparent;
    border-right: 0.01rem solid transparent;
    border-bottom: 0.01rem solid #DCDCDC;
}

.message-btn {
    width: 6.6rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: #FFB514;
    box-shadow: 0 0.1rem 0.08rem 0 #F4EAC6;
    border-radius: 0.42rem;
    text-align: center;
    margin: 0.3rem 0.25rem 0 0.25rem;
}

.message-btn-one {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(35, 27, 0, 1);
}

.baoche_flow {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 0.2rem;
    margin: 0.2rem 0.2rem 0;
}

.baoche_flow_item {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.serial_num {
    width: 0.35rem;
    height: 0.35rem;
    line-height: 0.35rem;
    border-radius: 50%;
    border: 0.02rem solid #FCAD17;
    text-align: center;
    color: #FCAD17;
    font-size: 0.2rem;
    margin-right: 0.1rem;
}


.baochezixun {
    width: 6.6rem;
    height: 0.7rem;
    line-height: 0.6rem;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.3rem auto 0;
    background: #fff;
    justify-content: center;
}

.baochezixunImg {
    width: 0.44rem;
    height: 0.38rem;
    margin-right: 0.1rem;
}

.baochezixunContent {
    width: 6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #000;
}

.perNumber {
    font-size: 0.26rem;
    color: #E95924;
}

.charted {
    font-size: 0.26rem;
    color: #E95924;
}

.perNumber1 {
    font-size: 0.26rem;
    color: #E95924;
}

.charted1 {
    font-size: 0.26rem;
    color: #E95924;
}

.order_number {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.order_numberspan {
    color: #222;
    font-size: 0.3rem;
}

.order_nums {
    width: 0.34rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    background: url("/mobile_t/image/placeOrder_pic_countdown.png") no-repeat;
    background-size: cover;
    margin: 0 0.1rem;
}

.message-bot-text {
    width: 6.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-top: 0.3rem;
    text-align: center;
    color: #333;
    font-size: 0.24rem;
}

.message-ul {
    width: 7rem;
    height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.message-li {
    width: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.3rem;
}

.message-li img {
    width: 0.4rem;
    height: 0.4rem;
}

.message-li span {
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.2rem;
}

.message-li-right {
    width: 0.2rem;
    height: 0.2rem;
    border-top: 0.02rem solid rgba(0, 0, 0, 0.5);
    border-right: 0.02rem solid rgba(0, 0, 0, 0.5);
    border-bottom: 0.02rem solid transparent;
    border-left: 0.02rem solid transparent;
    transform: rotate(45deg);
    margin: 1rem 0.1rem 0 -0.1rem;
}

/*流程*/
.liucheng {
    width: 7.5rem;
    margin: 0.2rem auto 0;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 7;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.liucheng img {
    width: 6.92rem;
    height: 2.12rem;
    margin: 0.4rem auto 0.45rem;
}

/*用车需求*/
.useCarNeed {
    width: 7.5rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.useCarTitle {
    width: 3.56rem;
    height: 0.46rem;
    margin-top: 0.42rem;
}

.useCarList {
    width: 6.5rem;
    margin: 0.5rem auto 0.2rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.useCarListDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3rem;
    height: 3.7rem;
}

.useCarListDivImg {
    width: 3rem;
    height: 1.78rem;
}

.useCarListDivTitle {
    width: 1.6rem;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 0.2rem auto 0.1rem auto;
}

.useCarListDivText {
    width: 2.7rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

/*包车必读*/
.charted {
    width: 7.5rem;
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
    z-index: 9;
}

.charted-top {
    width: 7rem;
    margin: 0 auto;
    position: relative;
}

.circle {
    width: 0.3rem;
    height: 0.3rem;
    background: rgba(29, 49, 86, 1);
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    left: 0;
}

.title-eng {
    width: 6.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.52rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #F1EEE2;
    text-align: left;
    margin: 0 auto;
}

.title-content {
    width: 6.4rem;
    margin: -0.4rem auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-content-span {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.title-content-right {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(239, 190, 18, 1);
    margin-left: 0.2rem;
}

.charted-content {
    width: 7.5rem;
    margin-top: 0.45rem;
}

.charted-ul {
    width: 7rem;
    height: 9.9rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.charted-ul li {
    width: 3.3rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
    margin-bottom: 0.34rem;
}

.charterNotice {
    height: 5.36rem;
}

.orderReference {
    height: 4.16rem;
}

.typeShow {
    height: 4.16rem;
}

.company {
    height: 5.36rem;
    margin-top: -1.2rem;
}

.li-title {
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 0.2rem auto 0;
    text-align: center;
}

.li-img {
    display: block;
    width: 0.96rem;
    height: 0.96rem;
    margin: 0.2rem auto 0.2rem;
}

.li-div {
    width: 2.9rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.li-div-p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 0;
}

/*覆盖*/
.fourSpace {
    width: 7.5rem;
    height: 7.34rem;
    /*background: url('/mobile/image/data_pic_bg.png') no-repeat;*/
    /*background-size: 100% 100%;*/
    margin-top: -1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
}

.fourSpace-bg-img {
    width: 7.5rem;
    height: 7.34rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.fourSpace-con {
    width: 6.8rem;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
}

.fourSpace-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fourSpace-list img {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.2rem;
}

.fourSpace-right {
    width: 2rem;
    height: 1rem;
    display: flex;
    flex-direction: column;
}

.fourSpace-right-top {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.fourSpace-right-bottom {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

/*show-list*/
.show-list {
    width: 7.5rem;
    margin: -0.2rem auto 0;
    background: #f2f2f2;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3rem;
}

.show-top {
    width: 6.4rem;
    margin: 0 auto 0;
    position: relative;
}

.show-list-img {
    width: 4.6rem;
    height: 0.46rem;
    margin-top: 0.42rem;
}

.show-top .title-eng {
    width: 6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.52rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FAF9F3;
    text-align: center;
    margin: 0 auto;
}

.show-top .title-content {
    width: 6rem;
    margin: -0.4rem auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.step-ul {
    width: 6.96rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.08rem 0 rgba(230, 228, 221, 1);
    border-radius: 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.35rem;
}

.step-li {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.226rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 0 0.35rem;
    text-align: center;
    position: relative;
}

.step-li-ac {
    font-weight: bold;
}

.step-li-ac:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.2rem;
    display: block;
    content: '';
    width: 0.4rem;
    height: 0.06rem;
    background: rgba(247, 199, 31, 1);
    border-radius: 0.03rem;
}

.car-show-con {
    width: 6.5rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.car-show-li {
    width: 3rem;
    height: 2.2rem;
    position: relative;
    margin-bottom: 0.3rem;
    background: radial-gradient(circle, rgba(218, 219, 223, 0.88), rgba(152, 162, 172, 0.88));
    border-radius: 0.1rem;
}

.car-show-img {
    width: 3rem;
    height: 2.2rem;
    border-radius: 0.1rem;
}

.car-show-li-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 0.5rem;
    background: rgba(27, 27, 27, 0.6);
    border-radius: 0 0 0.1rem 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.car-name {
    width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-left: 0.1rem;
}

.car-type{
    width: 0.8rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.seat-num {
    width: 0.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 0.1rem;
    text-align: right;
}

/*入驻车队*/
.guarantee {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f2f2f2;
}

.guaranteeImg {
    width: 3.26rem;
    height: 0.46rem;
}

.guaranteeContent {
    width: 7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.48rem;
}

.guaranteeContentImg {
    width: 4.08rem;
    height: 4.46rem;
}

.guaranteeContentRight {
    width: 3.12rem;
    height: 4.46rem;
    margin-left: -0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.guaranteeContentRightList {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.1rem 0;
}

.guaranteeContentRightLine {
    width: 0.58rem;
    height: 0.02rem;
    background: #8E959B;
    margin-right: 0.02rem;
}

.guaranteeContentRightType {
    width: 1.2rem;
    height: 0.38rem;
    line-height: 0.38rem;
    background: #FE9400;
    border-radius: 0.06rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.guaranteeContentRightNum {
    width: 1.2rem;
    height: 0.38rem;
    line-height: 0.38rem;
    border-bottom: 0.01rem solid #FE9400;
    text-align: center;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333;
    margin-left: -0.06rem;
}

.guaranteeOne {
    margin-left: -0.6rem;
}

.guaranteeTwo {
    margin-left: -0.05rem;
}

.guaranteeThree {
    margin-left: 0.05rem;
}

.guaranteeFour {
    margin-left: -0.5rem;
}

/*海量车队*/
.massive {
    width: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.3rem 0.26rem 0.1rem 0.26rem;
    background: #f2f2f2;
}

.massiveLi {
    width: 3.47rem;
    height: 1.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0.01rem 0;
}

.massiveLiIcon {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.24rem 0 0.14rem;
}

.massiveLiCon {
    width: 2.48rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
}

.massiveLiBold {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.massiveLiFormal {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
}

/*常见问题*/
.common-problem-all {
    width: 7.5rem;
    background: #fff;
    border-radius: 0.3rem 0.3rem 0 0;
}

.common-problem {
    width: 7.5rem;
    border-radius: 0.3rem 0.3rem 0 0;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-problem-img {
    width: 4.44rem;
    height: 0.45rem;
}

.common-show-top {
    width: 5rem;
    margin: 0 auto;
    position: relative;
}

.common-show-top .title-eng {
    width: 4.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.52rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #F1EEE2;
    text-align: left;
    margin: 0 auto;
}

.common-show-top .title-content {
    width: 4.8rem;
    margin: -0.4rem auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lunboContent {
    width: 100%;
    padding-bottom: 0.9rem;
    margin-top: 0.6rem;
    border-radius: 0 0 0.12rem 0;
}

.lunboContent .mui-slider-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    background: #fff;
}

.problemContent {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 5.8rem;
    height: 3.1rem;
    border: 0.04rem solid #EFBE12;
    border-radius: 0.2rem;
    margin: 0 auto 0.5rem;
    position: relative;
}

.top-left-img {
    position: absolute;
    top: -0.04rem;
    left: -0.04rem;
    width: 0.88rem;
    height: 0.75rem;
    background: #eee;
}

.mui-slider .mui-slider-group .mui-slider-item .top-left-img img {
    width: 0.78rem;
    height: 0.65rem;
}

.title-text {
    width: 5.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 0.2rem auto;
}

.title-line {
    width: 0.4rem;
    height: 0.06rem;
    background: rgba(247, 199, 31, 1);
    border-radius: 0.03rem;
}

.title-detail {
    width: 5.3rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.1rem;
}

.title-detail span {
    font-weight: bold;
}

.mui-slider-indicator .mui-active.mui-indicator {
    background: #EFBE12;
}

/*合作对象*/
.cooperation {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.cooperation img {
    width: 6.96rem;
    height: 5.04rem;
    margin: 0 0 0.6rem 0;
}

/*文章*/
.home-local-top {
	width: 6.9rem;
	height: 0.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0.3rem auto 0;
}

.home-local-top-title {
	height: 0.4rem;
	font-size: 0.34rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
}

.home-local-top-more {
	height: 0.28rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.articleArea {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding-bottom: 0.3rem;
}

.strategy-tab {
	margin-top: 0.2rem;
	width: 7.5rem;
	height: 0.8rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.strategy-tab-single {
	width: 2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin: 0 0.7rem 0;
	border-bottom: 0.04rem solid #fff;
}

.strategy-active {
	border-bottom: 0.04rem solid #F96E46;
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FF5B2B;
}

.strategy-box {
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
	width: 7.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.strategy-box-single {
	width: 6.9rem;
	border-bottom: 0.02rem solid #B5B5B5;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0.2rem;
}

.strategy-box-single-left {
	width: 4.2rem;
}

.single-left-tit {
	width: 100%;
	max-height: 0.8rem;
	overflow: hidden;
	font-size: 0.34rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 0.4rem;
}

.single-left-content {
	margin-top: 0.4rem;
	width: 100%;
	max-height: 0.6rem;
	line-height: 0.3rem;
	overflow: hidden;
	font-size: 0.26rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.single-left-line {
	margin-top: 0.36rem;
	width: 0.2rem;
	height: 0.01rem;
	background: #B5B5B5;
}

.single-left-user {
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
}

.strategy-box-single-right {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 0.1rem;
}

.strategy-box-single-right img {
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}

.to-article-more {
	width: 2.54rem;
	height: 0.52rem;
	line-height: 0.52rem;
	border: 0.01rem solid #F96E46;
	border-radius: 0.1rem;
	text-align: center;
	margin: 0 auto 0.2rem;

	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #F96E46;
}

.no-artile {
	width: 7.5rem;
	margin: 0 auto 0;
	background: #fff;
	padding: 0.6rem 0 0 0;
}

.no-artile-icon {
	width: 2.8rem;
	height: 2.36rem;
	margin: 0 auto;
	display: block;
}

.no-artile-text {
	display: block;
	width: 2.8rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	margin: 0.2rem auto 0.5rem;
	text-align: center;
}

/*关于我们*/
.about {
    width: 7.5rem;
    background: #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3rem 0.3rem 0 0;
    margin: -0.2rem 0 0 0;
}

.aboutImg {
    width: 6.94rem;
    height: 5.44rem;
    margin: 0.33rem 0 0 0;
}

.about-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-show-top {
    width: 6rem;
    margin: 0 auto;
    position: relative;
}

.about-show-top .title-eng {
    width: 5.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.52rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #F6CC37;
    text-align: center;
    margin: 0 auto;
}

.about-show-top .title-content {
    width: 5.8rem;
    margin: -0.4rem auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.about-detail {
    width: 6.94rem;
    border-radius: 0.2rem;
    margin-top: 0.1rem;
}

.about-detail-img {
    position: absolute;
    bottom: -1.3rem;
    right: -0.4rem;
    width: 3.11rem;
    height: 3.32rem;
    z-index: 7;
}

.about-detail-text {
    /*padding: 0.38rem 0.26rem 0;*/
    line-height: 0.4rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 0;
}

.footer {
    width: 6.9rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.25rem;
    z-index: 9;
}

.footer-span {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 0.2rem;
    text-align: center;
}

.footer a {
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 0.2rem;
    text-align: center;
}

.compamy-name, .compamy-tel {
    width: 6.94rem;
    line-height: 0.4rem;
    color: #333;
    font-size: 0.2rem;
}

.compamy-name {
    margin-top: 0.2rem;
}

/*底部按钮*/
/*.bottom-all {*/
/*width: 7.5rem;*/
/*display: flex;*/
/*flex-direction: column;*/
/*align-items: center;*/
/*}*/

.bottom-all-back {
    z-index: -1;
    width: 7.5rem;
    height: 2rem;
    background: #1D3156;
    position: fixed;
    bottom: 0;
    left: 0;
}

.bottom-list {
    width: 7.5rem;
    height: 0.88rem;
    line-height: 0.88rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    border-radius: 0.3rem 0.3rem 0 0;
}

.bottom-list-left {
    width: 3.5rem;
    height: 0.88rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url("/mobile_t/image/tab_btn_callback.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(247, 199, 31, 1);
    padding: 0;
    margin: 0 0 0 0;
    text-align: center;
    border: none;
}

.bottom-list-middle {
    width: 1.2rem;
    height: 0.98rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.bottom-list-middle img {
    width: 0.25rem;
    height: 0.56rem;
}

@-webkit-keyframes rightan {
    from {
        bottom: 0%;
        opacity: 0;
    }
    to {
        bottom: 5%;
        opacity: 1;
    }
}

.rightan {
    -webkit-animation: rightan 1s infinite;
    -webkit-animation-fill-mode: both;
}

.bottom-list-right {
    width: 3.5rem;
    height: 0.88rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 0.6rem;
    background: url("/mobile_t/image/tab_btn_callphone.png") no-repeat;
    background-size: 100% 100%;
}

.bottom-list-left img, .bottom-list-right img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
}



/******************** ip不准时弹窗选择城市 ********************/
.frameBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.frameContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.6rem;
    height: 5.76rem;
    background: #FFB514;
    border-radius: 0.1rem;
}

.frameContentClose {
    position: absolute;
    right: -0.49rem;
    top: 0;
    width: 0.29rem;
    height: 0.29rem;
    cursor: pointer;
}

.frameArea {
    width: 5.2rem;
    margin: 0.35rem auto 0;
    position: relative;
}

.frameAreaTop {
    width: 4.65rem;
    height: 0.86rem;
    margin: 0 auto;
    position: relative;
}

.frameAreaTopText {
    font-size: 0.32rem;
    line-height: 0.43rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #333;
}

.frameAreaTop img {
    width: 1.3rem;
    height: 0.65rem;
    position: absolute;
    bottom: -0.2rem;
    right: 0;
}

.frameAreaMessage {
    width: 5.2rem;
    height: 4.1rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    margin: 0.21rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frameAreaMessageIcon {
    width: 1.39rem;
    height: 0.34rem;
    margin: 0.3rem auto 0;
}

.frameAreaMessageLine {
    width: 0.4rem;
    height: 0.04rem;
    background: #FFB514;
    margin-top: 0.1rem;
}

.frameAreaMessageStart {
    width: 4.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #F5F5F5;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.4rem auto 0;
}

.frameAreaMessageStart input {
    margin: 0 0 0 0.1rem;
    padding: 0;
    width: 4rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #333;
    font-size: 0.28rem;
    border: none;
    background: none;
}

.frameAreaMessageUp {
    width: 0.18rem;
    height: 0.12rem;
}

.frameAreaMessageTel {
    width: 3.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #F5F5F5;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.2rem auto 0;
}

.frameAreaMessageTel span {
    margin-left: 0.21rem;
    width: 0.7rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.frameAreaMessageTel input {
    margin-left: 0.1rem;
    width: 2.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #333;
    font-size: 0.28rem;
    border: none;
    background: none;
}

.frameBtn {
    width: 4.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    background: #FFB514;
    border-radius: 0.1rem;
    margin: 0.5rem auto 0;

    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}


/******************** 车队滚动列表 样式 ********************/
.scrollingList {
    position: fixed;
    top: 1rem;
    left: 2%;
    z-index: 18;
}

._container {
    /*height: 36px;*/
    /*overflow: hidden;*/
    /*border-bottom: 1px solid #000;*/
    /*text-align: center;*/

    width: 4.2rem;
    height: 0.4rem;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.1rem 0 rgba(51, 51, 51, 0.08);
    border-radius: 0.2rem;
    overflow: hidden;
    padding: 0;
}

._container li {
    height: 0.4rem;
    line-height: 0.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

._container li img {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
}

._container li span {
    width: 3.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._container li:first-child {
    margin-top: 0;
    transition: margin-top .8s; /*此处可修改每次滚动持续时间*/
}

/******************** 留言成功后弹窗 **********************/
.konwBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    display: none;
}

.konwContent {
    width: 4.8rem;
    /*height: 2.98rem;*/
    background: #FFFFFF;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.konwLine {
    width: 1.2rem;
    height: 0.04rem;
    background: #FFB514;
    margin: 0 auto;
}

.konwText {
    width: 3.94rem;
    line-height: 0.45rem;
    font-size: 0.28rem;
    color: #333;
    margin: 0.55rem auto 0;
}

.konwText span {
    font-weight: bold;
}

.knowBtn {
    width: 3.94rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #FFB514;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin: 0.5rem auto 0.3rem;
    cursor: pointer;
}




/*动态数字*/
.baochezixun-qq {
    width: 7.5rem;
    height: 0.7rem;
    line-height: 0.6rem;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    justify-content: center;
}

.baochezixunImg-qq {
    width: 1.2rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    margin-left: 0.25rem;
}

.baochezixunContent-qq {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #000;
}

.perNumber-qq {
    font-size: 0.26rem;
    color: #E95924;
}

.charted-qq {
    font-size: 0.26rem;
    color: #E95924;
}

.perNumber1 {
    font-size: 0.26rem;
    color: #E95924;
}

.charted1 {
    font-size: 0.26rem;
    color: #E95924;
}

.statistics {
    width: 7.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.statisticsLeft {
    width: 2.2rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statisticsNumberTop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}

.statisticsNumberBot {
    font-size: 0.24rem;
    color: #333;
}

.statisticsNumber {
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333;
    font-size: 0.36rem;
    font-weight: bold;
}

.statisticsNumberAdd {
    font-size: 0.36rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #333;
    margin-right: -0.1rem;
    margin-top: -0.1rem;
    margin-left: 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.statisticsNumberBotText {
    font-size: 0.24rem;
    color: #333;
}

.jiantou {
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    margin-top: -20px;
    margin-left: 6px;
}

.jiantou:after {
    display: block;
    content: '';
    width: 3px;
    height: 14px;
    background: red;
    position: absolute;
    bottom: -16px;
    left: -1.5px;
}

.jiantouTwo {
    display: block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    margin-bottom: -16px;
    margin-left: 6px;
}

.jiantouTwo:after {
    display: block;
    content: '';
    width: 3px;
    height: 14px;
    background: red;
    position: absolute;
    bottom: 3px;
    left: -1.5px;
}