/**************** 主体内容 ****************/
.content-all {
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header, .banner, .message, .guarantee, .model, .dispatcher, .charted, .car-list, .car-question, .bottom, .footer {
    width: 100%;
    min-width: 1200px;
}

/**************** 遮罩层 ****************/
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

/**************** 城市表单 ****************/
.form-city {
    z-index: 30;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 410px;
    height: 340px;
    margin-left: -205px;
    margin-top: -170px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: none;
}

.form-city-close {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 0;
    right: -40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.form-city-con {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-city-con-top {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 10px;
}

.citySelect {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 0;
}

.citySelect .layui-input-inline {
    width: 298px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
}

.city-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.city-icon-text {
    position: absolute;
    top: 13px;
    left: 40px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    z-index: 10;
}

.citySelect .layui-input-inline input {
    width: 298px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(225, 225, 225, 1);
    border-radius: 30px;
    padding-left: 120px;
    font-size: 16px;
    color: #333;
}

.form-btn .layui-btn {
    display: inline-block;
    color: #231B00;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    border: none;
    cursor: pointer;

    width: 300px;
    height: 60px;
    line-height: 60px;
    background: rgba(247, 199, 31, 1);
    box-shadow: 0px 6px 8px 0px rgba(242, 221, 149, 1);
    border-radius: 30px;
}

/**************** 左侧底部 ****************/
.left-side {
    width: 280px;
    height: 150px;
    position: fixed;
    bottom: 360px;
    left: 0;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.left-side img {
    width: 100%;
    height: 100%;
}

/**************** 固定底部 ****************/
.dispatcher {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.dispatcher-content {
    width: 1200px;
    height: 100px;
    background: rgba(0, 23, 66, 0.94);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.dispatcher-content-left {
    width: 300px;
    height: 100px;
    position: relative;
    margin-left: 37px;
}

.dispatcher-content-left img {
    width: 300px;
    height: 190px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.dispatcher-content-middle {
    width: 407px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dispatcher-content-middle-p {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 10px;
}

.dispatcher-content-middle-tel {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dispatcher-content-middle-tel img {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    margin-right: 15px;
}

.dispatcher-content-middle-tel-p {
    display: none;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.getTelephone{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.dispatcher-content-line {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    border-radius: 1px;
}

.dispatcher-content-right {
    width: 360px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dispatcher-content-right-span {
    margin-left: 57px;
    margin-right: 20px;
    width: 140px;
    height: 80px;
    display: flex;
    flex-direction: column;
}

.dispatcher-content-right-span p {
    font-size: 14px;
    line-height: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
}

.dispatcher-content-right-img {
    width: 80px;
    height: 80px;
}

.dispatcher-content-right-img img {
    width: 100%;
    height: 100%;
}

.dispatcher-content-close {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-right: 30px;
    cursor: pointer;
}

/**************** 头部 ****************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.headerClass {
    background: rgba(246, 202, 23, 1);
}

.header-content {
    width: 1200px;
    height: 75px;
    line-height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo {
    width: 162px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 100%;
    height: 100%;
}

.header-ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-ul li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(55, 44, 2, 1);
    padding: 0 6px;
    cursor: pointer;
}

.header-ul .header-li {
    font-size: 20px;
    font-weight: bold;
}

/**************** banner ****************/
.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}

.banner-content {
    width: 100%;
    height: 0;
    padding-bottom: 32.29%;
    background: url("/pc_t/image/home_pic_banner.png") no-repeat;
    background-size: cover;
}

/**************** message ****************/
.message {
    z-index: 9;
}

.message-content {
    width: 1200px;
    margin: 0 auto;
}

.message-content-detail {
    width: 1173px;
    height: 117px;
    padding-left: 27px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(225, 225, 225, 1);
    border-radius: 10px;
    margin-top: -110px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.message-start, .message-time, .message-num {
    width: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.message-tel {
    width: 262px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.message-start-left {
    margin-left: 23px;
    width: 50px;
    height: 50px;
}

.message-start-right {
    margin-left: 22px;
    margin-right: 26px;
    display: flex;
    flex-direction: column;
}

.right-top {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.right-top-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.right-top-bot input {
    width: 110px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    background: transparent;
    z-index: 8;
}

.right-top-bot-tel input {
    width: 130px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.right-top-bot img {
    width: 14px;
    height: 8px;
    /*transform: rotate(0deg);*/
}

.right-top-bot .cfsjIcon {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 7;
}

.message-line {
    width: 1px;
    height: 60px;
    background: rgba(214, 202, 161, 1);
}

.message-submit {
    width: 170px;
    height: 60px;
    line-height: 60px;
    background: rgba(247, 199, 31, 1);
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    color: #231B00;
    margin-left: 10px;
    cursor: pointer;
}

/**************** 服务保障 ****************/
.guarantee {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(242, 242, 241, 1);
    padding-top: 100px;
}

.guarantee-content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guarantee-content-top {
    width: 700px;
    position: relative;
}

.top-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: rgba(78, 115, 185, 1);
    border-radius: 50%;
}

.top-text {
    width: 650px;
    position: absolute;
    top: 10px;
    left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-text-left {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-left: 20px;
}

.top-text-right {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E9B706;
    margin-left: 20px;
}

.top-text-eng {
    width: 616px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 52px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(236, 231, 209, 1);
    margin: 15px auto 0;
}

.top-question {
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.guarantee-content-bottom {
    margin-top: 130px;
    width: 1200px;
    height: 500px;
    position: relative;
}

.bottom-left-img {
    width: 291px;
    height: 228px;
    position: absolute;
    top: -36px;
    left: 0;
    display: flex;
    flex-direction: row;
    z-index: 8;
}

.bottom-left-img img {
    display: block;
    width: 237px;
    height: 228px;
    margin-left: 34px;
}

.bottom-right-img {
    width: 290px;
    height: 158px;
    position: absolute;
    top: -66px;
    right: 0;
    display: flex;
    flex-direction: row;
    background: rgba(242, 242, 241, 1);
    z-index: 8;
}

.bottom-right-img img {
    width: 158px;
    height: 148px;
    margin-left: 31px;
}

.bottom-detail {
    width: 1200px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}

.bottom-detail-top {
    width: 1200px;
    height: 92px;
    background: rgba(246, 202, 23, 1);
    border-top-left-radius: 10px;
}

.bottom-detail-bottom {
    width: 1200px;
    height: 410px;
    background: rgba(246, 202, 23, 1);
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.pre-next {
    position: absolute;
    top: 25px;
    right: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 8;
}

.bottom-pre, .bottom-next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.bottom-pre:hover, .bottom-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.bottom-next {
    margin-left: 20px;
}

.bottom-current {
    position: absolute;
    bottom: 48px;
    width: 1200px;
    height: 220px;
}

.bottom-current-top {
    width: 620px;
    height: 260px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -4px 10px 0px rgba(243, 239, 222, 1);
    border-radius: 10px;
    margin: -296px auto 0;
    overflow: hidden;
}

.bottom-current-top-li {
    width: 620px;
    height: 260px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: none;
    float: left;
}

.top-li-show {
    display: block;
}

.bottom-current-top-li-left {
    float: left;
    width: 180px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #F7C71F;
    margin-top: 30px;
}

.bottom-current-top-li-left img {
    width: 94px;
    height: 94px;
    margin-bottom: 16px;
}

.bottom-current-top-li-span {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.bottom-current-top-li-right {
    float: right;
    height: 160px;
    margin-left: 20px;
    margin-right: 70px;
    width: 340px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.bottom-current-top-li-right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
}

.bottom-current-ul-div {
    width: 1155px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin: 40px auto 0;
}

.bottom-current-ul {
    height: 220px;
    position: absolute;
    left: 0;
    overflow: hidden;
    float: left;
}

.bottom-current-li {
    width: 350px;
    height: 220px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    float: left;
    margin-right: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottom-current-li-left {
    width: 100px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #F7C71F;
}

.bottom-current-li-left img {
    width: 51px;
    height: 52px;
    margin-bottom: 16px;
}

.bottom-current-li-span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.bottom-current-li-tight {
    margin-left: 20px;
    width: 193px;
    display: flex;
    flex-direction: column;
}

.bottom-current-li-tight p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: rgba(51, 51, 51, 1);
}

/**************** model ****************/
.model {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    background: rgba(242, 242, 241, 1);
}

.model-content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model-content-bottom {
    width: 1200px;
    position: relative;
    padding-bottom: 75px;
}

.model-content-top-left {
    width: 114px;
    height: 145px;
    position: absolute;
    top: 50px;
    left: -70px;
    z-index: 1;
}

.model-content-bottom-ul {
    margin-top: 50px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.model-content-bottom-li {
    width: 282px;
    height: 460px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.model-content-bottom-img {
    width: 282px;
    height: 200px;
}

.model-content-bottom-p {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 12px 0 0;
}

.model-content-bottom-detail {
    width: 248px;
    height: 130px;
    margin-top: 12px;
}

.model-content-bottom-detail p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.model-btn {
    width: 120px;
    height: 44px;
    line-height: 44px;
    background: rgba(247, 199, 31, 1);
    border-radius: 22px;
    text-align: center;
    color: #231B00;
    font-size: 16px;
    cursor: pointer;
}

/**************** charted ****************/
.charted {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(242, 242, 241, 1);
}

.charted-content {
    width: 100%;
    height: 0;
    padding-bottom: 54.69%;
    padding-top: 8%;
    background: url("/pc_t/image/data_pic_bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.charted-content-bottom {
    width: 1200px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.charted-content-bottom-left {
    width: 530px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}

.charted-content-bottom-li {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: scale(1);
    transition: transform 500ms;
    cursor: pointer;
}

.li-active {
    background: rgba(29, 49, 86, 1);
    transform: scale(1.02);
    transition: transform 2s;
}

.charted-content-bottom-li img {
    width: 38px;
    height: 38px;
    margin-left: 50px;
}

.img_one {
    display: block;
}

.img_two {
    display: none;
}

.li-active .img_one {
    display: none;
}

.li-active .img_two {
    display: block;
}

.charted-content-bottom-li-text {
    margin-left: 15px;
    color: #333;
    font-size: 16px;
    width: 140px;
    text-align: left;
}

.charted-content-bottom-li-num {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: left;
}

.li-active .charted-content-bottom-li-text {
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    width: 140px;
    text-align: left;
}

.li-active .charted-content-bottom-li-num {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.charted-content-bottom-right {
    margin-left: -100px;
    width: 770px;
    height: 570px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 8;
}

.charted-content-bottom-right-con {
    width: 690px;
    height: 490px;
}

.charted-content-bottom-right-con img {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-animation-name: fadeOut;
    -webkit-animation-timing-function: ease-in-out;
    /*-webkit-animation-iteration-count: infinite;*/
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
}

.charted-content-bottom-right-con .show-img {
    display: block;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    /*-webkit-animation-iteration-count: infinite;*/
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    /*25% {*/
    /*opacity: 0.25;*/
    /*}*/
    /*50% {*/
    /*opacity: 0.5;*/
    /*}*/
    /*75% {*/
    /*opacity: 0.75;*/
    /*}*/
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 1;
    }
    /*25% {*/
    /*opacity: 0.25;*/
    /*}*/
    /*50% {*/
    /*opacity: 0.5;*/
    /*}*/
    /*75% {*/
    /*opacity: 0.75;*/
    /*}*/
    0% {
        opacity: 0;
    }
}

.charted-btn {
    display: block;
    width: 200px;
    height: 70px;
    line-height: 70px;
    border: 2px solid rgba(26, 26, 26, 1);
    border-radius: 35px;
    text-align: center;
    color: #333;
    font-size: 26px;
    margin-top: 40px;
    cursor: pointer;
}

/**************** 车型展示 ****************/
.car-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(242, 242, 241, 1);
}

.car-list-content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.car-list-detail {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.car-list-detail-show {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.car-list-detail-show-li {
    width: 282px;
    height: 300px;
    margin: 0 9px 15px;
    position: relative;
}

.car-list-detail-show-li img {
    width: 100%;
    height: 100%;
}

.car-list-detail-show-li-bot {
    width: 282px;
    height: 56px;
    background: rgba(27, 27, 27, 0.5);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-list-name {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
    margin-bottom: 5px;
}

.car-list-seat {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.car-list-detail-tab {
    width: 1020px;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.car-list-detail-li {
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    position: relative;
    cursor: pointer;
}

.car-list-detail-li-ac {
    font-weight: bold;
}

.car-list-detail-li-ac:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 6px;
    background: rgba(247, 199, 31, 1);
    border-radius: 3px;
}

.car-list-btn {
    width: 200px;
    height: 70px;
    line-height: 70px;
    background: rgba(247, 199, 31, 1);
    border-radius: 35px;
    text-align: center;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(35, 27, 0, 1);
    margin-top: 60px;
    cursor: pointer;
}

/**************** 疑惑 ****************/
.car-question {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(242, 242, 241, 1);
}

.car-question-detail {
    width: 1200px;
    margin-top: 140px;
    margin-bottom: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-question-list {
    width: 1200px;
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.circle-img {
    width: 205px;
    height: 181px;
    position: absolute;
    top: -122px;
    right: -109px;
}

.car-question-list-li {
    width: 380px;
    height: 358px;
    border: 4px solid #F7C71F;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-question-list-li-top {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100px;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(242, 242, 241, 1);
}

.car-question-list-li-top img {
    width: 78px;
    height: 65px;
}

.li-title {
    width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 80px;
}

.li-line {
    width: 40px;
    height: 6px;
    background: rgba(247, 199, 31, 1);
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.li-text-detail {
    width: 300px;
    line-height: 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.li-text-detail span {
    font-weight: bold;
}

/**************** 关于我们 ****************/
.bottom {
    height: 0;
    padding-bottom: 45%;
    background: url("/pc_t/image/aboutUs_pic_bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bottom-content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.bottom-content-last {
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bottom-content-last-left {
    width: 520px;
    height: 370px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

.bottom-content-last-left-img {
    width: 476px;
    height: 330px;
}

.bottom-content-last-left-img img {
    width: 100%;
    height: 100%;
}

.bottom-content-last-right {
    width: 360px;
    height: 140px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 13px 20px;
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: -80px;
    z-index: 8;
}

/*company*/
.company-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(247, 199, 31, 0.7);
}

.company {
    width: 1200px;
    margin: 0 auto;
}

.compamy-name {
    height: 40px;
    line-height: 40px;
}

.compamy-tel {
    height: 40px;
    line-height: 40px;
}

/**************** footer ****************/
.footer {
    height: 72px;
    line-height: 72px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.footer .footer-company {
    margin: 0 6px;
}

/**************城市选择*****************/
.form-city-chose {
    z-index: 30;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 410px;
    height: 300px;
    margin-left: -205px;
    margin-top: -170px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: none;
}

.form-city-close-chose {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 0;
    right: -40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.form-city-con-chose {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-city-con-top-chose {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 10px;
}

.citySelect-chose {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 0;
}

.citySelect-chose .layui-input-inline {
    width: 298px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
}

.city-icon-chose {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.city-icon-text-chose {
    position: absolute;
    top: 13px;
    left: 40px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    z-index: 10;
}

.citySelect-chose .layui-input-inline input {
    width: 298px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(225, 225, 225, 1);
    border-radius: 30px;
    padding-left: 120px;
    font-size: 16px;
    color: #333;
}

.form-btn-chose .layui-btn {
    display: inline-block;
    color: #231B00;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    border: none;
    cursor: pointer;

    width: 300px;
    height: 60px;
    line-height: 60px;
    background: rgba(247, 199, 31, 1);
    box-shadow: 0px 6px 8px 0px rgba(242, 221, 149, 1);
    border-radius: 30px;
}

/******************** 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: 1000;
    display: none;
}

.frameContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 468px;
    background: rgba(247, 199, 31, 1);
    border-radius: 10px;
}

.frameContentClose {
    position: absolute;
    right: -49px;
    top: 0;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.frameArea {
    width: 410px;
    margin: 35px auto 0;
    position: relative;
}

.frameAreaTop {
    width: 380px;
    height: 82px;
    margin: 0 auto;
    position: relative;
}

.frameAreaTopText {
    font-size: 26px;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #333;
}

.frameAreaTop img {
    width: 124px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.frameAreaMessage {
    width: 410px;
    height: 310px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 21px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frameAreaMessageIcon {
    width: 100px;
    height: 27px;
    margin: 30px auto 0;
}

.frameAreaMessageLine {
    width: 40px;
    height: 4px;
    background: rgba(247, 199, 31, 1);
    margin-top: 10px;
}

.frameAreaMessageStart {
    width: 370px;
    height: 50px;
    line-height: 50px;
    /*background: #F5F5F5;*/
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0;
}

.frameAreaMessageStart span {
    margin-left: 21px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.frameAreaMessageStart .layui-input-inline {
    margin: 0;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
}

.frameAreaMessageStart input {
    margin-left: 10px;
    width: 230px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    border: none;
    background: none;
}

.frameAreaMessageUp {
    width: 12px;
    height: 8px;
}

.frameAreaMessageTel {
    width: 370px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px auto 0;
}

.frameAreaMessageTel span {
    margin-left: 21px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.frameAreaMessageTel input {
    margin-left: 10px;
    width: 230px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border: none;
    background: none;
}

.frameBtn {
    width: 370px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(247, 199, 31, 1);
    border-radius: 10px;
    margin: 50px auto 0;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

/******************** 车队滚动列表 样式 ********************/
.scrollingList {
    position: fixed;
    top: 15%;
    right: 5%;
    z-index: 18;
}

._container {
    /*height: 36px;*/
    /*overflow: hidden;*/
    /*border-bottom: 1px solid #000;*/
    /*text-align: center;*/

    width: 222px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

._container li {
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

._container li img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

._container li span {
    width: 190px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._container li:first-child {
    margin-top: 0px;
    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: 1000;
    display: none;
}

.konwContent {
    width: 410px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.konwImg {
    display: block;
    width: 123px;
    height: 27px;
    margin: 30px auto 0;
}

.konwLine {
    width: 40px;
    height: 4px;
    background: rgba(247, 199, 31, 1);
    margin: 10px auto 0;
}

.konwText {
    width: 340px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin: 30px auto 0;
}

.konwText span {
    font-weight: bold;
}

.knowBtn {
    width: 340px;
    height: 50px;
    line-height: 50px;
    background: rgba(247, 199, 31, 1);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 30px auto 0;
    cursor: pointer;
}