@charset "utf-8";

body {
    max-width: 1920px;
    margin: 0 auto;
    font-size: .16rem;
    letter-spacing: 2px;
    text-indent: 2px;
    font-weight: 300;
    background-color: #363b4e;
}

.btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-list .btn {
    margin: 0 .4rem;
}

/* pop */
.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .7;
}
.close-btn {
    position: absolute;
    right: -.4rem;
    top: -.2rem;
    width: .62rem;
    height: .62rem;
    background: url(../images/close-btn.png) no-repeat center/contain;
    transition: transform .5s ease;
    cursor: pointer;
}
.close-btn:hover {
	transform: rotate(180deg);
}
.pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.pop-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    padding: .8rem 0;
    width: 6.94rem;
    height: 6.08rem;
    box-sizing: border-box;
    background: url(../images/pop-bg1.png) no-repeat center/100% 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.pop-title {
    position: relative;
    z-index: 1000;
    margin: 0 auto .4rem;
    width: 6.2rem;
    max-width: 100%;
    height: 1.42rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.p-login .pop-title {
    background-image: url(../images/pop-title1.png);
}
.p-login .form-server .pop-title {
    margin-bottom: 0;
    background-image: url(../images/pop-title2.png);
}
.pop-form {
    position: relative;
    z-index: 2;
}
.pop-form label {
    display: flex;
    margin: .3rem auto 0;
    width: 4.2rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(14, 22, 34, .18) inset;
}
.pop-form input {
    flex: 1;
    padding: .06rem .14rem;
    font-size: .16rem;
    outline: none;
    background: none;
}
.pop-form input:active {
    outline: none;
}
.pop-form button {
    margin: .4rem auto 0;
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
}
.pop-form label button {
    margin-top: 0;
    margin-left: .1rem;
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background-color: #e5736a;
    color: #fff;
    font-size: .18rem;
    transition: background-color .6s ease;
}
.pop-form label button:hover {
    background-color: #e45145;
}

/* login-form */
.form-login-before, .form-server {
    position: relative;
    z-index: 2;
}
.login-tips {
    position: absolute;
    top: -.36rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .18rem;
    text-align: center;
    color: #f3d9b0;
}
.login-form label .icon {
    position: relative;
    display: block;
    width: .6rem;
    height: .48rem;
    background-color: #395a89;
    border-radius: 10px 0 0 10px;
}
.login-form label .icon.icon-user::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 17px;
    height: 23px;
    background: url(../images/username-icon.png) no-repeat center;
    background-size: contain;
}
.login-form label .icon.icon-pwd::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 22px;
    background: url(../images/pwd-icon.png) no-repeat center;
    background-size: contain;
}
.login-form label input {
    font-size: .16rem;
    border: none;
    border-radius: 0 50px 50px 0;
}
.pop-form label#LA_code_box {
    height: 42px;
    background-color: #ffeddb;
}
.login-form label .icon.icon-yz {
    display: inline-block;
    float: left;
}
.login-form label input#LA_code {
    height: 40px;
    border-radius: 0;
    padding: 6px 14px;
    margin: 0;
    float: left;
}
.login-form label#LA_code_box span#LA_code_text {
    float: right;
}
.login-form label#LA_code_box span#LA_code_text.yzm_jp img {
    height: 40px !important;
    width: 110px !important;
    border-radius: 0 50px 50px 0;
}
.login-form label input.num_th_ip{
	border-radius: 0;
}
.form-server {
    display: none;
}
.lg-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 14px;
}
.lg-bottom a {
    display: block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.lg-bottom a.facebook-link {
    margin: 0 16px 0 8px;
    background-image: url(../images/facebook.png);
}
.lg-bottom a.line-link {
    background-image: url(../images/line.png);
}
.server-tips {
    display: block;
    font-size: .18rem;
    text-align: center;
    color: #f3d9b0;
}
.serveBox {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 4.2rem;
    margin-top: .2rem;
    background: #fff;
    box-shadow: 0 4px 4px rgba(14, 22, 34, .18) inset;
    border-radius: 10px;
}
.serveBox::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .1rem;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #395a89 transparent transparent transparent;
}
.serveBox.userRole {
    margin-top: .3rem;
}
.serveBox>span {
    width: 1.38rem;
    height: .48rem;
    font-size: .16rem;
    text-align: center;
    line-height: .48rem;
    background-color: #395a89;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.serveBox select {
    flex: 1;
    padding: 0 .1rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .16rem;
    border-radius: 0 10px 10px 0;
    border: none;
    background-color: #ffeddb;
    outline: none;
}
.p-login .loginBtn {
    width: 4.2rem;
    max-width: 100%;
    height: .58rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background: url(../images/pop-btn1.png) no-repeat center/contain;
    box-shadow: 0 4px 8px rgba(90, 57, 20, .18);
}
.form-server .binding {
    width: 4.2rem;
    max-width: 100%;
    height: .58rem;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background: url(../images/pop-btn2.png) no-repeat center/contain;
    box-shadow: 0 4px 8px rgba(90, 57, 20, .18);
}

/* reward-list */
.reward-w .pop-title {
    margin-bottom: .1rem;
    background-image: url(../images/pop-title3.png);
}
.reward-list {
    position: relative;
    z-index: 2;
    margin: 0 .6rem;
    max-height: 3rem;
    overflow-y: auto;
}
.reward-list ul li {
    display: flex;
    justify-content: center;
    font-size: .16rem;
    text-align: center;
}
.reward-list ul li span {
    display: block;
    margin: 0px .05rem;
    width: 46%;
    height: .48rem;
    font-size: .16rem;
    color: #000;
    line-height: .48rem;
    background-color: #fff;
    border-bottom: 1px solid #cce1ff;
}
.reward-list ul li:nth-child(1) span {
    background-color: #395a89;
    color: #fff;
}

/* 活動說明 */
.p-activities .pop-main {
    background-image: url(../images/pop-bg2.png);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.p-activities .pop-title {
    margin-bottom: .2rem;
    height: auto;
    font-size: .38rem;
    text-align: center;
    text-indent: 2px;
    line-height: inherit;
    font-weight: 600;
    background: linear-gradient(#ffeaca, #ffd18a);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.state-list {
    position: relative;
    z-index: 10;
    margin: 0 .7rem;
    max-height: 52vh;
    overflow-y: auto;
}
.state-list li {
    display: flex;
    margin-bottom: .1rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff6d4;
}
.state-list li i {
    display: block;
    margin: .02rem .1rem 0 0;
    width: .28rem;
    height: .28rem;
    font-style: normal;
    text-align: center;
    line-height: .28rem;
    color: #fff;
    background: url(../images/num-bg.png) no-repeat center;
    background-size: contain;
}
.state-list li span {
    flex: 1;
}

/* common-btn */
.btn {
    height: .55rem;
    line-height: .48rem;
    color: #fff6d4;
    text-align: center;
    font-size: .22rem;
    text-shadow: 0 2px 1px rgba(69, 65, 48, .6);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity .6s ease;
    cursor: pointer;
}
.btn1 {
    display: block;
    width: 1.6rem;
    background-image: url(../images/btn-1.png);
}
.btn2 {
    width: 2rem;
    background-image: url(../images/btn-2.png);
}
.btn:hover {
    opacity: .8;
}

/* 活動說明按鈕 */
.activities-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.04rem;
    height: 2.66rem;
    background-image: url(../images/btn-3.png);
}
.activities-btn i {
    display: block;
    margin: .1rem 0 0 .08rem;
    width: .18rem;
    font-size: .18rem;
    color: #a77744;
    font-weight: 500;
    text-indent: 0;
    letter-spacing: 0;
    line-height: .26rem;
    text-shadow: 0 0 5px rgba(250, 235, 212, 1);
}

.section-1 .con .activities-btn {
    top: -.5rem;
    right: -.9rem;
}
.section-2 .con .activities-btn {
    top: -.6rem;
    left: -.9rem;
}

/* 元素 */
.element {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.element-1 {
    top: 2.2rem;
    right: 0;
    z-index: 2;
    width: 2.6rem;
    height: 6.31rem;
    background-image: url(../images/element-1.png);
}
.element-2 {
    top: .4rem;
    left: 0;
    z-index: 2;
    width: 2.66rem;
    height: 6.3rem;
    background-image: url(../images/element-2.png);
}
.element-3 {
    top: -.1rem;
    right: 0;
    z-index: 2;
    width: 3.18rem;
    height: 6.3rem;
    background-image: url(../images/element-3.png);
}
.section-1 .element-p {
    bottom: .14rem;
    left: .94rem;
    z-index: 2;
    width: 6.68rem;
    height: 8.5rem;
    background-image: url(../images/con1-sp.png);
}
.section-2 .element-p {
    right: 1.4rem;
    top: -.9rem;
    width: 4.66rem;
    height: 8.12rem;
    background-image: url(../images/sp-1.png);
}
.element-cat {
    width: 1.1rem;
    height: 1.64rem;
    background-image: url(../images/cat.png);
}
.section-2 .element-cat {
    left: 4rem;
    bottom: .2rem;
}
.section-3 .element-p {
    bottom: 1.4rem;
    left: 4rem;
    z-index: 2;
    width: 2.48rem;
    height: 4.9rem;
    background-position: center top;
    background-image: url(../images/sp-2.png);
}
.section-3 .element-cat {
    right: 5rem;
    bottom: 1.4rem;
    transform: rotateY(180deg);
}

/* top-nav */
.top-nav {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: .8rem;
    background: rgba(255, 250, 237, .6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 .4rem rgba(38, 28, 19, .4);
}
.top-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-nav ul li {
    position: relative;
    line-height: .8rem;
    cursor: pointer;
}
.top-nav ul li a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0 .3rem;
    min-width: 2rem;
    text-align: center;
    color: #826a51;
    font-size: .24rem;
    font-weight: 400;
    transition: color .6s ease;
}
.top-nav ul li.on a {
    color: #ffe7c8;
    background-image: linear-gradient(#ffb959, #b66d14);
}
.top-nav ul li a:hover {
    color: #ffe7c8;
}
.top-nav ul li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-image: linear-gradient(#ffb959, #b66d14);
    transition: height .6s ease;
}
.top-nav ul li:hover::after {
    height: 100%;
    background-image: linear-gradient(#ffb959, #b66d14);
}
.top-nav .login-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: .4rem;
    margin: auto;
    font-size: .24rem;
    line-height: .52rem;
    font-weight: 400;
}
.top-nav .exit-btn{
	display:none;
}
.top-nav.fixed {
    background: rgba(255, 255, 255, 0.88);
    height: .6rem;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
    transition: all .5s ease;
}
.top-nav.fixed ul li {
    line-height: .6rem;
}
.top-nav.fixed .nav-list li a {
    height: .6rem;
    line-height: .6rem;
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    min-height: 10.8rem;
    background: url(../images/banner.png) no-repeat center top/contain;
}
.banner .logo {
    position: absolute;
    top: 1.2rem;
    right: .2rem;
    margin: auto;
    width: 1.84rem;
    height: 3rem;
    background: url(../images/logo.png) no-repeat center/contain;
}
.banner .slogan {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 1rem;
    margin: auto;
    width: 4.54rem;
    height: 6.5rem;
    background: url(../images/slogan.png) no-repeat center/contain;
}

/* section title */
.title {
    position: relative;
    z-index: 5;
    margin: 0 auto .5rem;
    width: 4.78rem;
    height: 1.82rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.title::after {
    content: '';
    position: absolute;
    left: -2.2rem;
    bottom: .16rem;
    width: 2.64rem;
    height: 1.12rem;
    background: url(../images/title-m.png) no-repeat center;
    background-size: contain;
}
.title::before {
    content: '';
    position: absolute;
    right: -2.2rem;
    bottom: .16rem;
    width: 2.64rem;
    height: 1.12rem;
    background: url(../images/title-m.png) no-repeat center;
    background-size: contain;
    transform: rotateY(180deg);
}

.section {
    position: relative;
    width: 19.2rem;
    max-width: 100%;
    box-sizing: border-box;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* section-1 */
.section-1 {
    margin-top: -1.6rem;
    padding-top: 2.1rem;
    height: 12.58rem;
    background-image: url(../images/main-1-bg.png);
}
.section-1::after {
    content: "";
    position: absolute;
    top: .4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 19.2rem;
    max-width: 100%;
    height: 12.58rem;
    max-height: 100%;
    background: url(../images/l1.png) no-repeat center/contain;
    animation: move 1.8s infinite;
}
@keyframes move {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
.section-1 .title {
    background-image: url(../images/title-1.png);
}
.section-1 .con {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: .46rem 0;
    width: 8.88rem;
    height: 8.12rem;
    box-sizing: border-box;
    background: url(../images/main1-Conbg.png) no-repeat center/100% 100%;
}
.section-1 .activities {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-1 .activities span {
    font-size: .16rem;
    color: #ffe7c8;
}
.section-1 .cake-list {
    margin-top: .26rem;
}
.section-1 .cake-list ul, .section-1 .user-info ul, .section-1 .material-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.section-1 .cake-list ul li {
    margin-right: .3rem;
    width: 1.48rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: transform .6s ease;
}
.section-1 .cake-list ul li:last-child, .section-1 .user-info ul li:last-child, .section-1 .material-list ul li:last-child {
    margin-right: 0;
}
.section-1 .cake-list ul li:hover {
    transform: translateY(-.1rem);
}
.section-1 .cake-list ul li.cake1 {
    background-image: url(../images/cake-1.png);
}
.section-1 .cake-list ul li.cake2 {
    background-image: url(../images/cake-2.png);
}
.section-1 .cake-list ul li.cake3 {
    background-image: url(../images/cake-3.png);
}
.section-1 .cake-list ul li.cake4 {
    background-image: url(../images/cake-4.png);
}
.section-1 .user-info {
    margin: -.2rem auto 0;
    width: 8.16rem;
    height: .64rem;
    background: url(../images/textBg.png) no-repeat center/100% 100%;
}
.section-1 .user-info ul li {
    position: relative;
    margin-right: .9rem;
    font-size: .2rem;
    color: #ffe7c8;
}
.section-1 .user-info ul li span:nth-child(2) {
    color: #ffab58;
}
.section-1 .user-info p.user-info-tips {
    position: absolute;
    left: 0;
    right: 0;
    margin: .1rem auto 0;
    font-size: .14rem;
    color: #e5736a;
    text-align: center;
}
.section-1 .material-list .tips {
    display: flex;
    justify-content: center;
    margin-top: .3rem;
    color: #ffd37c;
    text-align: center;
    text-shadow: 0 2px 2px rgba(114, 62, 0, .62);

}
.section-1 .material-list .tips span {
    margin-right: .4rem;
}
.section-1 .material-list .tips span:last-child {
    margin-right: 0;
}
.section-1 .material-list .tips span i {
    display: inline-block;
    margin-right: .06rem;
    width: .2rem;
    height: .2rem;
    font-style: normal;
    color: #fff;
    background: url(../images/num-bg.png) no-repeat center;
    background-size: contain;
}
.section-1 .material-list {
    margin-top: .3rem;
}
.section-1 .material-list h3 {
    margin-bottom: .3rem;
    text-align: center;
    line-height: 1;
    font-size: .26rem;
    color: #ffe2b6;
    font-weight: 300;
    text-shadow: 0 2px 2px rgba(114, 62, 0, .62);
}
.section-1 .material-list ul {
    margin-bottom: .4rem;
}
.section-1 .material-list li {
    position: relative;
    margin-right: .4rem;
    padding: .2rem 0;
    width: 1.4rem;
    height: 1.6rem;
    box-sizing: border-box;
    background: url(../images/materialBg.png) no-repeat center/contain;
}
.section-1 .material-list li .material-icon {
    display: block;
    margin: 0 auto .1rem;
    width: .9rem;
    height: .92rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.section-1 .material-list li .material1 {
    background-image: url(../images/material-1.png);
}
.section-1 .material-list li .material2 {
    background-image: url(../images/material-2.png);
}
.section-1 .material-list li .material3 {
    background-image: url(../images/material-3.png);
}
.section-1 .material-list li .material4 {
    background-image: url(../images/material-4.png);
}
.section-1 .material-list li p {
    text-align: center;
    font-size: .16rem;
    color: #ffe7c8;
    text-align: center;
}
.section-1 .material-list li p i {
    font-style: normal;
}

/* section-2 */
.section-2 {
    padding-top: .4rem;
    height: 10.8rem;
    background-image: url(../images/main-2-bg.jpg);
}
.section-2::after {
    content: "";
    position: absolute;
    top: .4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 19.2rem;
    max-width: 100%;
    height: 6.45rem;
    max-height: 100%;
    background: url(../images/l2.png) no-repeat center/contain;
    animation: move 1.8s infinite;
}
.section-2 .title {
    background-image: url(../images/title-2.png);
}
.section-2 .con {
    position: relative;
    z-index: 10;
}
.section-2 .team-w {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: .7rem .7rem 0;
    width: 8.88rem;
    height: 6.92rem;
    box-sizing: border-box;
    background: url(../images/main-2-conBg.png) no-repeat center/100% 100%;
}
.section-2 .team-w h3 {
    margin-bottom: .3rem;
    text-align: center;
    line-height: 1;
    font-size: .32rem;
    color: #ffe2b6;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(114, 62, 0, .62);
}
.section-2 .activities {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .4rem 0;
    text-align: center;
}
.section-2 .activities span {
    margin-right: .3rem;
    font-size: .28rem;
    color: #a02734;
    letter-spacing: .02rem;
    text-indent: .02rem;
}
.section-2 .activities span em {
    font-style: normal;
    color: #e5736a;
}
.section-2 .team-list ul, .section-2 .team-btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-2 .team-list ul li {
    margin: 0 .4rem .3rem 0;
    width: 1.1rem;
    text-align: center;
}
.section-2 .team-list ul li:nth-child(n+6) {
    margin-bottom: 0;
}
.section-2 .team-list ul li img {
    width: 100%;
    height: auto;
}
.section-2 .team-list ul li:nth-child(5n) {
    margin-right: 0;
}
.section-2 .team-list ul li div {
    display: inline-block;

}
.section-2 .team-list ul li span {
    color: #ffe7c8;
}
.section-2 .team-list ul li span.servo-name {
    font-size: .18rem;
    color: #ffab58;
}
.section-2 .team-btnList {
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.1rem;
    margin: auto;
}
.section-2 .team-btnList div {
    margin-right: .3rem;
}
/* .section-2 .team-btnList div:first-child {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: .03rem;
    font-size: .16rem;
    color: #e5736a;
    cursor: pointer;
}
.section-2 .team-btnList div:first-child i {
    display: block;
    margin-right: .01rem;
    width: .16rem;
    height: .16rem;
    background: url(../images/back.png) no-repeat left center;
    background-size: contain;
}
.section-2 .team-btnList div:first-child::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.01rem;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: #e5736a;
    transition: width .6s ease;
}
.section-2 .team-btnList div:first-child:hover::after {
    width: 100%;
} */
.section-2 .team-btnList div:last-child {
    margin-right: 0;
}
.section-2 .operation-list {
    display: flex;
    align-items: center;
    position: absolute;
    top: -.5rem;
    bottom: 0;
    left: .7rem;
    right: .7rem;
    margin: auto;
    min-height: 3.3rem;
    overflow: hidden;
}
/* .section-2 .operation-list .team-id {
    position: absolute;
    text-align: center;
    top: .9rem;
    left: 0;
    right: 0;
    margin: auto;
} */
.section-2 .common-style {
    display: none;
    width: 100%;
    text-align: center;
}
.section-2 .common-style.cut {
    display: block;
}
.section-2 .common-style .team-o {
    margin-bottom: .1rem;
    font-size: .2rem;
    font-weight: 500;
    color: #f9e7cd;
}
.section-2 .common-style .tips {
    margin-bottom: .1rem;
    font-size: .14rem;
    color: #ffd37c;
}
.section-2 .common-style .team-o i {
    display: block;
    font-style: normal;
    font-size: .18rem;
    font-weight: normal;
    color: #7d7d7d;
}
.section-2 .common-style label {
    display: block;
    height: .92rem;
    transition: all .6s ease;
}
.section-2 .common-style label.on {
    margin-bottom: .2rem;
    height: .36rem;
}
.section-2 .common-style label.on .find-btn {
    display: inline-block;
    margin: 0 0 0 .1rem;
}
.section-2 .common-style input {
    width: 3.2rem;
    padding: .08rem .14rem;
    font-size: .16rem;
    border: 1px solid #f3e4cf;
    border-radius: 10px;
    background-color: #fff8ef;
    outline: none;
}
.section-2 .common-style label button {
    position: relative;
    display: block;
    width: 1.4rem;
    height: .4rem;
    line-height: .4rem;
    margin: .2rem auto;
    font-size: .18rem;
    text-align: center;
    color: #fff6d4;
    border-radius: 10px;
    border: none;
    outline: none;
    letter-spacing: 4px;
    text-indent: 4px;
    transition: background-color .6s ease;
    cursor: pointer;
    text-shadow: 0 1px 1px rgb(69 65 48 / 60%);
    background-image: linear-gradient(#ffc77c, #bd7927);
}
.section-2 .common-style label button:hover {
    background-color: #e5756c;
}
input:active, button:active {
    outline: none;
}
.section-2 .common-style .back-teamList {
    display: inline-block;
    padding-bottom: .03rem;
    color: #e98880;
    font-size: .14rem;
    border-bottom: 1px solid #e98880;
    cursor: pointer;
    transition: color .6s ease;
}
.section-2 .common-style .back-teamList:hover {
    color: #e5736a;
}
.section-2 .find-result {
    display: none;
    margin-bottom: .6rem;
}
.section-2 .find-result>p {
    margin-bottom: .05rem;
    font-size: .14rem;
}
.section-2 .find-result ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 4rem;
    padding: 0 0 0 .14rem;
    margin: 0 auto .1rem;
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    border-radius: 50px;
    background-color: #fff8ef;
}
.section-2 .find-result ul li .team-name {
    flex: 1;
    color: #656565;
    text-align: left;
}
.section-2 .find-result ul li em {
    font-size: .16rem;
    font-style: normal;
    color: #a02734;
}
.section-2 .find-result .joinBtn {
    width: .7rem;
    height: .36rem;
    text-align: center;
    color: #fff;
    background-color: #e98880;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: background-color .6s ease;
}
.section-2 .find-result .joinBtn:hover {
    background-color: #e5736a;
}

/* section-3 */
.section-3 {
    height: 11rem;
    background-image: url(../images/main-3-bg.jpg);
}
.section-3::after {
    content: "";
    position: absolute;
    top: -.4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 19.2rem;
    max-width: 100%;
    height: 9.12rem;
    max-height: 100%;
    background: url(../images/l3.png) no-repeat center/contain;
    animation: move 1.8s infinite;
}
.section-3 .title {
    background: url(../images/title-3.png) no-repeat center;
    background-size: contain;
}
.section-3 .sweepstake {
    position: relative;
    z-index: 10;
    margin: 0 auto .5rem;
    width: 6.52rem;
    height: 6.52rem;
}
.section-3 .sweepstake::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.7rem;
    margin: auto;
    width: 5.2rem;
    height: 1.44rem;
    background: url(../images/rotaryCon-ty.png) no-repeat center/contain;
}
.section-3 .sweepstake .sweepstake-info {
    position: relative;
    z-index: 2;
    margin: 0 auto .5rem;
    width: 6.52rem;
    height: 6.52rem;
    background: url(../images/rotaryCon.png) no-repeat center;
    background-size: contain;
}
.section-3 .sweepstake .sweepstake-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 1.4rem;
    height: 1.82rem;
    background: url(../images/rotaryBtn.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.section-3 .sweepstake .sweepstake-arrow {
    position: absolute;
    top: -.02rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: .76rem;
    height: 1rem;
    background: url(../images/rotary-a.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.section-3 .tips {
    position: relative;
    top: -.2rem;
    z-index: 2;
    text-align: center;
    font-size: .16rem;
    color: #ffd37c;
    text-shadow: 0 1px 2px rgba(135, 74, 0, .62);
}
.section-3 .tips i {
    position: relative;
    display: inline-block;
    padding: 0 .05rem;
    font-weight: 500;
    font-style: normal;
    font-size: .2rem;
    color: #fff9e3;
}
.section-3 .btn-list {
    position: relative;
    z-index: 10;
    margin-top: .1rem;
}

/* section-4 */
.section-4 {
    height: 6.24rem;
    background-image: url(../images/main-4-bg.jpg);
    overflow: inherit;
}
.section-4::after {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 19.2rem;
    max-width: 100%;
    height: 3.34rem;
    max-height: 100%;
    background: url(../images/l4.png) no-repeat center/contain;
    animation: move 1.8s infinite;
}
.section-4 .title {
    margin-bottom: .3rem;
    width: auto;
    height: auto;
    text-align: left;
    font-size: .26rem;
    line-height: 1;
    font-weight: 500;
    color: #ffb96a;
    text-shadow: 0 2px 2px rgba(114, 62, 0, .62);
}
.section-4 .title::after,
.section-4 .title::before {
    display: none;
}
.section-4 .con {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: .56rem .46rem .16rem;
    width: 10.24rem;
    min-height: 5.24rem;
    box-sizing: border-box;
    background: url(../images/rulesBg.png) no-repeat center/100% 100%;
}
.section-4 ul {
    margin: 0 auto;
    width: 100%;
}
.section-4 ul li {
    display: flex;
    margin-bottom: .14rem;
    font-size: .18rem;
    line-height: .32rem;
    color: #fff6d4;
    text-shadow: 0 1px 1px #372208;
}
.section-4 ul li i {
    display: block;
    margin-right: .1rem;
    width: .28rem;
    height: .28rem;
    font-style: normal;
    text-align: center;
    line-height: .28rem;
    color: #ffeace;
    text-shadow: 0 1px 1px #372208;
    background: url(../images/num-bg.png) no-repeat center;
    background-size: contain;
}
.section-4 ul li span {
    flex: 1;
}
.section-4 ul li em {
    color: #ffd09a;
}

/* footer */
footer {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 1rem;
    background-color: #363b4e;
    overflow: hidden;
}
footer .footer-con {
    margin: 0 auto;
    width: 12rem;
    height: 100%;
}
footer .footer-con span {
    font-family: 'Noto Serif SC', serif;
    font-size: .12rem;
    color: #fff;
}
footer .fl {
    float: left;
}
footer .fl img {
    float: left;
    margin-top: .23rem;
    width: 1.15rem;
}
footer .fl span {
    float: right;
    margin-top: .4rem;
    margin-left: .1rem;
    line-height: .2rem;
}
footer .fr {
    float: right;
    min-width: 2.6rem;
    height: 100%;
    display: flex;
    align-items: center;
}
footer .fr img {
    float: left;
    width: .44rem;
    height: auto;
    margin-right: .06rem;
}
footer .fr span {
    /* width: 1.9rem; */
    float: right;
}

@media (max-width: 800px) {
    .banner .slogan {
        top: 2rem;
        width: 4.54rem;
        height: 5rem;
    }
    .top-nav ul {
        justify-content: end;
        margin-left: .4rem;
    }
    .top-nav ul li a {
        padding: 0 .2rem;
        font-size: .2rem;
    }
    .nav-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .5);
    }
    .btn2 {
        background-image: url(../images/btn-1.png);
    }
    .btn1, .btn2 {
        width: 2rem;
        height: .64rem;
        line-height: .6rem;
        font-size: .28rem;
        text-indent: .1rem;
        image-rendering:-moz-crisp-edges;
		image-rendering:-o-crisp-edges;
		image-rendering:-webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode:nearest-neighbor;

    }
    .btn-list .btn {
        margin: 0;
        width: 4.4rem;
        height: .88rem;
        line-height: .8rem;
    }
    .top-nav {
        display: flex;
        align-items: center;
        height: 1rem;
    }
    .top-nav .menu {
        display: none;
        /* display: flex;
        flex-wrap: wrap;
        margin-left: .2rem;
        width: .6rem; */
    }
    .top-nav .menu span {
        display: inline-block;
        margin-bottom: .16rem;
        width: 100%;
        height: 2px;
        background-color: #e5736a;
    }
    .top-nav .menu span:last-child {
        margin-bottom: 0;
    }
    .top-nav .login-btn {
        line-height: .6rem;
        right: .2rem;
        font-size: .28rem;
    }
    .top-nav ul {
        margin-left: 0;
        transition: all .6s ease;
    }
    .top-nav ul.navShow {
        height: 7.2rem;
    }
    .top-nav ul li {
        text-align: center;
    }
    .top-nav ul li:nth-child(2), .top-nav ul li:nth-child(3), .top-nav ul li:nth-child(4), .top-nav ul li:nth-child(7), .top-nav ul li:nth-child(8) {
        display: none;
    }
    .top-nav ul li a {
        padding: 0 .2rem;
        min-width: auto;
        color: #333;
        font-size: .32rem;
        line-height: 1;
    }
    .top-nav ul li.on a {
        color: #b67023;
        background: none;
    }
    .top-nav ul li::after {
        display: none;
    }
    .top-nav.fixed {
        height: .88rem;
    }
    .top-nav.fixed ul li {
        line-height: .8rem;
    }
    .banner {
        width: 100%;
        height: 15.5rem;
        background: url(../images/banner-m.jpg) no-repeat center top;
        background-size: 100%;
    }
    .element-1 {
        right: auto;
        left: 0;
        transform: rotateY(180deg);
    }
    .element-p {
        display: none;
    }

    .section {
        height: auto !important;
        background-size: cover;
        background-position: center;
    }
    .section-1 {
        margin-top: -4rem;
        padding: 2rem 0 .6rem;
    }
    .section-1 .con {
        padding: .32rem;
        width: 90%;
        height: auto;
        background: #567eb6;
        border: 2px solid rgba(255, 223, 174, .7);
        border-radius: 10px;
    }
    .title::after,
    .title::before {
        display: none;
    }
    .section-1 .activities {
        height: auto;
    }
    .section-1 .activities span {
        flex: 1;
        margin-right: .4rem;
        font-size: .248rem;
        text-align: center;
    }
    .section-1 .con .activities-btn {
        top: -1.4rem;
        right: -.4rem;
    }
    .activities-btn i {
        width: .36rem;
        font-size: .28rem;
        line-height: .28rem;
    }
    .section-1 .user-info {
        margin-bottom: .4rem;
        padding: .2rem 0;
        width: 100%;
        height: auto;
    }
    .section-1 .user-info ul {
        flex-wrap: wrap;
    }
    .section-1 .user-info ul li {
        margin-right: .32rem;
        font-size: .28rem;
    }
    .section-1 .user-info ul li:nth-child(3) {
        margin-right: 0;
    }
    .section-1 .user-info ul li .btn1 {
        margin: 0 auto;
    }
    /* .section-1 .user-info ul li p {
        position: relative;
        margin: .3rem auto 0;
        line-height: .56rem;
    } */
    .section-1 .user-info p.user-info-tips {
        bottom: -.5rem;
        margin: 0;
        font-size: .28rem;
    }
    .section-1 .material-list h3 {
        font-size: .32rem;
    }
    .section-1 .material-list ul {
        margin-left: 0;
    }
    .section-1 .material-list .tips {
        margin-top: .2rem;
        flex-wrap: wrap;
        font-size: .28rem;
    }
    .section-1 .material-list .tips span {
        margin-right: 0;
        margin-bottom: .2rem;
        width: 100%;
        font-size: .24rem;
    }
    .section-1 .material-list .tips span i {
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        text-align: center;
    }
    .section-1 .make-cake {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: .3rem auto .2rem;
    }
    .section-1 .material-list ul li {
        margin-right: .5rem;
        width: auto;
        height: auto;
        background: none;
    }
    .section-1 .material-list li .material-icon {
        width: 1rem;
        height: 1.02rem;
    }
    .section-1 .material-list ul li p {
        font-size: .28rem;
    }

    .element-2 {
        left: auto;
        right: 0;
        transform: rotateY(180deg);
    }
    .section-2 {
        padding: .6rem 0;
    }
    .section-2 .team-w {
        margin: 0 auto;
        padding: .4rem;
        width: 90%;
        height: auto;
        background: #567eb6;
        border: 2px solid rgba(255, 223, 174, .7);
        border-radius: 10px;
    }
    .section-2 .team-w h3 {
        margin-bottom: .5rem;
        font-size: .4rem;
    }
    .section-2 .activities {
        display: block;
        padding-top: 0;
        margin: 0 0 .4rem 0;
    }
    .section-2 .team-list {
        margin-bottom: 0rem;
    }
    .section-2 .activities span {
        display: block;
        margin-right: 0;
        text-align: center;
        font-size: .4rem;
    }
    .section-2 .con .activities-btn {
        top: -1rem;
        left: -.5rem;
    }
    .section-2 .operation-list {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: auto;
        overflow: hidden;
    }
    .section-2 .team-list ul {
        justify-content: end;
    }
    .section-2 .team-list ul li {
        margin-right: 2.7%;
        width: 17.8%;
    }
    .section-2 .team-list ul li span {
        display: block;
        font-size: .28rem;
        line-height: .28rem;
    }
    .section-2 .team-list ul li span.user-name {
        line-height: .36rem;
    }
    .section-2 .team-btnList {
        position: relative;
        bottom: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .4rem;
        width: 100%;
    }
    .section-2 .team-btnList div {
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .section-2 .team-btnList .btn {
        margin-bottom: .32rem;
        width: 46%;
        height: .88rem;
        line-height: .8rem;
    }
    .section-2 .common-style .team-o {
        font-size: .4rem;
    }
    .section-2 .common-style label {
        height: auto;
    }
    .section-2 .common-style label.on {
        height: auto;
    }
    .section-2 .common-style label.on .find-btn {
        margin: .2rem auto .2rem;
    }
    .section-2 .common-style input {
        width: 80%;
        padding: .16rem .28rem;
        font-size: .28rem;
    }
    .section-2 .common-style label button {
        padding: .16rem 0;
        margin: .2rem auto .4rem;
        width: 2rem;
        height: auto;
        font-size: .28rem;
    }

    .section-2 .find-result>p {
        margin-bottom: .2rem;
        font-size: .28rem;
    }
    .section-2 .find-result ul li {
        width: 100%;
        padding: 0 0 0 .28rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .28rem;
        background-color: #f7e5e3;
    }
    .section-2 .find-result .joinBtn {
        width: 1.4rem;
        height: .8rem;
    }

    .section-3 {
        padding: .6rem 0;
    }
    .element-3 {
        right: auto;
        left: 0;
        transform: rotateY(180deg);
    }
    .section-3 .sweepstake, .section-3 .sweepstake .sweepstake-info {
        width: 7rem;
        height: 7rem;
    }
    .element-cat {
        display: none;
    }
    .section-3 .sweepstake .sweepstake-btn {
        width: 2rem;
        height: 3rem;
    }
    .section-3 .tips {
        z-index: 10;
        margin: 0 auto;
        max-width: 90%;
        font-size: .28rem;
    }
    .section-3 .tips i::after {
        display: none;
    }

    .section-4 {
        padding: .6rem 0;
    }
    .section-4 .con {
        padding: .32rem;
        width: 90%;
        background: none;
        border: 2px solid rgba(255, 223, 174, .7);
        border-radius: 10px;
    }
    .section-4 .title {
        text-align: center;
        font-size: .4rem;
    }
    .section-4 ul li {
        margin-bottom: .32rem;
        font-size: .28rem;
        line-height: .4rem;
    }
    .section-4 ul li:last-child {
        margin-bottom: 0;
    }
    .section-4 ul li i {
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
    }

    footer {
        margin-top: 0;
        height: auto;
    }
    footer .footer-con {
        display: flex;
        justify-content: space-between;
        padding: .2rem 0;
        width: 94%;
    }
    footer .fl {
        width: 48%;
    }
    footer .fr {
        flex-wrap: wrap;
        width: 48%;
    }
    footer .fl img {
        margin-top: 0;
    }
    footer .fl span {
        margin-top: .18rem;
        line-height: .3rem;
        font-size: .2rem;
    }
    footer .fr img {
        margin-top: .08rem;
    }
    footer .fr span {
        display: block;
        margin-top: .27rem;
        width: 100%;
        font-size: .2rem;
    }

    /* 弹窗 */
    .pop-main {
        padding: .8rem 0 1.1rem;
        width: 98%;
        height: auto;
        max-height: 90vh;
    }
    .pop-title {
        margin-bottom: .8rem;
        height: auto;
        font-size: .56rem;
        text-indent: 2px;
        text-align: center;
        line-height: inherit;
        font-weight: 600;
        background: linear-gradient(#ffeaca, #ffd18a);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
    .p-login .pop-title,
    .p-login .form-server .pop-title,
    .reward-w .pop-title {
        background: linear-gradient(#ffeaca, #ffd18a);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
    .p-login .form-server .pop-title {
        margin-bottom: .2rem;
    }
    .login-tips {
        top: -.6rem;
        font-size: .28rem;
    }
    .pop-form label {
        margin-top: .4rem;
        width: 80%;
    }
    .login-form label .icon {
        height: .88rem;
    }
    .login-form label input {
        padding: .1rem .28rem;
        font-size: .28rem;
    }
    .pop-form button {
        width: 100%;
        height: .86rem;
        line-height: .86rem;
        font-size: .36rem;
    }
    .p-login .loginBtn,
    .form-server .binding {
        width: 80%;
        height: .8rem;
    }
    .lg-bottom {
        font-size: .28rem;
    }
    .serveBox {
        width: 80%;
    }
    .serveBox::after {
        right: .2rem;
        border-width: 8px 7px 0 7px;
    }
    .serveBox>span {
        width: 2.4rem;
        height: .88rem;
        font-size: .28rem;
        line-height: .88rem;
    }
    .serveBox select {
        height: .88rem;
        line-height: .88rem;
    }
    .close-btn {
        right: 0;
        left: 0;
        top: auto;
        bottom: -.8rem;
        margin: auto;
        width: .8rem;
        height: .8rem;
        background-size: contain;
    }

    /* 活動說明 */
    .p-activities .pop-title {
        font-size: .4rem;
    }
    .state-list li {
        margin-bottom: .26rem;
        font-size: .28rem;
        line-height: .42rem;
    }
    .state-list li i {
        margin-top: .05rem;
        width: .36rem;
        height: .36rem;
    }
    .state-list li:last-child {
        margin-bottom: 0;
    }

    .reward-list ul li span {
        height: .6rem;
        line-height: .6rem;
    }
}