html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: 'fonts';
    src: url('../fonts/No-move-1.woff');
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: .25rem;
}

.container {
    position: relative;
    width: 7.5rem;
    /* height: 61.4rem; */
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container1 {
    width: 7.5rem;
}

.swiper-wrapper {
    width: 40rem;
}

.swiper1 .swiper-slide img {
    width: 7.5rem !important;
}

.main {
    text-align: center;
}

.main-title img {
    height: .3rem;
    margin-top: .3rem;
}

.swiper2 {
    width: 7.5rem;
    height: 9rem;
}

.swiper-container2 {
    width: 7rem;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide {
    width: 7rem;
}

.swiper2 .swiper-slide img {
    width: 5rem;
}

.swiper-button-prev2 {
    width: .6rem;
    height: .6rem;
    background: url('../image/prev_icon.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
}

.swiper-button-next2 {
    width: .6rem;
    height: .6rem;
    background: url('../image/next_icon.png') no-repeat;
    background-size: 100% 100%;
    outline: none;
}

.info {
    width: 5rem;
    height: 2rem;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    border-top: 1px solid #fff;
    padding-top: .2rem;
}

.info p {
    margin-top: .1rem;
}

.blue {
    color: #4fd2d3;
}

.gf-text p {
    padding: .3rem;
}

.swiper3 .swiper-wrapper {
    width: 31rem;
}

.swiper3 .swiper-slide {
    width: 3.8rem !important;
}

.swiper3 img {
    height: 4.3rem;
}

.more-btn {
    width: 7.5rem;
    text-align: center;
}

.more-btn img {
    width: 3.6rem;
    height: 1rem;
    margin-top: .3rem;
}

.UR {
    width: 7.5rem;
    height: 11.67rem;
    margin-top: .3rem;
    background: -webkit-linear-gradient(#5F67EC, #8747FF);
    background: -o-linear-gradient(#5F67EC, #8747FF);
    background: -moz-linear-gradient(#5F67EC, #8747FF);
    background: linear-gradient(#5F67EC, #8747FF);
}

.review-list>div {
    width: 6.6rem;
    height: 2.73rem;
    margin: .3rem auto;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gt-text p {
    font-size: .35rem;
    margin: .3rem .2rem;
    color: #666;
}

.contact img {
    width: 3.43rem;
    height: .99rem;
    margin-top: .3rem;
}

.footer {
    width: 7.5rem;
    height: 2.92rem;
    margin-top: .5rem;
	
    font-size: 'fonts';
    background: -webkit-linear-gradient(#222222, #333333);
    background: -o-linear-gradient(#222222, #333333);
    background: -moz-linear-gradient(#222222, #333333);
    background: linear-gradient(#222222, #333333);
}

.up {
    width: 6rem;
    height: 1.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}

.up img {
    height: .58rem;
    /* margin-left: .2rem; */
}

.down p {
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-top: .4rem;
}

.top {
    width: 7.5rem;
    height: 1.25rem;
    background: -webkit-linear-gradient(#5F67EC, #8747FF);
    background: -o-linear-gradient(#5F67EC, #8747FF);
    background: -moz-linear-gradient(#5F67EC, #8747FF);
    background: linear-gradient(#5F67EC, #8747FF);
    position: fixed;
    top: 0;
    z-index: 99;
    padding: .2rem;
}

.main {
    padding-top: 1.25rem;
    height: 13rem;
}

.left {
    width: 2.35rem;
    float: left;
}

.left li {
    height: 1.2rem;
    font-size: .28rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
}

.right {
    width: 5rem;
    height: 10rem;
    float: left;
    overflow: auto;
}

.right>div>div {
    width: 2.36rem;
    float: left;
    margin-left: .13rem;
}

.right>div>div>img {
    width: 2.36rem;
}

.right>div>div>div>div>img {
    width: .4rem;
}

.div>div {
    position: relative;
    margin-top: .13rem;
}
.storyName{
    font-family: 'fonts';
    font-size: .2rem;
}
.story-des {
    width: 100%;
    height: 1.15rem;
    line-height: 1;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: .3rem;
    font-size: .2rem;
}

.act {
    border-right: 3px solid #5F67EC ;
    color: #5F67EC  !important;
}

.top img {
    height: .77rem;
    vertical-align: middle;
}

.menu-icon {
    height: .5rem !important;
    margin-left: 4.5rem;
}

.header-info {
    width: 7.5rem;
    position: absolute;
    top: 9rem;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.header-info p {
    margin-top: .2rem;
}

.header-info img {
    width: 2.95rem;
    margin-top: .5rem;
}

.menu-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    font-family: 'fonts';
    top: 0;
    left: 0;
    z-index: 99;
    /* background: rgba(0, 0, 0, .8); */
}

.menu-list {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    float: right;
    color: #878380;
}

.menu-list li {
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: .36rem;
}

.close {
    font-size: .8rem !important;
    width: 1.35rem;
    height: 1.35rem;
    /* background-color: #54d4d4; */
    margin-left: 2.4rem;
    background: url('image/menu_1.png');
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 1.35rem;
}

li a {
    color: #8c8c8c;
}

.active a {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #5F67EC;
}

.storyDes {
    color: #666;
    margin-top: .1rem;
}