<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.activityContainer{
    width:100%;
    max-width:1920px;
    margin:auto;
    min-height:1800px;
}
.activityHeader{
    width:100%;
    height:1141px;
    position:relative;
    background:url(/images/act2.jpg) no-repeat center center;
}
.activityHeader:before{
    content:'';
    height:356px;
    display:block;
    width:100%;
}
/* .activityHeader:after{
    position:absolute;
    display:block;
    content:'';
    width:862px;
    height:1141px;
    background:url(/images/act1.png) no-repeat;
    left:0;
    right:0;
    margin:auto;
    top:50px;
    z-index:1;
} */
.activityHeader .afterEl{
    position:absolute;
    display:block;
    width:862px;
    height:1141px;
    background:url(/images/act1.png) no-repeat;
    left:0;
    right:0;
    margin:auto;
    top:50px;
    z-index:1;
}
.activityHeader .openVideo{
    display:block;
    margin:auto;
    position:relative;
    z-index:2;
    width:70px;
    height:70px;
    background:url(/images/act6.png) no-repeat;
}
.activityHeader .openVideo i{
    display:block;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    width:70px;
    height:70px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    background:url(/images/act11.png) no-repeat;
    position:relative;
    z-index:3;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.decribeContent{
    width:542px;
    height:240px;
    background:url(/images/act14.png) no-repeat;
    margin:10px auto 40px;
    position:relative;
    z-index:2;
}
.activityHeader .clickBtn{
    display:block;
    text-align: center;
    line-height: 71px;
    width:187px;
    height:71px;
    margin:auto;
    cursor:pointer;
    background:url(/images/act10.png) no-repeat;
    font-size: 21px;
    letter-spacing: 3px;
    color: #ffffff;
    position:relative;
    z-index:2;
}
.activityHeader .clickBtn.hasOver{
    background-image:url(/images/act13.png);
}
.activityHeader .centerText{
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 1px;
    width:1033px;
    margin:auto;
    color: #cccccc;
    margin-top:20px;
    position:relative;
    z-index:2;
}
.activityHeader .arraw{
    width:11px;
    height:21px;
    display:block;
    margin:60px auto 0;
    background:url(/images/act8.gif) no-repeat;
}
.activityCenter{
    background:black;
}

.titleHead{
    width:150px;
    height:50px;
    line-height: 50px;
    text-align: center;
    background:url(/images/act12.png) no-repeat center 44px;
    margin:auto;
    font-size: 26px;
    letter-spacing: 4px;
    color: #facc1f;
    margin-bottom:30px;
}
.leftBorderP{
    height:16px;
    line-height: 16px;
    border-left:4px solid #f07113;
    padding-left:12px;
    width:1080px;
    text-align: left;
    box-sizing: border-box;
    font-size: 17px;
    margin-bottom:40px;
    letter-spacing: 3px;
    color: #cccccc;
    margin:auto;
    margin-bottom:15px;
}
.activityCenter .leftBorderP+.leftBorderP{
    margin-top:50px;
}
.numP+.leftBorderP{
    margin-top:40px;
    margin-bottom:0;
}
.orangeText{
    color:#facc1f;
}
.numP{
    padding-left:15px;
    height:16px;
    line-height: 16px;
    width:1000px;
    text-align: left;
    box-sizing: border-box;
    font-size: 17px;
    margin-bottom:40px;
    letter-spacing: 3px;
    color: #cccccc;
    margin:auto;
    margin-bottom:15px;
}

.activityFooter{
    padding-top:120px;
    width:100%;
    height:481px;
    background:url(/images/act3.jpg) no-repeat center center;
}

/*å¼¹çª—*/
.windowContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.reletContainer{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
/*æ›´æ”¹æ‰‹æœº*/
.changeCell {
    width: 550px;
    height: 290px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.windowSettingMail,.windowChangeMail {
    height: 220px;
}
.windowChangeCode{
    height:353px;
}
.cellHeader {
    width: 100%;
    height: 40px;
    background: #56bfeb;
}

.cellHeader span {
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 15px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
}

.cellHeader em {
    display: block;
    width: 15px;
    height: 15px;
    float: right;
    margin: 12px 15px 0 0;
    background: url("/images/closed.png") no-repeat;
    cursor: pointer;
}

.inputInfo {
    padding: 40px 40px 0;
}

.inputInfo div p {
    width: 110px;
    height: 30px;
    float: left;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #999999;
}

.inputInfo div input {
    width: 280px;
    height: 30px;
    border: 1px solid #e2e2e2;
    display: block;
    float: left;
    padding: 0 5px;
    background: #e2e2e2;
    color: #666666;
}

.inputInfo div .confirmCode {
    width: 170px;
}

.inputInfo div a {
    width: 105px;
    height: 30px;
    background-color: #56bfeb;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.inputInfo div span {
    display: block;
    clear: both;
    text-align: left;
    padding-left: 115px;
    height: 33px;
    line-height: 33px;
}

.inputInfo div em {
    color: #ff6565;
    display: none;
}

.changeCell .confirmCell {
    width: 105px;
    height: 36px;
    background-color: #56bfeb;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
    cursor: pointer;
    display: table;
    text-align: center;
    margin: 20px auto;
    float: none;
}

.activityHeader .afterEl{
    position:absolute;
    display:block;
    width:862px;
    height:1141px;
    background:url(/images/act1.png) no-repeat;
    left:0;
    right:0;
    margin:auto;
    top:50px;
    z-index:1;
}

.windowContainer{
    width:100%;
    height:100%;
    margin:auto;
    position:fixed;
    z-index:50;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
}
.appointmentContainer{
    width:840px;
    height:313px;
    position:absolute;
    top:160px;
    left:0;
    right:0;
    margin:auto;
    background:url(/images/act9.png) no-repeat;
}
.appointmentContainer img{
    width:207px;
    height:292px;
    position:relative;
    left:45px;
    top:-24px;
    float:left;
    margin-right:68px;
}
.appointmentContainer h2{
    font-size: 27px;
    letter-spacing: 4px;
    color: #facc1f;
    float: left;
    width: 500px;
    padding: 25px 0 5px;
}
.appointmentContainer h3{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #f07113;
    float:left;
    width:500px;
    margin-bottom:40px;
}
.appointmentContainer p{
    float:left;
    font-size: 17px;
    letter-spacing: 3px;
    color: #999999;
    width:550px;
    margin-bottom:18px;
}
.appointmentContainer p+p{
    margin-bottom:30px;
}
.appointmentContainer p span{
    color:#ffffff;
    padding-left:10px;
}
.appointmentContainer div span{
    display:block;
    width: 405px;
    height: 47px;
    background-color: #202121;
    float:left;
    font-size: 17px;
    letter-spacing: 3px;
    color: #facc1f;
    text-align: center;
    line-height: 47px;
}
.appointmentContainer div button{
    cursor:pointer;
    width: 131px;
    height: 47px;
    background-color: #f07113;
    line-height: 47px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 3px;
    color: #ffffff;
}

.closeWindow{
    width:25px;
    height:25px;
    background:url(/images/act7.jpg) no-repeat;
    position:absolute;
    display:block;
    right: 25px;
    top: 2px;
    cursor:pointer;
}
.videoContainer{
    width:980px;
    height:490px;
    position:absolute;
    margin:auto;
    left:0;right:0;top:0;bottom:0;
}
.videoContainer .closeWindow{
    right: -25px;
    top: 0px;
}

/*10.1å……å€¼æ´»åŠ¨*/
.rechargePart1{
    width:100%;
    max-width:1920px;
    margin:auto;
    height:674px;
    background:url(/images/bgac1.jpg) no-repeat center center;
}
.rechargePart1 p{
    width:100%;
    text-align: center;
    height:25px;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #66511a;
    font-weight: bold;
    float:left;
    margin-top:472px;
}
.rechargePart2{
    width:100%;
    max-width:1920px;
    margin:auto;
    height:850px;
    background:url(/images/bgac2.jpg) no-repeat center top rgb(64,57,47);
    position:relative;
}
.rechargePart2 a{
    display:block;
    position:absolute;
    bottom:72px;
    margin:auto;
    left:0;
    right:0;
    width:697px;
    height:81px;
    background:url(/images/btnac2.png) no-repeat center center;
}
.rechargePart2 a:hover{
    background-image:url(/images/btnac1.png);
}</pre></body></html>