@charset "utf-8"; /* index */
#avideo1 {
    opacity: .7;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
}

.trigger {
    position: absolute;
    left: 0;
    top: 0px;
}

.title-a {
    color: #fff;
}

.title-a i {
    background: #c80822;
    display: block;
    margin: 10px 0;
    width: 120px;
    height: 3px;
}

.title-a h1 {
    font-size: 140px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.title-b {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-top: 30px;
    margin-bottom: 20px;
}

.title-b h3 {
    font-size: 30px;
    margin: 10px 0;
    font-weight: normal;
    text-transform: uppercase;
}

.title-b h5 {
    font-size: 14px;
    margin: 0;
    color: #c80822;
    font-weight: normal;
    text-transform: uppercase;
}

.title-b h4 {
    font-size: 40px;
    margin: 5px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.rectangular {
    position: relative;
    width: 100px;
}

.rectangular h6 {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    padding: 7px 10px;
}

.rectangular i {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 3;
}

.rectangular i.line-t {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

.rectangular i.line-b {
    width: 92%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.rectangular i.line-l {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}

.rectangular i.line-r {
    width: 1px;
    ;height: 65%;
    top: 0;
    right: 0;
}

.rectangular i.line-br {
    width: 13px;
    height: 1px;
    bottom: 5px;
    right: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-50deg);
}

.btn-a {
    margin-top: 30px;
}

.btn-a a {
    width: 180px;
    text-transform: uppercase;
    background: #c80822;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.text-a {
    font-size: 20px;
    line-height: 28px;
    color: #606060;
    padding: 0px 0 20px 0;
    overflow: hidden;
}

.screen {
    position: relative;
    overflow: hidden;
}

.screen .content {
    width: 100%;
    height: auto;
}

.viewmore {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 121px;
    height: 121px;
    z-index: 900;
    margin: -60px 0 0 -60px;
    background: url("../images/viewmore.png") no-repeat
}

.mark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    background: url("../images/tm1.png") center top repeat-y;
}

.img {
    position: relative;
}

.img-center {
    position: absolute;
    width: auto!important;
    height: auto!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 10;
}

.parallaxParent {
    height: 100vh;
    overflow: hidden;
}

.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
}

.followmouse {
    position: absolute;
    background: url("../images/viewmore.png") center no-repeat;
    width: 121px;
    height: 121px;
    left: 0;
    top: 0;
    z-index: 88;
    opacity: 1;
    transition: all 0.5s;
}

.followmouse.cur {
    opacity: 1;
}

.relative {
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#main {
    width: 100%;
    height: 100%;
}

.index,.index .screen {
    width: 100%;
    height: 100%;
}

.index .screen .content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0px;
    z-index: 30;
}

.index .screen-1 {
}

.index .screen-1 .content {
    height: 100%;
}

.index .screen-1 .left {
    position: absolute;
    left: 15%;
    top: 50%;
    width: 470px;
    z-index: 60;
    transform: translateY(-50%);
}

.index .screen-1 .left .title-a h1 {
    margin: 0 0 0 -8px;
}

.index .screen-1 .video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index .screen-1 .video video {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    object-fit: cover;
}

.index .screen-1 .mark-2 {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#000);
}

.index .screen-2 {
}

.index .screen-2 .content {
    margin-top: 200px;
}

.index .screen-2 .left {
    position: absolute;
    left: 15%;
    top: 0;
    width: 740px;
    z-index: 60;
}

.index .screen-2 .left .top {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index .screen-2 .right {
    position: absolute;
    right: 18%;
    top: 0;
    width: 500px;
    z-index: 60;
}

.index .screen-2 .left .swiper-pic-2 {
    width: 662px;
    float: left;
}

.swiper-pic-2 img {
    display: block;
}

.pagination-box {
    width: 50px;
    top: auto;
    bottom: 0;
    margin: 0;
    right: 0;
    left: auto;
}

.pagination-box span.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #5c5c5d;
    display: block;
    border-radius: 0px;
    outline: none;
    opacity: 1;
    margin: 60px 0 20px 0;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagination-box span.swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #5c5c5d;
    margin: -5px 0 0 -5px;
}

.pagination-box span.swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    opacity: .2;
    position: absolute;
    left: 25px;
    bottom: -35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination-box span:last-child::before {
    display: none;
}

.pagination-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c80822;
}

.pagination-box span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border: 1px solid #c80822;
}

.index .screen-2 .left .bottom {
    clear: both;
    padding-top: 30px;
    overflow: hidden;
}

.index .screen-2 .left .bottom * {
    display: inline-block;
    vertical-align: middle;
}

.index .screen-2 .left .bottom .btn-b {
    border: 1px solid #999999;
    color: #999999;
}

.index .screen-2 .left .bottom .btn-b a {
    padding: 8px;
    display: block;
    font-size: 0;
    position: relative;
}

.index .screen-2 .left .bottom .btn-b a span {
    background: #999999;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 7px 2px 7px;
    font-size: 12px;
}

.index .screen-2 .left .bottom .btn-b a h6 {
    font-weight: normal;
    margin: 0;
    color: #999;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 2px;
}

.index .screen-2 .left .bottom .btn-b a::after {
    content: '';
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

.index .screen-2 .left .bottom .btn-b a span,.index .screen-2 .left .bottom .btn-b a h6 {
    position: relative;
    z-index: 3;
}

.index .screen-2 .left .bottom .btn-b a:hover::after {
    width: 100%;
}

.index .screen-2 .left .bottom .btn-b a:hover span {
    background: #000;
    color: #fff;
}

.index .screen-2 .left .bottom .btn-b a:hover h6 {
    color: #000;
}

.index .screen-2 .left .bottom .line-1 {
    width: 3px;
    height: 37px;
    background: #999;
    margin: auto auto auto 1px;
}

.index .screen-2 .left .bottom .right-1 {
    width: 50px;
    height: 37px;
    margin: 0 5px;
    background: rgba(255,255,255,.2) url("../images/right-1.png") center no-repeat;
}

.index .screen-2 .img {
    position: relative;
    overflow: hidden;
}

.index .screen-2 .img img {
    display: block;
}

.index .screen-3 {
}

.index .screen-3 .content {
    height: 100%;
    margin-top: 200px;
}

.index .screen-3 .left {
    position: absolute;
    left: 15%;
    top: 0;
    width: 700px;
    z-index: 60;
}

.index .screen-3 .left .itemlist-2 {
    position: relative;
    padding-left: 70px;
}

.index .screen-3 .left .itemlist-2::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    background: #fff;
}

.index .screen-3 .left .itemlist-2 .item {
    color: #fff;
    position: relative;
}

.index .screen-3 .left .itemlist-2 .item::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: absolute;
    left: -68px;
    top: 90px;
    background: #000;
}

.index .screen-3 .left .itemlist-2 .item:first-child {
    margin-bottom: 90px;
}

.index .screen-3 .left .itemlist-2 .item .year {
    position: relative;
}

.index .screen-3 .left .itemlist-2 .item .year i {
    font-size: 14px;
    font-style: normal;
    padding: 2px 5px;
    background: #c80822;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 3;
}

.index .screen-3 .left .itemlist-2 .item .year h2 {
    font-weight: normal;
    font-size: 100px;
    margin: 0;
    text-shadow: #6b6b6b 1px 0 0, #6b6b6b 0 1px 0, #6b6b6b -1px 0 0, #6b6b6b 0 -1px 0;
    color: #000;
    line-height: 85px;
}

.index .screen-3 .left .itemlist-2 .item .year .mark-1 {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: url("../images/mark-1.png") left bottom repeat-x;
    opacity: .7;
}

.index .screen-3 .left .itemlist-2 .item .title {
    position: relative;
    z-index: 3;
    margin-top: -10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.index .screen-3 .left .itemlist-2 .item .title .rectangular {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    opacity: .5;
}

.index .screen-3 .left .itemlist-2 .item .title .rectangular i.line-b {
    width: 89%;
}

.index .screen-3 .left .itemlist-2 .item .title h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 10px;
}

.index .screen-3 .left .itemlist-2 .item .text-a {
    color: #8d8d8d;
}

.index .screen-3 .right {
    position: absolute;
    right: 13%;
    top: 15%;
    width: 500px;
    z-index: 60;
}

.index .screen-3 .right .btn-a {
    margin-top: 50px;
}

.index .screen-3 .img {
    position: relative;
    overflow: hidden;
}

.index .screen-3 .img img {
    display: block;
}

.index .screen-4 {
}

.index .screen-4 .content {
    height: 100%;
}

.index .screen-4 .left {
    position: absolute;
    left: 15%;
    top: 30%;
    width: 500px;
    z-index: 60;
}

.index .screen-4 .left .btn-a {
    margin-top: 70px;
}

.index .screen-4 .right {
    position: absolute;
    right: 13%;
    top: 25%;
    width: 700px;
    z-index: 60;
}

.index .screen-4 .right .img {
    position: relative;
    width: 662px;
    overflow: hidden;
}

.index .screen-4 .right .img a:hover img {
    transform: scale(1.1);
    opacity: .5
}

.index .screen-4 .right .img .play {
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    z-index: 3;
}

.index .screen-4 .right .img .play i {
    display: block;
    width: 69px;
    height: 69px;
    background: url("../images/play.png") center no-repeat;
}

.index .screen-4 .right .title {
    clear: both;
    color: #fff;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.index .screen-4 .right .title .rectangular {
    opacity: .6;
    width: 70px;
}

.index .screen-4 .right .title .rectangular i.line-b {
    width: 88%;
}

.index .screen-4 .right .title h3 {
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
}

.index .screen-5 {
    text-align: center;
}

.index .screen-5 .content {
    height: 100%;
    position: relative;
    top: 100px;
}

.index .screen-5 .merchandise {
    margin: 50px auto auto auto;
    width: 970px;
    position: relative;
}

.index .screen-5 .merchandise a {
    display: block;
    border: 1px solid #333;
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.index .screen-5 .merchandise a:hover {
    border: 1px solid #c80822;
}

.index .screen-5 .merchandise a:hover h2::after {
    display: none
}

.index .screen-5 .merchandise a:hover h2::before {
    width: 100%;
}

.index .screen-5 .merchandise a h2 {
    font-weight: normal;
    margin: 0;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.index .screen-5 .merchandise a h2 strong {
    position: relative;
    z-index: 3;
}

.index .screen-5 .merchandise a h2::after,.screen-5 .merchandise a h2::before {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.index .screen-5 .merchandise a h2::after {
    width: 100%;
    background: #c80822;
}

.index .screen-5 .merchandise a h2::before {
    width: 0;
    background: #c80822;
}

.index .screen-5 .copy-bottom {
    margin-top: 200px;
}

.index .screen-5 .box-merchandise {
    width: 100%;
    height: 190px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 10px;
}

.index .screen-5 .merchandise a.b-none {
    border: none;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -170px;
}

.index .screen-5 .merchandise a.b-none:hover {
    border: none;
}

.index .screen-5 .merchandise:hover .box-merchandise {
    border: 1px solid #c80822;
}

/* game */
.game .screen .content {
    position: relative;
    width: 70%;
    height: auto;
}

.game .screen-1 {
}

.game .screen-1 .content {
    height: 100%;
    margin-top: 300px;
}

.game .screen-1 .left {
    width: 470px;
}

.game .screen-1 .left .title-a h1 {
    margin: 0 0 0 -8px;
}

.game .screen-1 .right {
    width: 734px;
    position: relative;
}

.game .screen-1 .right .top {
    position: relative;
    overflow: hidden;
}

.game .screen-1 .right .swiper-pic-2 {
    width: 100%;
}

.game .screen-1 .right .pagination-box {
    right: -80px;
    top: 140px;
}

.game .screen-1 .right .bottom {
    clear: both;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}

.game .screen-1 .right .bottom * {
    display: inline-block;
    vertical-align: middle;
}

.game .screen-1 .right .bottom .title-b {
    width: 100%;
}

.game .screen-1 .right .bottom .title-b h5 {
    display: block;
}

.game .screen-1 .right .bottom .title-b h4 {
    display: block;
}

.game .screen-1 .right .bottom .text-a {
    font-size: 18px;
    line-height: 26px;
}

.game .screen-1 .right .bottom .btn-b {
    border: 1px solid #999999;
    color: #999999;
}

.game .screen-1 .right .bottom .btn-b a {
    padding: 8px;
    display: block;
    font-size: 0;
    position: relative;
}

.game .screen-1 .right .bottom .btn-b a::after {
    content: '';
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

.game .screen-1 .right .bottom .btn-b a span,.game .screen-1 .right .bottom .btn-b a h6 {
    position: relative;
    z-index: 3;
}

.game .screen-1 .right .bottom .btn-b a span {
    background: #999999;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 7px 2px 7px;
    font-size: 12px;
}

.game .screen-1 .right .bottom .btn-b a h6 {
    font-weight: normal;
    margin: 0;
    color: #999;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 2px;
}

.game .screen-1 .right .bottom .btn-b a:hover::after {
    width: 100%;
}

.game .screen-1 .right .bottom .btn-b a:hover span {
    background: #000;
    color: #fff;
}

.game .screen-1 .right .bottom .btn-b a:hover h6 {
    color: #000;
}

.game .screen-1 .right .bottom .line-1 {
    width: 3px;
    height: 37px;
    background: #999;
    margin: auto auto auto 1px;
}

.game .screen-1 .right .bottom .right-1 {
    width: 50px;
    height: 37px;
    margin: 0 5px;
    background: rgba(255,255,255,.2) url("../images/right-1.png") center no-repeat;
}

.game .screen-1 .right .bottom .year {
    position: absolute;
    height: 80px;
    top: 20px;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.game .screen-1 .right .bottom .year i {
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mark-1.png") left bottom repeat-x;
    opacity: .7;
}

.game .screen-1 .right .bottom .year h2 {
    font-weight: normal;
    font-size: 80px;
    color: #000;
    margin: 0;
    text-shadow: #6b6b6b 1px 0 0, #6b6b6b 0 1px 0, #6b6b6b -1px 0 0, #6b6b6b 0 -1px 0;
}

.game .screen-2 {
    clear: both;
}

.game .screen-2 .content {
    margin: 200px auto;
    overflow: hidden;
    position: relative;
}

.game .screen-2 .left {
    margin-left: 5%;
}

.game .screen-2 .left .img-border {
    background: url("../images/k1.png") no-repeat;
    background-size: 100% 100%;
    padding: 4px;
}

.game .screen-2 .left .img {
    border: 1px solid #fff;
    overflow: hidden;
}

.game .screen-2 .left .img img {
    display: block;
    width: 100%;
}

.game .screen-2 .right {
    width: 470px;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 0;
}

.game .screen-2 .right .download-pic {
    color: #fff;
}

.game .screen-2 .right .download-pic h3 {
    margin: 0;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    display: block;
}

.game .screen-2 .right .download-pic h3::after {
    content: '';
    display: block;
    width: 140px;
    height: 3px;
    background: #c80822;
    margin-top: 10px;
}

.game .screen-2 .right .download-pic .list {
    overflow: hidden;
    padding-top: 20px;
}

.game .screen-2 .right .download-pic .list a {
    display: block;
    float: left;
    width: 140px;
    text-align: center;
    margin: 0 10px 10px 0;
    color: #666;
    font-size: 14px;
    border: 1px solid #666;
    padding: 13px 0;
}

.game .screen-2 .right .download-pic .list a:hover {
    background: #c80822;
    color: #fff;
    border: 1px solid #c80822;
}

.game .screen-3 {
    clear: both;
}

.game .screen-3 .content {
    margin: 100px auto;
    overflow: hidden;
    position: relative;
}

.game .screen-3 .left {
    width: 320px;
    height: 100%;
    position: absolute;
    left: 10%;
}

.game .screen-3 .left .video-text {
    color: #fff;
}

.game .screen-3 .left .video-text h3 {
    margin: 0;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    display: block;
}

.game .screen-3 .left .video-text h3::after {
    content: '';
    display: block;
    width: 140px;
    height: 3px;
    background: #c80822;
    margin-top: 10px;
}

.game .screen-3 .left .video-text .text {
    font-size: 20px;
    line-height: 29px;
    color: #747474;
    padding: 10px 0;
    overflow: hidden;
}

.game .screen-3 .right {
    margin-right: 7%;
}

.game .screen-3 .right .img-border {
    background: url("../images/k1.png") no-repeat;
    background-size: 100% 100%;
    padding: 4px;
}

.game .screen-3 .right .img {
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}

.game .screen-3 .right .img .play {
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    z-index: 12;
}

.game .screen-3 .right .img .play i {
    display: block;
    width: 69px;
    height: 69px;
    background: url("../images/play.png") center no-repeat;
}

.game .screen-3 .right .img img {
    display: block;
    width: 100%;
}

.game .screen-3 .right a:hover img.img-center {
    transform: scale(1.1);
}

/* studio */
.studio .screen .content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 30;
}

.studio .screen-1 .content {
    height: 100%;
    margin-top: 300px;
}

.studio .screen-2 .content {
    height: 100%;
    margin-top: 300px;
}

.studio .screen-2 .right {
    width: 840px;
    height: 100%;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 60;
    padding-left: 209px;
}

.studio-year {
    position: relative;
}

/* .studio-year::before {content: '';display: block;width: 16px;height:16px;border: 2px solid #808080;background: #000;position: absolute;left:0px;top:50%;border-radius: 100%;margin-top: -10px;} */
.studio-year .item {
    color: #fff;
    position: relative;
    opacity: .4;
    width: 60%;
}

.studio-year .item .year {
    position: relative;
    width: 40%;
}

.studio-year .item .year i {
    font-size: 14px;
    font-style: normal;
    padding: 2px 5px;
    background: #c80822;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 3;
}

.studio-year .item .year h2 {
    font-weight: normal;
    font-size: 100px;
    margin: 0;
    text-shadow: #6b6b6b 1px 0 0, #6b6b6b 0 1px 0, #6b6b6b -1px 0 0, #6b6b6b 0 -1px 0;
    color: #000;
    line-height: 85px;
}

.studio-year .item .year .mark-1 {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mark-1.png") left bottom repeat-x;
    opacity: .7;
}

.studio-year .item .title {
    position: relative;
    z-index: 3;
    margin-top: -10px;
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.studio-year .item .title .rectangular {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    opacity: .5;
}

.studio-year .item .title .rectangular i.line-b {
    width: 89%;
}

.studio-year .item .title h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 10px;
    width: 70%;
}

.studio-year .item .text-a {
    color: #8d8d8d;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    opacity: 0;
}

.pagination-left {
    position: absolute;
    width: 162px;
    height: 100%;
    left: 0;
    top: -400px;
}

.swiper-year.swiper-container {
    overflow: visible;
}

.swiper-year .swiper-slide-active .studio-year {
    margin-left: 20px;
}

.swiper-year .swiper-slide-prev .studio-year {
    margin-left: -15px;
}

.swiper-year .swiper-slide-next .studio-year {
    margin-left: 15px;
}

/* team */
.team .screen .content {
    position: relative;
    width: 70%;
    height: auto;
}

.team .screen-1 .content {
    height: 100%;
    margin-top: 300px;
}

.team .screen-1 .left {
    width: 470px;
}

.team .screen-1 .right {
    ;width: 840px;
}

.team .screen-1 .right .team-list {
    position: relative;
    overflow: hidden;
    margin-bottom: 160px;
}

.team .screen-1 .right .team-list .img-l {
    position: relative;
    float: left;
    width: 340px;
}

.team .screen-1 .right .team-list .img-l h3 {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 43;
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team .screen-1 .right .team-list .img-l h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.team .screen-1 .right .team-list .img-l .img {
    position: relative;
    margin-left: 90px;
    text-align: center;
    font-size: 0;
}

.team .screen-1 .right .team-list .img-l .img img {
    display: inline-block;
}

.team .screen-1 .right .team-list .text-r {
    color: #fff;
    float: left;
    padding: 30px 0 0 50px;
    width: 440px;
}

.team .screen-1 .right .team-list .text-r h2 {
    position: relative;
    font-size: 50px;
    display: block;
    margin: 0;
    font-weight: normal;
    border-bottom: 3px solid #fff;
    padding: 20px 0;
}

.team .screen-1 .right .team-list .text-r h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 4px;
}

.team .screen-1 .right .team-list .text-r h2 strong {
}

.team .screen-1 .right .team-list .text-r h2 i {
    display: block;
    padding: 2px 5px;
    background: #c80822;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 30px;
    font-style: normal;
}

.team .screen-1 .right .team-list .text-r .text {
    padding: 20px 0;
    overflow: hidden;
}

.team .screen-1 .right .team-list .text-r .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team .screen-1 .right .team-list .text-r .text ul li {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    line-height: 32px;
    font-size: 18px;
    color: #727272;
    position: relative;
}

.team .screen-1 .right .team-list .text-r .text ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .3;
}

.team .screen-1 .right .team-list .text-r .social {
}

.team .screen-1 .right .team-list .text-r .social a {
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin: 0 20px 0 10px;
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .3;
}

.team .screen-1 .right .team-list .text-r .social a i {
    width: 21px;
    height: 21px;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.team .screen-1 .right .team-list .text-r .social a.s1 i {
    background: url("../images/f4.png") center no-repeat;
}

.team .screen-1 .right .team-list .text-r .social a.s2 i {
    background: url("../images/f2.png") center no-repeat;
}

.team .screen-1 .right .team-list .text-r .social a.s3 i {
    background: url("../images/f3.png") center no-repeat;
}

.team .screen-1 .right .team-list .text-r .social a:hover {
    opacity: 1;
}

.team .screen-2 .content {
    height: 100%;
    margin: 100px auto 140px auto;
    overflow: hidden;
}

.team .screen-2 .join-us {
    width: 1257px;
    margin: auto;
}

.team .screen-2 .join-us .item {
    position: relative;
}

.team .screen-2 .join-us .item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #fff;
    text-align: center;
}

.team .screen-2 .join-us .item .text * {
    margin: 0;
    font-weight: normal;
}

.team .screen-2 .join-us .item .text h3 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: relative;
    display: inline-block;
}

.team .screen-2 .join-us .item .text h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
}

.team .screen-2 .join-us .item .text h4 {
    font-size: 18px;
    color: #bababa;
    text-align: center;
}

.team .screen-2 .join-us .item .text h5 {
    font-size: 18px;
}

.team .screen-2 .join-us .item.it4 .text h4,.team .screen-2 .join-us .item.it8 .text h4 {
    text-align: left;
    padding-left: 25%;
}

.team .screen-2 .join-us .item.it5 .text h4 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
}

.team .screen-2 .join-us .item .img {
    position: relative;
}

.team .screen-2 .join-us .item.it4 .img {
    background: #121212;
}

.team .screen-2 .join-us .item.it5 .img {
    background: #363636;
}

.team .screen-2 .join-us .item.it6 .img {
    background: #717171;
}

.team .screen-2 .join-us .item.it8 .img {
    background: #c80822;
}

.team .screen-2 .join-us .item .img img {
    display: block;
    width: 100%;
    height: auto;
}

.team .screen-2 .left {
    width: 747px;
}

.team .screen-2 .right {
    width: 510px;
}

.team .screen-2 .right .item {
    float: left;
    width: 33.3333%
}

/* trends */
.trends .screen .content {
    position: relative;
    width: 70%;
    height: auto;
}

.trends .screen-1 .content {
    height: 100%;
    margin-top: 300px;
}

.trends .screen-1 .left {
    width: 470px;
}

.trends .screen-1 .right {
    ;width: 840px;
}

.trends .screen-1 .right .trends-list {
    position: relative;
    width: 665px;
    margin-bottom: 80px;
    overflow: hidden;
}

.trends .screen-1 .right .trends-list .img {
    position: relative;
}

.trends .screen-1 .right .trends-list .img img {
}

.trends .screen-1 .right .trends-list .title {
    clear: both;
    color: #fff;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.trends .screen-1 .right .trends-list .title .rectangular {
    opacity: .6;
    width: 70px;
}

.trends .screen-1 .right .trends-list .title .rectangular i.line-b {
    width: 88%;
}

.trends .screen-1 .right .trends-list .title h3 {
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0;
}

.turn-page {
    text-align: right;
    padding: 10px 0;
    margin: 10px 0;
    float: left;
    width: 665px;
    position: relative;
}

.turn-page::before {
    content: '';
    display: block;
    width: 65%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    opacity: .2;
}

.turn-page a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #555555;
    margin-left: 30px;
}

.turn-page a::after {
    content: '';
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #fff;
    margin: -12px 0 0 -12px;
    opacity: .5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.turn-page a.on,.turn-page a:hover {
    color: #fff;
}

.turn-page a.on::after {
    display: block;
}

.turn-page a.prev::after,.turn-page a.next::after {
    display: none;
}

.trends-detail {
    color: #fff;
}

.trends-detail .title {
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
}

.trends-detail .title h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.trends-detail .title h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-top: 5px;
}

.trends-detail .title h5 span {
    margin-right: 40px;
    color: #777676;
}

.detail-text {
    padding: 20px 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    color: #777676;
    border-bottom: solid 1px #fff;
}

.turn-detail {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.turn-detail a {
    display: block;
    width: 40%;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    opacity: .5;
}

.turn-detail a.prev {
    float: left;
    padding-left: 20px;
    background: url("../images/ll.png") left center no-repeat;
}

.turn-detail a.next {
    float: right;
    padding-right: 20px;
    background: url("../images/rr.png") right center no-repeat;
    text-align: right;
}

.turn-detail .return {
    width: 100px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -50px;
}

.turn-detail a:hover {
    opacity: 1;
}

/* merchandise */
.merchandise .screen .content {
    position: relative;
    width: 70%;
    height: auto;
}

.merchandise-nav {
    margin-top: 20px;
    padding-left: 16%;
    overflow: hidden;
}

.merchandise-nav li {
    padding: 3px 0;
    list-style: none;
    margin: 0;
    position: relative;
}

.merchandise-nav li a {
    font-size: 0px;
    color: #848484;
    position: relative;
    display: block;
    padding: 8px 0;
}

.merchandise-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.merchandise-nav li a strong {
    position: relative;
    font-size: 20px;
    padding-left: 20px;
    display: block;
}

.merchandise-nav li a strong::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #848484;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -1.5px;
}

.merchandise-nav li a strong::after {
    content: '';
    display: none;
    width: 7px;
    height: 7px;
    border: 1px solid #848484;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.merchandise-nav li a i {
    background: url("../images/jt.png") no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    display: none;
    opacity: 0;
}

.merchandise-nav li.cur a::after {
    width: 100%;
}

.merchandise-nav li.cur a strong::after {
    display: block;
}

.merchandise-nav li.cur a strong {
    color: #c80822;
}

.merchandise-nav li.cur a i {
    display: block;
    opacity: 1;
    right: 2%;
}

.merchandise-nav li a:hover strong {
    color: #fff;
}

.merchandise-nav li.cur:hover strong {
    color: #c80822;
}

.merchandise .screen-1 .content {
    height: 100%;
    margin-top: 200px;
    margin-bottom: 0px;
    overflow: hidden;
}

.merchandise .screen-1 .left {
    width: 210px;
}

.merchandise .screen-1 .left .title-a h1 {
    font-size: 48px;
}

.merchandise .screen-1 .right {
    width: 1070px;
    margin-top: 5px;
}

.merchandise .screen-1 .right .turn-page {
    width: 100%;
}

.merchandise .screen-1 .right .turn-page::before {
    width: 77%;
    opacity: .2;
}

.merchandise-list {
    overflow: hidden;
    clear: both;
    padding: 30px 0 0 0;
}

.merchandise-list .item {
    float: left;
    width: 31.3%;
    margin: 0 3% 5% 0;
}

.merchandise-list .item.mr0 {
    margin: 0 0 5% 0;
}

.merchandise-list .item a {
    text-align: center;
    display: block;
    color: #747474;
}

.merchandise-list .item .img {
    position: relative;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.merchandise-list .item.none .img {
    background: #333333;
}

.merchandise-list .item .img .mark-top {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 40;
}

.merchandise-list .item .img .mark-top i {
    position: relative;
    display: block;
    height: 40px;
    background: url("../images/gt.png") center no-repeat;
    text-align: center;
    margin: 20px auto;
}

.merchandise-list .item .img .mark-top i::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border: 1px solid #fff;
    transform: rotate(45deg);
}

.merchandise-list .item .img .mark-top span {
    font-size: 16px;
    color: #fff;
}

.merchandise-list .item .img img {
    display: inline-block;
}

.merchandise-list .item .model {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.merchandise-list .item .model::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    left: 0;
    top: 50%;
}

.merchandise-list .item .model h5 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    position: relative;
    z-index: 3;
    background: #000;
    padding: 0 20px;
}

.merchandise-list .item .model h5::before,.merchandise-list .item .model h5::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    transform: rotate(100deg);
}

.merchandise-list .item .model h5::before {
    left: -43px;
    top: 0;
}

.merchandise-list .item .model h5::after {
    right: -45px;
    top: 0;
}

.merchandise-list .item h3 {
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}

.merchandise-list .item .btn {
    display: block;
    width: 130px;
    padding: 7px 0;
    border: 1px solid #999;
    text-align: center;
    margin: 20px auto;
    opacity: .5;
}

.merchandise-list .item .btn i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/m1.png");
    width: 21px;
    height: 21px;
}

.merchandise-list .item .btn.b2 i {
    background: url("../images/m2.png") center no-repeat ;
}

.merchandise-list .item .btn.b3 i {
    background: url("../images/m3.png") center no-repeat ;
}

.merchandise-list .item .btn span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.merchandise-list .item.none {
    display: block;
}

.merchandise-list .item.none .img img {
    opacity: .2;
}

.merchandise-list .item a:hover .btn.b2 {
    background: #c80822;
    border: 1px solid #c80822;
    opacity: 1;
}

.merchandise-list .item a:hover .btn.b2 i {
    background: url("../images/m2.png") center no-repeat ;
}

.merchandise-list .item a:hover .btn.b3 {
    background: #c80822;
    border: 1px solid #c80822;
    opacity: 1;
}

.merchandise-list .item a:hover .btn.b3 i {
    background: url("../images/m3.png") center no-repeat ;
}

.merchandise-list .item a:hover .btn span {
    color: #fff;
}

.merchandise-list .item a:hover .img img {
    transform: scale(1.1);
}

.merchandise-list .item a:hover .btn {
    background: #c80822;
    border: 1px solid #c80822;
    opacity: 1;
}

.detail-top {
    border-bottom: 1px solid #272727;
    padding-bottom: 10px;
    color: #fff;
}

.detail-top .return {
    float: left;
    width: 25%;
    text-align: left;
}

.detail-top .return a {
    font-size: 16px;
    padding-left: 13px;
    background: url("../images/r1.png") left center no-repeat;
    color: #fff;
}

.detail-top .path {
    float: right;
    width: 70%;
    color: #4e4e4e;
    text-align: right;
    text-transform: capitalize;
}

.detail-top .path a {
    color: #4e4e4e;
}

.detail-top .path a:hover {
    color: #fff;
}

.merchandise-detail {
}

.merchandise-detail .detail-center {
    padding-top: 40px;
    overflow: hidden;
    clear: both;
}

.merchandise-detail .detail-center .detail-pic {
    width: 454px;
    float: left;
}

.merchandise-detail .detail-center .pic-small {
    position: relative;
    margin: 20px auto auto;
}

.merchandise-detail .detail-center .detail-swiper-small {
    width: 80%;
    margin: auto;
    position: relative;
}

.merchandise-detail .detail-center .detail-swiper-small .img {
    background: #1a1a1a;
    width: calc(100% - 2px);
    border: 1px solid #333;
}

.merchandise-detail .detail-center .detail-swiper-small .img:hover img {
    cursor: pointer;
    opacity: 1;
}

.merchandise-detail .detail-center .detail-swiper-small .img img {
    opacity: .4;
}

.merchandise-detail .detail-center .detail-swiper-small .swiper-slide-thumb-active .img {
    border: 1px solid #fff;
}

.merchandise-detail .detail-center .detail-swiper-small .swiper-slide-thumb-active .img img {
    opacity: 1;
}

.merchandise-detail .detail-center .detail-swiper-small .img img.img-block {
    opacity: 1;
}

.merchandise-detail .detail-center .pic-small .swiper-button-next {
    background: url("../images/r2.png") center no-repeat;
    right: 0px;
}

.merchandise-detail .detail-center .pic-small .swiper-button-prev {
    background: url("../images/l2.png") center no-repeat;
    left: 0px;
}

.merchandise-detail .detail-center .detail-right {
    color: #fff;
    padding-left: 70px;
    padding-top: 20px;
    overflow: hidden;
}

.merchandise-detail .detail-center .detail-right * {
    font-weight: normal;
    margin: 0;
}

.merchandise-detail .detail-center .detail-right .title {
    position: relative;
    padding-bottom: 20px;
}

.merchandise-detail .detail-center .detail-right .title::after {
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #c80822;
    position: absolute;
    left: 0;
    bottom: 0;
}

.merchandise-detail .detail-center .detail-right .title h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #5d5d5d;
}

.merchandise-detail .detail-center .detail-right .title h2 {
    font-size: 30px;
}

.merchandise-detail .detail-center .detail-right .text {
    padding: 20px 0;
    border-top: 1px solid #262626;
    overflow: hidden;
    color: #787878;
    font-size: 16px;
    line-height: 26px;
}

.merchandise-detail .detail-center .detail-right .text h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}

.merchandise-detail .detail-center .detail-right .text h6 {
    font-size: 16px;
}

.merchandise-detail .detail-center .detail-right .item {
    overflow: hidden;
}

.merchandise-detail .detail-center .detail-right .item li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 30%;
}

.merchandise-detail .detail-center .detail-right .item li h6 {
    padding: 5px 0;
    color: #989898;
    font-size: 16px;
}

.merchandise-detail .detail-center .detail-right .btn {
    clear: both;
    margin-top: 40px;
}

.merchandise-detail .detail-center .detail-right .btn a {
    background: #c80822;
    display: block;
    width: 180px;
    padding: 15px 0;
    text-align: center;
}

.merchandise-detail .detail-center .detail-right .btn i {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/m2.png");
    width: 21px;
    height: 21px;
}

.merchandise-detail .detail-center .detail-right .btn h4 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.merchandise-detail .info-title {
    clear: both;
    overflow: hidden;
    margin: 40px 0 0 0;
    position: relative;
}

.merchandise-detail .info-title h4 {
    background: #0d0d0d;
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: 15px;
}

.merchandise-detail .info-title h4 i {
    background: url("../images/lf1.png");
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.merchandise-detail .info-title h4 strong {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    color: #fff;
}

.merchandise-detail .info-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    z-index: 1;
    background: #262626;
}

.merchandise-detail .detail-info {
    color: #909090;
}

.merchandise-detail .detail-info .text {
    padding: 1% 5%;
    overflow: hidden;
    font-size: 18px;
    line-height: 26px;
}

.merchandise-detail .detail-other .text {
}

.merchandise-detail .detail-other .other-pic {
    position: relative;
}

.merchandise-detail .detail-other .other-swiper-pic {
    width: 90%;
    margin: auto;
}

.merchandise-detail .detail-other .other-swiper-pic a {
    display: block;
    position: relative;
}

.merchandise-detail .detail-other .other-swiper-pic a .img {
    position: relative;
}

.merchandise-detail .detail-other .other-swiper-pic a .img i {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    background: rgba(200,8,34,.7) url('../images/k3.png') center no-repeat;
}

.merchandise-detail .detail-other .other-swiper-pic a .img img {
    display: block;
}

.merchandise-detail .detail-other .other-swiper-pic a:hover i {
    opacity: 1;
}

.merchandise-detail .detail-other .other-pic .swiper-button-next,.merchandise-detail .detail-other .other-pic .swiper-button-prev {
    outline: none;
}

.merchandise-detail .detail-other .other-pic .swiper-button-next {
    background: url("../images/r2.png") center no-repeat;
    right: 0px;
}

.merchandise-detail .detail-other .other-pic .swiper-button-prev {
    background: url("../images/l2.png") center no-repeat;
    left: 0px;
}

/* contact */
.contact {
    height: 100%;
}

.contact .screen .content {
    position: relative;
    width: 100%;
}

.contact .screen-1 {
    height: 100%;
}

.contact .screen-1 .content {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.contact .screen-1 .left {
    position: absolute;
    bottom: 13%;
    left: 15%;
    z-index: 3;
}

.contact .screen-1 .left .title-a h1 {
    margin: 0 0 0 -8px;
}

.contact-left {
    /*background: url("../images/k2.png") center no-repeat;*/
    background-size: 100% 100%;
    padding: 4px;
    overflow: hidden;
    margin-top: 40px;
}

.contact-left .contact-box {
    width: 630px;
    border: 1px solid #333333;
    position: relative;
    overflow: hidden;
}

.contact-left .item {
    width: 34%;
    padding: 4% 8%;
    float: left;
    position: relative;
}

.contact-left .item.ic1 {
    width: 84%;
    padding: 6% 8%;
    border-bottom: 1px solid #333;
}

.contact-left .item .title {
    color: #fff;
    position: relative;
}

.contact-left .item .title * {
    font-weight: normal;
    margin: 0;
}

.contact-left .item .title h2 {
    font-size: 30px;
}

.contact-left .item .title h4 {
    font-size: 20px;
    color: #636363;
    padding-top: 7px;
}

.contact-left .item .title h5 {
    font-size: 16px;
    color: #636363;
    text-transform: uppercase;
}

.contact-left .item .title i {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-left .item .icon {
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -20px;
}

.contact-left .item .icon a {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 10px;
    opacity: .5;
    position: relative;
}

.contact-left .item .icon a.c1 {
    background: url("../images/c04.png") center no-repeat;
}

.contact-left .item .icon a.c2 {
    background: url("../images/c03.png") center no-repeat;
}

.contact-left .item .icon a.c3 {
    background: url("../images/c02.png") center no-repeat;
}

.contact-left .item .icon a.c4 {
    background: url("../images/c01.png") center no-repeat;
}

.contact-left .item .icon a:hover {
    opacity: 1;
}

.contact-left .item.ic2::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
}

.contact-left .item.ic3 {
}

.contact-left .item .text {
    font-size: 20px;
    color: #fff;
    padding: 10px 0 5px 0;
}

.index .screen-3 .left .itemlist-2 .item .title h3,.index .screen-3 .left .itemlist-2 .item .year h2,.index .screen-4 .right .title h3,.nav-txt h6,.nav-txt h3,.nav-txt h6 span,.game .screen-1 .right .bottom .year h2,.game .screen-2 .right .download-pic h3,.studio-year .item .year h2,.studio-year .item .title h3,.trends .screen-1 .right .trends-list .title h3,.contact-left .item .title h2,.trends-detail .title h2 {
    font-family: 'Conv_AGENCYB',Helvetica Neue,Arial;
}

.rectangular i.line-br {
    display: none;
}

.rectangular i.line-b {
    width: 100%;
}

.rectangular i.line-r {
    height: 100%;
}

.index .screen-3 .left .itemlist-2 .item .title .rectangular i.line-b,.index .screen-4 .right .title .rectangular i.line-b,.studio-year .item .title .rectangular i.line-b,.trends .screen-1 .right .trends-list .title .rectangular i.line-b {
    width: 100%;
}

/* new-20211210 */
.index .screen-1 .left .text-logo img {
    width: 100%;
    display: block;
}

.lyd-nav {
    /* position: fixed; */
    /* right: 10%; */
    /* top: 5%; */
    /* z-index: 41; */
}

.lyd-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 50;
    margin-right: 40px;
}

.lyd-nav a.m1 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    height: 100%;
}

.lyd-nav a.m1.cur {
    font-size: 18px;
    color: #c80822;
    font-weight: bold;
}

.lyd-nav a.m1.cur::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #c80822;
}

.lyd-nav li .shownav {
    position: absolute;
    min-width: 120px;
    top: -10px;
    left: 50%;
    z-index: 40;
    display: block;
    padding-top: 40px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%);
    width: auto;
    width: 100%;
    height: 0px;
    transition: all .4s ease;
}

.lyd-nav li .shownav.cur {
    top: 0px;
    opacity: 1;
    z-index: -1;
    height: auto;
}

.lyd-nav li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    background: rgba(200,8,34,.5);
    position: relative;
    transform: none;
}

.lyd-nav li ul::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(200,8,34,.5);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -10px;
}

.lyd-nav li .shownav.cur ul::before {
    top: -10px;
}

.lyd-nav li ul li {
    display: block;
    margin-right: 0px;
}

.lyd-nav li ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    display: block;
    background: url('../images/li.png') -50% center no-repeat;
}

.lyd-nav li ul li a:hover {
    color: #c80822;
    background: url('../images/li.png') 10% center no-repeat #fff;
    padding: 10px 10px 10px 30px ;
}

.lyd-right-icon {
    position: fixed;
    right: 5%;
    top: 50%;
    transform: translateY(-40%);
    z-index: 50;
}

.lyd-right-icon .rnav {
    overflow: hidden;
}

.lyd-right-icon .rshownav {
    display: block;
}

.lyd-right-icon a.showewm {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-bottom: 5px;
    clear: both;
    float: right;
    position: relative;
    transition: all .4s ease;
    overflow: hidden;
}

.lyd-right-icon a.showewm i {
    display: block;
    ;width: 40px;
    height: 40px;
    position: relative;
    float: right;
    transition: all .4s ease;
}

.lyd-right-icon a.showewm::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/kuang.png') right center no-repeat;
    transition: all .4s ease;
    opacity: .2;
}

.lyd-right-icon a.showewm::before {
    content: '';
    width: 163px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/kk.png') right center no-repeat;
    transition: all .4s ease;
    opacity: .2;
}

.lyd-right-icon a.showewm i img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s ease;
    opacity: .6;
}

.lyd-right-icon a.showewm span {
    display: block;
    width: 110px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease;
}

.lyd-right-icon a.showewm:hover {
    overflow: visible;
}

.lyd-right-icon a.showewm:hover span,.lyd-right-icon a.showewm:hover img,.lyd-right-icon a.showewm:hover::after {
    opacity: 1;
}

.lyd-right-icon a.showewm {
    position: relative;
}

.lyd-right-icon a.showewm em {
    padding: 1%;
    background: url('../images/kkk.png') center no-repeat;
    transition: all .4s ease;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    transform: translateY(-50%);
    background-size: 100% 100%;
    opacity: 0;
}

.lyd-right-icon a.showewm em img {
    margin: 7%;
    width: 86%;
    height: auto;
    display: block;
    box-sizing: border-box;
}

.lyd-right-icon a.showewm:hover em {
    display: block;
    right: 50px;
    opacity: 1;
}

.lyd-right-icon li {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-bottom: 5px;
    clear: both;
    float: right;
    position: relative;
    transition: all .4s ease;
    overflow: hidden;
}

.lyd-right-icon li:hover i::after {
    opacity: 1;
}

.lyd-right-icon li i {
    display: block;
    ;width: 40px;
    height: 40px;
    position: relative;
    float: right;
    cursor: pointer;
    transition: all .4s ease;
}

.lyd-right-icon li i::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/kuang.png') right center no-repeat;
    transition: all .4s ease;
    opacity: .2;
}

.lyd-right-icon li i img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s ease;
    opacity: .6;
}

.lyd-right-icon li .eamlshow {
    position: absolute;
    right: 0px;
    top: 0;
    width: 290px;
    height: 85px;
    background: url('../images/kuang2.png') left center no-repeat;
    padding: 10px 20px;
    transition: all .4s ease;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.lyd-right-icon li .eamlshow a {
    display: block;
    font-size: 18px;
    color: #b2b2b2;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-weight: bold;
}

.lyd-right-icon li .eamlshow a:last-child {
    border: none;
}

.lyd-right-icon li .eamlshow span {
    color: #fff;
    font-weight: normal;
}

.lyd-right-icon li .eamlshow em {
    width: 24px;
    height: 24px;
    background: url('../images/copy.png') center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lyd-right-icon li:hover {
    overflow: visible;
}

.lyd-right-icon li:hover .eamlshow {
    right: 40px;
    opacity: 1;
    z-index: 111;
}

.studio {
    width: 100%;
    height: 100%;
    position: relative;
}

.lyd-screen-swiper {
    width: 100%;
    height: 100%;
}

.lyd-screen-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.lyd-screen-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.lyd-screen-content {
    width: 100%;
    height: 100%;
}

.lyd-screen-content .img {
    width: 100%;
    height: 100%;
}

.lyd-screen-content .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.lyd-screen-swiper .lyd-index-pagination {
    position: absolute;
    width: 30px;
    right: 5%!important;
    bottom: 5%;
    top: auto!important;
    z-index: 11;
}

.lyd-screen-swiper .lyd-index-pagination span {
    display: inline-block!important;
    vertical-align: middle;
    background: #fff;
    width: 7px;
    height: 7px;
    position: relative;
    border-radius: 0;
    margin: 12px 7px!important;
    transform: rotate(45deg);
}

.lyd-screen-swiper .lyd-index-pagination span::after {
    content: '';
    border: 1px solid #c80822;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    opacity: 0;
}

.lyd-screen-swiper .lyd-index-pagination span.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.rolling {
    text-align: center;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all .4s ease;
    opacity: .5;
}

.rolling.cur {
    opacity: 0;
    transform: translate(-50%,200px);
}

.rolling i {
    display: block;
    width: 18px;
    height: 29px;
    border-radius: 20px;
    border: 2px solid #fff;
    margin: auto;
    overflow: hidden;
}

.rolling i::before,.rolling i::after {
    content: '';
    width: 2px;
    height: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    background: #fff;
}

.rolling span {
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 3px;
}

.rolling i::before {
    transition: all .4s ease;
    animation: turnrotate1 1000ms infinite ease-out;
}

.rolling i::after {
    transition: all .4s ease;
    animation: turnrotate1 1000ms 1000ms infinite ease-out;
}

@keyframes turnrotate1 {
    0% {
        top: 15%;
        height: 5px;
    }

    100% {
        top: 15%;
        height: 16px;
        opacity: 0;
    }
}

.lyd-logo {
    width: 420px;
    height: 458px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}

.lyd-logo-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.lyd-logo-content div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease;
}

.lyd-logo-content div.cur img {
    opacity: 1;
    animation: shansuo1 200ms 1 forwards;
}

.lyd-logo-content div img {
    max-width: 100%;
    max-height: 100%;
    opacity: .4;
}

.lyd-logo .top-0 {
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
}

.lyd-logo .top-0 img {
    opacity: 0;
}

.lyd-logo .hong-1 {
    width: 94%;
    top: 2.8%;
    z-index: 3;
}

.lyd-logo .hei-2 {
    width: 96%;
    top: 2%;
    z-index: 2;
}

.lyd-logo .hei-2 img {
    opacity: 0;
}

.lyd-logo .shou-3 {
    z-index: 4;
    top: 19%;
    transform: translateX(-64.22%);
}

.lyd-logo .dao-4 {
    z-index: 25;
    top: 5%;
    transform: translateX(-70%);
    cursor: pointer;
}

.lyd-logo .biankuang-5 {
    left: 0;
    transform: none;
    z-index: 1;
}

.num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #fff;
    z-index: 20;
    cursor: pointer;
}

.num span {
    position: relative;
    z-index: 5;
}

.num.cur::after {
    opacity: 1;
    background: #1a1a1a;
    border: 1px solid #c80822;
}

.num::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-49%,-55%) rotate(45deg);
    border: 1px solid #fff;
    opacity: .5;
    z-index: 1;
}

.num.num1 {
    left: 50%;
    top: 15%;
}

.num.num2 {
    left: 60%;
    top: 75%;
}

.num.num3 {
    left: 81%;
    top: 82%;
}

.num.num4 {
    left: 15%;
    top: 54%;
}

@keyframes shansuo1 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.lyd-screen-text {
    position: absolute;
    width: 70%;
    height: 50%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.lyd-screen-text-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.lyd-screen-text-item {
    position: absolute;
    z-index: 5;
    color: #fff;
    text-transform: uppercase;
    width: 30%;
    opacity: 0;
    transition: all .4s ease;
    cursor: pointer;
}

.lyd-screen-text-item .text-1 {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.lyd-screen-text-item .title-2 {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.lyd-screen-text-item .title-2 strong {
    font-weight: normal;
    font-size: 30px;
}

.lyd-screen-text-item .title-2 i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    background: #c80822;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    text-align: center;
    line-height: 20px;
    position: absolute;
}

.lyd-screen-text-item .text-3 {
    padding-top: 20px;
    font-size: 20px;
    text-transform: capitalize;
    opacity: .6;
    line-height: 28px;
}

.lyd-screen-text-item.sti1 {
    right: 0;
    top: 0;
}

.lyd-screen-text-item.sti2 {
    right: 0;
    bottom: 0;
}

.lyd-screen-text-item.sti3 {
    left: 0;
    top: 0;
    text-align: right;
}

.lyd-screen-text-item.sti4 {
    left: 0;
    bottom: 0;
    text-align: right;
}

.lyd-screen-text-item.sti3 .title-2 i,.lyd-screen-text-item.sti4 .title-2 i {
    right: auto;
    left: 0;
}

.lyd-screen-text-item.cur {
    opacity: 1;
}

.lyd-screen-text-item.ani {
    animation: shansuo1 200ms 1 forwards;
}

.lyd-screen-history {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.lyd-screen-history-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.lyd-screen-history-content-left {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

.lyd-screen-history-content-left-line {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100px;
    top: 0;
    z-index: 5;
    background: url('../images/line.png') center no-repeat;
    background-size: auto 100%;
}

.lyd-screen-history-content-left-swiper {
    width: 100%;
    height: 100%;
}

.lyd-screen-history-content-left-swiper .swiper-slide img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.lyd-screen-history-content-left-swiper .swiper-slide-active img {
    opacity: 1;
}

.lyd-screen-history-content-left-swiper .swiper-slide {
    opacity: 0;
}

.lyd-screen-history-content-left-swiper .swiper-slide-active {
    opacity: 1;
}

.lyd-screen-history-right {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 30;
    right: 10px;
    top: 0;
    z-index: 11;
}

.lyd-screen-history-content-right-line {
    width: 21px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: url('../images/line2.png') right center no-repeat;
    background-size: 100% 100%;
}

.lyd-screen-history-content-right {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0%;
    top: 0;
}

.lyd-screen-history-content-right-swiper {
    width: 100%;
    height: 100%;
}

.lyd-screen-history-content-right-swiper .swiper-slide {
    overflow: hidden;
    height: 100%;
    transition: all .4s ease;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year {
    overflow: hidden;
    position: relative;
    width: 80%;
    height: 100%;
    transition: all .4s ease;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year * {
    transition: all .4s ease;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .item {
    overflow: hidden;
    width: 70%;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
    opacity: 0;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .item .title {
    padding-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(0,0,0,0);
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .history img {
    display: block;
    width: 100%;
    height: auto;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .item .text-a {
    display: none;
    opacity: 0;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .historybg {
    width: 100%;
    height: 100%;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .historybg img {
    width: 100%;
    display: block;
    height: 100%;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .point {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
    opacity: 0;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .point i {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #000;
}

.lyd-screen-history-content-right-swiper .swiper-slide .studio-year .point i::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #c80822;
    display: none;
}

.lyd-screen-history-content-right-swiper .swiper-slide.swiper-slide-prev .studio-year {
}

.lyd-screen-history-content-right-swiper .swiper-slide.swiper-slide-next .studio-year {
}

.history-button-next, .history-button-prev {
    outline: none;
}

.lyd-screen-history-content-right-swiper .swiper-slide.swiper-slide-prev .studio-year .item {
    opacity: .5;
}

.lyd-screen-history-content-right-swiper .swiper-slide.swiper-slide-next .studio-year .item {
    opacity: .5;
}

.lyd-screen-history-content-right-swiper .swiper-slide.swiper-slide-prev .studio-year .point {
    opacity: 1;
}

.lyd-screen-history-content-right-swiper .swiper-slide.swiper-slide-next .studio-year .point {
    opacity: 1;
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year {
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year .item {
    opacity: 1;
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year .item .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year .item .text-a {
    display: block;
    opacity: 1;
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year .item .title h3 {
    font-size: 30px;
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year .point {
    opacity: 1;
}

.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year .point i::after {
    display: block;
}

.studio-year *,.studio-year {
    transition: all .4s ease;
}

/* .lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year::after {display: block;left: 39px;} */
.lyd-screen-history-content-right-swiper .swiper-slide-active .studio-year::before {
    left: 32px;
}

.studio-year::before {
    transition: all .4s ease;
}

.studio-year::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #c80822;
    left: 7px;
    top: 50%;
    position: absolute;
    margin-top: -3px;
    display: none;
    transition: all .4s ease;
}

.history-button-next,.history-button-prev {
    position: absolute;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: 20;
    cursor: pointer;
}

.history-button-next {
    bottom: 0;
}

.history-button-prev {
    top: 0;
}

.lyd-screen-team {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 50%;
    z-index: 1;
    transform: translateY(-45%);
    overflow: hidden;
}

.lyd-screen-team-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lyd-screen-team-content-left {
    width: 25%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.lyd-screen-team-content-left .title-1 {
    font-size: 140px;
    text-transform: uppercase;
}

.lyd-screen-team-content-left .text-2 {
    font-size: 20px;
    line-height: 28px;
}

.lyd-screen-team-content-left .text-2 span {
    opacity: .3;
}

.lyd-screen-team-content-right {
    float: right;
    width: 65%;
    padding-left: 5%;
    position: relative;
}

.lyd-screen-team-content-right::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .2;
}

.lyd-screen-team-list {
    overflow: hidden;
}

.lyd-screen-team-item {
    overflow: hidden;
    margin-bottom: 5%;
    color: #fff;
}

.lyd-screen-team-item:last-child {
    margin-bottom: 0;
}

.lyd-screen-team-item .left-pic {
    float: left;
    width: 35%;
    position: relative;
}

.lyd-screen-team-item .left-pic .name-1 {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 43;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.lyd-screen-team-item .left-pic .name-1::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.lyd-screen-team-item .left-pic .pic-2 {
    position: relative;
    margin-left: 5%;
    text-align: center;
    width: 95%;
}

.lyd-screen-team-item .right-text {
    float: left;
    width: 60%;
    padding-left: 2%;
}

.lyd-screen-team-item .right-text .name-1 {
    position: relative;
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 2px solid rgba(255,255,255,.2);
    padding: 10px 0 20px 0;
}

.lyd-screen-team-item .right-text .name-1::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
    opacity: .2;
}

.lyd-screen-team-item .right-text .name-1 strong {
    font-size: 36px;
    font-weight: normal;
}

.lyd-screen-team-item .right-text .name-1 i {
    display: block;
    padding: 2px 5px;
    background: #c80822;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 30px;
    font-style: normal;
}

.lyd-screen-team-item .right-text .text-2 {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
}

.lyd-screen-team-item .right-text .text-2 li {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    line-height: 26px;
    font-size: 18px;
    position: relative;
    opacity: .4;
}

.lyd-screen-team-item .right-text .text-2 li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .3;
}

/*.jxianhze{ height:100vh; overflow-y:scroll;}
*/
.lyd-screen-tends {
    background: url('../images/newsbg.jpg') center top fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyd-screen-tends-banner {
    width: 70%;
    margin: auto;
    margin-top: 10%;
    overflow: hidden;
}

.lyd-screen-tends-banner-swiper {
    position: relative;
}

.lyd-screen-tends-banner-swiper .swiper-slide {
    background: #000;
}

.tends-banner-item {
    text-align: center;
    position: relative;
    opacity: .5;
}

.tends-banner-item .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 10;
    opacity: 0;
    color: #fff;
}

.tends-banner-item .data-1 {
    font-size: 14px;
}

.tends-banner-item .title-2 {
    font-size: 30px;
}

.tends-banner-item .img {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tends-banner-item .img img {
    width: 100%;
    display: block;
}

.tends-banner-item .lyd-viewmore {
    opacity: 0;
}

.lyd-screen-tends-banner-swiper .swiper-slide-active .tends-banner-item {
    opacity: 1;
}

.lyd-screen-tends-banner-swiper .swiper-slide-active .text {
    opacity: 1;
}

.lyd-screen-tends-banner-swiper .swiper-slide-active a:hover .lyd-viewmore {
    opacity: 1;
}

.lyd-viewmore {
    display: block;
    width: 121px;
    height: 121px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
}

.lyd-viewmore span {
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    text-transform: uppercase;
}

.lyd-viewmore i {
    display: block;
    width: 121px;
    height: 121px;
    background: url('../images/viewmore.png');
}

.tends-button-next,.tends-button-prev {
    position: absolute;
    width: 15%;
    height: 100%;
    top: 0;
    z-index: 20;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.tends-button-next {
    right: 0;
}

.tends-button-prev {
    left: 0;
}

.tends-button-next span,.tends-button-prev span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.tends-button-next span {
    background: url('../images/rr.png') right center no-repeat;
    padding-right: 50px;
}

.tends-button-prev span {
    background: url('../images/ll.png') left center no-repeat;
    padding-left: 50px;
}

.lyd-screen-tends-content {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.lyd-screen-tends-bottom {
    width: 70%;
    margin: auto;
    overflow: hidden;
    margin-top: 3%;
}

.lyd-screen-tends-title {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lyd-screen-tends-title::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lyd-screen-tends-title .title-1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 1.5% 0;
}

.lyd-screen-tends-title .title-1::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #c80822;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lyd-screen-tends-title .viewmore-1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

.lyd-screen-tends-title .viewmore-1 a {
    display: block;
    overflow: hidden;
}

.lyd-screen-tends-title .viewmore-1 a:hover i {
    background: #000;
    border: 1px solid #c80822;
    transform: translateY(-50%) rotate(180deg);
}

.lyd-screen-tends-title .viewmore-1 span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.lyd-screen-tends-title .viewmore-1 i {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lyd-screen-tends-title .viewmore-1 i::before,.lyd-screen-tends-title .viewmore-1 i::after {
    content: '';
    position: absolute;
    background: #fff;
}

.lyd-screen-tends-title .viewmore-1 i::before {
    width: 8px;
    height: 1px;
    left: 50%;
    margin-left: -4px;
    top: 50%;
}

.lyd-screen-tends-title .viewmore-1 i::after {
    height: 8px;
    width: 1px;
    right: 45%;
    top: 50%;
    margin-top: -4px;
}

.lyd-screen-tends-list {
    padding: 4% 0;
    overflow: hidden;
}

.lyd-screen-tends-item {
    float: left;
    width: 24.222%;
    margin-right: 1%;
    margin-bottom: 4%;
    overflow: hidden;
}

.lyd-screen-tends-item:last-child {
    margin-right: 0;
}

.lyd-screen-tends-item a {
    display: block;
}

.lyd-screen-tends-item .img,.lyd-screen-tends-item .pic {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lyd-screen-tends-item .img img,.lyd-screen-tends-item .pic img {
    opacity: 0;
    display: block;
    width: 100%;
}

.lyd-screen-tends-item .tip {
    position: absolute;
    width: 64px;
    height: 36px;
    left: 0;
    top: 0;
    z-index: 111;
}

.lyd-screen-tends-item .tip img {
    opacity: 1;
}

.lyd-screen-tends-item .play {
    width: 50px;
    height: 58px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    background: url('../images/play.png');
}

.lyd-screen-tends-item .text {
    color: #fff;
    padding: 3% 0;
}

.lyd-screen-tends-item .title-1 {
    font-size: 20px;
    padding: 5% 0;
}

.lyd-screen-tends-item .data-2 {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 5px 10px;
    opacity: .5;
}

.lyd-screen-tends-item .lyd-viewmore {
    opacity: 0;
}

.lyd-screen-tends-item a:hover .lyd-viewmore {
    opacity: 1;
}

.lyd-screen-tends-item a:hover .img img,.lyd-screen-tends-item a:hover .pic img {
    opacity: .5;
}

.lyd-screen-tends-item a:hover .tip img {
    opacity: 1;
}

.lyd-screen-tends-item a:hover .pic {
    transform: scale(1.1);
}

.lyd-screen-tends-other {
    margin: 0 0 10% 0;
    overflow: hidden;
    overflow: hidden;
    position: relative;
}

.lyd-screen-tends-other .lyd-screen-tends-item {
    width: 49%;
}

.lyd-screen-tends-other .lyd-screen-tends-item:last-child {
    float: right;
}

.lyd-screen-tends-other-left {
    float: left;
    width: 49%;
}

.lyd-screen-tends-other-right {
    float: right;
    width: 49%;
}

.lyd-screen-tends-all {
    width: 70%;
    margin: auto;
    overflow: hidden;
    margin-top: 12%;
    padding-bottom: 5%;
}

.lyd-screen-tends-all-nav {
    overflow: hidden;
    position: relative;
}

.lyd-screen-tends-all-nav::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .3;
}

.lyd-screen-tends-all-nav a {
    font-size: 40px;
    opacity: .4;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 3%;
    padding: 2% 0;
}

.lyd-screen-tends-all-nav a::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #c80822;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.lyd-screen-tends-all-nav a.cur {
    opacity: 1;
}

.lyd-screen-tends-all-nav a.cur::before {
    opacity: 1;
}

.lyd-screen-tends-alllist {
    padding-top: 5%;
    overflow: hidden;
}

.lyd-screen-tends-item.mr0 {
    margin-right: 0;
}

.lyd-screen-pageturn {
    clear: both;
    padding: 3.2% 0;
    overflow: hidden;
    text-align: right;
    position: relative;
}

.lyd-screen-pageturn a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin: 0 1%;
}

.lyd-screen-pageturn a::after {
    content: '';
    width: 25px;
    height: 25px;
    background: #c80822;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 1;
    display: none;
}

.lyd-screen-pageturn i {
    display: block;
    width: 41px;
    height: 13px;
    position: absolute ;
    top: 50%;
    transform: translateY(-50%);
}

.lyd-screen-pageturn span {
    font-size: 18px;
    position: relative;
    z-index: 11;
    color: #fff;
    text-transform: uppercase;
}

.lyd-screen-pageturn a.prev {
    padding-left: 50px;
}

.lyd-screen-pageturn a.prev i {
    background: url('../images/l2.png') center no-repeat;
    left: 0;
}

.lyd-screen-pageturn a.next {
    padding-right: 50px;
}

.lyd-screen-pageturn a.next i {
    background: url('../images/r2.png') center no-repeat;
    right: 0;
}

.lyd-screen-pageturn a.cur {
    color: #fff;
}

.lyd-screen-pageturn a.cur::after {
    display: block;
}

.lyd-screen-pageturn a.xline {
    width: 75%;
    height: 1px;
    background: #fff;
    opacity: .2;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.lyd-screen-tends-detail {
    width: 60%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 5%;
    margin: 12% auto auto auto;
}

.lyd-screen-tends-detail-content {
    color: #999;
    font-size: 18px;
    line-height: 28px;
    padding: 3% 0;
}

.lyd-screen-tends-detail-title {
    border-bottom: 1px solid #fff;
    padding: 1% 0;
    overflow: hidden;
    color: #fff;
}

.lyd-screen-tends-detail-title .title-1 {
    font-size: 40px;
    font-weight: bold;
}

.lyd-screen-tends-detail-title .text-2 {
    padding: 1% 0;
    overflow: hidden;
}

.lyd-screen-tends-detail-title .text-2 li {
    opacity: .5;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
}

.lyd-screen-tends-detail-pageturn {
    position: relative;
    padding: 2% 0;
    overflow: hidden;
    border-top: 1px solid #fff;
    margin-bottom: 5%;
}

.lyd-screen-tends-detail-pageturn a {
    display: block;
    color: #fff;
    opacity: .5;
}

.lyd-screen-tends-detail-pageturn a.news-prev {
    float: left;
    width: 45%;
    padding-left: 25px;
    background: url('../images/l1.png') left center no-repeat;
}

.lyd-screen-tends-detail-pageturn a.news-next {
    float: right;
    width: 45%;
    padding-right: 25px;
    text-align: right;
    background: url('../images/r1.png') right center no-repeat;
}

.lyd-screen-tends-detail-pageturn a.news-return {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.lyd-screen-tends-detail-pageturn a:hover {
    opacity: 1;
}

.lyd-screen-game {
    overflow: hidden;
    background: url('../images/gamebg.jpg') center top no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.lyd-screen-game-banner {
    width: 100%;
    margin: 10% auto auto;
    overflow: hidden;
}

.lyd-screen-game-banner-swiper {
    overflow: hidden;
}

.lyd-screen-game-banner-swiper .swiper-slide {
    overflow: hidden;
    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;
}

.lyd-screen-game-banner-swiper .swiper-slide .img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 94%;
    margin: 2% auto auto auto;
    background: #000;
}

.lyd-screen-game-banner-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.lyd-screen-game-banner-swiper .swiper-slide .img .pic {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
}

.lyd-screen-game-banner-swiper .swiper-slide-active .img {
    width: 100%;
    margin: auto;
}

.lyd-screen-game-banner-swiper .swiper-slide-active .img .pic {
    opacity: 1;
}

.lyd-screen-game-banner-swiper .tends-button-next,.lyd-screen-game-banner-swiper .tends-button-prev {
    width: 25%;
}

.lyd-screen-game-nav {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: auto;
    margin-top: 2%;
}

.lyd-screen-game-nav-swiper {
    overflow: hidden;
    width: 100%;
}

.lyd-screen-game-nav-swiper .swiper-wrapper {
    width: 100%;
    display: block;
    text-align: center;
}

.lyd-screen-game-nav-swiper .swiper-slide {
    display: inline-block;
    vertical-align: middle;
}

.lyd-screen-game-nav-swiper .swiper-slide a {
    font-size: 20px;
    opacity: .4;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

/* .lyd-screen-game-nav-swiper .swiper-slide-active a{opacity: 1;margin: 0;} */
.lyd-screen-game-nav-swiper .swiper-slide-thumb-active a {
    opacity: 1;
    margin: 0;
}

.lyd-screen-game-equipment {
    overflow: hidden;
    background: url('../images/gamebg1.jpg') center top no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.lyd-screen-equipment-banner {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lyd-screen-equipment-swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.lyd-screen-equipment-swiper .text-1 {
    position: absolute;
    left: 15%;
    top: 18%;
    font-size: 140px;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    transform: translateX(400px);
    transition: all .8s ease;
    opacity: 0;
}

.lyd-screen-equipment-swiper .pic-1 {
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-40%);
}

.lyd-screen-equipment-swiper .pic-1 img {
    display: inline-block;
    width: auto;
}

.lyd-screen-equipment-swiper .swiper-slide-active .text-1 {
    transform: translateX(0);
    opacity: 1;
}

.lyd-game-1 {
    position: absolute;
    left: 15%;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
}

.lyd-game-1 img {
    width: 100%;
}

.lyd-screen-equipment-nav {
    position: absolute;
    overflow: hidden;
    width: 70%;
    margin: auto;
    z-index: 11;
    bottom: 8%;
    left: 15%;
    padding: 3% 0;
}

.lyd-screen-equipment-nav-swiper {
    overflow: hidden;
    width: 75%;
    margin: auto;
    overflow: hidden;
}

.lyd-screen-equipment-nav-swiper .swiper-wrapper {
    width: 100%;
    text-align: center;
}

.lyd-screen-equipment-nav-swiper .swiper-slide {
    overflow: hidden;
    width: auto;
}

.lyd-screen-equipment-nav-swiper .swiper-slide a {
    font-size: 20px;
    opacity: .4;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
    display: block;
}

.lyd-screen-equipment-nav-swiper .swiper-slide-thumb-active a {
    opacity: 1;
    margin: 0;
}

.equipment-button-next,.equipment-button-prev {
    width: 122px;
    height: 13px;
    position: absolute;
    z-index: 13;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.equipment-button-next .ebt,.equipment-button-prev .ebt {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 0;
}

.equipment-button-next::after,.equipment-button-prev::after {
    content: '';
    width: 122px;
    height: 53px;
    background: url('../images/bian.png') center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .2;
    transition: all .4s ease;
}

.equipment-button-next span,.equipment-button-prev span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 3px;
}

.equipment-button-next i,.equipment-button-prev i {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 19px;
}

.equipment-button-next {
    right: 0;
}

.equipment-button-prev {
    left: 0;
}

.equipment-button-next i {
    background: url('../images/r3.png') center no-repeat;
    margin-left: 20px;
}

.equipment-button-prev i {
    background: url('../images/l3.png') center no-repeat;
    margin-right: 20px;
}

.equipment-button-next:hover::after,.equipment-button-prev:hover::after {
    opacity: 1;
}

.lyd-screen-game-map {
    overflow: hidden;
    background: url('../images/gamebg2.jpg') center top no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

.lyd-screen-gamemap-banner {
    width: 100%;
    margin: 10% auto auto;
    overflow: hidden;
}

.lyd-screen-gamemap-swiper {
    overflow: hidden;
}

.lyd-screen-gamemap-swiper .swiper-slide {
    overflow: hidden;
    background: n;
}

.lyd-screen-gamemap-swiper .swiper-slide h3 {
    font-size: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100%;
    text-align: center;
    z-index: 11;
    color: #fff;
    text-transform: uppercase;
}

.lyd-screen-gamemap-swiper .swiper-slide .img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 94%;
    margin: 3% auto auto auto;
    background: #000;
}

.lyd-screen-gamemap-swiper .swiper-slide .img .pic {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
}

.lyd-screen-gamemap-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.lyd-screen-gamemap-swiper .swiper-slide-active .img {
    width: 100%;
    margin: auto;
}

.lyd-screen-gamemap-swiper .swiper-slide-active .img .pic {
    opacity: 1;
}

.lyd-screen-gamemap-swiper .swiper-slide-active h3 {
    opacity: 1;
}

.lyd-screen-gamemap-swiper .tends-button-next,.lyd-screen-gamemap-swiper .tends-button-prev {
    width: 25%;
}

.lyd-screen-map-nav {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: auto;
    margin-top: 2%;
}

.lyd-screen-map-nav-swiper {
    overflow: hidden;
    width: 100%;
}

.lyd-screen-map-nav-swiper.displayblock .swiper-wrapper {
    display: block;
}

.lyd-screen-map-nav-swiper.displayblock .swiper-slide {
    display: inline-block;
    vertical-align: middle;
}

.lyd-screen-map-nav-swiper .swiper-wrapper {
    width: 100%;
    text-align: center;
}

.lyd-screen-map-nav-swiper .swiper-slide a {
    font-size: 20px;
    opacity: .4;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.lyd-screen-map-nav-swiper .swiper-slide-thumb-active a {
    opacity: 1;
    margin: 0;
}

.lyd-screen-game-wallpaper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lyd-screen-wallpaper-banner {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lyd-screen-wallpaper-swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lyd-screen-wallpaper-swiper .swiper-slide {
    background: #000;
}

.lyd-screen-wallpaper-swiper .img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.lyd-screen-wallpaper-swiper .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.lyd-screen-wallpaper-nav {
    overflow: hidden;
    width: 100%;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 10%;
    z-index: 11;
}

.lyd-screen-wallpaper-nav-swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.lyd-screen-wallpaper-nav-swiper .img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    transition: all .4s ease;
}

.lyd-screen-wallpaper-nav-swiper .img img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.lyd-screen-wallpaper-nav-swiper .swiper-slide-thumb-active .img img {
    opacity: 1;
}

.lyd-screen-wallpaper-nav-swiper .swiper-slide-thumb-active .img {
    margin-top: 0;
}

.lyd-screen-wallpaper-top {
    padding-bottom: 1%;
    overflow: hidden;
    position: relative;
}

.lyd-screen-wallpaper-title {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.lyd-screen-wallpaper-download {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lyd-screen-wallpaper-download a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 0;
}

.lyd-screen-wallpaper-download i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../images/down.png');
    margin-right: 10px;
}

.lyd-screen-wallpaper-download span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.lyd-screen-wallpaper-download a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.lyd-screen-wallpaper-download a:hover i {
    background: url('../images/down1.png');
}

.lyd-screen-join {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url('../images/joinbg.jpg') center top fixed;
    background-size: cover;
}

.lyd-screen-join-content {
    width: 70%;
    margin: auto;
    margin-top: 10%;
}

.lyd-screen-join-title {
    color: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
}

.lyd-screen-join-title::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: .2;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lyd-screen-join-title .title-1 {
    font-size: 80px;
    text-transform: uppercase;
}

.lyd-screen-join-title .nav-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    z-index: 11;
}

.lyd-screen-join-title .nav-1 a {
    color: #fff;
    font-size: 24px;
    opacity: .4;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.lyd-screen-join-title .nav-1 a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c80822;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lyd-screen-join-title .nav-1 a.cur {
    opacity: 1;
}

.lyd-screen-join-title .nav-1 a.cur::after {
    opacity: 1;
}

.lyd-screen-join-type-list {
    padding: 2% 0;
    overflow: auto;
}

.lyd-screen-join-type-item {
    float: left;
    width: 32.666%;
    margin: 1% 1% 0 0;
    overflow: hidden;
}

.lyd-screen-join-type-item.mr0 {
    margin: 1% 0 0 0;
}

.lyd-screen-join-type-item a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #1f1f1f;
}

.lyd-screen-join-type-item .text-1 {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    height: 100%;
    z-index: 11;
}

.lyd-screen-join-type-item .title-1 {
    font-size: 44px;
    font-weight: bold;
    margin-top: 5%;
    text-transform: uppercase;
}

.lyd-screen-join-type-item .date-2 {
    position: relative;
    margin-top: 15%;
}

.lyd-screen-join-type-item .date-2 h3 {
    display: block;
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    text-shadow: #e5e5e5 1px 0 0, #e5e5e5 0 1px 0, #e5e5e5 -1px 0 0, #e5e5e5 0 -1px 0;
    color: #1f1f1f;
}

.lyd-screen-join-type-item .date-2 span {
    display: block;
    font-size: 18px;
    margin-left: 5px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.lyd-screen-join-type-item .jiantou-3 {
    width: 60px;
    height: 60px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 100%;
    background: url('../images/r4.png') center no-repeat;
    position: absolute;
}

.lyd-screen-join-type-item .img-4 {
    display: block;
}

.lyd-screen-join-type-item .img-4 img {
    width: 100%;
    display: block;
    opacity: .1;
}

.lyd-screen-join-type-item a:hover {
    background: #c80822;
}

.lyd-screen-join-type-item a:hover .date-2 h3 {
    color: #c80822;
}

.lyd-screen-join-type-item a:hover .jiantou-3 {
    border: 1px solid #fff;
    border-radius: 100%;
    background: url('../images/r5.png') center no-repeat #fff;
}

.lyd-screen-join-type-item a:hover .img-4 img {
    opacity: .5;
}

.lyd-screen-join-type {
    padding: 1% 0;
}

.lyd-screen-join-type-left {
    float: left;
    width: 17%;
    overflow: hidden;
}

.lyd-screen-join-type-nav {
    overflow: hidden;
}

.lyd-screen-join-type-nav li {
    padding: 3px 0;
    list-style: none;
    margin: 0;
    position: relative;
}

.lyd-screen-join-type-nav a {
    font-size: 0px;
    color: #848484;
    position: relative;
    display: block;
    padding: 18px 0;
}

.lyd-screen-join-type-nav a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #c80822;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lyd-screen-join-type-nav strong {
    position: relative;
    font-size: 24px;
    padding-left: 30px;
    display: block;
    font-weight: normal;
}

.lyd-screen-join-type-nav em {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    position: absolute;
    transform: rotate(45deg) translateY(-60%);
}

.lyd-screen-join-type-nav em::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #848484;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -2px;
}

.lyd-screen-join-type-nav i {
    background: url("../images/r6.png") no-repeat;
    width: 24px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    display: none;
    opacity: 0;
}

.lyd-screen-join-type-nav li.cur a::after {
    width: 100%;
}

.lyd-screen-join-type-nav li.cur strong {
    color: #c80822;
    font-weight: bold;
}

.lyd-screen-join-type-nav li.cur i {
    opacity: 1;
    display: block;
}

.lyd-screen-join-type-nav li.cur em {
    border: 1px solid #fff;
}

.lyd-screen-join-type-nav li.cur em::before {
    background: #fff;
}

.lyd-screen-join-type-right {
    float: right;
    width: 80%;
    margin-right: -2%;
    position: relative;
}

.lyd-screen-join-type-top {
    overflow: hidden;
    padding: 1% 0 0 0;
    position: relative;
    width: 94%;
    margin: auto;
}

.lyd-screen-join-type-top .num-1 {
    font-size: 16px;
    opacity: .4;
    color: #fff;
    position: relative;
    left: 0;
    bottom: 5%;
}

.search-2 {
    float: right;
    width: 40%;
    text-align: right;
    position: absolute;
    right: 3%;
    top: 2%;
    z-index: 111;
}

.search-input {
    background: #1f1f1f;
    border: none;
    width: 40%;
    padding: 14px 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 90%;
    border: 1px solid #404040;
    box-sizing: border-box;
}

.search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .2;
    font-size: 18px;
}

.search-submit {
    position: absolute;
    right: 1%;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url('../images/ss.png') center no-repeat;
    opacity: .5;
}

.search-submit:hover {
    opacity: 1;
}

.lyd-screen-join-type-list {
    padding: 2% 0 0 0;
}

.lyd-screen-join-type-list-item {
    margin-bottom: 1%;
    overflow: hidden;
}

.lyd-screen-join-type-list-item a {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #1f1f1f;
    padding: 2% 5%;
    width: 94%;
    margin: auto;
    box-sizing: border-box;
}

.lyd-screen-join-type-list-item a::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c80822;
    opacity: 0;
}

.lyd-screen-join-type-list-item a::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #c80822;
    opacity: 0;
}

.lyd-screen-join-type-list-item .title-1 {
    font-size: 24px;
    opacity: .6;
    padding-bottom: 20px;
}

.lyd-screen-join-type-list-item .text-2 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.lyd-screen-join-type-list-item .icon-3 {
    text-align: center;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.lyd-screen-join-type-list-item .icon-3 i {
    display: block;
    margin: 10px auto;
    width: 34px;
    height: 34px;
    opacity: .4;
    background: url('../images/icon1.png') center no-repeat;
}

.lyd-screen-join-type-list-item .icon-3 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
}

.lyd-screen-join-type-list-item a:hover {
    background: #383838;
    box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.68);
    padding: 3% 5%;
    width: 100%;
}

.lyd-screen-join-type-list-item a:hover::before,.lyd-screen-join-type-list-item a:hover::after {
    opacity: 1;
}

.lyd-screen-join-type-list-item a:hover .title-1 {
    opacity: 1;
}

.lyd-screen-join-type-list-item a:hover .text-2 {
    color: #fff;
}

.lyd-screen-join-type-list-item a:hover .icon-3 i {
    opacity: 1;
}

.lyd-screen-join-type-list-item a:hover .icon-3 span {
    color: #fff;
}

.lyd-screen-join .copy-bottom {
    position: relative;
    padding: 3% 0;
    bottom: auto;
}

.lyd-screen-join .lyd-screen-pageturn a.xline {
    width: 66%;
}

.lyd-screen-join .lyd-screen-pageturn a {
    margin: 0 1.3%;
}

.lyd-screen-join-detail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url('../images/joinbg.jpg') center top fixed;
    background-size: cover;
}

.lyd-screen-join-detail-content {
    width: 70%;
    margin: auto;
    margin-top: 10%;
}

.lyd-screen-join-detail-top {
    position: relative;
}

.lyd-screen-join-detail-title {
    color: #fff;
    border-bottom: 2px solid rgba(255,255,255,.3);
    width: 80%;
}

.lyd-screen-join-detail-title .return-1 {
    position: relative;
}

.lyd-screen-join-detail-title .return-1 a {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px #fff solid;
}

.lyd-screen-join-detail-title .return-1 a:hover {
    border: 1px #c80822 solid;
    background: #000;
}

.lyd-screen-join-detail-title .title-2 {
    font-size: 60px;
    font-weight: bold;
    padding: 3% 0;
}

.lyd-screen-join-detail-apply {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lyd-screen-join-detail-apply a {
    display: block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    background: #c80822;
    text-align: center;
}

.lyd-screen-join-detail-text {
    color: #666;
    padding: 3% 0;
    overflow: hidden;
}

.lyd-screen-join-detail-text .title-1 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.lyd-screen-join-detail-text .text-2 {
    font-size: 20px;
    line-height: 32px;
    color: #666;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.lyd-screen-join-detail-text .text-2:last-child {
    margin-bottom: 0px;
}

.lyd-screen-join-detail .copy-bottom {
    position: relative;
    padding: 3% 0;
}

.lyd-screen-join-apply-windows {
    width: 30%;
    margin: auto;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 700;
    transition: all .4s ease;
}

.lyd-screen-join-apply-windows.cur {
    top: -100%;
}

.lyd-screen-join-apply-windows-content {
    color: #fff;
    background: #262626;
    padding: 8% 8%;
    overflow: hidden;
    position: relative;
}

.lyd-screen-join-apply-windows-content .close-1 {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../images/xx.png') center no-repeat;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    transition: all .4s ease;
}

.lyd-screen-join-apply-windows-content .close-1:hover {
    transform: rotate(180deg);
}

.lyd-screen-join-apply-windows-content .title-1 {
    font-size: 40px;
}

.lyd-screen-join-apply-windows-content .text-1 {
    font-size: 18px;
    opacity: .4;
    width: 90%;
    margin: 10px auto;
    padding-bottom: 30px;
}

.lyd-screen-join-apply-windows-content .input-2 {
    padding: 5px 0;
    overflow: hidden;
}

.lyd-screen-join-apply-windows-content .input-2 li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 49.33%;
}

.lyd-screen-join-apply-windows-content .input-2 li:last-child {
    float: right;
}

.lyd-screen-join-apply-windows-content .apply-input {
    font-size: 18px;
    background: #1a1a1a;
    border: 1px solid #333333;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    transition: all .4s ease;
    color: #fff;
}

.lyd-screen-join-apply-windows-content .apply-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .2;
    font-size: 18px;
}

.lyd-screen-join-apply-windows-content .apply-input:focus {
    border: 1px solid #999;
}

.lyd-screen-join-apply-windows-content .input-1 {
    padding: 5px 0;
}

.lyd-screen-join-apply-windows-content .upload-1 {
    position: relative;
    text-align: left;
    padding-top: 20px;
}

.lyd-screen-join-apply-windows-content .text-2 {
    font-size: 18px;
    color: #666666;
    position: relative;
}

.lyd-screen-join-apply-windows-content .text-2 span {
    font-size: 14px;
    color: #666666;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.lyd-screen-join-apply-windows-content .upload-2 {
    position: relative;
    padding: 10px 0;
}

.lyd-screen-join-apply-windows-content .upload-1 .apply-input {
    font-size: 16px;
    color: #666;
    background: #1a1a1a;
    border: 1px solid #333333;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: none;
}

.lyd-screen-join-apply-windows-content .upload-1 .apply-input-file {
    font-size: 18px;
    background: #1a1a1a;
    border: 1px solid #333333;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #666;
}

.lyd-screen-join-apply-windows-content .upload-1 .apply-input-file::-webkit-input-placeholder {
    color: #fff;
    opacity: .2;
    font-size: 18px;
}

.lyd-screen-join-apply-windows-content .upload-1 .upload-input {
    font-size: 16px;
    position: absolute;
    right: 1%;
    top: 50%;
    background: #fff;
    color: #000;
    width: 10%;
    z-index: 12;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.lyd-screen-join-apply-windows-content .upload-1 .upload-input:hover {
    background: #ccc;
    color: #000;
}

.lyd-screen-join-apply-windows-content .send-1 {
    margin: 10px 0;
}

.lyd-screen-join-apply-windows-content .send-1 a {
    font-size: 20px;
    display: block;
    background: #c80822;
    color: #fff;
    padding: 15px 0;
    overflow: hidden;
}

.lyd-screen-join-apply-windows-mark {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 600;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.lyd-screen-join-apply-windows-mark.cur {
    display: none;
}

.container-fluid.cur {
    display: none;
}

.container-fluid {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 800;
    width: 320px;
}

.sliderContainer {
    position: relative;
    text-align: center;
    height: 60px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    background-color: #242424;
    height: 14px;
    border-radius: 100px;
    width: 100%;
}

.sliderContainer_active .slider {
    top: -1px;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
    top: -1px;
    background: url('../images/huak.png') center no-repeat #52CCBA!important;
}

.sliderContainer_success .sliderMask {
    background: #52CCBA;
}

.sliderContainer_success .sliderIcon {
    background: url('../images/huak.png') center no-repeat #52CCBA;
}

.sliderContainer_fail .slider {
    top: -1px;
}

.sliderContainer_fail .sliderMask {
    background: #ccc;
}

.sliderContainer_fail .sliderIcon {
    background: url('../images/huak.png') center no-repeat #ccc;
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
    position: absolute;
    height: 14px;
    left: 0;
    right: 0;
    top: 20px;
    background-color: #c80822;
    width: 0;
    border-radius: 100px;
}

.slider {
    position: absolute;
    top: 0px;
    left: 0;
    width: 67px;
    height: 35px;
    box-shadow: 0px 3px 20px 0px rgba(200, 8, 34, 0.68);
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/huak.png') center no-repeat #c80822;
    margin-top: -10px;
}

.slider:hover {
    background: url('../images/huak.png') center no-repeat #c80822;
}

.slider:hover .sliderIcon {
    background: url('../images/huak.png') center no-repeat #c80822;
}

.sliderText {
    position: relative;
    display: none;
}

.refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 6px;
    color: rgba(0,0,0,.25);
    font-size: 1rem;
    z-index: 5;
    transition: color .3s linear;
}

.refreshIcon:hover {
    color: #6c757d;
}

.slidercaptcha {
    margin: 0 auto;
}

.slidercaptcha .card-body {
    padding: 10px 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
}

.slidercaptcha.card .card-header {
    background-image: none;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.refreshIcon {
    top: -54px;
}

.gunabiyz {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: 5%;
    background: url('../images/xxx.png') center no-repeat;
    cursor: pointer;
    opacity: .5;
}

.gunabiyz:hover {
    background: url('../images/xxx.png') center no-repeat;
    opacity: 1;
}

.block {
    position: absolute;
    left: 0;
    top: 0;
}

.form-row {
    position: relative;
    padding: 5%;
    background: #4d4d4d;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

#merchandise {
    background: url('../images/merchandise-1.jpg') center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#merchandise .screen.screen-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.lyd-screen-merchandise {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url('../images/merchandisebg.jpg') center top fixed;
    background-size: cover;
}

.lyd-screen-merchandise .copy-bottom {
    position: relative;
    padding: 2% 0;
    bottom: auto;
}

.lyd-screen-merchandise .lyd-screen-pageturn a.xline {
    width: 66%;
}

.lyd-screen-merchandise .lyd-screen-pageturn a {
    margin: 0 1.3%;
}

#merchandise-detail .screen-1 .content {
    padding-bottom: 100px;
}

.lyd-screen-history-content-right-line-dian-swiper {
    position: absolute!important;
    height: 60%;
    right: -11px;
    top: 50%;
    z-index: 11;
    width: 60px;
    transform: translateY(-50%);
    overflow: hidden;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide {
    position: relative;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide i {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    right: 50%;
    margin-right: -17px;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide i::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #c80822;
    display: none;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide-active i {
    right: 0px;
    margin-right: 0px
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide-active i::after {
    display: block;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide.swiper-slide-prev i {
    margin-right: -3px;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide.swiper-slide-next i {
    margin-right: -3px;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide *,.lyd-screen-history-content-right-line-dian-swiper .swiper-slide {
    transition: all .4s ease;
}

.lyd-screen-history-content-right-line-dian-swiper .swiper-slide {
    cursor: pointer;
}

.scroll-down .lyd-nav,.scroll-top .lyd-nav {
    opacity: 0;
    transform: translateY(-50%);
    animation-fill-mode: backwards;
}

.lyd-nav {
    transition: all .4s ease;
}

.mark {
    background-size: 100%;
}

.lyd-screen-tends {
    background-size: cover;
}

.merchandise .screen-1 .right {
    width: 80%;
    margin-top: 5px;
}

body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#lydload {
    position: fixed;
    width: 100%;
    height: 0px;
    left: 0;
    top: 0;
    z-index: 999;
    background: #000;
    transition: all 0.5s;
    overflow: hidden;
}

#lydload i {
    display: none;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}

#lydload.cur {
    height: 100%;
}

#lydload.cur i {
    display: block;
}

.titlec {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 20px 0;
    position: relative;
    margin-top: 30px;
}

.titlec h3 {
    font-size: 30px;
    margin: 0px 0;
    font-weight: normal;
    text-transform: uppercase;
}

.titlec .rectangular {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

#game .lyd-screen-swiper img,#game .lyd-screen-swiper .pic {
    width: 100%;
    height: 100%;
}

.lyd-screen-team-list-swiper .swiper-wrapper {
    display: block;
}

.lyd-screen-team-list-swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 5%;
}

.lyd-screen-team-list-swiper .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
}

.inside_con {
    padding: 10px 180px;
    min-height: 900px;
    color: #000000;
}

.sbgd02 {
    display: none
}

.sbgd {
    display: block
}

.header {
    position: fixed;
    top: 0%;
    background: rgb(255 255 255 / 80%);
    width: 100%;
    z-index:99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5% 0;
}

.logo-h {
    margin-left: 3%;
    display: block;
    z-index: 99;
    width: 13.5%;
}

.logo-h a {
    width: 100%;
    display: block
}

.logo-h a img {
    width: 100%;
}

.top01 {
    height: 100px;
    display: block;
}

@media only screen and (max-width: 980px) {
    .sbgd02 {
        display:block
    }

    .sbgd {
        display: none
    }
}
