.header {
    height: 4em;
    background: none;
    background-color:#414141;
}

.content {
    width: 100%;
}
.content .car-product {
    width: 100%;
    justify-content: space-between;
    justify-items: center;
    align-items: flex-start;
    flex-direction: row;
    margin: 0px auto 0px;
}
.content .car-product .left-side .go-back {
    background: url(../images/common/carport/back-v1.png) no-repeat center;
    width: 2em;
    height: 2em;
    margin:2em;
}
.content .car-product .left-side .swiper-panel {
    width: 98%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    width: 100%;
    height: auto;
}
.swiper-panel .car-item img {
    width: 100%;
}



.car-product .operate-area {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.car-product .btn-flow, .car-product .btn-useit {
    width: 152px;
    height: 48px;
    line-height: 48px;
    background: #000;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #f60;
}


.car-info{
    background-color:#414141;
    padding:1em;
}

.car-info .car-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #f60;
}
.car-info .car-module {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    color: #f60;
}

.rightside{
    background-color:#f60;
    padding:1em;
}
.content .car-product .rightside .car-trait .trait-item {
    display: inline-block;
    margin-left: 5em;
}
.content .car-product .rightside .car-trait .trait-item .trait-icon {
    width: 44px;
    height: 44px;
}
.content .car-product .rightside .car-trait .trait-item .trait-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #505050;
    margin: 23px 0;
}