.container,
.wrapper {
    width: 100%;
    height: 100%;
    background: #17171d;
    overflow: hidden;
    font-family: 'pingFang Regular';
}

.list {
    position: relative;
    width: 855px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #17171d;
    color: #fff;
}

.list .title {
    animation-duration: 1s;
}

.list .title .line {
    width: 134px;
    height: 4px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #523fc9, #9772ec);
}

.list .content .detail {
    animation-duration: 1s;
    animation-delay: 1s;
}

.one-item {
    padding-top: 223px;
}

.one-item .title p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 38px;
    font-family: 'pingFang Medium';
}

.one-item .title .line {
    width: 270px;
}

.one-item .content {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-family: 'pingFang Medium';
    color: #a9aab4;
}

.one-item .content .second-title {
    height: 130px;
    line-height: 130px;
    font-size: 30px;
    animation-duration: 1s;
    animation-delay: 1s
}

.one-item .content .detail {
    padding: 0 68px 80px;
    font-size: 28px;
}

.one-item .content .button {
    font-family: 'pingFang Regular';
}

.one-item .content .button button {
    display: block;
    width: 350px;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 22px;
    color: #fff;
    background: #e73253;
    cursor: pointer;
}

.one-item .content .button p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.list {
    /* padding-top: 90px; */
    padding-top: 5%;
}

.list .item-title p {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    color: #ffeedc;
}

.list .item-title p span {
    color: #e73253;
}

.list .content {
    /* padding: 110px 23px 0; */
    padding: 8% 23px 0;
    font-size: 23px;
    color: #ffeedc;
}

.list .content .detail {
    line-height: 36px;
}

.list .content .detail img {
    width: 19px;
    height: 12px;
    vertical-align: top;
}

.list .button {
    padding: 12px 0;
}

.list .button button {
    display: block;
    width: 118px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-family: 'pingFang Heavy';
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: #e73253;
    cursor: pointer;
}

.list .media-wrapper {
    width: 100%;
    /* padding-top: 80px; */
    padding-top: 3%;
    text-align: center;
}

.list .remark {
    position: absolute;
    right: -264px;
    bottom: 40px;
    width: 200px;
    font-size: 12px;
    color: #fff;
}

.list .remark .mark {
    position: relative;
    width: 200px;
    height: 4px;
    overflow: hidden;
    border-radius: 2px;
    background: #c4c4c4;
}

.list .remark .mark span {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    border-radius: 2px;
    background: #808080;
}

.two-item .media-wrapper .dogma {
    width: 804px;
    height: 276px;
}

.two-item .remark .mark span {
    width: 40px;
}

.three-item .media-wrapper {
    width: 100%;
    height: 387px;
    padding-top: 0;
    margin-top: 4%;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 6px;
}

.three-item .media-wrapper .innerwrapper {
    width: 100%;                              
}

.three-item .media-wrapper .Nature {
    display: block;
    width: 100%;
}

.three-item .remark .mark span {
    width: 80px;
}
.four-item .content,.five-item .content{
    padding: 4% 23px 0;
}

.four-item .media-wrapper .Cells {
    /* width: 672px;
    height: 372px; */
    width: 100%;
}

.four-item .remark .mark span {
    width: 120px;
}

.five-item .media-wrapper {
    /* padding-top: 16px; */
    padding-top: 4%;
}

.five-item .media-wrapper .H2O {
    /* width: 655px; */
    border-radius: 5px;
    width: 100%;
}

.five-item .detail {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.five-item .remark .mark span {
    width: 160px;
}

.six-item .button button {
    width: 162px;
    margin: 0 auto;
}

.six-item .remark .mark span {
    width: 200px;
}

.six-item .media-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    padding-top: 1px;
}

.wheel-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
}

.wheel-button img {
    display: block;
    width: 71px;
    height: 71px;
    border-radius: 50%;
}

.wheel {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -160px;
    width: 260px;
    height: 260px;
    /* visibility: hidden; */
    border-radius: 50%;
}

.wheel li {
    overflow: visible;
    float: left;
}

.wheel li a {
    position: relative;
    display: block;
    width: 105px;
    height: 105px;
}

.wheel li a img {
    width: 105px;
    height: 105px;
}

.wheel li a span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 20px;
    color: #fff;
}

.wheel .wheel-item-one a span {
    top: 41px;
    left: 117px;
}

.wheel .wheel-item-two a span {
    top: 41px;
    left: 112px;
}

.wheel .wheel-item-three a span {
    top: 41px;
    left: -115px;
}

.wheel .wheel-item-four a span {
    top: 41px;
    left: -94px;
}

.wheel .wheel-item-five a span {
    top: 41px;
    left: -94px;
}

.wheel .wheel-item-six a span {
    top: 41px;
    left: 117px;
}