@charset "UTF-8";
@import url("../../../layui/css/layui.css");
@import url("../../lib/css/animate.min.css");
@import url("../price.css");

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.center {
    align-items: center;
}

.end {
    align-items: flex-end;
}

.warp {
    flex-wrap: wrap;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.main {
    display: flex;
    justify-content: space-between;
}

.left, .w900 {
    width: 900px;
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .02);
}

.right, .w300 {
    width: 280px;
}

.mt-20 {
    margin-top: 20px;
}

.big-title {
    position: relative;
    display: flex;
    margin: 40px 0 20px;
    justify-content: space-between;
    align-items: flex-end;
}

.big-title:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 22px;
    background: #f30;
    content: "";
}

.big-title .title {
    padding-left: 15px;
    font-weight: 700;
    font-size: 22px;
}

.big-title .desc {
    overflow: hidden;
    margin-left: 10px;
    width: 550px;
    margin-bottom: 2px;
    color: grey;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    font-size: 14px;
}

.hero-title {
    margin: 40px 0 20px;
    text-align: center;
    z-index: 0;
    position: relative;
}

.hero-title .title {
    position: relative;
    z-index: 9;
    font-weight: 700;
    font-size: 28px;
}

.hero-title .desc {
    margin: 10px auto;
    width: 500px;
    color: grey;
    font-size: 16px;
}

.hero-title .title:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    z-index: -1;
    display: block;
    width: 100px;
    height: 15px;
    border-radius: 10px;
    background: #edc011;
    content: "";
}

.hero-title .more {
    margin: 20px 0 40px;
}

.price {
    color: #f30;
    /*font-weight: 700;*/
    font-size: 26px;
}

.price:before {
    content: "￥";
}

.price:after, .price:before {
    font-weight: 400;
    font-size: 14px;
}

.price:after {
    content: "/起";
}

.banner-title {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

.banner-title .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.banner-title .desc {
    overflow: hidden;
    margin-left: 10px;
    width: 550px;
    color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

body, html {
    background: #f7f7f7;
}

.header .menu li .special {
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 2;
    display: block;
    padding: 0 4px;
    height: 18px;
    border-radius: 3px;
    background: #ffd45c;
    color: #000;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.header .menu li .special em {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 5px;
    height: 8px;
    background: url(../../image/sj-icon.png);
    text-indent: -999px;
}

.swiper-item {
    background-color: #333;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.lines-hot {
    padding: 1px;
    background: url(../../image/hot_bg.png) no-repeat bottom #f7f7f7;
}

.lines {
    display: flex;
    flex-wrap: wrap;
}

.lines .item {
    margin-bottom: 20px;
    width: 285px;
    margin-right: 20px;
}

.lines-p3 .item:nth-child(3n) {
    margin-right: 0;
}

.lines-p4 .item:nth-child(4n) {
    margin-right: 0;
}

.lines .item .image {
    position: relative;
    width: 285px;
    height: 180px;
    border-radius: 6px;
    overflow: hidden;
}

.lines .item img {
    width: 100%;
    height: 180px;
    transition: all .7s;
}

.lines .item img:hover {
    transform: scale(1.1);
}

.lines .item .title {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lines .item .satisfied {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 10px;
    background-color: #f30;
    color: #fff;
}

.lines .item .satisfied .text {
    font-size: 12px;
}

.lines .item .satisfied .number {
    font-weight: 700;
    font-size: 18px;
}

.lines .item .ask {
    color: #f30;
    font-weight: 700;
    font-size: 20px;
}

.lines-all {
    padding: 10px 0;
    background: #fff;
}

.lines-all .lines-ad {
    margin-right: 20px;
    width: 285px;
    height: 576px;
    overflow: hidden;
    background-color: #dbdbdb;
}

.lines-all .lines-list {
    width: calc(100% - 285px);
}

.cars-all {
    padding: 10px 0;
    background: #fff;
}

.cars {
    display: flex;
    padding-bottom: 30px;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.cars .item {
    width: 285px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.cars .item:nth-child(4n) {
    margin-right: 0;
}

.cars .item .image {
    width: 285px;
    height: 180px;
    border-radius: 6px;
    overflow: hidden;
}

.cars .item img {
    width: 100%;
    height: 190px;
    transition: all .7s;
}

.cars .item img:hover {
    transform: scale(1.1);
}


.cars .item .title {
    margin: 8px 0;
    font-weight: 700;
    font-size: 18px;
}

.cars .item .ask, .cars .item .price {
    color: #f30;
    font-weight: 700;
    font-size: 20px;
}

.cars .item .price:before {
    content: "￥";
    font-weight: 400;
    font-size: 14px;
}

.cars .item .price:after {
    content: "/起";
    font-weight: 400;
    font-size: 14px;
}

.answer-all {
    padding: 15px 0 40px;
    background: #f7f7f7;
}

.answer-all .answer .item {
    width: calc(50% - 50px);
}

.answer .item {
    margin-bottom: 20px;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .02);
}

.answer .item .title {
    margin: 8px 0;
    font-weight: 700;
    font-size: 18px;
}

.answer .item .desc a {
    display: -webkit-box;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.answer .item .answer-more {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #f30;
}

.answer .item .answer-more i {
    font-size: 14px;
}

.answer .item .number {
    position: relative;
    z-index: 99;
    margin-right: 20px;
    color: #bbb;
    font-weight: 700;
    font-size: 50px;
}

.answer .item .number:before {
    position: absolute;
    bottom: 5px;
    left: -20px;
    z-index: -1;
    display: block;
    width: 80px;
    height: 15px;
    background: #eee;
    content: "";
}

.answer-detail {
    padding: 20px;
    background: #fff;
}

.answer-detail .ask-name {
    color: #f30;
    font-weight: 700;
    font-size: 16px;
}

.answer-detail .ask {
    margin-left: 10px;
    width: calc(100% - 100px);
    font-size: 16px;
}

.answer-detail .answer-content {
    position: relative;
    margin-top: 30px;
    padding: 20px;
    background: #f7f7f7;
}

.answer-detail .answer-content .gf-name {
    position: absolute;
    top: -13px;
    left: 20px;
    padding: 4px 10px;
    border-radius: 30px;
    background: #f30;
    color: #fff;
    font-weight: 700;
}

.answer-detail .answer-content .content, .answer-detail .answer-content .content p, .answer-detail .answer-content .content p span {
    font-size: 16px !important;
    line-height: 30px;
}

.detail-hero-title {
    margin-top: 30px;
    padding-left: 10px;
    border-left: 5px solid #f30;
    color: #f30;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.answer-hot {
    padding: 15px;
    background: #fff;
}

.answer-hot .title {
    border-bottom: 4px solid var(--default-color);
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.answer-hot ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.answer-hot ul li .info {
    width: calc(100% - 85px);
}

.answer-hot ul li .info .name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.answer-hot ul li .info .ask {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.answer-hot ul li .info .price {
    font-size: 20px !important;
}

.answer-hot ul li .image {
    width: 80px;
    height: 65px;
    overflow: hidden;
    border-radius: 6px;
}

.answer-hot ul li .image img {
    height: 100%;
}

.service-number {
    position: relative;
    padding: 60px 0;
    height: 200px;
}

.service-number .service-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../image/service-bg.jpeg) no-repeat 50%;
    filter: opacity(35%);
}

.service-number .service {
    position: relative;
    z-index: 9;
}

.service-number li {
    float: left;
    width: 299px;
    border-right: 1px solid #888;
    text-align: center;
}

.service-number li:last-child {
    border-right: none;
}

.service-number li span {
    margin-right: 10px;
    color: #414141;
    font-size: 38px;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.service-number li p, .service-number li p em {
    color: #414141;
}

.customized-all {
    position: relative;
    z-index: 9;
}

.customized-all .customized {
    margin-top: -160px;
    padding: 60px 50px 50px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}

.customized-all .layui-form-item .layui-input-inline {
    margin-bottom: 15px;
    width: 540px;
}

.customized-all .layui-input {
    padding: 0 20px;
    height: 42px;
    border: none;
    border-radius: 50px;
    background: #f7f7f7;
    color: #f30;
    font-size: 16px;
}

.customized-all .form-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.customized-all .form-btn {
    margin: 30px auto 0;
    width: 300px;
    text-align: center;
}

.choose-all .choose {
    margin: 50px auto;
}

.choose-all .choose .item {
    width: calc(20% - 20px);
    text-align: center;
}

.choose-all .choose .item .title {
    margin: 6px 0;
    font-weight: 700;
    font-size: 16px;
}

.choose-all .choose .item .desc {
    color: #999;
}

.choose-all .choose .item .image {
    margin: 0 auto 20px;
    padding: 10px;
    width: 130px;
    height: 130px;
    border: 2px solid #eee;
    border-radius: 50%;
}

.choose-all .choose .item .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.footer {
    margin-top: 30px;
    padding-top: 30px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .02);
}

.footer .qrcode {
    width: 300px;
}

.footer .qrcode img {
    margin-right: 10px;
    width: 130px;
    height: 130px;
}

.footer .qrcode .contact .phone {
    margin: 5px 0;
    font-weight: 700;
    font-size: 21px;
}

.footer .qrcode .contact .layui-btn {
    margin-top: 15px;
}

.footer .qrcode .contact .name {
    color: grey;
    font-size: 16px;
}

.footer .help {
    width: calc(100% - 320px);
}

.footer .help .help-list {
    width: 33%;
}

.footer .help .top-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.footer .help .help-list .item {
    line-height: 25px;
}

.footer .help .help-list .item a {
    color: grey;
}

.footer .copyright {
    margin-top: 70px;
    padding: 20px 0;
    background: #333;
    color: #ddd;
    text-align: center;
}

.footer .copyright a {
    color: #fff;
}

.footer .copyright .footer-menu {
    margin-top: 15px;
    padding: 15px 0;
    text-align: center;
}

.footer .copyright .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #666;
    color: #fff;
}

.footer .copyright .footer-menu a:last-child {
    border-right: 0;
}

.footer .copyright .company {
    margin: 5px 0;
}

.footer .copyright .beian {
    margin-top: 5px;
}

.footer .copyright .beian a {
    color: #ddd;
}

.footer .copyright .footer-service {
    margin: -70px auto 0;
    padding: 15px;
    width: 1170px;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.footer .copyright .footer-service .item {
    display: flex;
    width: calc(25% - 20px);
    text-align: left;
    align-items: center;
}

.footer .copyright .footer-service .item .info {
    width: calc(100% - 75px);
}

.footer .copyright .footer-service .item .title {
    color: #f30;
    font-size: 16px;
}

.footer .copyright .footer-service .item .desc {
    color: #999;
    font-size: 12px;
}

.footer .copyright .footer-service .item .icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(../../image/footer-service-icon.png) no-repeat 50%;
    background-size: 160px;
}

.footer .copyright .footer-service .item .icon-1 {
    background-position: 0 0;
}

.footer .copyright .footer-service .item .icon-2 {
    background-position: -52px 0;
}

.footer .copyright .footer-service .item .icon-3 {
    background-position: 0 -63px;
}

.footer .copyright .footer-service .item .icon-4 {
    background-position: -112px -64px;
}

.layui-breadcrumb {
    margin: 15px 0;
}

.lines-push {
    margin: 20px 0;
}

.lines-push .item {
    width: 290px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .03);
    transition: all .5s ease-out 0s;
    margin-right: 15px;
    background: #fff;
}

.lines-push .item:nth-child(3n) {
    margin-right: 0;
}

.lines-push .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.lines-push .item .image {
    position: relative;
    width: 290px;
    height: 180px;
    overflow: hidden;
}

.lines-push .item .image img {
    width: 100%;
    height: 180px;
    transition: all .7s;
}

.lines-push .item:hover img {
    transform: scale(1.1);
}

.lines-push .item .image .satisfied {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    background-color: #f30;
    color: #fff;
}

.lines-push .item .image .satisfied .number {
    font-weight: 700;
    font-size: 18px;
}

.lines-push .item .image .satisfied .text {
    font-size: 12px;
}

.lines-push .item .info {
    padding: 15px;
    background: #fff;
}

.lines-push .item .info .title {
    display: -webkit-box;
    overflow: hidden;
    margin: 6px 0;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lines-push .item .info .ask {
    color: #f30;
    font-weight: 700;
    font-size: 20px;
}

.lines-push .item .info .mode {
    color: grey;
}

.list-lines {
    margin-bottom: 15px;
}

.list-lines .item {
    display: flex;
    margin-bottom: 15px;
    padding: 12px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .03);
    transition: all .5s ease-out 0s;
    justify-content: space-between;
}

.list-lines .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.list-lines .item .image {
    position: relative;
    width: 220px;
    overflow: hidden;
}

.list-lines .item .image .mode {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    background: var(--default-color);
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.list-lines .item .image img {
    width: 100%;
    height: 160px;
    border-radius: 6px;
}

.list-lines .item .info {
    width: 520px;
}

.list-lines .item .other {
    width: 100px;
    text-align: right;
}

.list-lines .item .other .ask {
    color: #f30;
    font-weight: 700;
    font-size: 20px;
}

.list-lines .item .info .title {
    font-weight: 700;
    font-size: 16px;
}

.list-lines .item .info .desc, .list-lines .item .info .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-lines .item .info .desc {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    color: grey;
    font-size: 12px;
}

.list-lines .push {
    position: relative;
    border-color: var(--default-color);
}

.list-lines .push:after {
    position: absolute;
    top: -2px;
    left: -25px;
    padding: 8px 2px;
    width: 20px;
    background: var(--default-color);
    color: #fff;
    content: "\63a8\8350";
    text-align: center;
    writing-mode: vertical-lr;
}

.list-lines .item .info .customized a {
    color: #f30;
    font-weight: 700;
}

.list-lines .item .info .tips {
    margin-top: 10px;
    color: grey;
}

.list-lines .item .other .layui-btn {
    margin-top: 5px;
}

.list-lines .item .other .good {
    margin: 10px 0;
    color: #f30;
}

.satisfied {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}

.satisfied .title {
    margin-top: 10px;
    color: #f30;
    font-weight: 700;
    font-size: 18px;
}

.satisfied .desc {
    margin-top: 10px;
    margin-bottom: 5px;
    color: grey;
    font-size: 12px;
}

.lines-order-show {
    padding: 8px 5px;
}

.lines-order-show .time {
    color: grey;
}

.lines-order-show .lines-title a {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: #f30;
    text-overflow: ellipsis;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.satisfied .help {
    margin-top: 10px;
}

.satisfied .help ul {
    padding-left: 20px;
}

.satisfied .help ul li {
    list-style: disc;
    margin-top: 10px;
}

.lines-detail .lines-top-detail {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .02);
    position: relative;
}

.lines-detail .lines-top-detail img {
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
}

.lines-detail .lines-top-detail .image {
    height: 150px;
    width: 550px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.lines-detail .lines-top-detail .top-info {
    width: 600px;
}

.lines-detail .lines-top-detail .title {
    font-weight: 700;
    font-size: 18px;
}

.lines-detail .lines-top-detail .desc {
    margin-top: 5px;
    margin-bottom: 15px;
    color: grey;
}

.lines-detail .lines-top-detail .price-box {
    margin: 10px 0;
    padding: 20px;
    background: #fff8ef;
}

.lines-detail .lines-top-detail .price-box .ask {
    margin-right: 10px;
    color: #f30;
    font-weight: 700;
    font-size: 20px;
}

.lines-detail .lines-top-detail .price-box .market {
    margin-left: 20px;
    color: #999;
    text-decoration: line-through;
}

.lines-detail .lines-top-detail .price-item {
    margin: 20px 0;
    flex-wrap: wrap;
}

.lines-detail .lines-top-detail .price-item .item {
    position: relative;
    margin-right: 10px;
    padding: 6px 15px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    cursor: pointer;
}

.lines-detail .lines-top-detail .explain {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*text-align: center;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 20px;*/
}

.lines-detail .lines-top-detail .explain .item {
    display: flex;
    line-height: 36px;
}

.lines-detail .lines-top-detail .explain .label::after {
    content: ":";
}

.lines-detail .lines-top-detail .explain .label {
    margin-right: 10px;
    color: #999;
}

.lines-detail .cost-title {
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid #f30;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.lines-detail .lines-top-detail .price-item .select:before {
    position: absolute;
    right: 2px;
    bottom: 5px;
    z-index: 9;
    display: inline-block;
    width: 6px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    transform: rotate(-55deg);
}

.lines-detail .lines-top-detail .price-item .select:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    border-color: transparent red red transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
}

.lines-detail .lines-top-detail .price-item .select {
    border-color: #f60;
    color: #f60;
}

.lines-detail .lines-top-detail .reserve {
    margin-top: 20px;
    padding-top: 30px;
    /*padding-left: 70px;*/
    border-top: 1px dashed #eee;
}

.lines-detail .lines-top-detail .contact {
    /*margin: 20px 0;*/
    /*padding-left: 70px;*/
}

.lines-detail .lines-top-detail .contact .kf a, .lines-detail .lines-top-detail .customized b {
    color: #f30;
    font-weight: 700;
    font-size: 16px;
}

.lines-detail .lines-top-detail .contact .phone {
    margin: 0 30px;
    color: #0166ce;
    font-weight: 700;
    font-size: 18px;
}

.lines-detail .lines-top-detail .contact .tips {
    color: grey;
}

.section-content {
    padding: 20px;
    background: #fff;
}

.content-nav {
    position: relative;
    margin-top: 20px;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .02);
}

.nav-wrap {
    width: 100%;
    height: 50px;
    background: #fbfbfb;
}

.nav-wrap.navFix {
    position: fixed;
    top: 105px;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid \9;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .06);
}

.nav-wrap ul {
    position: relative;
    display: block;
    width: 900px;
}

.nav-wrap.navFix ul {
    border-bottom: 0;
}

.nav-wrap li {
    float: left;
    display: inline-block;
    height: 50px;
    text-align: left;
    line-height: 50px;
}

.nav-wrap li a {
    display: block;
    margin: 0 10px;
    padding: 0 5px;
    height: 47px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.nav-wrap li a:hover {
    color: #f30;
}

.nav-wrap li a.active {
    position: relative;
    border-bottom: 3px solid #f30;
    color: #f30;
    font-weight: 700;
}

.nav-mobile {
    display: none;
    width: 100%;
    font-weight: 700;
}

.click-me {
    width: 150px;
    height: 30px;
    background: #4680d1;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.click-me a {
    display: block;
    color: #fff;
}

.content-nav .reserve {
    position: absolute;
    top: 5px;
    right: 5px;
}

.content-top-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    color: #f30;
    font-weight: 700;
    font-size: 20px !important;
}

.lines-detail .content-main .content div {
    width: auto !important;
}

.lines-detail .content-main .lines-detail-item {
    padding: 0 10px 50px 30px;
    border-left: 1px dashed #eee;
}

.lines-detail .content-main .lines-detail-item .top {
    position: relative;
}

.lines-detail .content-main .lines-detail-item .icon {
    position: absolute;
    top: 0;
    left: -44px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    background-image: url(../../image/lines-show-icon.png);
    background-size: 25px;
    background-repeat: no-repeat;
}

.lines-detail .content-main .lines-detail-item .title-icon {
    width: 30px;
    height: 30px;
    background-position: 1px -148px;
}

.lines-detail .content-main .lines-detail-item .info-icon {
    background-position: 1px -185px;
}

.lines-detail .content-main .lines-detail-item .bottom-icon {
    top: 2px;
}

.lines-detail .content-main .lines-detail-item .top .title {
    font-weight: 700;
    font-size: 18px;
}

.lines-detail .content-main .lines-detail-item .info {
    position: relative;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f7f7f7;
    line-height: 30px;
}

.lines-detail .content-main .lines-detail-item .bottom {
    position: relative;
    margin-top: 20px;
}

.lines-detail .content-main .lines-detail-item .content * {
    line-height: 33px !important;
    font-size: 16px !important;
}

.lines-detail .content-main .content {
    width: 100%;
}

.lines-detail .content-main .content table {
    width: 100% !important;
    display: contents;
}

.lines-detail .content-main .lines-detail-item .subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}

.lines-detail .content-main .lines-detail-item .scenery .item {
    margin-top: 20px;
    margin-right: 20px;
    width: 200px;
    cursor: pointer;
}

.lines-detail .content-main .lines-detail-item .scenery .item img {
    width: 100%;
    height: 140px;
    border-radius: 6px;
}

.lines-detail .content-main .lines-detail-item .scenery .item .title {
    font-weight: 700;
    font-size: 16px;
}

.lines-detail .content-main .lines-detail-item .scenery .item .desc {
    color: grey;
}

.lines-detail .content-main .lines-detail-item .scenery .item .more i {
    font-size: 12px;
    color: #999;
}


.lines-detail .content-main .lines-detail-item .scenery .item .detail {
    position: relative;
    margin-top: 10px;
}


.content-main {
    line-height: 30px;
    font-size: 16px;
}

.content-main .lines-answer-tips, .content-main .lines-aswer-icon {
    text-align: center;
}

.content-main .lines-answer {
    margin-top: 30px;
    line-height: 30px;
}

.content-main .lines-answer .lines-answer-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.content-main .lines-answer .lines-answer-item:last-child {
    border-bottom: none;
}

.content-main .lines-answer .lines-answer-item .ask .lines-answer-label {
    margin-right: 10px;
    width: 100px;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
}

.content-main .lines-answer .lines-answer-item .ans {
    margin-top: 10px;
    color: #f30;
    font-size: 16px;
}

.content-main .lines-answer .lines-answer-item .ans .lines-answer-label {
    margin-right: 10px;
    width: 100px;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
}

.content-main .lines-answer .lines-answer-item .ans .lines-answer-content, .content-main .lines-answer .lines-answer-item .ask .lines-answer-content {
    width: calc(100% - 130px);
}


.list-cars .item {
    display: flex;
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .01);
    transition: all .3s ease-out 0s;
    justify-content: space-between;
}

.list-cars .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.list-cars .item .left {
    width: 180px;
}

.list-cars .item .left img {
    width: 100%;
    height: 125px;
    border-radius: 6px;
}

.list-cars .item .info {
    width: calc(100% - 320px);
}

.list-cars .item .more {
    width: 100px;
    text-align: center;
    margin-top: 30px;
}

.cars-detail .pending, .list-cars .item .info .pending {
    margin-top: 40px;
    text-align: center;
}

.cars-detail .pending .name, .list-cars .pending .name {
    margin-bottom: 5px;
    color: #f30;
    font-weight: 700;
    font-size: 16px;
}

.cars-detail .pending .text, .list-cars .item .info .pending .text {
    margin-bottom: 15px;
    color: #aaa;
    font-size: 12px;
}

.list-cars .item .title {
    font-weight: 700;
    font-size: 18px;
}

.list-cars .item .desc {
    margin: 10px 0;
    color: grey;
}

.cars-price .head {
    padding-top: 6px;
    background: #eee;
}

.cars-price .price-item {
    display: flex;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #eee;
    text-align: center;
    line-height: 30px;
    justify-content: space-between;
}

.cars-price .price-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cars-price .price-item .cars-type {
    width: 180px;
}

.cars-price .price-item .cars-market {
    width: 80px;
    color: #999;
    text-decoration: line-through;
}

.cars-price .price-item .cars-price {
    width: 150px;
    color: #f30;
    font-weight: 700;
}

.cars-price .price-item .cars-unit {
    width: 80px;
    color: #999;
}

.cars-price .price-item .cars-handle {
    width: 80px;
}

.scenery-detail {
    margin: 15px;
}

.scenery-detail .scenery-detail-top {
    padding: 20px;
    background: #fff;
}

.scenery-detail .scenery-detail-top .info {
    width: calc(100% - 320px);
}

.scenery-detail .scenery-detail-top .info .title {
    margin-bottom: 15px;
    color: #f30;
    font-weight: 700;
    font-size: 18px;
}

.scenery-detail .scenery-detail-top .info .item {
    display: flex;
    /*line-height: 28px;*/
    margin-top: 10px;
}

.scenery-detail .scenery-detail-top .info .item .label {
    color: grey;
    width: 80px;
}

.scenery-detail .scenery-detail-top .info .item .text {
    width: calc(100% - 90px);
}

.scenery-detail .tips {
    padding: 15px;
    background: #fff;
    color: #f30;
    font-weight: 700;
}

.scenery-detail .scenery-detail-content {
    margin-top: 15px;
    padding: 20px;
    background: #fff;
    line-height: 30px;
    font-size: 16px;
}

.scenery-detail .scenery-detail-content div {
    font-size: 16px;
}

.list-cars .item .attr {
    margin-top: 10px;
}

.list-cars .item .bottom {
    margin-top: 30px;
}

.list-cars .item .attr .attr-tiem {
    padding: 2px 6px;
    border: 1px solid #999;
    color: #999;
    font-size: 12px;
    margin-right: 10px;
}

.list-cars .item .kf a {
    display: block;
    margin-top: 10px;
    color: #f30;
    font-weight: 700;
    font-size: 16px;
}

.side-ad img {
    margin-bottom: 15px;
    width: 100%;
}

.cars-detail .cars-detail-top {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.cars-detail .cars-detail-top .image {
    width: 430px;
}

.cars-detail .cars-detail-top .image img {
    width: 100%;
    height: 280px;
}

.cars-detail .cars-detail-top .info {
    width: calc(100% - 450px);
}

.cars-detail .cars-detail-top .info .title {
    font-weight: 700;
    font-size: 18px;
}

.cars-detail .cars-detail-top .info .attr {
    margin: 20px 0 10px;
    color: grey;
}

.cars-detail .cars-detail-top .info .desc {
    padding: 15px;
    background: #f7f7f7;
}

.cars-detail .cars-detail-top .info .reserve {
    margin-top: 40px;
}

.cars-detail .cars-detail-top .info .contact {
    margin-top: 20px;
}

.cars-detail .cars-detail-top .info .contact .kf {
    margin-right: 30px;
    color: #f30;
    font-weight: 700;
    font-size: 16px;
}

.cars-detail .cars-detail-top .info .contact .phone {
    margin-right: 30px;
    color: var(--default-color);
    font-weight: 700;
    font-size: 16px;
}

.cars-detail .cars-detail-top .info .contact .tips {
    color: grey;
}

.list-help-nav {
    width: 280px;
}

.list-help-nav .item {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.list-help-nav .item:hover a {
    color: #f30;
    font-weight: 700;
}

.list-help-nav .active {
    position: relative;
    font-weight: 700;
}

.list-help-nav .active:after {
    position: absolute;
    top: 17px;
    left: 0;
    width: 5px;
    height: 18px;
    background: #f60;
    content: "";
}

.list-help {
    /*width: calc(100% - 280px);*/
}

.list-help .item {
    margin-bottom: 30px;
    padding: 30px;
    width: calc(50% - 70px);
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .02);
    transition: all .5s ease-out 0s;
}

.list-help .item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.list-help .item .title {
    font-weight: 700;
    font-size: 16px;
}

.list-help .item .desc {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 10px;
    height: 40px;
    color: grey;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-help .item .more {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #f30;
}

.list-help .item .more i {
    font-size: 14px;
}

.help-deatil {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .02);
}

.help-deatil .help-content {
    font-size: 16px;
    line-height: 30px;
}

.help-deatil .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    font-size: 18px;
}

.side-custom {
    padding: 15px;
    background: #fff;
    text-align: center;
}

.side-custom .title {
    font-weight: 700;
    font-size: 18px;
}

.side-custom .desc {
    margin-top: 6px;
    margin-bottom: 20px;
    color: #aaa;
}

.side-custom img {
    width: 180px;
}

.side-custom .tips {
    margin: 30px 0 10px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-weight: 700;
    font-size: 16px;
}

.custom-service {
    padding: 20px 0;
    background: #333;
}

.custom-service .item .icon {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}

.custom-service .item {
    color: #eee;
}

.custom-service .item .icon i {
    color: #f30;
    font-weight: 700;
    font-size: 32px;
}

.custom-service .item .title {
    font-weight: 700;
    font-size: 16px;
}

.custom-service .item .desc {
    margin-top: 5px;
    font-size: 12px;
}

.quest-wrap {
    padding-bottom: 30px;
}

.quest-wrap .quest-list .quest-item {
    margin-bottom: 26px;
    width: 100%;
}

.main-wrap .quest-wrap .quest-list .quest-item .quest-tit {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 0;
    line-height: 35px;
}

.quest-wrap .quest-list .quest-item .quest-tit .num {
    display: inline-block;
    padding-right: 10px;
    color: #ccc;
    vertical-align: top;
    font-size: 23px;
}

.quest-wrap .quest-list .quest-item .quest-tit {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0;
    line-height: 35px;
}

.quest-wrap .quest-list .quest-item .quest-tit .question {
    display: inline-block;
    color: #000;
    vertical-align: top;
    font-size: 20px;
}

.quest-wrap .quest-list .quest-item .quest-answer {
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
    min-height: 75px;
    border-radius: 0 12px 12px;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.quest-wrap .quest-list .quest-item .quest-answer i {
    color: #ffb633;
}

.service-kf {
    margin-bottom: 50px;
}

.service-kf .kf-list {
    padding: 20px;
    height: 250px;
    background-color: #fff;
    background-image: url(/static/web/image/service-banner.png);
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    justify-content: right;
}

.service-kf .kf-list .item {
    margin-left: 20px;
}

.service-kf .kf-list .item img {
    width: 200px;
    height: 190px;
    border-radius: 10px;
}

.service-kf .kf-list .item .image {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 190px;
}

.service-kf .kf-list .item .qrcode {
    position: absolute;
    top: -200px;
    left: 0;
    transition: all .3s ease-out 0s;
}

.service-kf .kf-list .item:hover .qrcode {
    top: 0;
}

.service-kf .kf-list .item .name {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 16px;
}

.service-kf .kf-list .item .satisfy {
    color: #f30;
}

#qiao_center {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    display: none;
    margin-top: -300px;
    margin-left: -230px;
    width: 460px;
    height: 510px;
    border-radius: 12px;
    background: url(../../image/qiao.png) no-repeat top #fff;
    background-size: 465px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    color: #101010;
}

.qiao_box .qiao_form {
    margin-top: 200px;
    padding: 30px;
}

.qiao_box .qiao_form h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
}

.qiao_box .qiao_form .qiao_input {
    font-size: 16px;
}

.qiao_box .qiao_form .qiao_input input {
    margin-left: 25px;
}

.qiao_box .qiao_btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 65px;
    background: url(../../image/qiao_btn.png) no-repeat top;
    background-size: 200px;
}

#qiao_close {
    position: absolute;
    top: -6px;
    right: -7px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../../image/qiao_close.png) 50% no-repeat #fff;
}

.list-lines-two .item {
    display: flex;
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .03);
    transition: all .5s ease-out 0s;
}

.list-lines-two .item:hover {
    box-shadow: 0 0 26px rgba(0, 0, 0, .1);
}

.list-lines-two .item .image {
    margin-right: 20px;
    width: 260px;
    height: 180px;
}

.list-lines-two .item .image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.list-lines-two .item .info {
    width: calc(100% - 280px);
}

.list-lines-two .item .title {
    font-weight: 700;
    font-size: 18px;
}

.list-lines-two .item .tag {
    margin-top: 10px;
}

.list-lines-two .item .desc {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px;
    height: 38px;
    background: #f7f7f7;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-lines-two .item .ask {
    color: #f30;
    font-weight: 700;
    font-size: 20px;
}

.list-lines-two .item .good {
    margin-right: 15px;
    color: #f30;
}

.list-lines-two .item .sales {
    margin-right: 15px;
}

.service-chat {
    position: fixed;
    left: 10px;
    top: 200px;
    z-index: 9999;
}

.service-chat .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff
}

.service-chat li {
    position: relative;
    margin-bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.service-chat li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.service-chat li:hover .notice-content {
    display: block;

}

.service-chat .notice-content {
    padding: 15px;
    height: auto;
    width: 250px;
    word-wrap: break-word;
    line-height: 24px;
    word-break: break-all;
    border-radius: 10px;
    background: #f30;
    position: absolute;
    top: -10px;
    left: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
    z-index: 9999;
}

.service-chat li:nth-child(2) .notice-content {
    top: -100px;
}

.service-chat li:nth-child(3) .notice-content {
    top: -200px;
}

.service-chat li:nth-child(4) .notice-content {
    top: -300px;
}

.service-chat li:nth-child(5) .notice-content {
    top: -400px;
}

.service-chat li:nth-child(6) .notice-content {
    top: -500px;
}

.service-chat li:nth-child(2) .notice-content::after {
    top: 125px;
}

.service-chat li:nth-child(3) .notice-content::after {
    top: 225px;
}

.service-chat li:nth-child(4) .notice-content::after {
    top: 325px;
}

.service-chat li:nth-child(5) .notice-content::after {
    top: 425px;
}

.service-chat li:nth-child(6) .notice-content::after {
    top: 525px;
}


.service-chat .notice-show {
    display: block !important;
}

.service-chat .notice-content .notice-item {
    background: #fff;
    color: #f30;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 6px;
    position: relative;
    font-size: 16px;
}

.service-chat .notice-content::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 38px;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #f30 transparent transparent;
}

.service-chat .notice-content .notice-item b {
    color: #333;
}

.service-chat .notice-content .notice-time {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    margin-bottom: 10px;
}


.service-chat .notice-content .notice-item img {
    width: 100%;
}

.service-chat li .avatar-border {
    border-color: #f30;
}


.service-chat .anima {
    animation: firstdiv 1s linear 1s infinite alternate;
}

@keyframes firstdiv {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}


/* 侧边栏客服 */
.slide-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 43px;
    background: #333;
    height: 100%;
}

.slide-bar .service-box .title {
    text-align: center;
    padding: 10px 0;
    color: #ddd;
    margin-bottom: 20px;
}

.slide-bar .service-box .kf-item {
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
}

.slide-bar .service-box .kf-item:hover .avatar {
    filter: initial;
}

.slide-bar .service-box .kf-item:hover .kf-pop {
    display: block;
    right: 40px;
}

.slide-bar .service-box .kf-item .avatar {
    text-align: center;
    filter: brightness(70%);
}

.slide-bar .service-box .kf-item .avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
}

.slide-bar .service-box .kf-item .kf-pop {
    display: none;
    width: 180px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: 70px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .3s ease-out 0s;
}

.slide-bar .service-box .kf-item .kf-pop::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 20px;
    right: -5px;
}

.slide-bar .service-box .kf-item .kf-pop .info {
    margin-bottom: 10px;
}

.slide-bar .service-box .kf-item .kf-pop .name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.slide-bar .service-box .kf-item .kf-pop .comment {
    color: #f30;
}

.slide-bar .service-box .kf-item .kf-pop .qrcode img {
    width: 180px;
    height: 180px;
    margin-top: 15px;
}

.slide-bar .backtop {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ddd;
    width: 44px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}

.slide-bar .backtop .text {
    font-size: 12px;
}

.slide-bar .backtop i {
    font-size: 20px;

}

.paginator {
    margin-top: 40px;
    margin-left: 30%;
    display: flex;
}

.paginator a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ddd;
    margin-right: 10px;
    color: #bf0109;
}

.paginator .cur {
    background: #bf0109;
    color: #fff;
    border: 1px solid #bf0109;
}

.popup {
    position: fixed;
    left: 10px;
    bottom: 100px;
    width: 90px;
    height: 90px;
    cursor: pointer;
    /*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
    border-radius: 10px;
}

.popup img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.popup .text {
    font-size: 26px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px black;
    line-height: 24px;
    top: 0;
    left: 0;
}


.article-list .item {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
}

.article-list .item .image {
    width: 180px;
    height: 130px;
    overflow: hidden;
    border-radius: 6px;
}

.article-list .item .image img {
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.article-list .item .date {
    width: 90px;
    text-align: center;
    margin-right: 10px;
}

.article-list .item .date .day {
    font-size: 40px;
    color: var(--default-color);
}

.article-list .item .info {
    width: calc(100% - 100px);
}

.article-list .item .title {
    font-size: 16px;
    font-weight: bold;
}

.article-list .item .describe {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #999;
    margin: 10px 0 20px;
}

.article-list .item .more {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #eee;
    font-size: 12px;
    transition: all 0.5s;
}

.article-list .item .more i {
    font-size: 12px;
}

.article-list .item .year {
    font-size: 12px;
    color: #999;
}

.article-list .item:hover .title a {
    color: var(--default-color);
}

.article-list .item:hover .more {
    background: var(--default-color);
    border-color: var(--default-color);
}

.article-list .item:hover .more a {
    color: #fff;
}

.article-list .item:hover .image img {
    transform: scale(1.1);
}

.child-menu {
    background: #fff;
    padding: 40px 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.child-menu .item {
    padding: 0 15px;
}

.child-menu .this {
    position: relative;

}

.child-menu .this a {
    font-weight: bold;
    color: var(--default-color);
}

.child-menu .this::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15px;
    height: 3px;
    width: calc(100% - 30px);
    border-radius: 20px;
    background: var(--default-color);
}

.lines_nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
}

.lines_nav .lines_head {
    display: flex;
    background: #fafdff;
    font-size: 16px;
    border-bottom: 1px solid #f3f3f3;
}

.lines_nav .lines_head .this a {
    color: var(--default-color);
    font-weight: bold;
}

.lines_nav .lines_head .this {
    border-bottom: 2px solid var(--default-color) !important;
}

.lines_nav .lines_head .item {
    padding: 12px 15px 10px;
    margin-right: 10px;
    border-bottom: 2px solid #fafdff;
}

.lines_nav .lines_head .item:hover {
    border-bottom: 2px solid var(--default-color);
}

.lines_nav .lines_head .item:hover a {
    color: var(--default-color);
    font-weight: bold;
}

.lines_nav .lines_nav_main {
    padding: 15px;
}

.lines_nav .lines_screen {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.lines_nav .lines_screen:first-child {
    margin-top: 0;
}

.lines_nav .lines_screen .this a {
    color: #fff;
}

.lines_nav .lines_screen .this {
    background: var(--default-color);
}

.lines_nav .lines_screen .label {
    width: 80px;
    padding: 5px 0;
    color: #666;
}

.lines_nav .lines_screen .lines_screen_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 80px);
}

.lines_nav .lines_screen .item {
    padding: 2px 10px;
    border-radius: 30px;
    margin-right: 10px;
}

.lines_nav .lines_screen .item:hover {
    background: var(--default-color);
}

.lines_nav .lines_screen .item:hover a {
    color: #fff;
}

.side-fixed {
    position: fixed;
    top: 150px;
    width: 250px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .07);
}

.lines-kftit {
    display: flex;
    margin: 30px auto;
    padding: 6px;
    width: 400px;
    border-radius: 40px;
    background: #ffd600;
    text-align: center
}

.lines-kftit p {
    float: left;
    margin-bottom: 0;
    width: 280px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    text-align: center;
    line-height: 35px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animate 1.5s infinite
}

@-webkit-keyframes animate {
    0% {
        background-position: -100px
    }
    to {
        background-position: 100px
    }
}

@keyframes animate {
    0% {
        background-position: -100px
    }
    to {
        background-position: 100px
    }
}

.lines-kftit a {
    display: block;
    width: 118px;
    height: 35px;
    border-radius: 35px;
    background: #fff;
    color: #f60;
    text-align: center;
    line-height: 35px
}

.head-wechat-info {
    margin-left: 5px;
}

.head-wechat-info .head-wechat-phone {
    color: var(--default-color);
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
}

.head-wechat-info .head-wechat-tips {
    color: #f30;
}

.header-fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.header-fixed .header-center {
    padding: 10px 0 !important;
}

.content-main .content div {
    width: auto !important;
}

.interested {
    padding: 20px;
    background: #fff;
    margin-top: 10px;
}

.interested .interested-head i {
    font-size: 12px;
}

.interested .interested-head {
    border-bottom: 1px solid var(--default-color);
    padding-bottom: 10px;

}

.interested .interested-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--default-color);
}

.interested ul {
    display: flex;
    flex-wrap: wrap;
}

.interested li {
    margin-top: 15px;
    width: calc(25% - 12px);
    margin-right: 15px;
}

.interested li:nth-child(4n) {
    margin-right: 0;
}

.interested li .image {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
}

.interested li img {
    width: 100%;
    height: 100%;
}

.interested li .title {
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.interested li .ask {
    font-size: 16px;
    color: #f00;
    margin-top: 5px;
}

.lines-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lines-4 .item {
    width: calc(50% - 10px);
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

.lines-4 .item .image {
    width: 280px;
    height: 180px;
    overflow: hidden;
}

.lines-4 .item .image img {
    height: 100%;
}

.lines-4 .item .day {
    position: absolute;
    top: 0;
    left: 0;
    background: #f60;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
}

.lines-4 .item .info {
    width: calc(100% - 250px);
    padding: 10px;
}

.lines-4 .item .info .title {
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.lines-4 .item .info .bottom {
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    margin-top: 15px;
}

.lines-4 .item .info .tag {
    margin-top: 10px;
}

.lines-4 .item .info .tag .mode {
    border: 1px solid #eee;
    padding: 2px 6px;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.lines-4 .item .info .price {
    font-size: 22px;
}

.lines-4 .item .info .satisfy {
    color: gray;
}

.lines-4 .item .info .ask {
    color: #f30;
    font-size: 16px;
}

.side-service {
    position: fixed;
    right: 10px;
    bottom: 100px;
}

.side-service .service-link {
    background: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
}

.side-service .service-link i {
    font-size: 26px;
    color: var(--default-color);
}

.side-service .service-box {
    width: 200px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    text-align: center;
}

.side-service .service-head {
    background: var(--default-color);
    color: #fff;
    padding: 15px 20px;
    position: relative;
    text-align: left;
}

.side-service .service-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.side-service .service-close:hover {
    transform: rotate(180deg);
}

.side-service .service-qrcode {
    padding: 15px;
}

.side-service .service-title {
    color: #999;
}

.side-service .service-phone {
    font-size: 20px;
    padding: 5px 0 20px;

}

.index-service {
    padding: 40px 0;
    background: #fff;
}

.index-service .service-title {
    color: var(--default-color);
    font-size: 25px;
    text-align: center;
}

.index-service .service-desc {
    color: #999;
    width: 60%;
    margin: 15px auto;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.index-service ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.index-service ul li {
    width: 33%;
    padding: 0 30px 0 150px;
    border-right: 1px solid #eee;
    position: relative;
}

.index-service ul li .title {
    font-size: 20px;
    color: var(--default-color);
}

.index-service ul li .desc {
    font-size: 16px;
    margin-top: 5px;
    color: #999;
}

.index-service ul li:last-child {
    border-right: none;
}

.index-service ul li .icon {
    width: 90px;
    height: 90px;
    background: #f00;
    position: absolute;
    left: 45px;
    top: 0;
    background: url("../../image/icon_index.png") no-repeat;
}

.index-service ul li .icon-1 {
    background-position: -55px 0;
}

.index-service ul li .icon-2 {
    background-position: -55px -115px;
}

.index-service ul li .icon-3 {
    background-position: -55px -230px;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(5px);
    }
}

.shake-animation {
    animation: shake 0.15s; /* 抖动的持续时间 */
    animation-iteration-count: 3; /* 动画重复次数 */
}

.license{
    position: fixed;
    left: 0;
    top: 50%;
    width: 200px;
    /*height: 150px;*/
    /*background: #ddd;*/
}