a,
b,
body,
button,
blockquote,
canvas,
dd,
div,
dl,
dt,
em,
fieldset,
form,
footer,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
nav,
ol,
optgroup,
p,
pre,
section,
select,
span,
strong,
table,
tr,
thead,
th,
tbody,
td,
textarea,
ul,
video {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", Verdana, arial;
    overflow-x: hidden
}

em,
strong,
th,
i,
b {
    font-style: normal;
    font-weight: normal
}

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

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

a:hover,
a:active {
    outline-width: 0
}

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

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

fieldset,
img {
    border: 0
}

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

html,
body {
    width: 100%;
    height: 100%;
    font-family: Verdana;
}

@-webkit-keyframes downOrUp {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: .6;
    }

    50% {
        -webkit-transform: translate(0px, -30px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: .6;
    }
}

@-moz-keyframes downOrUp {
    0% {
        -moz-transform: translate(0px, 0px);
        opacity: .6;
    }

    50% {
        -moz-transform: translate(0px, -30px);
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0px, 0px);
        opacity: .6;
    }
}


@keyframes downOrUp {
    0% {
        transform: translate(0px, 0px);
        opacity: .6;
    }

    50% {
        transform: translate(0px, -30px);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: .6;
    }
}

@-webkit-keyframes showOrHide {
    0% {

        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes showOrHide {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





.wrapper {
    position: relative;
    width: calc(100vw);
    height: calc(100vh - 60px - 34px);
    /* max-width: 1920px;
    min-height: 650px; */
    /*max-height: 960px;*/
    /* margin: 0 auto; */
    overflow: hidden;
    /*background: url('../images/bg.jpg') no-repeat top center;*/
}

.dragon {
    position: absolute;
    width: calc(100vw + 40px);
    height: calc(100vh - 60px - 34px);
    left: 0;
    top: 0;
    margin-left: -40px;
    background: url(../images/dragon.jpg) no-repeat;
    background-size: 100% 100%;
}

.ferry {
    position: absolute;
    width: calc(100vw + 40px);
    height: calc(100vh - 60px - 34px);
    left: 0;
    top: 0;
    margin-left: -80px;
    background: url(../images/ferry.png) no-repeat;
    background-size: 100% 100%;
}

.ferry div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ferry2.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: showOrHide 2s .6s infinite;
    -moz-animation: showOrHide 2s .6s infinite;
    animation: showOrHide 2s .6s infinite;
}

.tree {
    position: absolute;
    width: calc(100vw + 40px);
    height: calc(100vh - 60px - 34px);
    left: 0;
    top: 0;
    margin-left: -40px;
    background: url(../images/tree.png) no-repeat;
    background-size: 100% 100%;
}

.light {
    position: absolute;
    width: calc(100vw + 40px);
    height: calc(100vh - 60px - 34px);
    left: 0;
    top: 0;
    margin-left: -40px;
    background: url(../images/light.png) no-repeat;
    background-size: 100% 100%;
}

.light div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/light2.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: showOrHide 3s infinite;
    -moz-animation: showOrHide 3s infinite;
    animation: showOrHide 3s infinite;
}


.main-content {
    width: 480px;
    position: absolute;
    left: 50%;
    margin-left: 140px;
    top: 0;
    height: calc(100vh);
    background: url(../images/box-bg.png) no-repeat;
    background-size: 100% 100%;
    font-family: "Times New Roman";
}

.content-from {
    height: 550px;
    width: 480px;
    position: absolute;
    top: 50%;
    margin-top: -370px;
}

.quickLogin {
    text-align: center;
    padding-top: 10px;
    position: relative;
}
.quickLogin em {
    font-size: 20px;
    color: #fff;
    padding-right: 48px;
    display: inline-block;
    vertical-align: middle;
}

.quickLogin a {
    z-index: 999;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 7px;
    background: url(../images/sprite_new.png) no-repeat;
    vertical-align: middle;
    zoom: 0.8;
}

.quickLogin a:hover {
    box-shadow: 3px 3px 2px #333;
    transform: scale(1.05);
}

.quickLogin a.facebook {
    background-position: 0 -696px;
}

.quickLogin a.google {
    background-position: -58px -696px;
}

.quickLogin a.twitter {
    background-position: -116px -696px;
}

.quickLogin a.yahoo {
    background-position: -133px 0;
}

.loginBox {
    position: relative;
}

.logo {
    position: relative;
}

.logo img {
    display: block;
    border: none;
    margin: 0 auto;
}

.loginBtns {
    /*margin: 0 auto;
    padding-top: 12px;
    padding-left: 8px;
    box-sizing: border-box;*/
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #f2cb80;
    text-align: left;
    padding-top: 16px;
}

.footInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footCopyRight {
    position: relative;
    width: 100%;
    height: 60px;
    background: url(../images/db_bg.jpg) repeat-x;
}

.footCopyRight .copyRight-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    display: block;
}

.footCopyRight .copyRight-img img {
    display: block;
}

.registerForm,
.loginForm {
    padding-top: 55px;
    width: 300px;
    margin: 0 auto;
    display: none;
}

.registerInput,
.loginInput {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    /*padding-bottom: 20px;*/
    margin-bottom: 18px;
}

.registerInput input,
.loginInput input {
    width: 100%;
    height: 45px;
    border: none;
    box-sizing: border-box;
    color: #000;
    line-height: 45px;
    -webkit-appearance: none;
    outline: none;
    font-family: "Times New Roman";
    font-size: 24px;
    padding: 0 16px;
    border-radius: 6px;
    -webkit-box-shadow: -1px -1px 3px #a3a3a3;
    box-shadow: -1px -1px 3px #a3a3a3;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    border: 1px solid #CCC !important;
}

.registerInput p,
.loginInput p, .reg-tip {
    font-size: 14px;
    text-align: center;
    color: #fbe8bf;
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    text-shadow: 0.1em 0.1em 0.5em #000;
    margin-top: 3px;
}

.reg-tip {
    font-size: 24px;
    margin-top: 20px;
    color: #fff;
    text-align: left;
    margin-left: 88px;
}

.loginBox input:-webkit-autofill {
    /*  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;*/
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    color: #ccc !important;
    border-radius: 6px;
    background-color: transparent !important;

    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #889aa4 !important;
}

.registerInput p.in,
.loginInput p.in {
    display: block;
}

.registerInput input:focus,
.loginInput input:focus {
    -webkit-box-shadow: 0 0 3px #000 inset;
    box-shadow: 0 0 3px #000 inset;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    text-align: left;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: left;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: left;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-align: left;
}

.registerPlayNow,
.loginPlayNow {
    display: none;
    width: 300px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 32px auto 0;
    border: none;
    background: url(../images/sprite_new.png) no-repeat 0 -610px;
    font-size: 32px;
    color: #30241b;
    user-select: none;
}

.registerPlayNow.show,
.loginPlayNow.show {
    display: block;
}

.registerDefault,
.loginDefault {
    display: none;
    width: 270px;
    height: 70px;
    margin: 15px auto 0;
    text-align: center;
    line-height: 70px;
    color: #bfbeb5;
    font-size: 26px;
}

.registerDefault,
.loginDefault {
    background: url(../images/sprite_new.png) no-repeat -8px -279px;
}

#weiduan .registerDefault,
#weiduan .loginDefault {
    background: url(../images/downloadD.png) no-repeat;
}

.registerDefault.show,
.loginDefault.show {
    display: block;
}

.registerPlayNow:hover,
.loginPlayNow:hover {
    background: url(../images/sprite_new.png) no-repeat -337px -610px;
}

.loginForm {
    padding-top: 55px;
    display: none;
}

.registerForm.show,
.loginForm.show {
    display: block;
}

.forgotPwdBox {
    text-align: center;
    color: #e9af00;
    padding: 4px 0;
}

.forgotPwdBox a {
    color: #e9af00;
    text-shadow: 0.1em 0.1em 0.5em #000;
}

.tipBox {
    position: relative;
}

.tipBox img {
    display: block;
    border: none;
    margin: 85px auto 0;
}

.weiduanTip {
    padding: 20px 0;
}

.weiduanTip img {
    margin: 0 auto;
}

.weiduan .logo {
    padding-top: 118px;
    padding-bottom: 40px;
}

.weiduan .tipBox {
    width: 1086px;
    margin: 0 auto;
}

.weiduan .tipBox .tryAgain {
    position: absolute;
    width: 355px;
    height: 39px;
    bottom: 5px;
    right: 135px;
}

.dowloadTip {
    width: 305px;
    height: 137px;
    background: url(../images/tips4.png) no-repeat;
    position: fixed;
    bottom: 50px;
    left: 5px;
    z-index: 9999;
    -webkit-animation: downOrUp 2s infinite;
    -moz-animation: downOrUp 2s infinite;
    animation: downOrUp 2s infinite;
}

.loginPage {
    display: none;
}

.tryAgainPage {
    display: none;
}

.loginPage.show,
.tryAgainPage.show {
    display: block;
}

#loginFailed {
    display: none;
    border: none;
    margin: -18px auto 0;
    color: #ff0000;
    text-shadow: 0.1em 0.1em 0.5em #000;
    text-align: center;
}

#loginFailed.show {
    display: block;
}

#registerFailed {
    text-align: center;
    display: none;
    border: none;
    color: #ff0000;
    text-shadow: 0.1em 0.1em 0.5em #000;
    margin: -28px auto 0;
}

#registerFailed.show {
    display: block;
}

#agreement-box {
    position: relative;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    line-height: 12px;
    padding: 10px 0;
    font-size: 12px;
    background-color: #c55a00;
    color: #fff;
    display: block;
    transition: all ease-in-out 0.1s;
    z-index: 10000 !important;
}

#agreement-box .agreement {
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
}

#agreement-box .agreement-details {
    overflow: hidden;
}

#agreement-box .agreement-details .details {
    display: inline-block;
    max-width: 79%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#agreement-box .agreement-details>a {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

#agreement-box .agree-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 14px;
    height: 36px;
    margin: 0 auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#agreement-box .agree-btn:before,
#agreement-box .agree-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    transition-delay: .14s;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
}

#agreement-box .agree-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#agreement-box .agree-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#agreement-box .agree-btn:hover:before,
#agreement-box .agree-btn:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.loginBtns a {
    cursor: pointer;
    text-decoration: underline;
    color: #f2cb80;
}

.btn-login {
    margin-left: 6px;
}

.loginBtns a:hover {
    text-decoration: underline;
}

.forgotPwd {
}

.btn-register {
    margin-left: 40px;
}

.eye {
    background: url(../images/sprite_new.png) -207px -10px;
    width: 22px;
    height: 13px;
    position: absolute;
    right: 25px;
    top: 18px;
    cursor: pointer;
}

.eye.visible {
    background: url(../images/sprite_new.png) -265px -10px;
}

.registerPwd {
    position: relative;
}

.videoBox {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 1920px;
    z-index: 0;
    margin-left: -960px;
    object-fit: contain;
}

.auto-video {
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 1920px;
    height: 1080px;
    z-index: 0;
    margin-left: -960px;
    object-fit: contain;
}
#reg-err-tips,
#log-err-tips {
    width: 330px;
    margin: 16px auto 0;
    position: relative;
    font-size: 18px;
    color: #c93c29;
    display: none;
    font-weight: bold;
}
.or-line {
    width: 100%;
    height: 36px;
    background: url(../images/or-line.png) no-repeat center 10px;
}