html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

img {
    vertical-align: middle;
    border: none
}

body {
    -webkit-overflow-scrolling: touch;
    color: #666;
    font: 14px/1.5 "PingFangSC", "微软雅黑", "Helvetica Neue", Helvetica, sans-serif;
    background: url(../images/bg.png)
}

a {
    text-decoration: none
}
.header{position:absolute;z-index:10;width:100%;left:0;top:0;height:3.05rem;background:url(../images/top.png) no-repeat;background-size:100% auto}
.header .logo{position:absolute;left:0.525rem;top:0.5rem;width:6.475rem;height:1.175rem;background:url(../images/logo.png) no-repeat;background-size:100% auto}
.page {
    position: relative;
    padding-bottom: 2.3rem
}

.page .share {
    position: absolute;
    text-align: center;
    right: 0.75rem;
    top: 0.95rem;
    color: #ffea1f;
    font-size: 0.55rem
}

.page .share i {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/share.png) no-repeat;
    background-size: 100% auto;
    margin-bottom: 0.025rem
}

.page .text1 {
    text-align: center;
    color: #04c2dc;
    font-size: 0.6rem;
    margin-top: 0.35rem
}

.page .text2 {
    text-align: center;
    color: #3cef9a;
    font-size: 0.6rem;
    margin-top: 0.25rem
}

.page .text2 i {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/star.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0.15rem;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear
}

.page .text2 i:nth-child(2) {
    -webkit-animation: rotate2 10s infinite linear;
    animation: rotate2 10s infinite linear
}

.page .btn-huankuan {
    display: block;
    width: 8.5rem;
    height: 2.375rem;
    background: url(../images/btn-huankuan.png) no-repeat;
    background-size: 100% 100%;
    margin: 1rem auto 0
}

.page .act1 {
    margin-top: .925rem
}

.page .act2 {
    margin-top: 1.45rem
}

.page .text3 {
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    margin-top: 0.85rem
}

.page .text4 {
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    margin-top: 0.25rem
}

.page .tip {
    position: relative;
    border-radius: 7px;
    border: 1px dashed #215E67;
    font-size: 0.5rem;
    color: #226f7f;
    line-height: 0.75rem;
    margin: 1.4rem 1.85rem 0;
    padding: 0.675rem 0.9rem
}

.page .tip .tip-title {
    position: absolute;
    left: 0.775rem;
    top: -0.45rem;
    background: #226f7f;
    border-radius: 0.35rem;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.5rem;
    color: #030D25;
    font-size: 0.5rem
}

.page .rule {
    margin-top: 0.975rem;
    text-align: center
}

.page .rule a {
    color: #0797fe;
    font-size: 0.75rem;
    text-decoration: underline
}

.dialog {
    visibility: hidden;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    max-width: 750px;
    margin: auto;
    color: #737373;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.dialog .dialog_container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.dialog .content {
    position: absolute;
    width: 85.6%;
    top: 50%;
    left: 50%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dialog .content .top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.25rem;
    background: url(../images/dialog-top.png) no-repeat;
    background-size: 100% auto
}

.dialog .content-body {
    line-height: 1.75;
    font-size: 0.6rem;
    color: #fff;
    padding: 0 1.45rem;
    position: absolute;
    z-index: 1;
    top: 2.25rem;
    bottom: 1.25rem;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/dialog-middle.png) repeat-y;
    background-size: 100% auto;
    word-break: break-all;
    word-wrap: break-word
}

.dialog .content-body .body {
    height: 100%;
    overflow-y: auto;
    padding-right: 4px
}

.dialog .content-body a {
    color: #fff
}

.dialog .content-body .ctitle {
    color: #ff6666;
    font-size: 0.75rem;
    text-align: center
}

.dialog .content-body .cstrong {
    color: #3399FF;
    font-size: 0.65rem
}

.dialog .content-body .copyright {
    color: #ccc;
    font-size: 0.5rem
}

.dialog .content .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.25rem;
    background: url(../images/dialog-bottom.png) no-repeat 0 100%;
    background-size: 100% 100%
}

.dialog .close {
    position: absolute;
    right: 0.875rem;
    top: 0.875rem;
    width: 0.925rem;
    height: 0.925rem;
    background: url(../images/close.png) no-repeat 50% 50%;
    background-size: 100% 100%
}

.dialog.show {
    opacity: 1;
    visibility: visible
}

.dialog.show .dialog_container {
    -webkit-animation: zoomIn 0.5s both;
    animation: zoomIn 0.5s both
}

.dialog.hide {
    opacity: 0
}

.dialog.hide .dialog_container {
    -webkit-animation: zoomOut 0.5s both;
    animation: zoomOut 0.5s both
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotate2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}