.contents {}

.banner {
    height: 388px;
}

.banner-img {
    height: 100%;
}

.tags {
    /* padding: 6px 10px; */
    color: #268bff;
    padding: 2px 8px;
    font-size: 14px;
    /* color: #ee6266; */
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    background: #c7e1ff;
    display: inline-block;
    border-radius: 0 10px;
}

.b-titles {
    font-size: 38px;
    color: #333;
    letter-spacing: 0;
    line-height: 52px;
    margin: 7px 0 20px;
    font-weight: 500;
}

.b-desc {
    width: 600px;
    font-size: 16px;
    color: #666;
    letter-spacing: 1.5px;
    line-height: 22px;
    margin: 16px 0 30px;
}

.consult {
    height: 248px;
}

.consult-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.consult-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 34px;
}

.c-input {}

.c-input input {
    /* width: 610px; */
    width: 440px;
    padding-left: 22px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    font-size: 16px;
    color: #aaa;
    line-height: 22px;
    margin-right: 0;
    height: 39px;
    /* padding: 0 !important; */
    border: 1px solid #268bff;
}

.c-input .buttons {
    width: 129px;
    height: 43px;
    /* margin-top: -1px; */
    background: #268bff;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.c-input .buttons:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 4px 4px 0;
}

.c-desc {
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.glist div {
    width: calc((100% - 100px) / 2);
    margin-bottom: 20px;
    /* background: #fff; */
    background-image: linear-gradient(144deg, #f3f4f5, rgba(237, 240, 248, .24) 32%, rgba(206, 216, 231, .14));
    padding: 30px 20px;
    border-radius: 4px;
    margin-right: 20px;
    min-height: 80px;
}

.glist div:nth-child(2n) {
    margin-right: 0px;
}

.glist img {
    margin-right: 20px;
}

.glist h2 {
    font-size: 20px;
}

.glist ul {}

.glist li {
    font-size: 14px;
    color: #999;
    margin-right: 35px;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
}

.glist li:last-child {
    margin-right: 0;
}

.glist li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #39a1ff;
    border-radius: 50%;
}

.cards {
    background-color: #fafcfe;
    width: 100%;
    padding: 80px 0 60px;
}

.cards-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin: 20px 0 80px;
}

.cards-img {
    width: 100%;
    position: absolute;
    top: 0;
}

.cards-img img {
    width: 100%;
    object-fit: cover;
}

.cards-cont {
    /* position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; */
}

.c-list {}

.c-item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 80px;
}

.c-item:nth-child(3n) {
    margin-right: 0;
}

.c-item-title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
}

.c-item-title span {
    font-weight: 700;
    font-size: 50px;
    color: #268bff;
    letter-spacing: 0;
    margin-right: 16px;
}

.c-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 24px;
}

.p0 {
    padding: 0 !important;
}

.p0 .b-titles {
    margin: 0 0 20px;
}

.c-img {
    width: 100%;
}

.c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 弹窗 */

.pop {
    display: none;
}

.mine {
    position: fixed;
    top: 0;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    background: rgba(0, 0, 0, .2);
    z-index: 3;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.popup {
    box-shadow: none;
    border-radius: 6px;
    padding: 32px 25px 30px 35px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    z-index: 4;
}

.close {
    font-size: 12px !important;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup h3 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 38px;
}

.popup-cont {
    width: 700px;
}

.cont-title {
    font-size: 19px;
    color: #333;
    text-align: center;
    /* margin-top: 5px; */
    white-space: nowrap;
    line-height: 1.5;
}

.cont-title span {
    color: #268bff;
}

.line {
    border-left: 1px solid #ccc;
    height: 80px;
    margin: 0 20px;
}

.cont-desc {
    font-size: 16px;
    color: #333;
    margin-top: 6px;
    line-height: 30px;
}

.from-item {
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}

.from {
    padding-right: 30px;
}

.from-label {
    width: 100px;
    text-align: right;
    height: 42px;
    line-height: 42px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    margin-right: 20px;
}

.from-label span {
    color: #e60012;
}

.from-input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.from-input input {
    width: calc(100% - 22px)!important;
    padding: 0 !important;
    height: 42px !important;
    border-radius: 5px;
    color: #ccc;
    padding: 0 11px !important;
}

.from-input select {
    border: 0;
    /* width: 100% !important; */
    width: calc(100% - 10px)!important;
    padding: 0 !important;
    height: 42px !important;
    border-radius: 5px;
    color: #888;
    padding: 0 11px !important;
}
.from-input textarea{
    width: calc(100% - 22px)!important;
    padding: 11px !important;
    border-radius: 5px;
    resize: none
}
.input-desc {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
}

.submit {
    width: 140px;
    /* background: #268bff; */
    color: #fff;
    border: none;
    height: 36px;
    background-image: linear-gradient(90deg, #268bff, #0a7cfd);
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    cursor: pointer;
}

.submit:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
}


/* 上传附件样式 */

.formFiles {
    /* margin: 50px auto 0; */
    max-width: 960px;
    overflow: hidden;
}

.filesList {
    margin-top: 14px;
    /* margin: 30px auto; */
    max-width: 960px;
    font-size: 14px;
    color: rgba(0, 0, 0, .95);
}

.filesList ul li {
    margin-bottom: 14px;
}

.accessories {
    display: none;
}

.browse {
    float: left;
    border: 1px solid #ccc;
    width: calc(100% - 24px)!important;
    padding: 0 !important;
    height: 42px !important;
    border-radius: 5px;
    color: #888;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 400;
    line-height: 42px;
    padding: 0 11px !important;
}

.car {
    height: 620px;
}

.img2 {
    width: 100%;
    height: 100%;
}

.img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img3 {
    width: 100%;
}

.img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-list {
    width: 100%;
    position: absolute;
    top: 0;
}

.car-item {
    width: calc(100% / 3);
}

.car-item:nth-child(1) {
    margin-top: -120px;
    margin-bottom: 85px;
}

.car-item:nth-child(2) {
    margin-top: -120px;
    margin-bottom: 85px;
}

.car-item:nth-child(3) {
    margin-top: -120px;
    margin-bottom: 85px;
}

.car-item-img {
    width: 120px;
    height: 120px;
}

.car-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-item-title {
    font-size: 20px;
    font-weight: 500;
    color: #171b26;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 0;
}

.car-item-subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #727171;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}