﻿@charset "utf-8";

/*----------------公共部分----------------*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    font-size: 100px;
}


body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 24px;
    /*解决ie6缓动*/
    background-attachment: fixed;
    font: 24px/1.5 tahoma, arial, "Microsoft YaHei";
    outline: 0 none;
}

em,
i {
    font-style: normal;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

.imgContent {
    margin: 0px auto;
    width: 100%;
    height: auto;
}

    .imgContent img {
        width: 100%;
        display: block;
    }


/*************index*****************/
.bgCont {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    bottom: 3%;
    z-index: 100;
}

.threeCont.bgCont{
  bottom: 20%!important;
}

.bodyContent {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: #17141F;
}

.bodyImg {
    width: 100%;
    height: auto;
}

    .bodyImg img {
        width: 100%
    }

.bodybg {
    width: 100%;
    height: auto;
    display: block;
    background: #17141F;
}

.bgblack {
    width: 100%;
    height: auto;
    background: #17141F;
    display: inline-block;
}

.btnStyle img {
    width: 43%;
    border-radius: 10px;
    cursor: pointer;
}

    .btnStyle img:hover {
        box-shadow: 0 0 10px 2px rgba(93, 7, 110, 0.5);
    }

.btnStyle1 img {
    width: 43%;
    border-radius: 10px;
    cursor: pointer;
}

    .btnStyle1 img:hover {
        box-shadow: 0 0 10px 2px rgba(28, 19, 151, 0.5);
    }


.bodyFont {
    color: #BBBBBB;
    font-size: 0.35rem;
    width: 90%;
    margin-left: 5%;
}

.zytdCont {
    width: 100%;
    height: auto;
    background: #17141F;
}

    .zytdCont img {
        width: 100%;
    }

.teamBox {
    width: 100%;
    height: auto;
    background-image: url(../img/main/teamBg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.list {
    margin-left: 70px;
    font-size: 0;
    padding-top: 80px;
}

    .list li {
        display: inline-block;
        vertical-align: top;
        width: 31%;
        margin-bottom: 20px;
        margin-right: 12px;
    }

    .list .pic {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .list a {
        display: inline-block;
    }

    .list .info {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .list .info-avatar {
        display: inline-block;
        vertical-align: middle;
    }

    .list a {
        display: inline-block;
    }

    .list img {
        border: 0;
    }

    .list .info-name {
        display: inline-block;
        margin-left: 10px;
        font-size: 0.4rem;
        color: #fff;
        text-decoration: none;
        vertical-align: middle;
        font-weight: bold;
    }

        .list .info-name span {
            font-size: 0.3rem;
            color: #BBBBBB;
            font-weight: bold;
            margin-left: 11px;
        }

    .list .pic img {
        width: 240px;
        height: 240px;
        transform: scale(1.0);
    }

        .list .pic img:hover {
            transform: scale(1.2);
        }

    .list .pic .follower {
        position: absolute;
        left: 0;
        right: 0;
        top: 172px;
        bottom: 0;
        padding: 10px;
        font-size: 24px;
        color: #fff;
        background-color: #000;
        opacity: 0.4;
    }


    .list .info-line {
        border-bottom: 1px solid #3e3d3d;
        margin: 5px auto;
        margin-bottom:8px;
    }

    .list .info-text {
        font-size: 20px;
        text-align: left;
        color: #BBBBBB;
        font-size: 0.25rem;
    }

.mtbdBox {
    margin-left: 24px;
    margin-right: 44px;
    height: auto;
}

.before-item {
    display: flex;
    margin-bottom: 44px;
}

.item-right {
    position: relative;
}

    .item-right p {
        color: #C7C4D1;
        font-size: 14px;
    }

    .item-right img {
        width: 250px;
        height: auto;
        border-radius: 24px;
    }

.item-left {
    width: 70%;
    height: 194rpx;
    position: relative;
    font-size: 0.3rem;
    color: #7d8790;
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: 1px solid #3e3d3d;
}

.left-title {
    font-size: 30rpx;
    color: #333333;
    max-height: 100rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left-desc {
    color: #fff;
    font-size: 0.4rem;
}

    .left-desc a {
        color: #fff;
        font-size: 0.4rem;
    }

        .left-desc a:hover {
            color: #fff;
            font-size: 0.4rem;
        }

.eyes-time {
    font-size: 0.4rem;
    margin: 20px auto;
    display: block;
}

.talkBG {
    padding-bottom: 300px;
    background-image: url(../img/main/bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: initial;
    background-size: 100%;
    margin-bottom: 100px;
}

.talkCont {
    display: flex;
    margin: 80px 40px;
}

.talkCont-left {
}

    .talkCont-left img {
        width: 150px;
        height: 150px;
        border-radius: 100%;
    }

.talkCont-right {
    color: #C7C4D1;
    font-size: 24px;
    margin-left: 20px;
    margin-right: 40px;
}

    .talkCont-right .til {
        color: #997BE4;
        font-size: 0.35rem;
        margin-bottom: 20px;
    }

.pn {
    height: auto;
    display: block;
    padding: 10px;
    width: 100%;
    min-height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: 0.35rem;
    color: #C7C4D1;
    position: relative;
}

.btn {
    width: 80px;
    height: 20px;
    padding: 5px 3px 5px 3px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #CCC;
    color: #fff;
}

a.btn {
    color: #fff;
}

.content {
    border: 1px solid #CCC;
    display: none;
    padding: 5px;
}

.btm {
    text-align: right;
    height: 30px;
}

#triangle-left {
    position: absolute;
    left: -20px;
    top: 20px;
    width: 0;
    height: 0;
    border-right: 20px solid rgb(255, 255, 255, 0.1);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.custom-btn {
    width: 90%;
    height: 120px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
          7px 7px 20px 0px rgba(0, 0, 0, .1),
          4px 4px 5px 0px rgba(0, 0, 0, .1); */
    outline: none;
    margin-left: 5%;
}

/* 11 */
.btn-11 {
    border: none;
    background: rgb(251, 33, 117);
    background: linear-gradient(to right, #5808FB, #9929EA);
    color: #fff;
    overflow: hidden;
    font-size: 40px;
    font-family: SourceHanSansCN-Regular;
}

    .btn-11:hover {
        text-decoration: none;
        color: #fff;
    }

    .btn-11:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny-btn1 3s ease-in-out infinite;
    }

    .btn-11:hover {
        opacity: 1;
    }

    .btn-11:active {
        box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
    }


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.custom-btn1 {
    width: 150px;
    height: 70px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background-image: url(./img/222.jpg);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

/* 6 */
.btn-6 {
    background: url(./img/222.jpg);
    background: radial-gradient(circle, rgba(247, 150, 192, 1) 0%, rgba(118, 174, 241, 1) 100%);
    line-height: 42px;
    padding: 0;
    border: none;
}

    .btn-6 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-6:before,
    .btn-6:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 1px;
        box-shadow: -1px -1px 20px 0px rgba(255, 255, 255, 1), -4px -4px 5px 0px rgba(255, 255, 255, 1), 7px 7px 20px 0px rgba(0, 0, 0, .4), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    }

    .btn-6:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
    }

    .btn-6:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
    }

    .btn-6:hover {
        background: transparent;
        color: #76aef1;
        box-shadow: none;
    }

        .btn-6:hover:before {
            transition: all 500ms ease;
            height: 100%;
        }

        .btn-6:hover:after {
            transition: all 500ms ease;
            height: 100%;
        }

    .btn-6 span:before,
    .btn-6 span:after {
        position: absolute;
        content: "";
        box-shadow: -1px -1px 20px 0px rgba(255, 255, 255, 1), -4px -4px 5px 0px rgba(255, 255, 255, 1), 7px 7px 20px 0px rgba(0, 0, 0, .4), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    }

    .btn-6 span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: .5px;
        transition: all 500ms ease;
    }

    .btn-6 span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: .5px;
        transition: all 500ms ease;
    }

    .btn-6 span:hover:before {
        width: 100%;
    }

    .btn-6 span:hover:after {
        width: 100%;
    }

.goodIntroduction1 {
    width: 100%;
    cursor: pointer;
    padding-left: 12px;
}

.goodIntroduction2 {
    width: 100%;
    cursor: pointer;
    padding-left: 12px;
}

.goodIntroduction3 {
    width: 100%;
    cursor: pointer;
    padding-left: 12px;
}

#one {
    width: 100%;
}

#two {
    height: 100%;
    display: none;
    background: #CA60E1;
}

#three {
    height: 100%;
    display: none;
    background: #44179B;
    position: relative;
}

.topBtn {
    background: rgba(255, 255, 255, 0.3);
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: none;
    color: #fff;
    font-size: 40px;
    position: fixed;
    bottom: 2rem;
    right: 0.15rem;
    z-index: 9999;
}

.erweima {
    width: 660px;
    margin: 0px auto;
    display: none;
    margin-bottom:100px;
    /* position: absolute;
  bottom: -100px;
  left: 0px;
  right:0;
  margin-left: 10%;
  display: none;
  height:1200px; */
}

.erweimaImg {
    width: 660px;
    margin: 0px auto;
}

    .erweimaImg img {
        width: 660px;
        border-radius: 10px;
    }

#erweimaClose {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

    #erweimaClose img {
        width: 100px;
        height: 100px;
        text-align: center;
    }

/**************xing**************/
.xingImg {
    margin: 0px auto;
    width: 100%;
    height: auto;
}

.bgRed {
    background: #CA60E1;
}

.bgBlue {
    background: #44179B;
}

#mmContent {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin: 0px auto 0px;
    background: #CA60E1;
    padding: 10px auto;
}

    #mmContent ul li {
        float: left;
        padding: 0px 10px;
    }

        #mmContent ul li img {
            width: 170px;
            height: 290px;
            border-radius: 200px;
        }

#marquee1 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px auto 40px;
}

    #marquee1 ul li {
        float: left;
        padding: 0 5px;
    }

        #marquee1 ul li img {
            width: 240px;
            height: 180px;
            display: block;
            border: 2px solid #CA60E1
        }

#marquee2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 30px auto 0;
}

    #marquee2 ul li {
        float: left;
        padding: 0 5px;
    }

        #marquee2 ul li img {
            width: 240px;
            height: 180px;
            display: block;
            border: 2px solid #CA60E1
        }

#marquee3 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

    #marquee3 ul li {
        float: left;
        padding: 0 5px;
    }

        #marquee3 ul li img {
            width: 240px;
            height: 180px;
            display: block;
            border: 2px solid #CA60E1
        }

/**************star**************/
.starBody {
    margin: 0px auto;
    width: 100%;
    height: auto;
}

.starImg {
    margin: 0px auto;
    width: 100%;
    height: auto;
}

    .starImg img {
        width: 100%;
    }

.bgStar3 {
    position: relative;
    height: 860px;
    background-image: url(https://party-images.oss-cn-shanghai.aliyuncs.com/venues/images/star3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.star3Til {
    position: absolute;
    right: 75px;
    top: 150px;
    color: #fff;
    text-align: right;
}

    .star3Til h2 {
        font-size: 0.8rem;
    }

    .star3Til span {
        font-size: 0.6rem;
    }

.bgSatr3Font {
    width: 90%;
    padding: 45px;
    bottom: -10px;
    position: absolute;
    font-size: 0.3rem;
    color: #E9E4FF
}

.rol {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

.start2Font {
    height: 1750px;
    background-image: url(https://party-images.oss-cn-shanghai.aliyuncs.com/venues/images/star2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    color: #fff;
}

.starTil {
    position: absolute;
    left: 75px;
    top: 150px;
}

    .starTil h2 {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .starTil h3 {
        font-size: 0.6rem;
        font-weight: bold;
    }

.start2Font p {
    font-size: 0.4rem;
    color: #ffff;
    line-height: 70px;
}

.start2Body {
    position: absolute;
    left: 75px;
    top: 495px;
    width: 25%;
}

    .start2Body p {
        font-size: 0.3rem;
    }

.one {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}

.two img {
    width: 100%;
    height: 80%;
}

.two {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}

.one img {
    width: 100%;
    height: 80%;
}

.text {
    position: absolute;
    font-size: 18px;
    color: #FFF;
    top: 83%;
    left: 5%;
    /* width: 55%;
white-space: pre-wrap; */
}

.zol {
    width: 100%;
    height: 27%;
    position: absolute;
    top: 37%;
    left: 0;
}

.videos {
    display: none;
    position: fixed;
    left: 50%;
    top: 30%;
    width: 92%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    width: 25px !important;
    height: 25px !important;
}

.bgimg {
    width: 100%;
    height: 1737px;
    background-image: url(../img/tian/tian2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgFont {
    position: absolute;
    top: 12%;
    left: 5%;
    color: #fff;
}

    .bgimgFont p {
        margin-top: 10px;
        font-size: 0.4rem;
    }

    .bgimgFont h2 {
        font-size: 0.8rem;
    }

.bgimg3 {
    width: 100%;
    height: 1737px;
    background-image: url(../img/tian/tian3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgFont3 {
    position: absolute;
    top: 12%;
    left: 30%;
    color: #fff;
}

    .bgimgFont3 p {
        margin-top: 10px;
        font-size: 0.4rem;
    }

    .bgimgFont3 h2 {
        font-size: 0.8rem;
    }

.bgimg4 {
    width: 100%;
    height: 1073px;
    background-image: url(../img/tian/tian4.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgFont4 {
    position: absolute;
    top: 63%;
    left: 10%;
    color: #fff;
}

    .bgimgFont4 p {
        margin-top: 10px;
        font-size: 0.4rem;
    }

    .bgimgFont4 h2 {
        font-size: 0.8rem;
    }

.online {
    color: #fff;
    font-size: 0.4rem;
    margin-left: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

    .online span {
        color: #AAEEFF;
        font-size: 0.8rem;
        font-weight: bold;
        margin-left: 10px;
    }

.tips {
    color: #fff;
    margin-bottom: 60px;
    margin-top: 20px;
    margin-left: 20px;
}

    .tips h2 {
        text-indent: 4cm;
        font-size: 0.6rem;
        margin-bottom: 10px;
    }

    .tips p {
        font-size: 0.4rem;
        text-indent: 4cm
    }

.bgimgbottom {
    width: 100%;
    height: 152px;
    background-image: url(../img/tian/tian121.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgbottomFont {
    position: absolute;
    top: 4%;
    left: 34%;
    color: #fff;
    letter-spacing: 2px;
}

    .bgimgbottomFont h2 {
        font-size: 0.4rem;
        line-height: 45px;
    }

.bgimgbottom2 {
    width: 100%;
    height: 194px;
    background-image: url(../img/tian/tian122.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgbottomFont2 {
    position: absolute;
    top: 28%;
    left: 34%;
    color: #fff;
    letter-spacing: 2px;
}

    .bgimgbottomFont2 h2 {
        font-size: 0.4rem;
    }

.bgimgbottom3 {
    width: 100%;
    height: 172px;
    background-image: url(../img/tian/tian123.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgbottomFont3 {
    position: absolute;
    top: 51%;
    left: 34%;
    color: #fff;
    letter-spacing: 2px;
}

    .bgimgbottomFont3 h2 {
        font-size: 0.4rem;
        line-height: 45px;
    }

.bgimgbottomzong {
    width: 100%;
    height: 980px;
    background-image: url(../img/tian/tian12.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgimgbottomFont4 {
    position: absolute;
    top: 75%;
    left: 35%;
    color: #fff;
    letter-spacing: 2px;
}

    .bgimgbottomFont4 h2 {
        font-size: 0.4rem;
    }

.bgpur {
    background: #852cc2;
}

.bgmain1 {
    width: 100%;
    height: 980px;
    background-image: url(../img/main/main1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bgmainfont1 {
}

    .bgmainfont1 h1 {
        font-size: 0.7rem;
        font-weight: bold;
        color: #fff;
        letter-spacing: 20px;
        position: absolute;
        top: 541px;
        left: 60px;
        color: #fff;
    }

    .bgmainfont1 h2 {
        position: absolute;
        top: 741px;
        left: 60px;
        font-size: 0.4rem;
        color: #fff;
        letter-spacing: 5px;
    }

.english {
    position: absolute;
    top: 681px;
    left: 60px;
    font-size: 0.16rem;
    color: #fff;
    letter-spacing: 10px;
}

.englishtil {
    position: absolute;
    top: 799px;
    left: 60px;
    font-size: 0.32rem;
    color: #fff;
    letter-spacing: 5px;
}

.bgStarbottom {
    position: relative;
    height: 1700px;
    background-image: url(https://party-images.oss-cn-shanghai.aliyuncs.com/venues/images/star6.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.starbottomTil {
    position: absolute;
    right: 0;
    top: 160px;
    color: #fff;
    text-align: center;
    right: 0px;
    width: 100%;
}

    .starbottomTil h2 {
        font-size: 0.8rem;
    }

    .starbottomTil span {
        font-size: 0.6rem;
        margin-top: 20px;
    }

.tian6bg {
    height: 510px;
    background-image: url(../img/tian/tian6.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    position: relative;
}

.tian6Til {
    position: absolute;
    top: 270px;
    left: 240px;
    font-size: 0.6rem;
}

.tian11bg {
    height: 410px;
    background-image: url(../img/tian/tian11.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    position: relative;
}

.tian11Til {
    position: absolute;
    top: 200px;
    left: 240px;
    font-size: 0.6rem;
}

.videoFont {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 450px;
    left: 0;
    right: 0;
}

    .videoFont h2 {
        font-size: 0.8rem;
    }

    .videoFont h3 {
        font-size: 0.6rem;
    }

    .videoFont p {
        font-size: 0.3rem;
    }

.videoFont2 {
    position: absolute;
    color: #fff;
    text-align: left;
    top: 150px;
    left: 90px;
}

    .videoFont2 h2 {
        font-size: 0.8rem;
    }

    .videoFont2 h3 {
        font-size: 0.6rem;
    }

    .videoFont2 p {
        font-size: 0.3rem;
    }

#paidui {
  animation: paidui-breath 1.5s infinite;
}
@keyframes paidui-breath {
  0% { transform: scale(1); }
  50% { transform: scale(1.12); }
  100% { transform: scale(1); }
}
