* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}

body {
    width: 100%;
    min-width: 1000px;
    font-size: 16px;
    font-family: "Arial";
    background: #050103;
}

.wrap {
    position: relative;
    width: 100%;
    height: 1180px;
    overflow: hidden;
}

.bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.r2 {
    left: 40px;
    top: 20px;
}

.r2 img {
    display: block;
    width: 80%;
}


.login {
    width: 348px;
    height: 667px;
    padding-top: 136px;
    position: absolute;
    right: -190px;
    top: 150px;
    z-index: 1;
    background: url(../images/box_bg.png) no-repeat;
    box-sizing: border-box;
}

.logo {
    position: absolute;
    top: -19px;
    left: -3px;
}

.header {
    position: relative;
    z-index: 10;
    height: 262px;
}

.header a {
    margin-left: 650px;
}

.header a img {
    margin-top: 30px;
}

.input_layout {
    position: relative;
}

.input_title {
    display: block;
    width: 244px;
    font-size: 16px;
    margin: 0 auto;
    color: #693110;
    line-height: 24px;
    font-family: "Footlight MT Light", 'Segoe UI', Arial, sans-serif;
}

.input_bg {
    width: 287px;
    height: 153px;
    background: url(../images/input.png) no-repeat;
    position: absolute;
    left: 30.5px;
    top: 261px;
}

input.input_text {
    width: 287px;
    height: 39px;
    line-height: 39px;
    padding: 0 20px 0 28px;
    border: 0;
    display: block;
    color: #fff9dc;
    font-size: 14px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../images/input_bg.png) no-repeat;
}

.input_layout span.hd {
    width: 104px;
    height: 34px;
    float: left;
    line-height: 97px;
    margin: 0 0 0 40px;
    display: block;
    text-align: left;
}

.input_layout.ckbox {
    width: 310px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 3px;
    text-shadow: 1px 1px 1px black;
}

.input_layout.ckbox span {
    float: left;
    font-size: 12px;
    line-height: 20px;
}

.input_layout.ckbox a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.input_layout.ckbox a:hover {
    text-decoration: underline;
}

.input_layout .ck {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.play_now {
    width: 273px;
    height: 103px;
    margin: -5px auto;
}

.play_now a {
    width: 273px;
    height: 103px;
    display: block;
    background: url("../images/play.png") no-repeat;
}

.play_now a:hover {
    background: url("../images/play2.png") no-repeat;
}

.fb_box {
    position: relative;
    height: 107px;
    margin: 0px auto 18px;
    font-size: 15px;
    z-index: 0;
    text-shadow: 1px 1px 1px black;
}

.btn_fb {
    width: 204px;
    height: 64px;
    margin: 2px auto -3px;
    background-size: 100% 100%;
}

.btn_fb:hover {
    background-size: 100% 100%;
}

.fb_login {
    margin-top: -2px;
    font-size: 14px;
    text-shadow: 1px 1px 1px black;
}

.r2Acc a {
    font-size: 14px;
}

.google {
    width: 37px;
    height: 37px;
    margin: -1 px auto -3px;
    background-size: 100% 100%;
}

.footer {
    position: absolute;
    top: 91%;
    left: 50%;
    margin-left: -960px;
    padding-top: 20px;
    height: 85px;
    width: 1920px;
    background-color: #000000;
    z-index: 3;
}

.redtip,
#sp_prompt {
    background-color: black;
    color: yellow;
    font-size: 12px;
    height: 20px;
    line-height: inherit;
    position: absolute;
    width: 325px;
    top: 8px;
    left: 300px;
    display: block;
    line-height: 20px;
}

.input-box {
    margin-top: 0;
}

.input-email,
.input-pwd,
.input-checkpwd {
    height: 39px;
    margin-bottom: 18px;
}

.input-checkpwd {
    margin-top: -1px;
    margin-bottom: 10px;
}

.zy-tips-error {
    display: none;
    background: #ff4b4e;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 11px;
    z-index: 5;
    padding: 5px 10px;
}

.zy-tips-error .i-arrow {
    position: absolute;
    left: 70px;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #ff4b4e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.r2Acc {
    margin-top: 5px;
    margin-bottom: 6px;
    text-shadow: 1px 1px 1px black;
}

@media screen and (max-width: 1800px){
	.wrap{height: 1132px;}
    .r2{left: -330px;}
	.bg,.main,.footer{ -webkit-transform:perspective(1px) scale(0.96);-moz-transform:perspective(1px) scale(0.96);-ms-transform:perspective(1px) scale(0.96);-o-transform:perspective(1px) scale(0.96);transform:perspective(1px) scale(0.96);-webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
    .bg,.main,.footer{-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;}
}
@media screen and (max-width: 1700px){
	.wrap{height: 1084px;}
    .r2{left: -330px;}
	.bg,.main,.footer{-webkit-transform:perspective(1px) scale(0.92);-moz-transform:perspective(1px) scale(0.92);-ms-transform:perspective(1px) scale(0.9);-o-transform:perspective(1px) scale(0.92);transform:perspective(1px) scale(0.92);}
    .bg,.main,.footer{-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;}
}
@media screen and (max-width: 1600px){
	.wrap{height: 1036px;}
    .r2{left: -330px;}
	.bg,.main,.footer{-webkit-transform:perspective(1px) scale(0.88);-moz-transform:perspective(1px) scale(0.88);-ms-transform:perspective(1px) scale(0.88);-o-transform:perspective(1px) scale(0.88);transform:perspective(1px) scale(0.88);}
    .bg,.main,.footer{-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;}
}
@media screen and (max-width: 1500px){
	.wrap{height: 988px;}
    .r2{left: -330px;}
	.bg,.main,.footer{-webkit-transform:perspective(1px) scale(0.84);-moz-transform:perspective(1px) scale(0.84);-ms-transform:perspective(1px) scale(0.84);-o-transform:perspective(1px) scale(0.84);transform:perspective(1px) scale(0.84);}
    .bg,.main,.footer{-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;}
}
@media screen and (max-width: 1400px) {
    .wrap{height: 940px;}
    .r2{left: -280px;}
    .bg,.main,.footer{-webkit-transform:perspective(1px) scale(0.8);-moz-transform:perspective(1px) scale(0.8);-ms-transform:perspective(1px) scale(0.8);-o-transform:perspective(1px) scale(0.8);transform:perspective(1px) scale(0.8);}
    .bg,.main,.footer{-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;}
}

@media screen and (max-width: 1200px) {
    .r2{left: -140px;}
}