﻿@charset "utf-8";
/* CSS reset */
html{color:#fff;background:#15171a;font-family:Arial,'Microsoft YaHei','宋体';}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;font-family:'Microsoft YaHei',Arial,'宋体';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none; color:#00c; outline:none;}/*此处待添加默认链接颜色*/
var,em,strong{font-style:normal;}
address,caption,cite,code,dfn,em,strong,th,var, optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
body{-webkit-user-select:none;-webkit-text-size-adjust:none;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.wrap {
    width: 100%;
    font-size: 14px;
}
.header {
    position: relative;
    height: 88px;
    border-bottom: 1px solid #fae6a9;
    background-color: #080a0c;
}
.header img {
    position: absolute;
    top: 0;
    left: 42%;
    width: auto;
    height: auto;
    z-index: 1;
}
.main-list {
    width: 1200px;
    margin: 0 auto;
    background: url("../images/index_main_bg.png") no-repeat;
    background-size: 100% 100%;
}
.main-info,
.ios-list {
    float: left;
}
.ios-list {
    width: 280px;
    margin-top: 77px;
    padding: 20px 0 20px;
    background: url("../images/index_code_bg.png") no-repeat;
    background-size: 100% 100%;
}
.qrcode {
    background-color: white;
    width: 180px;
    height: 180px;
    margin: 0 auto 10px;
}
.ios-list img {
    display: block;
    width: 159px;
    height: 159px;
    margin: 0 auto;
    padding-top:10px;
}
.ios-list strong,
.ios-list p {
    margin: 0 20px;
    line-height: 24px;
    text-indent: 35px;
}
.ios-list h3 {
    margin: 0 20px;
}
.ios-list strong {
    display: block;
    color: #ff0000;
}
.main-info {
    width: 650px;
    text-align: center;
}
.main-info h1 {
    margin: 60px 0 15px;
    font-size: 20px;
}
.index-btn {
    width: 1200px;
    margin: 0 auto;
}
.index-btn a {
    float: left;
    width: 324px;
    height: 82px;
    margin-right: 20px;
}
.index-btn a img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer {
    width: 1200px;
    height: 44px;
    margin: 77px auto 0;
    background-color: #080a0c;
    line-height: 44px;
    color: #534d2c;
    font-size: 12px;
    text-align: center;
}

/*玩家注册页面start*/
.register-main {
    width: 1200px;
    min-height: 380px;
    margin: 0 auto;
}
.register-list {
    background-color:rgba(0,0,0,0.2); 
    color: #fff;
}
.register-info {
    position: relative;
    margin: 58px 0 0 145px;
    padding-bottom: 58px;
    border-left: 2px solid #786b46;
}
.register-tit {
    color: #ffe376;
    font-size: 18px;
}
.register-tit span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 40px 20px 0 -7px;
    background: url("../images/circular.png") no-repeat;
}
.register-form {
    position: relative;
    margin-top: 17px;
    line-height: 32px;
    font-size: 14px;
}
.register-form span {
    float: left;
    width: 150px;
    margin-right: 10px;
    text-align: right;
}
.register-form input {
    width: 300px;
    height: 32px;
    border: 1px solid #fff;
    background-color: #ccc;
    color: #1d1e20;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.register-form a {
    position: absolute;
    left: 372px;
    top: 0px;
    height: 100%;
    padding: 0 10px;
    background-color: #A48E56;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.agreement {
    margin: 10px 0;
    padding-left: 159px;
}
.register-btn {
    height: 76px;
    background: url("../images/register_now_bg.png") no-repeat;
    background-size: 100% 100%;
}
.register-btn input {
    width: 209px;
    height: 56px;
    margin: 10px 0 0 306px;
    border: none;
    outline: none;
    background: url("../images/register_now_btn.png") 0 0 no-repeat;
    cursor: pointer;
}
.register-btn input:hover {
    background-position: 0 -56px;
}
.code {
    cursor: pointer;
    position: absolute;
    left: 380px;
    top: 0;
    width: 80px;
    height: 32px;
    border: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
/*玩家注册页面end*/