/***********************reset***********************/
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0; }

header, footer, article, section, nav, menu, hgroup {
    display: block;
    clear: all; }

html {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto; }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; }

a:active {
    outline: 0; }

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }

hr {
    box-sizing: content-box;
    height: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
    border: none; }

button[disabled], html input[disabled] {
    cursor: default;
    outline: none;
    border: none; }

input:focus {
    outline: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6a361e; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

textarea {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    overflow: auto;
    resize: none;
    outline: none;
    border: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td, th {
    padding: 0;
    border: 0; }

ul, ol {
    list-style: none outside none; }

i, em {
    font-style: normal; }

li {
    list-style: none; }

.fl {
    float: left; }

.fr {
    float: right; }

html, body {
    position: relative;
    margin: 0 auto;
    color: #333;
    background: #e0d2ae;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch; }

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both; }

.clearfix {
    zoom: 1; }

.clear {
    clear: both; }

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.toast-tips .toast-tips-con {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 103;
    padding: 20px 30px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.toast-tips .toast-tips-con p {
    color: #fff;
    font-size: 24px; }

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }

    100% {
        -webkit-transform: scale3d(2.5, 2.5, 2.5) translateY(-13%);
        transform: scale3d(2.5, 2.5, 2.5) translateY(-13%); } }

@keyframes zoomIn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }

    100% {
        -webkit-transform: scale3d(2.5, 2.5, 2.5) translateY(-13%);
        transform: scale3d(2.5, 2.5, 2.5) translateY(-13%); } }

.zoomIn {
    -webkit-animation: zoomIn 5s ease forwards;
    animation: zoomIn 5s ease forwards; }

@-webkit-keyframes fadeInleft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0); }

    40% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, -150px, 0);
        transform: translate3d(-100px, -150px, 0); } }

@keyframes fadeInleft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0); }

    40% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, -150px, 0);
        transform: translate3d(-100px, -150px, 0); } }

.fadeInleft {
    -webkit-animation: fadeInleft 7s ease forwards;
    animation: fadeInleft 7s ease forwards; }

.xnshfadeInleft {
    -webkit-animation: fadeInleft 8s ease forwards;
    animation: fadeInleft 8s ease forwards; }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(100px, 0, 0) rotate3d(-1, 5, 0, 180deg); }

    40% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg); }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg); }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100px, -150px, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(100px, -150px, 0) rotate3d(-1, 5, 0, 180deg); } }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(100px, 0, 0) rotate3d(-1, 5, 0, 180deg); }

    40% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg); }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(0, 0, 0) rotate3d(-1, 5, 0, 180deg); }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100px, -150px, 0) rotate3d(-1, 5, 0, 180deg);
        transform: translate3d(100px, -150px, 0) rotate3d(-1, 5, 0, 180deg); } }

.fadeInRight {
    -webkit-animation: fadeInRight 7s ease forwards;
    animation: fadeInRight 7s ease forwards; }

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

    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }

    100% {
        opacity: 0; } }

.fadeOut {
    -webkit-animation: fadeOut 1s ease forwards;
    animation: fadeOut 1s ease forwards; }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

@keyframes fadeIn {
    0% {
        opacity: 0; }

    100% {
        opacity: 1; } }

.fadeIn {
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards; }

@-webkit-keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.2; }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.2; } }

@keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.2; }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.2; } }

@-webkit-keyframes hand {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        -webkit-transform: translate3d(-180px, -330px, 0);
        transform: translate3d(-180px, -330px, 0); } }

@keyframes hand {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        -webkit-transform: translate3d(-180px, -330px, 0);
        transform: translate3d(-180px, -330px, 0); } }

@-webkit-keyframes ipadHand {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        -webkit-transform: translate3d(-100px, -180px, 0);
        transform: translate3d(-100px, -180px, 0); } }

@keyframes ipadHand {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        -webkit-transform: translate3d(-100px, -180px, 0);
        transform: translate3d(-100px, -180px, 0); } }

@-webkit-keyframes waphand {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        -webkit-transform: translate3d(-180px, -330px, 0);
        transform: translate3d(-180px, -330px, 0); } }

@keyframes waphand {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

    100% {
        -webkit-transform: translate3d(-180px, -330px, 0);
        transform: translate3d(-180px, -330px, 0); } }

@media screen and (max-width: 1680px) {
    @-webkit-keyframes hand {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

        100% {
            -webkit-transform: translate3d(-180px, -280px, 0);
            transform: translate3d(-180px, -280px, 0); } }
    @keyframes hand {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

        100% {
            -webkit-transform: translate3d(-180px, -280px, 0);
            transform: translate3d(-180px, -280px, 0); } }
}

@media screen and (max-width: 1360px) {
    @-webkit-keyframes hand {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

        100% {
            -webkit-transform: translate3d(-100px, -180px, 0);
            transform: translate3d(-100px, -180px, 0); } }
    @keyframes hand {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

        100% {
            -webkit-transform: translate3d(-100px, -180px, 0);
            transform: translate3d(-100px, -180px, 0); } }
}

/*
 * @description: 2021佛光山雲端浴佛
 * @Author: Chenliang(930225)
 * @Date: 2021-04-08 11:08:08
 * @LastEditors: Chenliang(930225)
 * @LastEditTime: 2021-04-28 10:18:48
 */
.load-main {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e0d2ae url(../img/figure-bottom.png) center center repeat;
    overflow: hidden;
    z-index: 100; }
.load-main:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 100%;
    left: 0;
    top: 0;
    background: #e0d2ae url(../img/figure-side.png) center center repeat-y; }
.load-main:after {
    position: absolute;
    content: '';
    width: 34px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e0d2ae url(../img/figure-side.png) center center repeat-y; }
.load-main .load-box {
    position: absolute;
    width: 320px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
.load-main .load-box .man {
    display: inline-block;
    width: 146px;
    height: 101px;
    background: url(../img/spr.png) center center no-repeat;
    background-position: 0 -406px; }
.load-main .load-process {
    position: relative;
    margin-top: 60px;
    width: 320px;
    height: 12px;
    background: #6b501a;
    border: 1px solid #bcaa7d;
    box-sizing: border-box; }
.load-main .load-process .load-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    background: #ffcd75;
    width: 0; }
.load-main .load-num {
    font-weight: bold;
    font-size: 24px;
    color: #583e0d;
    margin-top: 20px;
    letter-spacing: 3px; }
.load-main .load-text {
    display: inline-block;
    width: 111px;
    height: 26px;
    font-weight: bold;
    font-size: 24px;
    color: #583e0d;
    margin-top: 15px;
    letter-spacing: 3px; }

.start-main {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer; }
.start-main .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/crown-bg.jpg) center bottom no-repeat;
    background-size: cover; }
.start-main .main-box {
    min-width: 607px;
    position: relative;
    width: 740px;
    height: 100%;
    z-index: 1;
    margin: 0 auto; }
.start-main .slogn {
    margin: 0 auto;
    width: 100%; }
.start-main .slogn img {
    width: 100%; }
.start-main .lamp {
    position: relative;
    margin: -35px auto 0;
    width: 120px;
    height: 120px; }
.start-main .lamp:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/b-lamp.png) center center no-repeat;
    background-size: contain;
    -webkit-animation: scale2 1.8s ease-in infinite;
    animation: scale2 1.8s ease-in infinite; }
.start-main .lamp:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 40px;
    height: 66px;
    width: 48px;
    background: url(../img/hand.png) center center no-repeat;
    background-size: contain;
    z-index: 1; }
.start-main .tips-btn {
    margin: 80px auto;
    width: 404px;
    height: 57px;
    background: url(../img/tips-btn.png) center center no-repeat;
    background-size: contain; }
.start-main .couplet {
    display: none;
    padding-top: 1%;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.start-main .prince-main {
    position: absolute;
    left: 50%;
    margin-left: -295px;
    bottom: -120%;
    width: 590px;
    height: 100%;
    text-align: center; }
.start-main .prince-main.on {
    bottom: 0;
    -webkit-transition: all 4s;
    transition: all 4s; }
.start-main .prince-main .prince-box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 150px;
    width: 273px;
    height: 604px; }
.start-main .prince-main .prince-box #prince {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.start-main .prince-main .prince-box .lamp {
    display: none;
    position: absolute;
    right: 37px;
    top: 260px;
    width: 60px;
    height: 60px;
    background: url(../img/b-lamp.png) center center no-repeat;
    background-size: contain;
    -webkit-animation: scale2 1.8s ease-in infinite;
    animation: scale2 1.8s ease-in infinite; }
.start-main .prince-main .prince-box .lamp.left {
    left: -35px;
    top: 250px; }
.start-main .prince-main .prince-box .lamp:before {
    display: none; }
.start-main .prince-main .flowers {
    position: absolute;
    left: 50%;
    margin-left: -901px;
    bottom: -23px;
    width: 1860px;
    height: 258px;
    background: url(../img/flowers.png) center center no-repeat;
    background-size: contain; }
.start-main .prince-main .lotus {
    position: absolute;
    left: 50%;
    margin-left: -280px;
    bottom: 0;
    width: 560px;
    height: 245px;
    background: url(../img/lotus.png) center center no-repeat; }
.start-main .prince-main .sp-box {
    display: none;
    position: absolute;
    width: 350px;
    height: 116px;
    left: 340px;
    bottom: 135px; }
.start-main .prince-main .sp-box .sp-body {
    position: absolute;
    left: -135px;
    top: 0;
    width: 500px;
    height: 450px; }
.start-main .prince-main .sp-box .lamp {
    margin: 40px auto 0;
    width: 80px;
    height: 80px; }
.start-main .prince-main .sp-box .lamp:before {
    display: none; }
.start-main .prince-main .sp-box .lamp .light {
    width: 50px;
    height: 50px; }
.start-main .prince-main .sp-box .lamp .light .l-first {
    margin-left: -12px;
    margin-top: -12px;
    width: 25px;
    height: 25px; }
.start-main .prince-main .sp-box .lamp .light .l-second {
    width: 55px;
    height: 55px;
    background: url(../img/b-lamp.png) no-repeat;
    background-size: contain;
    margin-left: -27px;
    margin-top: -27px; }
.start-main .prince-main .sp-box .lamp .light .l-third {
    width: 50px;
    height: 50px; }
.start-main .prince-main .sp-box .hand {
    position: absolute;
    bottom: -26px;
    left: 155px;
    height: 66px;
    width: 48px;
    background: url(../img/hand.png) center center no-repeat;
    background-size: contain; }
.start-main .prince-main .sp-box .hand.animation {
    -webkit-animation: hand 4s ease infinite;
    animation: hand 4s ease infinite; }
.start-main .prince-main .sp-box.left {
    left: -100px;
    -webkit-transform: rotate3d(0, 1, 0, 200deg);
    transform: rotate3d(0, 1, 0, 200deg); }
.start-main .prince-main #xnsh {
    display: none;
    position: absolute;
    left: -160px;
    bottom: 15px;
    width: 928px;
    height: 966px; }
.start-main .prince-main #fg {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -517px;
    bottom: 132px;
    width: 1000px;
    height: 1000px; }
.start-main .prince-main #ltsLeft {
    display: none;
    position: absolute;
    left: -215px;
    bottom: 55px;
    width: 630px;
    height: 930px; }
.start-main .prince-main #ltsRight {
    display: none;
    position: absolute;
    right: -165px;
    bottom: -50px;
    width: 630px;
    height: 930px;
    -webkit-transform: rotate3d(-1, 5, 0, 180deg);
    transform: rotate3d(-1, 5, 0, 180deg); }

.statistics-main {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #e0d2ae url(../img/figure-bottom.png) center center repeat;
    padding-top: 50px; }
.statistics-main:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 100%;
    left: 0;
    top: 0;
    background: #e0d2ae url(../img/figure-side.png) center center repeat-y; }
.statistics-main:after {
    position: absolute;
    content: '';
    width: 34px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e0d2ae url(../img/figure-side.png) center center repeat-y; }
.statistics-main .num-statics {
    display: none;
    margin: 0 auto;
    width: 613px;
    height: 58px;
    text-align: center;
    line-height: 55px;
    background: url(../img/spr.png) center center no-repeat;
    background-position: 0 -1186px;
    font-size: 34px;
    color: #6a361e; }
.statistics-main .num-statics span {
    color: #c13c00;
    background-image: -webkit-linear-gradient(bottom, #8c2c00, #d85215, #ff4f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.statistics-main .world-map {
    position: relative;
    width: 1135px;
    height: 580px;
    margin: 50px auto 0px; }
.statistics-main .histogram {
    position: relative;
    width: 780px;
    height: 370px;
    margin: 0 auto 50px; }
.statistics-main .btn-box {
    display: none;
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px; }
.statistics-main .btn-box a {
    display: inline-block;
    margin: 30px 80px;
    background: url(../img/spr.png) center center no-repeat; }
.statistics-main .btn-box .yfyq {
    height: 82px;
    width: 279px;
    background-position: 0 -650px; }
.statistics-main .btn-box .qyw {
    height: 82px;
    width: 279px;
    background-position: 0 -732px; }
.statistics-main .btn-box .sxgd {
    height: 88px;
    width: 374px;
    background-position: 0 -896px; }

.restart {
    display: none;
    position: fixed;
    width: 128px;
    height: 109px;
    background: url(../img/spr.png) center center no-repeat;
    background-position: 0 -188px;
    right: 10%;
    top: 50%;
    margin-top: -50px; }

.test-pay {
    display: block;
    margin: 50px auto 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #B94935;
    color: #FFEF97;
    border-radius: 10px;
    cursor: pointer; }

.wechat-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.wechat-modal .wechat-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -200px;
    width: 400px;
    min-height: 380px;
    padding: 20px;
    background: #fff;
    border-radius: 10px; }
.wechat-modal .wechat-box img {
    width: 100%; }
.wechat-modal .wechat-box p {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    color: #333;
    margin-top: 10px; }
.wechat-modal .wechat-box p span {
    color: #f48650;
    font-weight: bold; }

.iframe-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    text-align: center; }
.iframe-modal .iframe-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px; }
.iframe-modal .iframe-box .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 74px;
    height: 74px;
    background: url(../img/spr.png) 0 -68px no-repeat;
    cursor: pointer; }

.common-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
.common-modal .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0; }
.common-modal .modal-body {
    position: absolute;
    width: 425px;
    height: 665px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
.common-modal .modal-body .modal-main {
    position: absolute;
    width: 400px;
    height: 640px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #e0d2ae url(../img/figure-bottom.png) center center repeat;
    border-radius: 15px;
    padding: 20px 30px;
    z-index: 1; }
.common-modal .modal-body .modal-mask {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(133, 109, 78, 0.8);
    z-index: 0;
    border: 1px solid #926836; }
.common-modal .modal-body .desc p {
    color: #6a361e; }
.common-modal .modal-body .desc .cn {
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    text-indent: 2em;
    letter-spacing: 3px;
    margin-bottom: 10px; }
.common-modal .modal-body .desc .en {
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 15px; }
.common-modal .modal-body .desc img {
    width: 100%; }
.common-modal .modal-body .form-item {
    position: relative;
    padding: 0 25px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #d0b790;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #6a361e;
    box-shadow: 0px 0px 20px #b9a481 inset; }
.common-modal .modal-body .form-item:before {
    position: absolute;
    content: '*';
    color: #ff7800;
    font-size: 14px;
    left: 10px;
    top: 16px; }
.common-modal .modal-body .form-item input {
    background: transparent;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    color: #6a361e;
    font-size: 18px; }
.common-modal .modal-body .form-item.address {
    height: 90px;
    padding: 10px 25px; }
.common-modal .modal-body .form-item textarea {
    background: transparent;
    height: 100%;
    width: 100%;
    line-height: 24px;
    outline: none;
    border: none;
    color: #6a361e;
    font-size: 18px; }
.common-modal .modal-body .btn-submit {
    position: relative;
    display: block;
    width: 242px;
    height: 61px;
    background: url(../img/spr.png) center center no-repeat;
    background-position: 0 -508px;
    margin: 30px auto; }
.common-modal .modal-body .btn-submit:after {
    position: absolute;
    content: '提交/Submit';
    color: #6a361e;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
.common-modal.rejoice .modal-body {
    top: unset;
    bottom: 10%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    height: 530px; }
.common-modal.rejoice .modal-body .modal-main {
    height: 505px;
    padding: 20px 27px; }
.common-modal.rejoice .btn-submit:after {
    position: absolute;
    content: '隨喜/Submit';
    color: #6a361e;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
.common-modal.rejoice .money-list {
    margin: 30px auto 20px; }
.common-modal.rejoice .money-list li {
    float: left;
    width: 115px;
    height: 40px;
    background: url(../img/spr.png) 0 -145px no-repeat;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #6a361e;
    cursor: pointer; }
.common-modal.rejoice .money-list li:hover, .common-modal.rejoice .money-list li.on {
    color: #000000;
    font-weight: bold; }
.common-modal.qrcode .modal-body {
    width: 500px;
    bottom: 30%;
    height: 305px; }
.common-modal.qrcode .modal-body .modal-main {
    width: 475px;
    height: 280px;
    padding: 30px 27px; }
.common-modal.qrcode .qrcode-main ul {
    margin-left: -35px; }
.common-modal.qrcode .qrcode-main li {
    float: left;
    text-align: center;
    margin-left: 50px; }
.common-modal.qrcode .qrcode-main li a {
    display: block; }
.common-modal.qrcode .qrcode-main li .img-box {
    padding: 5px;
    background: #fff3d3;
    margin-bottom: 10px;
    width: 170px;
    height: 170px; }
.common-modal.qrcode .qrcode-main li p {
    font-size: 18px;
    color: #6a361e;
    font-weight: bold; }
.common-modal.qrcode .qrcode-main-m ul {
    margin-left: -45px;
    text-align: center; }
.common-modal.qrcode .qrcode-main-m li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 70px;
    width: 150px;
    height: 150px;
    background: #fff9e4;
    border-radius: 20px;
    box-shadow: 0 0 10px #f3dab1; }
.common-modal.qrcode .qrcode-main-m li i {
    display: inline-block;
    width: 80px;
    height: 65px;
    margin-top: 15px;
    background: url(../img/spr.png) center center no-repeat; }
.common-modal.qrcode .qrcode-main-m li.wechat i {
    background-position: -135px 0; }
.common-modal.qrcode .qrcode-main-m li.unionpay i {
    width: 90px;
    background-position: -235px 0; }
.common-modal.qrcode .qrcode-main-m li .img-box {
    padding: 15px;
    background: #fff3d3;
    margin-bottom: 10px; }
.common-modal.qrcode .qrcode-main-m li .img-box img {
    width: 118px;
    height: 118px; }
.common-modal.qrcode .qrcode-main-m li p {
    font-size: 18px;
    color: #6a361e;
    font-weight: bold; }

body.en .restart {
    background-position: 0 -297px; }
body.en .start-main .tips-btn {
    background: url(../img/tips-btn-en.png) center center no-repeat;
    background-size: contain; }
body.en .statistics-main .btn-box .yfyq {
    height: 82px;
    width: 279px;
    background-position: 0 -568px; }
body.en .statistics-main .btn-box .qyw {
    height: 82px;
    width: 279px;
    background-position: 0 -814px; }
body.en .statistics-main .btn-box .sxgd {
    height: 88px;
    width: 374px;
    background-position: 0 -990px; }
body.en .statistics-main .num-statics {
    font-size: 24px; }

.ie-tips {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 24px;
    color: #583e0d;
    background: #e0d2ae url(../img/figure-bottom.png) center center repeat;
    z-index: 100;
    text-align: center; }
.ie-tips:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 100%;
    left: 0;
    top: 0;
    background: #e0d2ae url(../img/figure-side.png) center center repeat-y; }
.ie-tips:after {
    position: absolute;
    content: '';
    width: 34px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e0d2ae url(../img/figure-side.png) center center repeat-y; }
.ie-tips p {
    position: absolute;
    top: 50%;
    margin-left: -20px;
    width: 100%; }

@media screen and (width: 1920px) and (height: 1200px) {
    .start-main .main-box {
        width: 840px; }
    .start-main .couplet {
        padding-top: 35%; }
}

@media screen and (max-width: 1920px) and (min-width: 1000px) and (max-height: 1000px) {
    .start-main .main-box {
        width: 660px;
        margin-top: -50px; }
    .start-main .couplet {
        padding-top: 8%; }
}

@media screen and (max-width: 1680px) and (min-width: 1000px) {
    .start-main .lamp {
        width: 80px;
        height: 80px; }
    .start-main .lamp:before {
        bottom: 2px;
        left: 27px;
        height: 40px;
        width: 30px; }
    .start-main .tips-btn {
        width: 240px;
        margin: 30px auto; }
    .start-main .main-box {
        min-width: 600px;
        width: 600px;
        margin-top: -60px; }
    .start-main .couplet {
        padding-top: 5%;
        max-width: 300px; }
    .start-main .prince-main .prince-box {
        width: 225px;
        height: 500px;
        margin-left: -145px;
        bottom: 120px; }
    .start-main .prince-main .prince-box .lamp {
        right: 35px;
        top: 220px;
        width: 40px;
        height: 40px; }
    .start-main .prince-main .prince-box .lamp.left {
        top: 223px; }
    .start-main .prince-main #fg {
        width: 800px;
        height: 800px;
        margin-left: -420px;
        bottom: 102px; }
    .start-main .prince-main .flowers {
        margin-left: -800px;
        width: 1600px;
        height: 200px;
        background: url(../img/flowers.png) center center no-repeat;
        background-size: cover; }
    .start-main .prince-main .lotus {
        margin-left: -260px;
        width: 520px;
        height: 220px;
        background: url(../img/lotus.png) center center no-repeat;
        background-size: contain; }
    .start-main .prince-main .sp-box {
        bottom: 100px; }
    .start-main .prince-main #ltsLeft {
        bottom: -55px; }
    .start-main .prince-main #xnsh {
        bottom: -150px; }
    .start-main .tips-btn {
        margin: 30px auto; }
}

@media screen and (max-width: 1360px) {
    .start-main .lamp {
        width: 80px;
        height: 80px; }
    .start-main .lamp:before {
        bottom: 2px;
        left: 27px;
        height: 40px;
        width: 30px; }
    .start-main .tips-btn {
        width: 240px;
        margin: 30px auto; }
    .start-main .main-box {
        min-width: 500px;
        width: 500px;
        margin-top: -60px; }
    .start-main .couplet {
        padding-top: 5%;
        max-width: 200px; }
    .start-main .prince-main .prince-box {
        width: 162px;
        height: 360px;
        margin-left: -90px;
        bottom: 100px; }
    .start-main .prince-main .prince-box #prince {
        width: 162px;
        height: 360px; }
    .start-main .prince-main .prince-box .lamp {
        right: 27px;
        top: 170px;
        width: 30px;
        height: 30px; }
    .start-main .prince-main .prince-box .lamp.left {
        left: -23px;
        top: 170px; }
    .start-main .prince-main #fg {
        width: 600px;
        height: 600px;
        margin-left: -300px;
        bottom: 90px; }
    .start-main .prince-main .flowers {
        margin-left: -640px;
        width: 1400px;
        height: 200px;
        background: url(../img/flowers.png) center center no-repeat;
        background-size: cover; }
    .start-main .prince-main .lotus {
        margin-left: -170px;
        width: 365px;
        height: 160px;
        background: url(../img/lotus.png) center center no-repeat;
        background-size: contain; }
    .start-main .prince-main .sp-box {
        bottom: 85px;
        width: 213px;
        height: 75px;
        left: 320px; }
    .start-main .prince-main .sp-box.left {
        left: 60px; }
    .start-main .prince-main .sp-box #spBody {
        width: 300px;
        height: 270px;
        left: -76px; }
    .start-main .prince-main .sp-box .lamp {
        margin: 28px auto 0;
        width: 40px;
        height: 40px; }
    .start-main .prince-main .sp-box .hand {
        height: 40px;
        width: 25px;
        bottom: -8px;
        left: 93px; }
    .start-main .prince-main #ltsLeft {
        bottom: 40px;
        left: -20px;
        width: 400px;
        height: 590px; }
    .start-main .prince-main #ltsRight {
        bottom: -35px;
        right: 0px;
        width: 400px;
        height: 590px; }
    .start-main .prince-main #xnsh {
        width: 600px;
        height: 625px;
        bottom: -20px;
        left: 20px; }

    .statistics-main .world-map {
        width: 1000px; }
    .statistics-main .histogram {
        width: 600px; }
    .statistics-main .btn-box {
        width: 100%;
        padding-bottom: 50px; }
    .statistics-main .btn-box a {
        display: block;
        margin: 30px auto; }
}

body.wap .start-main .main-box {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130%;
    min-width: 607px;
    margin: 0 auto; }
body.wap .start-main .slogn {
    min-width: 607px;
    width: 75%; }
body.wap .start-main .lamp {
    width: 120px;
    height: 120px; }
body.wap .start-main .lamp:before {
    bottom: -3px;
    left: 40px;
    height: 66px;
    width: 48px; }
body.wap .start-main .tips-btn {
    margin: 80px auto;
    width: 404px; }
body.wap .start-main .prince-main .prince-box {
    margin-left: -160px;
    bottom: 150px;
    width: 273px;
    height: 604px; }
body.wap .start-main .prince-main .prince-box #prince {
    width: 100%;
    height: 100%; }
body.wap .start-main .prince-main .prince-box .lamp {
    right: 37px;
    top: 260px;
    width: 60px;
    height: 60px; }
body.wap .start-main .prince-main.on {
    bottom: -30px; }
body.wap .start-main .prince-main #xnsh {
    left: -160px;
    bottom: 15px;
    width: 928px;
    height: 966px; }
body.wap .start-main .prince-main #ltsLeft {
    left: -215px;
    bottom: 55px;
    width: 630px;
    height: 930px; }
body.wap .start-main .prince-main #ltsRight {
    right: -165px;
    bottom: -50px;
    width: 630px;
    height: 930px; }
body.wap .start-main .prince-main #fg {
    margin-left: -517px;
    bottom: 132px;
    width: 1000px;
    height: 1000px; }
body.wap .start-main .prince-main .sp-box {
    width: 350px;
    height: 116px;
    left: 340px;
    bottom: 135px; }
body.wap .start-main .prince-main .sp-box #spBody {
    left: -135px;
    top: 0;
    width: 500px;
    height: 450px; }
body.wap .start-main .prince-main .sp-box .lamp {
    margin: 40px auto 0;
    width: 80px;
    height: 80px; }
body.wap .start-main .prince-main .sp-box .hand {
    bottom: -26px;
    left: 155px;
    height: 66px;
    width: 48px; }
body.wap .start-main .prince-main .sp-box .hand.animation {
    -webkit-animation: waphand 4s ease infinite;
    animation: waphand 4s ease infinite; }
body.wap .start-main .prince-main .sp-box.left {
    left: -100px; }
body.wap .start-main .prince-main .flowers {
    margin-left: -901px;
    bottom: -23px;
    width: 1860px;
    height: 258px;
    background: url(../img/flowers.png) center center no-repeat;
    background-size: contain; }
body.wap .start-main .prince-main .lotus {
    margin-left: -280px;
    bottom: 0;
    width: 560px;
    height: 245px;
    background: url(../img/lotus.png) center center no-repeat; }
body.wap .start-main .couplet {
    padding-top: 8%;
    max-width: unset; }
body.wap .common-modal.rejoice .modal-body {
    bottom: 15%; }
body.wap .common-modal.qrcode .modal-body {
    bottom: 30%;
    height: 230px; }
body.wap .common-modal.qrcode .modal-body .modal-main {
    height: 205px;
    padding: 25px 27px; }
body.wap .statistics-main .num-statics {
    width: 600px;
    background-position: -8px -1186px; }
body.wap .statistics-main .world-map {
    width: 600px;
    margin: 50px auto 20px; }
body.wap .statistics-main .histogram {
    position: relative;
    width: 85%;
    height: 370px;
    margin: 0 auto 50px; }
body.wap .statistics-main .btn-box {
    width: 100%;
    padding-bottom: 50px; }
body.wap .statistics-main .btn-box a {
    display: block;
    margin: 30px auto; }
body.wap .restart {
    right: 0; }
body.wap.long .slogn {
    width: 90%; }

body.ipad .start-main .lamp {
    width: 80px;
    height: 80px; }
body.ipad .start-main .lamp:before {
    bottom: 2px;
    left: 27px;
    height: 40px;
    width: 30px; }
body.ipad .start-main .tips-btn {
    width: 240px;
    margin: 30px auto; }
body.ipad .start-main .main-box {
    width: 500px;
    margin-top: -60px; }
body.ipad .start-main .couplet {
    padding-top: 5%;
    max-width: 200px; }
body.ipad .start-main .prince-main .prince-box {
    width: 162px;
    height: 360px;
    margin-left: -90px;
    bottom: 100px; }
body.ipad .start-main .prince-main .prince-box #prince {
    width: 162px;
    height: 360px; }
body.ipad .start-main .prince-main .prince-box .lamp {
    right: 27px;
    top: 170px;
    width: 30px;
    height: 30px; }
body.ipad .start-main .prince-main .prince-box .lamp.left {
    left: -23px;
    top: 170px; }
body.ipad .start-main .prince-main #fg {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    bottom: 90px; }
body.ipad .start-main .prince-main .flowers {
    margin-left: -640px;
    width: 1400px;
    height: 200px;
    background: url(../img/flowers.png) center center no-repeat;
    background-size: cover; }
body.ipad .start-main .prince-main .lotus {
    margin-left: -170px;
    width: 365px;
    height: 160px;
    background: url(../img/lotus.png) center center no-repeat;
    background-size: contain; }
body.ipad .start-main .prince-main .sp-box {
    bottom: 85px;
    width: 213px;
    height: 75px;
    left: 320px; }
body.ipad .start-main .prince-main .sp-box.left {
    left: 60px; }
body.ipad .start-main .prince-main .sp-box #spBody {
    width: 300px;
    height: 270px;
    left: -76px; }
body.ipad .start-main .prince-main .sp-box .lamp {
    margin: 28px auto 0;
    width: 40px;
    height: 40px; }
body.ipad .start-main .prince-main .sp-box .hand {
    height: 40px;
    width: 25px;
    bottom: -8px;
    left: 93px; }
body.ipad .start-main .prince-main .sp-box .hand.animation {
    -webkit-animation: ipadHand 4s ease infinite;
    animation: ipadHand 4s ease infinite; }
body.ipad .start-main .prince-main #ltsLeft {
    bottom: 40px;
    left: -20px;
    width: 400px;
    height: 590px; }
body.ipad .start-main .prince-main #ltsRight {
    bottom: -35px;
    right: 0px;
    width: 400px;
    height: 590px; }
body.ipad .start-main .prince-main #xnsh {
    width: 600px;
    height: 625px;
    bottom: -20px;
    left: 20px; }
body.ipad .statistics-main .num-statics {
    width: 600px;
    background-position: -8px -1186px; }
body.ipad .statistics-main .world-map {
    width: 600px;
    margin: 50px auto 20px; }
body.ipad .statistics-main .histogram {
    position: relative;
    width: 85%;
    height: 370px;
    margin: 0 auto 50px; }
body.ipad .statistics-main .btn-box {
    width: 100%;
    padding-bottom: 50px; }
body.ipad .statistics-main .btn-box a {
    display: block;
    margin: 30px auto; }
body.ipad .restart {
    right: 0; }
