html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    -webkit-user-select: none;
    user-select: none;
    touch-callout: none;
    -webkit-touch-callout: none;
    background: #5d0c11;
    color: #f2ca70;
    font-size: 0.346667rem;
    line-height: 0.5rem;
    position: relative;
    height: 100%;
}
a {
    background-color: transparent;
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
}

a:active,
a:hover,
button {
    outline: 0;
    border: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

button:focus {
    outline: none;
}

.hide {
    display: none;
}

.overflow {
    overflow: hidden;
}

.wrap {
    overflow: hidden;
    min-height: 100%;
    max-width: 768px;
    margin: 0 auto;
    background: url(../img/bg.jpg) no-repeat center center/100% 100%;
    padding: 1.777rem 0 1.373333rem;
    position: relative;
}

.wrap-inner {
    position: relative;
    z-index: 3;
    margin-bottom: 0.56rem;
}

@keyframes ani-fly {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2.133333rem 0;
    }
}

@-webkit-keyframes ani-fly {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2.133333rem 0;
    }
}

@keyframes ani-bird {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100px, -100px);
    }
}

@-webkit-keyframes ani-bird {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100px, -100px);
    }
}

.wrap .logo {
    width: 9.6rem;
    height: 5.62rem;
    background: url(../img/s-index-new.png) no-repeat 0 0/9.6rem auto;
    position: relative;
    margin: 0 auto;
}

.wrap .year {
    width: 6.706667rem;
    height: 3.866667rem;
    background: url(../img/s-logo.png) no-repeat 0 0/6.706667rem auto;
    transition: width 1s linear;
    position: absolute;
    left: 50%;
    top: 31%;
    margin: -1.93333rem 0 0 -3.35333rem;
}

.wrap .hill:before {
    content: "";
    display: block;
    width: 1.946667rem;
    height: 0.613333rem;
    background: url(../img/s-logo.png) no-repeat 0 -4.773333rem/6.52rem auto;
    position: absolute;
    top: -2.34rem;
    right: -5rem;
    z-index: 2;
}

.wrap .hill {
    width: 2.933333rem;
    height: 1.986667rem;
    position: absolute;
    bottom: -.4rem;
    left: 0.1rem;
    z-index: 2;
    background: url(../img/hill.png) no-repeat 0 0/3.08rem auto;
}

.wrap .count {
    margin: 0.44rem auto 1.12rem;
    text-align: center;
    color: #efea9e;
    font-size: 0.373333rem;
}

.wrap .count span {
    font-size: 0.426667rem;
    color: #fff;
    padding: 0 10px;
}

.wrap .link-box {
    width: 7.466667rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 0.2rem;
}

.wrap .link {
    width: 2.333333rem;
    height: 4.893333rem;
    background: url(../img/s-index-new.png) no-repeat 0 -4.573333rem/9.6rem auto;
    text-indent: -133.32rem;
    position: relative;
    z-index: 9;
}

.link1,
.link2,
.link3 {
    animation: flipInY 4s linear infinite;
    -webkit-animation: flipInY 4s linear infinite;
}

.wrap .link1 {
    background-position: -1.10rem -6.273333rem;
}

.wrap .link2 {
    background-position: -3.4rem -6.073333rem;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.wrap .link3 {
    background-position: -5.966rem -6.273333rem;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.wrap .link4 {
    width: 2.4rem;
    height: 1.68rem;
    background-position: -0.6rem -11.186667rem;
    margin: 0 0 0 -0.72rem;
    animation-delay: 4s;
}

.wrap .link5 {
    width: 2.08rem;
    height: 1.68rem;
    background-position: -3.1rem -11.186667rem;
    /* margin-top: 0.866667rem; */
    animation-delay: 5s;
}

.wrap .link6 {
    width: 2.36rem;
    height: 1.68rem;
    background-position: -5.616667rem -11.186667rem;
    /* margin: 0.866667rem -0.826667rem 0 0; */
    animation-delay: 6s;
}

.wrap .footer {
    position: relative;
    padding-top: 2.36rem;
    /* margin-bottom: -0.426667rem; */
}
.wrap .gold{
    position: absolute;
    top: 0rem;
    left: 1rem;
    width: 0.6667rem;  
    height: 0.6667rem;
    background: url(../img/gold.png) no-repeat center center;
 }
@-webkit-keyframes flipInY {
    20% {
        -webkit-transform: perspective(400px) rotateY(20deg);
        transform: perspective(400px) rotateY(20deg);
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(5deg);
        transform: perspective(400px) rotateY(5deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

}

@keyframes flipInY {
    20% {
        -webkit-transform: perspective(400px) rotateY(20deg);
        transform: perspective(400px) rotateY(20deg);
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(5deg);
        transform: perspective(400px) rotateY(5deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

}

.wrap .logo:before,
.page-title:before,
.title-result:before,
.modal .logo:before {
    content: "";
    display: block;
    width: 2.186667rem;
    height: 0.76rem;
    background: url(../img/sprite1.png) no-repeat -6.733333rem -2.88rem/10.0rem auto;
    position: absolute;
    right: 0;
    top: -1.1606667rem;
    z-index: 1;
    -webkit-animation: ani-move 10s linear infinite;
    animation: ani-move 10s linear infinite;
}


.wrap .logo:after,
.page-title:after,
.modal .logo:after {
    content: "";
    display: block;
    width: 2.186667rem;
    height: 0.693333rem;
    background: url(../img/sprite1.png) no-repeat -0.266667rem -5.893333rem/10.0rem auto;
    position: absolute;
    left: -0.293333rem;
    top: 1.52rem;
    z-index: 1;
    -webkit-animation: ani-move -2s 10s linear infinite reverse;
    animation: ani-move -2s 10s linear infinite reverse;
}

.wrap .logo:before {
    right: 0.3rem;
    top: 4.752rem;
}

.wrap .logo:after {
    left: 0.3rem;
    top: 4.752rem;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    width: 100%;
    text-align: center;
    color: #efea9e;
    font-size: 0.293333rem;
    z-index: 2;
}

.btn-back {
    position: absolute;
    left: 0;
    top: 0.773333rem;
    width: 1.973333rem;
    height: 0.826667rem;
    line-height: 0.826667rem;
    font-size: 0.4rem;
    color: #f0e698;
    border-bottom-right-radius: 0.133333rem;
    border-top-right-radius: 0.133333rem;
    background: rgba(96, 2, 11, .6) url(../img/icon.png) no-repeat 0 0.223rem/0.586667rem auto;
    text-indent: 0.746667rem;
    z-index: 2;
}

.btn-backAnswer {
    position: fixed;
    right: 0;
    top: 33%;
    width: 3.0rem;
    height: 2.506667rem;
    text-indent: -133.32rem;
    background: url(../img/btn-back.png) no-repeat 0 0/cover;
    z-index: 9;
    animation: ani-show 2s linear infinite alternate;
    -webkit-animation: ani-show 2s linear infinite alternate;
}

.btn-refresh {
    position: absolute;
    right: -0.6rem;
    bottom: 0;
    width: 2.813333rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.32rem;
    color: #f2ca70;
    border-radius: 0.133333rem;
    background: rgba(96, 2, 11, .6);
    padding-left: 0.616667rem;
    z-index: 2;
}
.btn-refresh.hover{
    background: rgba(205, 9, 27, 0.6);
}
.btn-refresh.hover:after{
    animation: ani-rota 1s linear infinite;
    -webkit-animation: ani-rota 1s linear infinite;
}
.btn-refresh:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.026667rem;
    top: 0.026667rem;
    width: 0.586667rem;
    height: 0.586667rem;
    background: url(../img/icon.png) no-repeat 0 -1.28rem/0.586667rem auto;
/*    animation: ani-rota 5s linear infinite;
    -webkit-animation: ani-rota 5s linear infinite;*/
    transform-origin: center;
}

.page {
    overflow-x: hidden;
    min-height: 100%;
    max-width: 768px;
    margin: 0 auto;
    background: url(../img/bg-foot.png) no-repeat center bottom/100% auto, url(../img/bg-cover.png) no-repeat center top/100% auto, url(../img/bg-repeat.jpg) repeat-x center top;
    position: relative;
    padding: 0.8rem;
}

.page:before {
    content: "";
    display: block;
    width: 3.733333rem;
    height: 2.64rem;
    background: url(../img/sprite1.png) no-repeat 0 0/10.0rem auto;
    position: absolute;
    left: 0;
    top: 1.693333rem;
    z-index: 1;
}

.page .logo {
    width: 3.026667rem;
    height: 2.52rem;
    margin: 0 auto;
    background: url(../img/2022logo.png) no-repeat 0 0/cover;
}

.page-title {
    position: relative;
    padding-left: 2.266667rem;
    margin-top: 1.293333rem;
}

.select-count {
    width: 3.186667rem;
    height: 1.386667rem;
    line-height: 1.386667rem;
    background: url(../img/sprite1.png) no-repeat 0 -3.826667rem/10.0rem auto;
    color: #e8c477;
    font-size: 0.48rem;
    padding-left: 1.01rem;
    position: absolute;
    left: -0.733333rem;
    top: -0.56rem;
    z-index: 1;
}

.select-count span {
    color: #f2f9b3;
    display: inline-block;
    font-size: 0.64rem;
    padding-right: 0.1rem;
    font-weight: bold;
}

.page-main {
    position: relative;
}

.select-title {
    font-size: 0.4rem;
    color: #f2f9b3;
    line-height: 0.64rem;
    margin-bottom: 0.36rem;
}

.select-box {
    margin: 0.333333rem 0;
}

.select-img img {
    width: 100%;
    border: none;
}

.select-item {
    display: table;
    margin: 0.566667rem 0;
    width: 100%;
}

.select-item input {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.select-item .select-item-inner {
    word-break: break-all;
    color: #f2ca70;
    font-size: 0.4rem;
    line-height: 1.4;
    position: relative;
    padding: 0.346667rem 0.493333rem 0.346667rem 1.2rem;
    position: relative;
}

.select-item .select-item-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: 0;
    top: -0.133333rem;
    z-index: 1;
}

.select-item .select-item-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: -0.133333rem;
    top: 0;
    z-index: 1;
}

.select-item .select-name {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.48rem;
    font-weight: bold;
}

.select-item.seled .select-item-inner,
.select-item input:checked+.select-item-inner {
    background: rgba(255, 0, 0, 0.35);
}

.select-item.seled .select-name:after,
.select-item input:checked+.select-item-inner .select-name:after {
    content: "";
    display: block;
    width: 3.36rem;
    height: 1.28rem;
    background: url(../img/bg-seled.png) no-repeat 0 0/cover;
    position: absolute;
    bottom: -0.286667rem;
    left: -1.006667rem;
    z-index: 3;
}

.select-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -0.33rem;
}

/*/line/*/
.line-img {
    margin: 0 -0.8rem;
}
.line-box ul,.line-box li{
    margin: 0;
    padding: 0;
    list-style:none;
}
.line-box {
    margin: 0 -0.8rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 0.2rem;
}

.line-box ul {
    width: 38%;
    margin: 10px;
}

.line-box ul li {
    width: 100%;
    font-size: 0.35rem;
    color: #f2ca70;
    line-height: 1.4;
    margin-top: 30px;
    position: relative;
}
.line-box ul li div {
    width: 100%;
    background-color: #630f11;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.3rem;
}
.line-box ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: 0;
    top: -0.133333rem;
    z-index: 1;
}
.line-box ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: -0.133333rem;
    top: 0;
    z-index: 1;
}
.line-box ul li i {
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #f2ca70;
    border-radius: 100px;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
}
.line-box ul.right li i{
    left: -9px;
    right: auto;
}
.line-box ul li.active div {
    color: #f2f9b3;
    background: rgba(255, 0, 0, 0.35);
    animation: aniShine 1s linear;
    -webkit-animation: aniShine 1s linear;
}

.line-box ul li.active i {
    background-color: #f2ca70;
}

#myCanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 1;
}

@keyframes aniShine {

    0%,
    100% {}

    50% {
        background: #9f3e3f;
    }
}

@-webkit-keyframes aniShine {

    0%,
    100% {}

    50% {
        background: #9f3e3f;
    }
}

/*/guess/*/
.gus-dest {
    margin: 0.533333rem -0.266667rem;
    text-align: center;
    position: relative;
    z-index: 3;
}

.gus-dest-inner,
.gus-source-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.gus-dest p {
    color: #e1ae62;
    margin: 0 0 0.8rem;
}

.gus-dest-item {
    position: relative;
    display: block;
    width: 1.36rem;
    height: 1.36rem;
    line-height: 1.26rem;
    background: url(../img/s-guess.png) no-repeat -1.586667rem 0/2.92rem 1.36rem;
    box-sizing: border-box;
    text-indent: -0.053333rem;
    color: #fbedb8;
    font-size: 0.48rem;
    margin: 0.3rem 0.133333rem;
}

.gus-dest-item.icon-help:before {
    content: "?";
    color: #e3be67;
    font-size: 0.64rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.gus-dest-item.gues-tone,
.gus-dest-item.gues-tone.icon-help {
    background: url(../img/s-guess.png) no-repeat 0 0/2.92rem 1.36rem;
}

.gus-source {
    margin: 0.533333rem -0.4rem;
    text-align: center;
}

.gus-source p {
    color: #e1ae62;
    margin: 0.2rem 0 0;
}

.gus-source-item {
    font-size: 0.426667rem;
    width: 1.013333rem;
    height: 1.013333rem;
    line-height: 1.013333rem;
    box-sizing: border-box;
    background: #60020b;
    color: #d5af70;
    border-radius: 3px;
    display: block;
    margin: 0.133333rem 0.066667rem;
    overflow: hidden;
}

.gus-source-item span {
    display: block;
}

.gus-source-item input {
    display: none;

}

.gus-source-item input:checked+span {
    color: #931719;
    background: #f0db89;
}

.gus-source-item span.guessselect {
    color: #fff;
}

.gus-source-item span.guessselected {
    color: #931719;
    background: #f0db89;
}

.gus-source-item span.disable {
    background: #60484a;
    color: #600109;
}

/*/æŠ¥åç§€ç…§ç‰‡/*/
.title-show p {
    width: 6.533333rem;
    margin: 0.466667rem auto;
    color: #f2ca70;
}

.title-show h4 {
    width: 7.72rem;
    height: 1.933333rem;
    background: url(../img/s-title.png) no-repeat 0 0/7.72rem auto;
    text-indent: -133.32rem;
    margin: 0 auto 0 0.953333rem;
}

.apply-box+.footer,
.modal-other+.footer {
    position: relative;
    margin: 0.5rem 0 -0.4rem;
}

.column ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c84a4c;
}

.column :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c84a4c;
}

.column ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c84a4c;
}

.column :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c84a4c;
}

.column {
    color: #f0d67f;
    position: relative;
    width: 6.533333rem;
    margin: 0.213333rem auto;
}

.column input[type="checkbox"] {
    display: none;
}

.column .icon-check {
    width: 0.4rem;
    height: 0.4rem;
    border: 0.026667rem solid #f2ca70;
    font-size: 0;
    font-weight: bold;
    border-radius: 0.066667rem;
    position: absolute;
    top: 0.039667rem;
    left: 0.98rem;
    z-index: 1;
    color: #f2ca70;
}

.column.checkbox {
    padding-left: 1.408rem;
}

.column input:checked+.icon-check {
    background: url(../img/icon.png) no-repeat center -6.933333rem/0.373333rem auto;
}

.column a {
    color: #f0d67f;
    text-decoration: underline
}

.column input[type="text"],
.column textarea {
    box-sizing: border-box;
    width: 100%;
    height: 0.96rem;
    border: none;
    background: #58080a;
    color: #c84a4c;
    padding: 0.333333rem 0.48rem;
    border-radius: 0.133333rem;
    -webkit-appearance: none;
    margin: 0 auto;
    display: block;
    font-size: 0.346667rem;
}

.column input[type="text"]:focus,
.column textarea:focus,
.form-control:focus {
    outline: 0;
    background: #58080a;
    color: #f4ecb9
}

.column textarea {
    width: 100%;
    resize: none;
    height: 2.066667rem;
    box-sizing: border-box
}

.column .form-select {
    box-sizing: border-box;
    width: 100%;
    height: 0.96rem;
    font-size: 0.346667rem;
    color: #c84a4c;
    padding: 0 0.48rem;
    border-radius: 0.133333rem;
    border: none;
    background: #58080a url(../img/icon.png) no-repeat 98% -8.1rem/0.586667rem auto;
    margin: 0 auto;
    display: block
}

.column .form-select:focus {
    outline: 0;
    color: #f4ecb9;
    background: #58080a url(../img/icon.png) no-repeat 98% -8.1rem/0.586667rem auto;
}

.column .form-upload {
    box-sizing: border-box;
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
    border: none;
    background: #58080a;
    color: #c84a4c;
    padding: 0 0.48rem;
    border-radius: 0.133333rem;
    font-size: 0.346667rem;
    position: relative
}

.column .form-upload i {
    display: block;
    width: 0.506667rem;
    height: 0.506667rem;
    background: url(../img/icon.png) no-repeat center -9.76rem/0.586667rem auto;
    position: absolute;
    top: 0.256667rem;
    right: 0.233333rem;
    z-index: 1;
    text-indent: 0
}

.column .tip-suc {
    color: #05f6ca;
    display: inline-block
}

.column .tip-error {
    color: #f67773;
    display: inline-block
}

.column .photo img {
    display: block;
    width: 0.533333rem;
    height: 0.533333rem;
    float: right
}

.column .form-file {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    display: block
}

/*/èŽ·å¥–åå•/*/
.text-center {
    text-align: center;
}

.title-rank h4,
.title-list h4 {
    width: 7.72rem;
    height: 1.933333rem;
    background: url(../img/s-title.png) no-repeat 0 -6.973333rem/7.72rem auto;
    text-indent: -133.32rem;
    margin: 0 auto 0.4rem 0.953333rem;
}

.title-list {
    position: relative;
}

.title-list h4 {
    background-position: 0 -3.613333rem;
}

.rank-list {
    margin: 0 -0.8rem;
    font-size: 0.373333rem;
    color: #f2f9b3;
}

.rank-list+.footer {
    position: relative;
    margin: 1.4rem 0 -0.4rem;
}

.rank-list .rank-title {
    height: 1.093333rem;
    line-height: 1.093333rem;
    background: url(../img/list-bar.png) no-repeat 0 0/100% 100%;
    padding: 0 10% 0 8%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #f2ca70;
    font-size: 0.373333rem;
    position: relative;
    border-bottom: 0.066667rem solid rgba(74, 7, 11, 0.36);
}

.rank-title .icon-angle-up {
    width: 1.093333rem;
    height: 1.093333rem;
    position: absolute;
    right: 7%;
    top: 0;
    background: url(../img/icon.png) no-repeat center -2.326667rem/0.586667rem auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.rank-title .icon-angle-down {
    width: 1.093333rem;
    height: 1.093333rem;
    position: absolute;
    right: 7%;
    top: 0;
    background: url(../img/icon.png) no-repeat center -2.326667rem/0.586667rem auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}

.rank-list .rank-main {
    background: rgba(74, 7, 11, 0.36);
    display: none;
    padding: 0.4rem 0.666667rem 1rem;
    text-align: center;
}

.rank-list .rank-main .rank-th {
    text-align: center;
    line-height: 1.366667rem;
    color: #f2ca70;
    font-size: 0.4rem;
    border-bottom: 1px solid #97482e
}

.rank-list .rank-main .rank-line {
    width: 100%;
    display: table;
    font-size: 0.4rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #97482e
}

.rank-list .rank-main .rank-line span {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

.rank-list .rank-main .rank-line span:first-child {
    width: 40%;
    padding: 0 0.266667rem;
}

.rank-main .user-box {
    width: 45%;
    display: inline-block;
    text-align: center;
}

.rank-main .user-head {
    width: 1.44rem;
    height: 1.44rem;
    margin: 0 auto;
    position: relative;
}

.rank-main .user-head img {
    width: 1.44rem;
    height: 1.44rem;
    border: 0.08rem solid #c6a06b;
    border-radius: 1.333333rem;
}

.rank-main .user-name {
    color: #f2ca70;
    font-size: 0.346667rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0.2rem auto;

}

.rank-main .user-count {
    border-radius: 0.133333rem;
    display: inline-block;
    padding: 0.13333rem 0.26666rem 0.13333rem 0.55rem;
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    color: #f2ca70;
    background: rgba(96, 2, 11, .6) url(../img/icon.png) no-repeat 0.1333rem -4.200667rem/0.586667rem auto;
}

.rank-main .user-count span {
    font-size: 0.346667rem;
    color: #fff;
    padding: 0 0.133333rem;
}

.rank-main .btn-note {
    width: 2.106667rem;
    height: 0.76rem;
    line-height: 0.76rem;
    color: #fff;
    font-size: 0.346667rem;
    border-radius: 0.133333rem;
    background-color: #be2323;
    position: relative;
}

.rank-main .add:after {
    content: "+1";
    display: block;
    color: #f2ca70;
    font-size: 0.32rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    animation: ani-up .8s linear forwards;
    -webkit-animation: ani-up .8s linear forwards;
}

.win .btn-note,
.btn-note.btn-noted {
    color: #db4949;
    background-color: #8c0c0d;
}

.win .user-head:after {
    content: "";
    display: block;
    width: 0.586667rem;
    height: 1.08rem;
    position: absolute;
    right: -0.41rem;
    top: -0.1rem;
    z-index: 1;
    background: url(../img/icon.png) no-repeat 0 -6.16rem/0.586667rem auto;
}

.rank-main.row .user-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.24rem 0;
    border-bottom: 1px solid #97482e;
}

.rank-main.row .user-head {
    margin: 0;
}

.rank-main.row .user-name {
    width: 1.6rem;
    -webkit-line-clamp: 3;
    margin: 0 0.3rem;
}

.rank-main.row .user-count {
    margin: 0 0.3rem 0 0;
}

.rank-main.row .user-box:last-child {
    border: none;
}

/*/ç­”é¢˜ç»“æžœ/*/
.page-result {
    padding: 0.8rem 1.266667rem;
    background: url(../img/bg-result.png) no-repeat center bottom/100% auto, url(../img/bg-cover.png) no-repeat center top/100% auto, url(../img/bg-repeat.jpg) repeat-x center top;
}

.title-result {
    height: 2.266667rem;
    line-height: 2.3rem;
    font-size: 0.613333rem;
    color: #f2f9b3;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin: 0;
}

.title-result:before {
    top: 1.04rem;
    right: 0.1rem;
}

.page-result .result-box {
    background: rgba(255, 0, 0, .3);
    position: relative;
    padding: 0.6rem 0.893333rem;
    text-align: center;
    font-size: 0.4rem;
    color: #e6c067;
    margin-bottom: 0.64rem;
    position: relative;
    z-index: 2;
}

.page-result .result-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: 0;
    top: -0.133333rem;
    z-index: 1;
}

.page-result .result-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: -0.133333rem;
    top: 0;
    z-index: 1;
}

.page-result .result-box em {
    content: "";
    display: block;
    width: 3.36rem;
    height: 1.28rem;
    background: url(../img/bg-seled.png) no-repeat 0 0/cover;
    position: absolute;
    bottom: -0.286667rem;
    left: -1.006667rem;
    z-index: 3;
}

.page-result .result-box span {
    color: #f2f9b3;
    font-size: 0.48rem;
    padding: 0 0.133333rem;
}

.page-result .result-box p {
    margin: 0.426667rem 0;
}

.page-result .result-box p:last-child {
    border-top: 1px solid #e6c067;
    padding-top: 0.426667rem;
}

.page-result .result-foot {
    margin: 0.666667rem auto 0.8rem;
    display: flex;
    flex-direction: row;
}

/*/å…¶å®ƒ/*/
.page-foot {
    padding: 0.64rem 0 1rem;
    position: relative;
    z-index: 3;
}

.modal {
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

.modal .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.modal .modal-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal .logo {
    width: 5.306rem;
    height: 4.57rem;
    background: url(../img/s-index-logo.png) no-repeat center top/100% auto;
    position: relative;
    margin: -0.5rem 0 0 -0.4rem;
}

.modal .logo:before {
    right: -2.6rem;
    top: 1.2rem;
}

.modal .logo:after {
    top:3.12rem;
    left: 0.5rem;
}

.modal .modal-content {
    width: 8.0rem;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../img/s-index-bg.jpg) no-repeat center top/100% 100%;
    padding:0 0 0.706667rem;
    color: #efdf89;
    font-size: 0.373333rem;
    overflow: hidden;
}

.modal .modal-title {
    color: #efdf89;
    font-size: 0.36rem;
    text-align: left;
    margin: -0.5rem 0;
    padding-left: 0.7rem;
}
.modal  form{
    margin-top: 1rem;
  }
.modal .modal-ruleTitle {
    color: #efdf89;
    font-size: 0.486667rem;
    font-weight: 900;
    text-align: center;
    margin-top: -1.55rem;
    padding-left: 0.5rem;
}

.modal .modal-main {
    margin: 0.5rem 0 0.533333rem;
    height: 6.666667rem;
    overflow-y: scroll;
    text-align: left;
    padding: 0 0.706667rem;
}

.modal .modal-main img {
    width: 100%;
}

.modal .btn-close {
    position: absolute;
    bottom: -1.28rem;
    left: 50%;
    text-indent: -9999px;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/icon-close.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.modal-inner {
    -webkit-animation: ani-show .2s linear;
    animation: ani-show .2s linear;
}

.modal-tip .modal-content {
    width: 6.906667rem;
    height: 4.64rem;
    background: url(../img/bg-modal.jpg) no-repeat center/cover;
    font-size: 0.4rem;
    line-height: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes ani-show {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes ani-show {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ani-up {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-30px) scale(1.2);
        transform: translateY(-30px) scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes ani-up {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-30px) scale(1.2);
        transform: translateY(-30px) scale(1.2);
        opacity: 0;
    }
}

@keyframes ani-move {

    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    75% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-webkit-keyframes ani-move {

    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    75% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}


@keyframes ani-rota {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ani-rota {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert {
    width: 5.466667rem;
    box-sizing: border-box;
    padding: 0.6rem 0.266667rem;
    color: #f0db89;
    font-size: 0.38rem;
    text-align: center;
    border-radius: 0.186667rem;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

.alert .btn-sure {
    min-width: 2.146667rem;
    height: 0.866667rem;
    line-height: 0.866667rem;
    background: #f0db89;
    color: #871418;
    text-align: center;
    margin: 0.52rem auto -0.05rem;
    display: block;
    border-radius: 0.106667rem;
}

.modal-result {
    width: 7.413333rem;
    min-height: 5.613333rem;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/bg-foot.png) no-repeat center bottom/100% auto, url(../img/bg-cover.png) no-repeat 60% top/120% auto, url(../img/bg-repeat.jpg) repeat-x center;
    font-size: 0.346667rem;
    line-height: 1.8;
    color: #e6c067;
    padding: 0.533333rem 0;
    -webkit-animation: ani-show .2s linear;
    animation: ani-show .2s linear;
    margin: 0 auto;
    position: relative;
}

.modal-result .result-box {
    position: relative;
    z-index: 2;
}

.modal-result .next-tip {
    position: absolute;
    top: -0.7rem;
    left: 0;
    z-index: 3;
    color: #fff;
    width: 100%;
}

.modal-result .result-title {
    color: #f4ecb9;
    font-size: 0.533333rem;
    font-weight: bold;
    padding-bottom: 0.8rem;
    background: url(../img/sprite1.png) no-repeat 0.693333rem -9.786667rem/10.0rem auto;
}

.modal-result .result-main {
    width: 84%;
    margin: 0 auto 0.533333rem;
    position: relative;
    background: rgba(255, 0, 0, 0.35);
    padding: 0.493333rem 0.533333rem 0.6333rem;
    text-align: left;
}
.modal-result .result-main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: 0;
    top: -0.133333rem;
    z-index: 1;
}

.modal-result .result-main:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c68955;
    position: absolute;
    left: -0.133333rem;
    top: 0;
    z-index: 1;
}

.modal-result .result-main em {
    content: "";
    display: block;
    width: 3.44rem;
    height: 1.28rem;
    background: url(../img/bg-seled.png) no-repeat 0 0/cover;
    position: absolute;
    bottom: -0.286667rem;
    left: -1.016667rem;
    z-index: 3;
}

.modal-result span {
    font-size: 0.4rem;
    color: #f4ecb9;
    padding: 0 0.133333rem;
}
.modal-result .result-main .result-txt{
    color: #f4ecb9;
    font-size: 0.32rem;
    line-height: 1.5;    
}
.modal-foot {
    margin: 0.4rem auto 0;
    display: flex;
    justify-content: center;
}

.modal .tip {
    margin: 0.266667rem auto 0;
}

.modal-info .tip {
    font-size: 0.293333rem;
    text-indent: 0.723333rem;
    margin: 0.266667rem 0;
}
.modal-other {
    width: 7.413333rem;
    margin: 0.5rem auto;
}
.modal .modal-inner .modal-other{
    margin-bottom:  -0.5rem
}
.modal-other .other-box+.other-box {
    margin-top: 0.333333rem;
}

.modal-other img {
    width: 100%;
}

.modal-other .other-title {
    color: #e6c067;
    font-size: 0.4rem;
    text-align: center;
    margin: 0 auto 0.5rem;
    position: relative;
}

.modal-other .other-title:before {
    content: "";
    display: block;
    width: 15%;
    position: absolute;
    left: 0;
    top: 0.1833333rem;
    z-index: 1;
    border-top: 1px solid #96733f;
}

.modal-other .other-title:after {
    content: "";
    display: block;
    width: 15%;
    position: absolute;
    right: 0;
    top: 0.1833333rem;
    z-index: 1;
    border-top: 1px solid #96733f;
}

.modal-warning {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.666667rem;
    background: url(../img/modal-cover.png) no-repeat center -3.767rem/100% auto, url(../img/bg-repeat.jpg) repeat-x center;
    padding: 1.173333rem;
    color: #f4ecb9;
    font-size: 0.4rem;
    text-align: center;

    -webkit-animation: ani-show .2s linear reverse forwards;
    animation: ani-show .2s linear reverse forwards;
}

.modal-warning .warning-title {
    margin-bottom: 0.733333rem;
}

.modal .share {
    width: 71%;
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 2;
}

.modal .modal-tip {
    color: #7e8687;
    margin: 0.333333rem auto;
    text-align: center;
}


.btn {
    width: 3.373333rem;
    height: 1.24rem;
    background: url(../img/s-index-close.png) no-repeat center 0.36rem/0.88rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
    text-indent: -133.32rem;
    margin: 0 auto;
    display: block;
    border: none;
}

.btn.btn-next {
    background: url(../img/s-btn.png) no-repeat center -9.4rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-finish {
    background: url(../img/s-btn.png) no-repeat center -7.48rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-submit {
    background: url(../img/s-btn.png) no-repeat center -1.726667rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-cancle {
    background: url(../img/s-btn.png) no-repeat center -3.653333rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-sureSubmit {
    background: url(../img/s-btn.png) no-repeat center -5.57rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-share {
    background: url(../img/s-btn.png) no-repeat center -11.336667rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-result {
    background: url(../img/s-btn.png) no-repeat center -13.253333rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.btn.btn-enter {
    background: url(../img/s-btn.png) no-repeat center -15.24rem/3.373333rem auto, url(../img/s-btn.png) no-repeat 0 0/3.373333rem auto;
}

.circle {
    width: 174px;
    height: 174px;
    position: absolute;
    top: -0.233333rem;
    right: -0.466667rem;
    z-index: 9;
    background: rgba(240, 219, 137, .3);
    border-radius: 100%;
    box-shadow: 0 0 0 2px rgba(240, 219, 137, .3);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

.circle:after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #f0db89;
    border-radius: 100%;
    z-index: 1;

}

.circle #indicatorContainer1 {
    position: relative;
    z-index: 2;
}


#canvas-wrap {
    position: absolute;
    left: 220%;
    top: 100%;
    width: 688px;
    height: 972px;
    max-width: 688px;
    box-sizing: border-box;
    padding: 315px 75px 0;
    text-align: center;
    line-height: 1.2;
}

#canvas-wrap .dialog-inner {
    border: none;
    font-size: 30px;
    color: #e6c067;
    margin: 0 auto 34px;
}

#canvas-wrap .dialog-inner p {
    margin: 0 0 25px;
}

#canvas-wrap .dialog-inner p:last-child {
    margin-top: 90px;
}

#canvas-wrap .dialog-inner span {
    color: #f2f9b3;
    font-size: 36px;
    padding: 0 10px
}

#canvas-wrap .code {
    width: 180px;
    height: 180px;
    background: #ff0000;
    padding: 8px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-sizing: border-box
}

#canvas-wrap .code img {
    width: 100%;
    height: 100%;
}

#canvas-wrap .code-txt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 50px
}

#canvas-wrap .footer {
    color: #efea9e;
    position: relative;
    font-size: 22px
}

.drop {
    width: 337px;
    height: 500px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 12;
}

.drop .btn-close {
    display: block;
    position: absolute;
    bottom: -0.48rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../img/icon-close.png) no-repeat 0 0/100% 100%;
    width: 0.98rem;
    height: 0.98rem;
    z-index: 9;
}

.drop .bottom-txt {
    width: 100%;
    position: absolute;
    bottom: -1.186667rem;
    left: 0;
    color: #fff;
    text-align: center;
}



.chips {
    position: absolute;
    bottom: 100px;
    left: 0;
    top: -20%;
    z-index: 1
}

.chip {
    position: absolute;
    display: block;
    width: 23px;
    height: 20px;
    background-position: center;
    background-size: 23px auto;
    background-repeat: no-repeat;
    animation: ani-rota 3s linear infinite;
}

.chip-1 {
    background-image: url(../img/img1.png)
}

.chip-2 {
    background-image: url(../img/img2.png);
    background-size: 15px auto
}

.chip-3 {
    background-image: url(../img/img3.png);
    background-size: 22px auto
}

.chip-4 {
    background-image: url(../img/img4.png);
    background-size: 17px auto
}

.chip-5 {
    background-image: url(../img/img1.png);
    background-size: 15px auto
}

.chip-6 {
    background-image: url(../img/img2.png);
    background-size: 13px auto
}

.chip-3 {
    background-image: url(../img/img3.png);
    background-size: 19px auto
}

.chip-4 {
    background-image: url(../img/img4.png);
    background-size: 15px auto
}
@media screen and (min-width: 375px) and (min-height: 700px) {
    .wrap .footer {
        position: absolute;
        margin: 0;
        bottom: 1.023333rem;
    }
}
@media screen and (min-width: 768px){
    .line-box ul li div{
        font-size: 0.3rem;
    }
    .drop .btn-close{
        width: 0.45rem;
        height: 0.45rem;
        bottom: -0.18rem;
    }
}