body {
    background-image: url(./imgs/bg.png);
}

.common-arrow {
    position: absolute;
    content: '';
    display: block;
    width: 0.14rem;
    height: 0.12rem;
    background-image: url(./imgs/next-arrow-icon.png);
    background-size: cover;
}

.common-font {
    font-family: DINPro-Regular;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
}
.common-item {
    text-align: center;
    font-size: 0;
}
.common-item > .content {
    width: 6.35rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.common-item > .title {
    display: inline-block;
    font-size: 0.22rem;
    margin-bottom: 0.45rem;
    position: relative;
}
.common-item > .title::before,.common-item > .title::after {
    position: absolute;
    content: '';
    display: block;
    width: 0.14rem;
    height: 0.12rem;
    background-image: url(./imgs/next-arrow-icon.png);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
}
.common-item > .title::before {
    left: -0.34rem;
    transform: translateY(-50%) rotateY(180deg);
}
.common-item > .title::after {
    right: -0.34rem;
}


.nav {
    height: 0.98rem;
    padding: 0 0.6rem 0 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav > img {
    width: 3.23rem;
    height: 0.44rem;
}
.nav > span {
    width: 0.46rem;
    height: 0.4rem;
    background-image: url(../common/imgs/menu-icon.png);
}

.header {
    height: 3.14rem;
    background-image: url(./imgs/header-bg.png);
    position: relative;
}
.header .title,.header .des {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: DINPro-Black;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #fff;
    white-space: nowrap;
}
.header .des {
    font-size: 0.24rem;
    bottom: 0.84rem;
}
.header .title {
    bottom: 0.27rem;
    font-size: 0.44rem;
}


.swiper-container {
    margin-top: 0.58rem;
    text-align: center;
    font-size: 0;
}

.swiper-outer {
    margin: 0 auto;
    position: relative;
    height: 1.05rem;
}
.swiper-outer .line-before,.swiper-outer .line-after {
    width: 0.55rem;
    height: 0.01rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
.swiper-outer .line-before {
    left: 1.29rem;
}
.swiper-outer .line-after {
    right: 1.2rem;
}
.swiper-outer .line-before::before,.swiper-outer .line-before::after,.swiper-outer .line-after::before,.swiper-outer .line-after::after {
    position: absolute;
    content: '';
    display: block;
    width: 0.14rem;
    height: 0.12rem;
    background-image: url(./imgs/next-arrow-icon.png);
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.swiper-outer .line-before::before,.swiper-outer .line-after::before {
    left: -0.27rem;
}
.swiper-outer .line-before::after,.swiper-outer .line-after::after {
    right: -0.27rem;
}

.swiper-year {
    height: 100%;
    width: 5.3rem;
    margin: 0 auto;
    background-color: #161616;
}
.swiper-line-prev,.swiper-line-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.02rem;
    background-color: rgba(255, 255, 255, 0.2);
}
.swiper-line-prev {
    left: 0.7rem;
}
.swiper-line-next {
    right: 0.7rem;
}
.swiper-btn-next,.swiper-btn-prev {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url("./imgs/swiper-next-icon.png");
}
.swiper-btn-next{
    right: 0.18rem;
}
.swiper-btn-prev{
    left: 0.18rem;
    transform: rotateY(180deg) translateY(-50%);
}
.swiper-year .swiper-slide {
    text-align: center;
    font-size: 0.34rem;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.02rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    opacity: 0.2;
}

.swiper-year .swiper-slide.swiper-slide-prev {
    justify-content: flex-start;
}
.swiper-year .swiper-slide.swiper-slide-next {
    justify-content: flex-end;
}
.swiper-year .swiper-slide-active{
    position: relative;
    font-family: DINPro-Black;
    opacity: 1;
}
.swiper-year .swiper-slide-active::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.12rem;
    left: 0;
    width: 1.52rem;
    height: 1.1rem;
    background-image: url(./imgs/swiper-active-bg.png);
    background-size: cover;
}


.swiper-container .swiper-title {
    display: inline-block;
    font-size: 0.22rem;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
    margin: 0 auto;
    margin-bottom: 0.37rem;
    position: relative;
}

.swiper-container .swiper-title::before,.swiper-container .swiper-title::after {
    position: absolute;
    content: '';
    display: block;
    width: 0.14rem;
    height: 0.12rem;
    background-image: url(./imgs/next-arrow-icon.png);
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}
.swiper-container .swiper-title::before {
    left: -0.38rem;
    transform: rotateY(180deg) translateY(-50%);
}
.swiper-container .swiper-title::after {
    right: -0.38rem;
}
.swiper-container .swiper-des {
    position: relative;
}
.swiper-container .swiper-active-dec::before,.swiper-container .swiper-active-dec::after {
    content: '';
    display: block  ;
    width: 1.45rem;
    height: 1.07rem;
    position: absolute;
    top: 0.8rem;
    background-size: cover;
}
.swiper-container .swiper-active-dec::before {
    left: -1.2rem;
    background-image: url(./imgs/swiper-left-icon.png);
}
.swiper-container .swiper-active-dec::after {
    right: -1.2rem;
    background-image: url(./imgs/swiper-right-icon.png);

}
/* .swiper-container .swiper-des::before,.swiper-container .swiper-des::after {
    content: '';
    display: block  ;
    width: 1.45rem;
    height: 1.07rem;
    position: absolute;
    top: 0.8rem;
    background-size: cover;
}
.swiper-container .swiper-des::before{
    background-image: url(./imgs/swiper-left-icon.png);
    left: 0;
}
.swiper-container .swiper-des::after {
    background-image: url(./imgs/swiper-right-icon.png);
    right: 0;
} */
.swiper-active-dec {
    margin: 0 auto;
    margin-bottom: 0.54rem;
    width: 5.02rem;
    height: 2.14rem;
    background-image: url(./imgs/swiper-active-des.png);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiper-active-dec .des {
    font-size: 0.24rem;
    line-height: 1em;
}
.swiper-active-dec .sub-des {
    font-size: 0.14rem;
    opacity: 0.4;
}
.swiper-des:after {
    content: '';
    width: 0;
    height: 0.62rem;
    position: absolute;
    left: 50%;
    bottom: -0.62rem;
    border-right: 1px dotted #fff;
    
}

.progress {
    width: 4.6rem;
    height: 3.66rem;
    margin: 0.8rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progress img {
    width: 0.87rem;
    height: 0.87rem;
}
.progress .item {
    font-size: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.progress .item:not(:first-child)::before {
    position: absolute;
    content: '';
    display: block;
    width: 0.14rem;
    height: 0.12rem;
    background-image: url(./imgs/next-arrow-icon.png);
    background-size: cover;
    left: 0;
    top: 20%;
}
.progress p {
    font-family: DINPro-Regular;
	font-size: 0.2rem;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.3em;
	letter-spacing: 0.01rem;
    text-align: center;
}

.flagship {
    margin-bottom: 0.3rem;
}

.flagship > .content .item, .trendy > .content .item {
    background-color: #333;
    border-radius: 0.06rem;
    border: 0.02rem solid #ff6573;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    text-align: left;
}
.trendy > .content .item {
    padding-bottom: 0.2rem;
}

.flagship > .content .item > img {
    margin-top: 0.1rem;
    margin-left: 0.3rem;
}
.trendy > .content .item > img {
    margin-top: 0.1rem;
    margin-left: 0.25rem;
}

.flagship > .content .item:first-child > img {
    margin-top: -0.2rem;
    margin-left: 0.05rem;
}
.flagship > .content .item > p, .trendy > .content .item > p {
    font-family: DINPro-Bold;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2em;
    text-align: center;
    margin: 0.3rem 0;
}
.flagship > .content .item ul, .trendy > .content .item ul {
    width: calc(100% - 0.2rem);
    margin: 0 auto;
}
.flagship > .content .item ul li, .trendy > .content .item ul li {
    display: flex;
}
.flagship > .content .item ul li > span, .trendy > .content .item ul li > span {
    width: 0.13rem;
    height: 0.14rem;
    background-image: url(./imgs/two-circle.png);
    margin-right: 0.07rem;
    margin-top: 0.06rem;
}
.flagship > .content .item ul li > p, .trendy > .content .item ul li > p {
    font-family: DINPro-Light;
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.8em;
	color: #c1c1c1;
    flex: 1;
}

.flagship > .content .item .tips {
	font-size: 0.14rem;
	line-height: 1.8em;
	color: #c1c1c1;
    margin: 0.1rem 0 0.24rem 0.3rem;
}
.flagship > .content .item:first-child .tips {
    margin-top: -0.1rem;
}


.flourishing.common-item > .content {
    width: 6.5rem;
}
.flourishing > .content .item > p{
    height: 0.43rem;
    font-size: 0.2rem;
    color: #fcfbfa;
    line-height: 1.2em;
    text-align: left;
}
.flourishing > .content .item:not(:first-child) > p {
    line-height: 0.43rem;
}
.flourishing > .content .item .des  {
    font-size: 0.57rem;
    color: #fcfbfa;
}
.flourishing > .content .item .des span.unit {
    font-size: 0.25rem;
}


.tech > .content{
    width: 100%;
    height: 11rem;
    position: relative;
    top: 0.2rem;
}
.tech > .content .center {
    width: 2.01rem;
    height: 2.29rem;
    background-image: url(./imgs/tech-center.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tech > .content .center .center-title {
    font-size: 0.18rem;
    line-height: 1.2em;
    margin-top: 0.2rem;
}
.tech > .content .center .percent {
    font-size: 0.76rem;
}
.tech > .content .layout {
    width: 100%;
    height: 100%;
    position: absolute;
}
.tech > .content .layout  img {
    position: absolute;
    opacity: 0.2;
}.tech > .content .layout  img.active {
    opacity: 1;
}


.contact .contact-title {
    margin-bottom: 0.6rem;
}

.flourishing.common-item {
    display: none;
}