* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #f3009f;
}

body {
	color: #fff;
	font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘;
	background-color: #000000;

}

.downArrow {
	width: 60px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 15px;
	z-index: 99;
	animation: fudong 2s infinite ease-in-out;
	cursor: pointer;
}

@keyframes fudong {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }

}

.downArrow i {
    width: 100%;
    padding-bottom: 105%;
    background-image: url(img/btn_scroll.png);
    background-size: cover;
}


#mypage .section {
    background-size: cover;
    background-position: center;
}

#mypage .section1 {
	background-image: url(img/bg_1.jpg);
}

#mypage .section1 .ivideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}


#mypage .section1 .front {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#mypage .section1 .vplay {
	width: 89px;
	height: 91px;
	background-image: url(img/vplay.png);
	background-size: cover;
	cursor: pointer;
	animation: zd 1s infinite;
}

#mypage .section1 .slogan {
    padding-top: 65px;
    display: flex;
}

#mypage .section1 .slogan img {
    width: 100%;
}

#mypage .section1 .slogan .mb {
    display: none;
}

#mypage .section1 .sqbtns {
	display: flex;
	background: rgba(255, 255, 255, .8);
	margin-bottom: 120px;
	align-items: center;
	position: relative;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mypage .section1 .sqbtns .bjk {
    position: absolute;
    width: 92%;
    height: 80%;
    right: 0;
    bottom: 0;
    box-shadow: 4px 6px 0 #e40000;
}

#mypage .section1 .sq {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}


#mypage .section1 .sq .ewm {
    display: flex;
}

#mypage .section1 .sq .ewm img {
    width: 100%;
}

#mypage .section1 .sq .tit {
    text-align: center;
    padding-top: 5px;
}

#mypage .section1 .btns {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 2;
}

#mypage .section1 .btns .profile {
    display: flex;
    margin-bottom: 10px;
}

#mypage .section1 .btns .twobtn {
    display: flex;
}

#mypage .section1 .btns .profile img, #mypage .section1 .btns .jx img {
    width: 100%;
}


@keyframes zd {
    50% {
        transform: scale(1.2);
    }

}

#mypage .section2 .container {
    width: 100%;
    max-width: 992px;
    height: 100%;
    position: absolute;
    right: 200px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mypage .section2 .tit {
    display: flex;
    align-items: center;
}

#mypage .section2 .tit img {
    position: absolute;
    width: 116.1764705882%;
    z-index: 1;
}

#mypage .section2 .tit .h1 {
    font-size: 56px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(right, #b126ec, #16afee, #b126ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    padding-left: 30px;
}

#mypage .section2 .tit .ms {
    position: relative;
    z-index: 2;
    padding-left: 15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

#mypage .section2 .kuang {
    width: 100%;
    padding-bottom: 67.463235294118%;
    background: url("img/kuang.png");
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 0;
}

#mypage .section2 .kuangc {
    width: 93.4742647059%;
    margin-top: 1.8901046172%;
    margin-left: 3.092898464%;
}

#mypage .section2 .kuangcn {
    width: 100%;
    padding-bottom: 68.177339901478%;
    background: #ff0;
    border-radius: 1%;
    overflow: hidden;
    height: 0;
    position: relative;
}

#mypage .section2 .kuangcn .swiperArea {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}


.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 30px !important;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: url('img/dot_nom.png');
    opacity: .6 !important;
    background-size: cover;
    filter: hue-rotate(45deg);
}

.swiper-pagination-bullet-active {
    background: url('img/dot_act.png');
    opacity: 1 !important;
    background-size: cover;
}
.swiper-button-next , .swiper-button-prev {
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.swiper-button-next i, .swiper-button-prev i{
    width: 30%;
    padding-bottom: 58.928571428571%;
}
.swiper-button-next i{
    background-image: url("img/rightArrow.png");
    background-size: cover;
}
.swiper-button-prev i{
    background-image: url("img/leftArrow.png");
    background-size: cover;
}



#mypage .section2 {
    background-image: url(img/bg2.jpg);
    position: relative;
}


#mypage .section3 .faqarea {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#mypage .section3 .faqarea .list {
    background: linear-gradient(to bottom, #16afeed1, #b126ecd1);
    background: linear-gradient(to bottom, #000, #00000094);
    /*min-height: 560px;*/
}

#mypage .section3 .faqarea .list ul {
    padding: 34px 0;
    font-size: 18px;
}

#mypage .section3 .faqarea .list .con {
    display: none;
    padding: 20px 42px
}

#mypage .section3 .faqarea .list .tit {
    padding: 0 42px;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px rgba(220, 152, 109, .46);
    color: #FEC96E;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mypage .section3 .faqarea .list .active .tit {
    color: #FEC96E;
}

#mypage .section3 .faqarea .list .con {
    color: #fff;
}

#mypage .section3 .faqarea .list .tit span {
    width: calc(100% - 24px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mypage .section3 .faqarea .list .tit i {
    width: 24px;
    height: 24px;
    background-image: url(img/right_a.png);
    background-size: cover;
}

#mypage .section3 .faqarea .list li.active .tit {
    border-bottom: none;
}

#mypage .section3 .faqarea .list li.active .tit i {
    background-image: url(img/down_a.png)
}

#mypage .section3 .faqarea .title {
    font-weight: bold;
    font-size: 66px;
    background-image: -webkit-linear-gradient(top, #e40000, #ff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    margin-bottom: 6.0975609756098%;
    text-align: center;
}


#mypage .section3 {
    background-image: url(img/bg3.jpg)
}

#mypage .section4 {
    background-image: url(img/bg_6.jpg)
}

#mypage .section4 .title {
    font-weight: bold;
    font-size: 66px;
    background-image: -webkit-linear-gradient(top, #9ce9fd, #f0ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    text-align: center;

}


#mypage .section4 .threeIco {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18vh;
}

#mypage .section4 .threeIco li {
    width: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .section4 .threeIco li a {
    width: 100%;
    padding-bottom: 167.5572519084%;
    background-size: cover;
}

#mypage .section4 .threeIco li:nth-child(1) a {
    background-image: url("img/four_1.png");
}

#mypage .section4 .threeIco li:nth-child(2) a {
    background-image: url("img/four_2.png");
}

#mypage .section4 .threeIco li:nth-child(3) a {
    background-image: url("img/four_3.png");
}

#mypage .section5 .fp-tableCell {
    vertical-align: top;
}

#mypage .section5 {
    position: relative;
    background-image: url("img/bg_3.jpg");
}

#mypage .section5 .title {
    padding: 30px 0 0;
    font-weight: bold;
    font-size: 66px;
    background-image: -webkit-linear-gradient(top, #e40000, #ff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    text-align: center;
    position: relative;
    z-index: 3;
}

#mypage .section5 .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#mypage .section5 .content ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#mypage .section5 .content ul li {
    width: 33.33%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#mypage .section5 .content ul li .jb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#mypage .section5 .content ul li .ms {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 54%;
}

#mypage .section5 .content ul li .ms .tit {
    font-size: 56px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(bottom, #c49e7a, #fff6ed, #c49e7a);
    background-image: -webkit-linear-gradient(bottom, #b126ec, #16afee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
}

#mypage .section5 .content ul li .ms .ht {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
}

#mypage .section5 .content ul li .ms .ht img {
    width: 76%;
    max-width: 482px;
}

#mypage .section5 .content ul li .ms .txt {
    width: fit-content;
    padding: 0 10%;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
}

#mypage .section5 .content ul li:nth-child(1) {
    /*background-image: url("img/bg5-1.png");*/
    /*background-position: center;*/
    /*color: #fc0;*/
}

#mypage .section5 .content ul li:nth-child(1) .jb {

    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1) 100%);
}


#mypage .section5 .content ul li:nth-child(2) {
    /*background-image: url("img/bg5-2.png");*/
    /*background-position: right center;*/
    /*color: #ffd601;*/
}

#mypage .section5 .content ul li:nth-child(2) .jb {

    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1) 100%);
}

#mypage .section5 .content ul li:nth-child(3) {
    /*background-image: url("img/bg5-3.png");*/
    /*background-position: center;*/
    /*color: #7b00ee;*/
}

#mypage .section5 .content ul li:nth-child(3) .jb {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1) 100%);
}


#mypage .section6 {
    background-image: url(img/bg_5.jpg)
}

#mypage .section6 .title {
    font-weight: bold;
    font-size: 66px;
    background-image: -webkit-linear-gradient(top, #00d536, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    padding-bottom: 0%;
    text-align: center;
}

#mypage .section6 .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .section6 .content .pcimg {
    width: 100%;
    max-width: 1646px;

}

#mypage .section6 .content ul {
    display: none;
}

#mypage .section7 {
    background-image: url(img/bg7.jpg);
}

#mypage .section7 .fp-tableCell {
    text-align: center;
}

#mypage .section7 .logo img {
    max-width: 350px;
    width: 40%;
}

#mypage .section7 .vplay {
    cursor: pointer;
    margin: -100px 0;
    transition: all .4s;
}

#mypage .section7 .vplay img {
    max-width: 510px;
    width: 80%;
}

#mypage .section7 .vplay:hover {
    filter: brightness(2) drop-shadow(0 0 12px rgba(253, 150, 98, 0.9));
}

#mypage .section7 .text {
    background-image: -webkit-linear-gradient(bottom, #de6e04, #fff6ed, #de6e04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    font-size: 68px;
    font-weight: bold;
    padding-bottom: 50px;
}

#mypage .section7 .btn a {
    transition: all .4s;
}

#mypage .section7 .btn img {
    max-width: 264px;
    width: 50%;
}


#mypage .section7 .btn a:hover {
    filter: brightness(2) drop-shadow(0 0 12px rgba(253, 150, 98, 0.9));
}

.fp-tooltip {
    font-size: 16px;
    position: inherit;
    top: 0;
    background-image: -webkit-linear-gradient(bottom, #c49e7a, #fff6ed, #c49e7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    font-weight: bold;
}

.fp-tooltip.left {
    left: inherit;
    padding-left: 8px;
}

#fp-nav.left {
    left: 0;
}

#fp-nav li {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: inherit;
    position: inherit;
    height: 31px;
    margin: 5px 0;
}

#fp-nav li a {
    width: 66px;
    height: 31px;
    display: flex;
    align-items: center;
    display: flex;
}

#fp-nav li a.active + .fp-tooltip {
    background-image: -webkit-linear-gradient(top, #e40000, #ff0);
    font-size: 26px
}


#fp-nav span {
    width: 100%;
    height: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    border: none;
    border-radius: 0;
    background-image: url("img/dot_nomal.png");
    background-size: cover;
    background-position: right 0;
}

#fp-nav li .active span {
    background-image: url("img/dot_active.png");
    background-size: cover;
    background-position: right 0;
    background-color: transparent;
}


/*video*/
.videoplay {
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.videoplay .kuang {
    width: 1000px;
    position: relative;
    border: solid 2px #ffe0ae;
    background: #000;
}

.videoplay .closewin {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: -68px;
    top: -12px;
    transform: rotate(45deg);
    transition: all .4s;
}

.videoplay .closewin span {
    display: block;
    background: #fff;
    position: absolute;
}

.videoplay .closewin span:nth-child(1) {
    height: 2px;
    width: 100%;
    top: 40%;
    margin-left: -50%;
    left: 50%;
    margin-top: -1px;
}

.videoplay .closewin span:nth-child(2) {
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    margin-top: -50%;
    top: 50%;
}

.videoplay .closewin:hover {
    transform: rotate(135deg);
}

.videoplay .kuang .video {
    height: 526px;
}


.float {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 33;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.float a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333;
    overflow: hidden;
}

.float a i {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .5));
}

.float a.home {
    background-image: linear-gradient(#e40000, #ff0);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.home i {
    background: url(img/home.png);
    width: 20px;
    height: 20px
}

.float a.fb {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.fb i {
    background: url(img/fb.png);
    width: 11px;
    height: 20px
}

.float a.forum {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.forum i {
    background: url(img/lun.png);
    width: 25px;
    height: 19px
}

.float a.linea {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.linea i {
    background: url(img/line@.png);
    width: 21px;
    height: 20px
}


.float a.linesq {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.linesq i {
    background: url(img/linesq.png);
    width: 16px;
    height: 16px
}

.float a span {
    position: absolute;
    right: 44px;
    background-image: -webkit-linear-gradient(bottom, #b126ec, #16afee, #b126ec);
    padding: 2px 10px;
    border-radius: 5px;
    transition: all .4s;
    opacity: 0;
    transform: translateX(-10%);
    white-space: nowrap;
}

.float a:hover {
    overflow: inherit;
}

.float a:hover span {
    opacity: 1;
    transform: translateX(0%);
}

.float a.down {
    width: inherit;
    height: inherit;
    padding-top: 25px;
}


.visible-xs {
    display: none !important;
}

.fp-slidesNav.bottom {
    display: none;
    background: rgba(0, 0, 0, .6);
    border-radius: 8px;
}

.fp-slidesNav.bottom ul {
    display: flex;
}

.fp-slidesNav.bottom li {
    display: inherit;
    margin: 2px;
}

.fp-tableCell {
    overflow: hidden;
}
