body {
    background-color: #F5F5F7;
}

.root {
    width: 100%;
    margin-top: 214rem;
}

.root a {
    font-size: 0;
}

.root img {
    width: 100%;
    height: 100%;
}

/* 列表item样式 */
.list-item {
    width: calc((100vw - 94rem) / 2);
    height: calc((100vw - 94rem) / 2 + 284rem);
}

.list-item .item-image-box {
    width: calc((100vw - 94rem) / 2);
    height: calc((100vw - 94rem) / 2);
}

.list-item .item-title {
    color: #000000;
    font-size: 36rem;
    margin-top: 24rem;
    margin-left: 2rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
    /*font-weight: 500;*/
}

.list-item .item-summary {
    color: #8B8B8B;
    font-size: 28rem;
    margin-top: 8rem;
    margin-left: 2rem;
    /*font-family: STSongti-SC-Bold, STSongti-SC;*/
}

/* 标题样式 */
.box-header {
    height: 200rem;
    padding-top: 68rem;
    padding-left: 30rem;
    box-sizing: border-box;
}

.box-header .wrapper {
    display: flex;
    align-items: baseline;
}

.box-header .wrapper .line {
    width: 36rem;
    height: 4rem;
    background-color: #FF3A30;
}

.box-header .wrapper .name {
    color: #000000;
    font-size: 64rem;
    margin-left: 12rem;
    margin-right: 12rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
}

.box-header .wrapper .english-name {
    color: #000000;
    font-size: 40rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
}

/* 查看更多样式 */
.more-box {
    padding-left: 30rem;
    padding-bottom: 40rem;
    position: relative;
}

.more-box .more {
    width: 84rem;
    border-bottom: 4rem solid #FF3A30;
    color: #000000;
    font-size: 28rem;
    text-align: center;
    font-family: STSongti-SC-Bold, STSongti-SC;
}


/* 内容区域 */
.root .box-1 {
    background-color: #FFFFFF;
}

.root .box-1 .image-box {
    height: 100vw;
}

.root .box-1 .info {
    height: 380rem;
}

.root .box-1 .info .title {
    padding-top: 56rem;
    margin: 0 30rem;
    color: #000000;
    font-size: 54rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
}

.root .box-1 .info .summary {
    margin: 30rem 30rem 0 30rem;
    color: #000000;
    font-size: 32rem;
}

.root .box-2 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30rem;
}

.root .box-3 {
    background-color: #FFFFFF;
}

.root .box-3 .image-box {
    height: calc(100vw / 750 * 320rem);
}

.root .box-3 .info {
    height: 440rem;
    padding: 70rem 30rem 0 30rem;
    box-sizing: border-box;
}

.root .box-3 .info .title {
    color: #000000;
    font-size: 54rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
    text-align: center;
}

.root .box-3 .info .summary {
    color: #000000;
    font-size: 32rem;
    margin-top: 50rem;
    text-align: center;
}

.root .box-3 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30rem;
}

.root .box-4 .image-box {
    height: calc(100vw / 750 * 320rem);
}

.root .box-4 .info {
    height: 440rem;
    padding: 70rem 30rem 0 30rem;
    box-sizing: border-box;
}

.root .box-4 .info .title {
    color: #000000;
    font-size: 54rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
    text-align: center;
}

.root .box-4 .info .summary {
    color: #000000;
    font-size: 32rem;
    margin-top: 50rem;
    text-align: center;
}

.root .box-4 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30rem;
}

.root .box-5 {
    background-color: #FFFFFF;
}

.root .box-5 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30rem;
}

.root .box-6 {
    padding-bottom: 140rem;
}

.root .box-6 .list {
    margin: 0 30rem;
}

.root .box-6 .list .box-6-item {
    height: calc((100vw - 60rem) / 2);
    display: flex;
    align-items: center;
    margin-bottom: 20rem;
}

.root .box-6 .list .box-6-item .image-box {
    width: calc((100vw - 60rem) / 2);
    height: calc((100vw - 60rem) / 2);
}

.root .box-6 .list .box-6-item .title {
    flex: 1;
    margin-left: 30rem;
    color: #8B8B8B;
    font-size: 32rem;
    font-family: STSongti-SC-Bold, STSongti-SC;
}


.root .top-gg-box {
    width: 100%;
    height: calc(50vw + 40rem);
}


/**************slider*****************/
.swiper {
    width: 100%;
    height: 50vw;
    padding-bottom: 40rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 5rem !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: #000000;
    opacity: 0.5;
    border-radius: 2px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    height: 4px;
    background: #FD3C2E;
    border-radius: 2px;
}


/******************************/