.shCar {
    background: #ffffff;
}

.shCar .banner {
    width: 100%;
    height: 424px;
    background: url(../assets/images/shcar/banner.png) no-repeat center center;
    background-size: cover;
}

.shCar .banner .banner-content {
    padding-top: 16px;
    box-sizing: border-box;
}

.shCar .banner .banner-content .banner-from {
    float: right;
    width: 268px;
    /* height: 352px; */
    background: rgba(0, 0, 0, 0.5);
    padding: 13px 0 8px 0;
    box-sizing: border-box;
}

.shCar .banner .banner-content .banner-from>p {
    font-size: 20px;
    color: #fcffff;
    text-align: center;
    line-height: 20px;
}

.shCar .banner .banner-content .banner-from div {
    width: 206px;
    height: 40px;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.shCar .banner .banner-content .banner-from div input {
    border: none;
    outline: none;
    padding-left: 11px;
    font-size: 13px;
    width: 160px;
}

.shCar .banner .banner-content .banner-from div.from-imgcode {
    margin-top: 10px;
    padding: 13px 8px;
}

.shCar .banner .banner-content .banner-from div.from-imgcode input {
    width: 105px;
    /* flex: 1; */
}

.shCar .banner .banner-content .banner-from div.from-imgcode img {
    width: 80px;
    height: 40px;
    cursor: pointer;
}

.shCar .banner .banner-content .banner-from div input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.7);
}

.shCar .banner .banner-content .banner-from .from-name {
    margin-top: 19px;
    padding: 13px 9px;
}

.shCar .banner .banner-content .banner-from .from-name img {
    width: 16px;
    height: 17px;
}

.shCar .banner .banner-content .banner-from .from-phone {
    margin-top: 10px;
    padding: 13px 8px;
}

.shCar .banner .banner-content .banner-from .from-phone img {
    width: 19px;
    height: 20px;
}

.shCar .banner .banner-content .banner-from .from-code {
    margin-top: 10px;
    padding: 13px 9px;
    position: relative;
}

.shCar .banner .banner-content .banner-from .from-code img {
    width: 18px;
    height: 18px;
}

.shCar .banner .banner-content .banner-from .from-code .code {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 83px;
    height: 27px;
    line-height: 27px;
    background-color: #ffffff;
    border: solid 1px #119bfd;
    border-radius: 3px;
    font-size: 13px;
    color: #119bfd;
    text-align: center;
}

.shCar .banner .banner-content .banner-from .from-code .code:hover {
    cursor: pointer;
}

.shCar .banner .banner-content .banner-from .btn {
    width: 206px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    border: solid 2px #ffffff;
    color: #ffffff;
    font-size: 16px;
    line-height: 41px;
    background: transparent;
    display: block
}

.shCar .banner .banner-content .banner-from .btn:hover {
    cursor: pointer;
}

.shCar .banner .banner-content .banner-from .list {
    display: flex;
    color: #ffffff;
    padding: 21px 20px 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.shCar .banner .banner-content .banner-from .list li {
    flex: 1;
}

.shCar .banner .banner-content .banner-from .list li img {
    width: 31px;
    height: 31px;
}

.shCar .banner .banner-content .banner-from .list li p {
    margin-top: 9px;
    font-size: 12px;
    line-height: 13px;
}

.shCar .ft-14 {
    font-size: 14px !important;
}

.shCar .module-title {
    text-align: center;
}

.shCar .module-title h1 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #282828;
}

.shCar .module-title h2 {
    font-family: ArialMT;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 4px;
    padding-top: 13px;
    color: #7b7b7b;
}

.shCar .module-title h2 span {
    display: inline-block;
    width: 191px;
    height: 1px;
    background-color: #999999;
    margin-bottom: 4px;
    position: relative;
}

.shCar .module-title h2>span:first-child {
    margin-right: 28px;
}

.shCar .module-title h2>span:first-child::after {
    position: absolute;
    top: -1px;
    right: 0;
    content: "";
    display: inline-block;
    width: 9px;
    height: 3px;
    background-color: #999999;
}

.shCar .module-title h2>span:last-child {
    margin-left: 28px;
}

.shCar .module-title h2>span:last-child::before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    display: inline-block;
    width: 9px;
    height: 3px;
    background-color: #999999;
}

.shCar .goodness {
    background: #f5f5f5;
    padding: 86px 0 55px 0;
}

.shCar .goodness .box {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    color: #303030;
    padding-top: 54px;
}

.shCar .goodness .box li {
    width: 276px;
    height: 365px;
    background-color: #ffffff;
    padding-top: 61px;
    box-sizing: border-box;
}

.shCar .goodness .box li img {
    height: 90px;
}

.shCar .goodness .box li h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 55px;
}

.shCar .goodness .box li h5 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 48px;
}

.shCar .goodness .box li h6 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 14px;
}

.shCar .product {
    background: #f5f5f5;
    padding-top: 50px;
    box-sizing: border-box;
}

.shCar .product .box {
    height: 628px;
    padding: 117px 0 98px 0;
    margin-top: 65px;
    box-sizing: border-box;
    background-image: linear-gradient(178deg, #2178cd 0%, #0f72d2 100%);
    color: #3f3f3f;
}

.shCar .product .box .box-list {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.shCar .product .box .box-list li {
    width: 246px;
    height: 404px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    outline: 9px solid #ffffff;
    padding: 37px 18px;
    box-sizing: border-box;
}

.shCar .product .box .box-list li>div:first-child {
    width: 79px;
    /* height: 82px; */
    background-color: #ffffff;
    /* border: solid 2px #2178cd; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.shCar .product .box .box-list li h4 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 21px;
}

.shCar .product .box .box-list li h5 {
    padding-top: 10px;
    padding-bottom: 13px;
}

.shCar .product .box .box-list li h5 span {
    display: inline-block;
    width: 41px;
    height: 5px;
    background-color: #2178cd;
}

.shCar .product .box .box-list li .list {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 15px;
}

.shCar .product .box .box-list li .list p {
    width: 90px;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.shCar .product .box .box-list li .list p span {
    display: inline-block;
    width: 3px;
    height: 4px;
    background-color: #3f3f3f;
    border-radius: 50%;
    margin-right: 6px;
}

.shCar .product .box .box-list li .btn {
    margin: 39px auto;
    width: 126px;
    height: 35px;
    line-height: 35px;
    background-color: #fcfcfc;
    border-radius: 17px;
    border: solid 1px #2178cd;
    font-size: 16px;
    color: #2178cd;
    cursor: pointer;
    display: block
}

.shCar .need {
    padding: 79px 0 75px 0;
    box-sizing: border-box;
}

.shCar .need .box {
    height: 309px;
    padding-top: 61px;
    display: flex;
}

.shCar .need .box .box-left {
    background-color: #187cde;
    box-shadow: 11px 0px 13px 0px rgba(0, 0, 0, 0.1);
    width: 549px;
    padding: 31px 48px 0 48px;
    position: relative;
}

.shCar .need .box .box-left .imgL {
    position: absolute;
    bottom: 13px;
    left: 0;
}

.shCar .need .box .box-left .imgR {
    position: absolute;
    bottom: 13px;
    right: 0;
}

.shCar .need .box .box-left h6 {
    font-size: 16px;
    line-height: 16px;
    /* letter-spacing: -2px; */
    color: #fafaf8;
    padding-bottom: 25px;
}

.shCar .need .box .box-left div {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    padding-top: 24px;
}

.shCar .need .box .box-right {
    width: 605px;
    background-color: #e6e6e6;
    margin-left: 48px;
    padding: 11px 25px 14px 25px;
    box-sizing: border-box;
}

.shCar .need .box .box-right p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1072d2;
    text-align: center;
}

.shCar .need .box .box-right ul {
    display: flex;
    color: #ffffff;
}

.shCar .need .box .box-right ul li {
    margin-top: 11px;
    width: 265px;
    height: 118px;
    padding: 14px 31px;
    box-sizing: border-box;
}

.shCar .need .box .box-right ul li h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.shCar .need .box .box-right ul li h6 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 18px;
}

.shCar .need .box .box-right ul .color1 {
    background-color: #ee7d3f;
}

.shCar .need .box .box-right ul .color2 {
    background-color: #e45757;
    margin-left: 24px;
}

.shCar .need .box .box-right ul .color3 {
    background-color: #359f85;
}

.shCar .need .box .box-right ul .color4 {
    background-color: #187cde;
    margin-left: 24px;
}

.shCar .banner1 {
    width: 100%;
    height: 134px;
    line-height: 134px;
    background: url(../assets/images/shcar/sh-car-bg.png) no-repeat center center;
    background-size: cover;
}

.shCar .banner1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shCar .banner1 ul li {
    color: #187cde;
    font-size: 48px;
    letter-spacing: 5px;
    font-weight: bold;
    flex: 1;
    text-align: center;
}

.shCar .banner1 ul li span {
    color: #fdfdfb;
}

.shCar .banner1 ul li:last-child {
    letter-spacing: 0;
}

.shCar .banner1 ul li:last-child h5 {
    font-size: 20px;
    line-height: 20px;
    color: #fdfafa;
}

.shCar .banner1 ul li:last-child h6 {
    font-size: 30px;
    line-height: 35px;
    font-family: Impact;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.shCar .banner1 ul li:last-child h6 img {
    width: 32px;
    height: 35px;
    margin-left: 25px;
    margin-right: 17px;
    margin-top: 3px;
}

.shCar .question {
    padding-top: 80px;
    background: #f5f5f5;
}

.shCar .question .box {
    padding-top: 69px;
    display: flex;
    justify-content: space-between;
}

.shCar .question .box li {
    width: 359px;
    height: 504px;
    background: #e6e6e6;
}

.shCar .question .box li .box-bolck {
    padding: 41px 28px;
}

.shCar .question .box li .box-bolck h2 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #000000;
}

.shCar .question .box li .box-bolck h2 span {
    display: inline-block;
    width: 25px;
    height: 26px;
    color: #ffffff;
    background: #76b8f6;
    opacity: 0.5;
    text-align: center;
    border-radius: 2px;
    line-height: 26px;
    margin-right: 14px;
}

.shCar .question .box li .box-bolck h3 {
    font-size: 16px;
    line-height: 20px;
    /* letter-spacing: 1px; */
    text-align: justify;
    color: #000000;
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
}

.shCar .question .box li .box-bolck h3 span {
    display: block;
}

.shCar .question .box li .box-bolck h3 span:first-child {
    width: 25px;
    height: 26px;
    color: #ffffff;
    background: #f3a00e;
    opacity: 0.5;
    text-align: center;
    border-radius: 2px;
    line-height: 26px;
    margin-right: 14px;
}

.shCar .question .box li .box-bolck h3 span:last-child {
    width: 271px;
}

.shCar .question .box li .box-bolck1 {
    padding: 41px 28px;
}

.shCar .question .box li .btn {
    margin: 0 auto;
    width: 248px;
    height: 54px;
    background-color: #0082fd;
    border-radius: 10px;
    opacity: 0.65;
    font-size: 18px;
    line-height: 54px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: block
}

.shCar .progress {
    background: #f5f5f5;
    padding: 81px 0 0 0;
}

.shCar .progress ul {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 83px 0 0 0;
}

.shCar .progress ul li {
    margin-left: -30px;
}

.shCar .progress ul li:nth-child(1) {
    z-index: 5;
}

.shCar .progress ul li:nth-child(2) {
    z-index: 4;
}

.shCar .progress ul li:nth-child(3) {
    z-index: 3;
}

.shCar .progress ul li:nth-child(4) {
    z-index: 2;
}

.shCar .progress ul li:nth-child(4) {
    z-index: 1;
}

.shCar .progress ul li img {
    width: 172px;
    /* height: 172px; */
}

.shCar .progress ul li p {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    padding-top: 36px;
}

.shCar .infor {
    background: #f5f5f5;
    padding-top: 98px;
}

.shCar .infor .box {
    height: 386px;
    margin-top: 66px;
    background: url(../assets/images/shcar/sh-car-bg1.png) no-repeat top left;
    background-size: cover;
}

.shCar .infor .box ul {
    display: flex;
    justify-content: space-between;
}

.shCar .infor .box ul li {
    text-align: center;
}

.shCar .infor .box ul li h1 {
    font-size: 60px;
    color: #2178cd;
    line-height: 60px;
    position: relative;
}

.shCar .infor .box ul li h1 span {
    font-size: 18px;
    display: block;
    position: absolute;
    top: -20px;
    left: 70%;
    color: #3f3f3f;
}

.shCar .infor .box ul li h2 {
    font-size: 24px;
    color: #2178cd;
    line-height: 24px;
    color: #3f3f3f;
    padding-top: 32px;
}

.shCar .infor .box ul li h3 {
    width: 227px;
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    border: solid 1px #989898;
    font-size: 18px;
    color: #3f3f3f;
    margin: 17px;
}

.shCar .infor .box>div {
    width: 1120px;
    margin: 24px auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #000000;
    text-indent: 30px;
}