@charset "utf-8";

.suite-content {

}

.suite-content-name {
    color: #212121;
    font-size: 26px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 35px;
}

.suite-content-name .suite-content-name-title {
    color: #212121;
    font-size: 35px;
}

.suite-content-body {
}

.suite-content-body .suite-content-brief {
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.suite-content-body .suite-config {
}

.suite-content-body .suite-config-left, .suite-content-body .suite-config-right {
    position: relative;
    float: left;
    width: 48.5%;
    height: 450px;
}

.suite-content-body .suite-config-left {
    margin-right: 37px;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.suite-content-body .suite-config::after {
    display: block;
    clear: both;
    content: "";
}

.suite-content-body .suite-config-left img {
    display: block;
    width: 100%;
    _height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.suite-content-body .suite-config-right {
}

.suite-content-body .suite-config-right .suite-config-info {
}

.suite-content-body .suite-config-right .suite-config-info .suite-config-block {
    float: left;
    width: 16.6%;
    height: 100px;
    text-align: center;
    border-right: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.suite-content-body .suite-config-right .suite-config-info .suite-config-block em {
    font-style: normal;
}

.suite-content-body .suite-config-right .suite-config-info .suite-config-block:last-child {
    border-right: 0;
}

.suite-content-body .suite-config-right .suite-config-info .suite-config-block em,
.suite-content-body .suite-config-right .suite-config-info .suite-config-block span {
    display: block;
    line-height: 45px;
}

.suite-content-body .suite-config-right .suite-config-info .suite-config-block em {
    color: #000;
    font-size: 24px;
}

.suite-content-body .suite-config-right .suite-config-info .suite-config-block span {
    color: #000;
    font-size: 14px;
}

.suite-content-body .suite-config-right .suite-config-describe {
    color: #333333;
    font-size: 16px;
    height: 320px;
    line-height: 28px;
    margin-top: 30px;
}
.suite-content-body .suite-config-right .suite-config-describe p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.suite-config-right .suite-config-button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.suite-config-right .suite-config-button a {
    float: left;
    color: #212121;
    width: 130px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #212121;
    margin-left: 20px;
}

.suite-config-right .suite-config-button .suite-button-default {
    height: 40px;
    line-height: 40px;
}

.suite-config-right .suite-config-button .suite-button-black {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #212121;
}

.suite-content-body .suite-config-vehicle-img {
    width: 61%;
}

.suite-content-body .suite-config-vehicle-img img {
    border: 0;
}

.suite-content-body .suite-config-vehicle {
    width: 36%;
    height: 100%;
}

.suite-content-body .suite-config-vehicle::before,
.suite-content-body .suite-config-vehicle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    content: "";
}

.suite-content-body .suite-config-vehicle::after {
    bottom: 0;
}

.suite-config-vehicle-region {
    position: relative;
    z-index: 1;
}

.suite-config-vehicle-region-title {
    display: block;
    color: #000;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 20px;
}

.suite-config-vehicle-colour-mian {
}

.suite-config-vehicle-colour-mian:after {
    display: block;
    clear: both;
    content: "";
}

.suite-config-vehicle-colour-mian .suite-config-vehicle-colour {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 8px;
    background: #d0011b;
    cursor: pointer;
    border: 1px solid transparent;
}

.suite-config-vehicle-share {
    position: absolute;
    left: 0;
    bottom: 33px;
}

.suite-config-vehicle-share .qrcode-img {
    position: absolute;
    top: -125px;
    left: 0;
    width: 102px;
    height: 102px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.suite-config-vehicle-share .qrcode-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.suite-config-vehicle-share .qrcode-img::after {
    position: absolute;
    left: 41px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ddd;
    content: "";
}

.suite-config-vehicle-share .qrcode-img::before{
	position: absolute;
    left: 41px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #fff;
    z-index: 1;	
    content: "";
}

.suite-config-vehicle-share p {
    color: #000;
    font-size: 16px;
}

.suite-content-wideScreen {
    margin-bottom: 10px;
}

[class^="partition-"] a, [class^="partition-"] img {
    display: block;
    width: 100%;
    position: relative;
}

.partition-2-2 {
    float: left;
    width: 50%;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partition-2-2 .partition-row-1, .partition-2-2 .partition-row-2 {
    width: 100%;
}
.partition-2-2 .partition-row-1 {
    height: 540px;
}
.partition-2-2 .partition-row-1 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.partition-2-2 .swiper-container {
    height: 100%;
}

.partition-2-2 .partition-row-2:after {
    display: block;
    clear: both;
    content: "";
}

.partition-2-2 .partition-row-2 > div {
    float: left;
    width: 50%;
    height: 268px;
    border-right: 4px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partition-2-2 .partition-row-2 > div:last-child {
    margin-right: 0;
    border:none;
}

.partition-2-2 [class^="partition-row-"]:last-child {
    margin-top: 4px;
}

.partition-2-2:nth-last-child(1) {
    margin-right: 0;
}

.partition-footer {
    width: 1500px;
    margin-top: 26px;
    margin-bottom: 60px;
}

.partition-footer .text {
    color: #000;
    font-size: 16px;
}

.suite-config-vehicle-colour-mian .red {
    background: #d90122;
}

.suite-config-vehicle-colour-mian .orange {
    background: #fba639;
}

.suite-config-vehicle-colour-mian .yellow {
    background: #fae842;
}

.suite-config-vehicle-colour-mian .brown {
    background: #8f572f;
}

.suite-config-vehicle-colour-mian .light-green {
    background: #71d43c;
}

.suite-config-vehicle-colour-mian .dark-green {
    background: #397519;
}

.suite-config-vehicle-colour-mian .purple {
    background: #c503db;
}

.suite-config-vehicle-colour-mian .blue {
    background: #3c8fde;
}

.partition-2-2 a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
    background: rgba(0, 0, 0, .2);
}

.footer-right {
    text-align: right;
    width: 30%;
}

.footer-right > span {
    display: inline-block;
}

.footer-right  > em {
    display: block;
    text-align: right;
    font-style: normal;
}
.footer-right .SharePlug {
    display: inline-block;
}
/***视频**/
.plyr--video .plyr__controls {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.2);
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: rgba(0, 0, 0, 0.8);
}
.plyr__progress--played, .plyr__volume--display {
    color: #fff;
}
.plyr .plyr__play-large {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 4px;
    width: 80px;
    height: 80px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.plyr__play-large svg {
    display: inline-block;
    width: 28px;
    height: 28px;
}


/***轮播图***/
#slider {
    overflow: hidden;
}

#slider .sw-next-prev {
    height: 100%;
    border-radius: 0;
    width: 130px;
    margin-top: -5px;
    top: 0;
    transition: 0.3s;
    -wekbit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
#slider .sw-next-prev:hover {
    background: rgba(0, 0, 0, 0);
}

#slider .sw-next {
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

#slider .sw-prev {
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

#slider .sw-next-prev:after {
    position: absolute;
    top: 45%;
    color: #ddd;
    transform: scale(1, 1.8);
    -webit-transform: scale(1, 1.8);
    -moz-transform: scale(1, 1.8);
    -ms-transform: scale(1, 1.8);
    font-weight: normal;
    font-size: 60px;
}

#slider .sw-next-prev:hover:after {
    color: #da0000;
}

#slider .sw-prev:after {
    left: 32%;
}

#slider .sw-next:after {
    left: 38%;
}

#slider:hover .sw-next {
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

#slider:hover .sw-prev {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}
/***视频修改2***/
.video-js .vjs-control-bar {
    background: rgba(0, 0, 0, 0.5);

}
.video-js .vjs-big-play-button {
    width: 3em;
    height: 3em;
    line-height: 3em;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 50%;
    border: none;
    margin-left: -1.5em;
    margin-top: -1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.6);
}
.video-js .vjs-big-play-button:hover {
    background: rgba(0, 0, 0, 0.7);
}
.video-js .vjs-load-progress div {
    background: rgba(178, 182, 187, 0.75);
}

/* 轮播大图 */
.partition-row-2 .previewImg {
    height: 270px;
}
.partition-row-1 .previewImg {
    height: 540px;
}
.previewImg img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.suit-button-box-prev,
.suit-button-box-next
{
    width: 160px;
    height: 100%;
    background-image: none;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.suit-button-box-prev{
    left: 0;
}
.suit-button-box-next{
    right: 0;
}

 .suit-button-prev,
 .suit-button-next
{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 20;
    cursor: pointer;
    background-image: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}
 .suit-button-prev{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    left: 40px;
}
 .suit-button-next{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    right: 40px;
}

.suit-button-box-prev .suit-button-prev:hover,
.suit-button-box-next .suit-button-next:hover{
    border: 1px solid red;
    border-left: none;
    border-top: none;
 }


/* 图片预览 */
.previewImg-box{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5555;
    background: #000;
    display: none;
}
.previewImg-container {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    position: absolute;
}
.preImgs{
    width: 100%;
}
.close{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    cursor: pointer;
}

.close::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background:#afafaf;
    border-radius:2px;
    width:50px;
    height:1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.close:after{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background:#afafaf;
    border-radius:2px;
    width:50px;
    height:1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
