/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

.index .bannerWrap {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 50px;
}

.index .bannerWrap .title_banner {
    z-index: 9;
    position: absolute;
    margin: auto;
    width: 496px;
    height: 133px;
    left: 0;
    right: 0;
    top: 30px;
}

.newWrap {
    width: 100%;
    height: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}

.newWrap__content {
    width: 1000px;
    height: 40px;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.news {
    width: 100%;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .newTitle {
    width: 135px;
    height: 40px;
    position: relative;
    background: #f2edc1;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}

.news .NewContent {
    width: calc(1600px - 100px);
    height: 40px;
    line-height: 40px;
    color: #f2edc1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.login .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login__content .newWrap {
    background: #16151a;
}

.login__content .contentWrap {
    width: 1000px;
    height: initial;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
}

.login__content .contentWrap .left {
    width: 240px;
    height: initial;
    position: relative;
    margin-right: 10px;
    background: #17171b;
}

.login__content .contentWrap .left ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.login__content .contentWrap .left ul a {
    text-decoration: none;
}

.login__content .contentWrap .left ul a:hover {
    background: #000;
    border-left: 2px solid #c00;
}

.login__content .contentWrap .left ul li {
    width: 240px;
    height: 47px;
    border-bottom: 1px solid #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.login__content .contentWrap .left ul li p {
    color: #fff;
    margin: 0 20px 0 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.login__content .contentWrap .left ul li i {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0px 20px;
    background-image: url("../images/about_btnnav02.png");
    background-position: 0 top;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.login__content .contentWrap .left ul li:hover p {
    color: #c00;
}

.login__content .contentWrap .left ul .on p {
    color: #fdcc03;
}

.login__content .contentWrap .left ul .on i {
    background-position: 0 bottom;
}

.login__content .contentWrap .right {
    width: 760px;
    height: initial;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 700px;
    background: #17171b;
}

.login__content .contentWrap .right .fontWrap {
    width: 720px;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    padding: 20px;
}

.login__content .contentWrap .right .fontWrap .wrapType {
    width: 100%;
    padding: 20px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.centerbox {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.indexLogin {
    width: 210px;
    height: 272px;
    background: url("../images/bg_loginbox.png") no-repeat center;
    position: absolute;
    right: 0px;
    top: 47px;
    z-index: 999;
}

.indexLogin .loginPage {
    margin: 30px;
}

.indexLogin .loginPage__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indexLogin .loginPage__wrap .inputType {
    width: 90px;
    height: 30px;
    position: relative;
    background: none;
    color: #fff;
    outline: none;
    border: none;
}

.indexLogin .loginPage__wrap .usernameWrap {
    width: 95%;
    height: 30px;
    position: relative;
    padding-left: 30px;
    border: 1px solid #2f2c3e;
    border-radius: 4px;
    background: url("../images/user.png") no-repeat 10px center;
    margin-right: 5px;
    margin-bottom: 10px;
}

.indexLogin .loginPage__wrap .passwordWrap {
    width: 156px;
    height: 30px;
    position: relative;
    padding-left: 30px;
    border: 1px solid #2f2c3e;
    border-radius: 4px;
    background: url("../images/password.png") no-repeat 10px center;
    margin-right: 5px;
    margin-bottom: 10px;
}

.indexLogin .loginPage__wrap .passwordWrap .pwad {
    color: #2f2c3e;
    text-decoration: none;
    border-left: 1px solid #2f2c3e;
    font-size: 12px;
    display: block;
    position: absolute;
    padding-left: 5px;
    top: 9px;
    right: 5px;
}

.indexLogin .loginPage__wrap input::-webkit-input-placeholder {
    color: #fff;
}

.indexLogin .loginPage__wrap .btnType {
    width: 77px;
    height: 30px;
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.indexLogin .loginPage__wrap .type1 {
    background: url("../images/btn_primary.png") no-repeat center;
    background-size: cover;
    color: #151228;
}

.indexLogin .loginPage__wrap .type2 {
    background: url("../images/btn_red.png") no-repeat center;
    background-size: cover;
    color: #ffde7f;
}

.indexLogin .loginPage .key-wrap .logined-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.indexLogin .loginPage .key-wrap .logined-box .box1 {
    width: 100%;
}

.indexLogin .loginPage .key-wrap .logined-box .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexLogin .loginPage .key-wrap .logined-box span font {
    color: #ffde7f;
}

.loginBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.loginBlock .loginPage {
    width: initial;
    position: absolute;
    top: 240px;
}

.loginBlock .loginPage__wrap {
    width: initial;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginBlock .loginPage__wrap .inputType {
    width: 160px;
    height: 30px;
    position: relative;
    background: none;
    color: #ffecaf;
    outline: none;
    border: none;
}

.loginBlock .loginPage__wrap .usernameWrap {
    width: 150px;
    height: 30px;
    position: relative;
    padding-left: 30px;
    border: 1px solid #ffecaf;
    border-radius: 4px;
    background: url("../images/user_y.png") no-repeat 10px center;
    margin-right: 5px;
}

.loginBlock .loginPage__wrap .passwordWrap {
    width: 150px;
    height: 30px;
    position: relative;
    padding-left: 30px;
    border: 1px solid #ffecaf;
    border-radius: 4px;
    background: url("../images/password_y.png") no-repeat 10px center;
    margin-right: 5px;
}

.loginBlock .loginPage__wrap .passwordWrap .pwad {
    color: #ffecaf;
    text-decoration: none;
    border-left: 1px solid #ffecaf;
    font-size: 12px;
    display: block;
    position: absolute;
    padding-left: 5px;
    top: 9px;
    right: 5px;
}

.loginBlock .loginPage__wrap input::-webkit-input-placeholder {
    color: #ffecaf;
}

.loginBlock .loginPage__wrap .btnType {
    width: 77px;
    height: 30px;
    position: relative;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.loginBlock .loginPage__wrap .type1 {
    background: url("../images/btn_primary.png") no-repeat center;
    background-size: cover;
    color: #151228;
    width: 77px;
    height: 22px;
}

.loginBlock .loginPage__wrap .type2 {
    background: url("../images/btn_red.png") no-repeat center;
    background-size: cover;
    color: #ffde7f;
    height: 22px;
    width: 77px;
}

.loginBlock .loginPage .key-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginBlock .loginPage .key-wrap .logined-box .box1 br {
    content: "";
    display: none;
}

.loginBlock .loginPage .key-wrap .logined-box .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.loginBlock .loginPage .key-wrap .logined-box span font {
    color: #ffde7f;
}

.youhui .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.youhui .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.youhui .titleimg {
    background: url("../images/bg_promotions.jpg") no-repeat center top;
    height: 300px;
}

.youhui__content {
    width: 100%;
    height: initial;
    position: relative;
}

.youhui__content .newWrap {
    background: #16151a;
}

.youhui__content .youhuiMain {
    width: 1000px;
    height: initial;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
}

.youhui__content .youhuiMain .navList {
    width: 1000px;
    height: 49px;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    background: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.youhui__content .youhuiMain .navList li {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #fff;
    margin: 0 20px;
}

.youhui__content .youhuiMain .navList li:hover {
    color: #fcd9af;
}

.accordion {
    width: 1100px;
}

.accordion li {
    list-style-type: none;
    margin-bottom: 10px;
}

.accordion__control {
    width: 1000px;
    height: initial;
    position: relative;
    margin-bottom: 10px;
}

.accordion__panel {
    width: 100%;
    height: initial;
    position: relative;
    display: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.liveVideo .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.liveVideo .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.liveVideo .titleimg {
    background: url("../images/title_live.jpg") no-repeat center top;
    height: 380px;
}

.liveVideo__content {
    width: 100%;
}

.liveVideo__content .newWrap {
    background: #16151a;
}

.liveVideo__content .liveMain {
    width: 1200px;
    height: initial;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.liveVideo__content .liveMain01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.liveVideo__content .liveMain02 {
    width: 100%;
    height: 187px;
    border-radius: 10px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.liveVideo__content .liveMain02 .gameList {
    width: 170px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.liveVideo__content .liveMain02 .gameList .img {
    width: 90px;
    height: 90px;
    position: relative;
    background: #000;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.liveVideo__content .liveMain02 .gameList p {
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-top: 20px;
}

.liveVideo__content .liveMain02 .gameList .imgt1 {
    background: url("../img/live/a.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList .imgt2 {
    background: url("../img/live/b.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList .imgt3 {
    background: url("../img/live/c.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList .imgt4 {
    background: url("../img/live/d.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList .imgt5 {
    background: url("../img/live/e.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList .imgt6 {
    background: url("../img/live/f.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList .imgt7 {
    background: url("../img/live/g.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt1 {
    background: url("../img/live/a1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt2 {
    background: url("../img/live/b1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt3 {
    background: url("../img/live/c1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt4 {
    background: url("../img/live/d1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt5 {
    background: url("../img/live/e1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt6 {
    background: url("../img/live/f1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover .imgt7 {
    background: url("../img/live/g1.png") no-repeat center;
}

.liveVideo__content .liveMain02 .gameList:hover p {
    color: #d1b854;
}

.liveVideo__content .fistLive {
    width: 465px;
    height: 342px;
    position: relative;
    background: url("../img/live/1.png") no-repeat center center;
    cursor: pointer;
}

.liveVideo__content .fistLive .hover {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../img/live1-.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.liveVideo__content .fistLive:hover .hover {
    opacity: 1;
}

.liveVideo__content .liveBox {
    width: 225px;
    height: 342px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.liveVideo__content .liveBox:hover .topImg i {
    opacity: 1;
}

.liveVideo__content .liveBox .topImg {
    margin-top: 17px;
}

.liveVideo__content .liveBox .topImg i {
    width: 186px;
    height: 208px;
    position: relative;
    background: url("../img/2.png") no-repeat center;
    display: block;
    position: absolute;
    top: 26px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
}

.liveVideo__content .liveBox .logo {
    height: 45px;
    width: 100%;
}

.liveVideo__content .liveBox .logoBBIN {
    background: url("../img/live/3.png") no-repeat center;
}

.liveVideo__content .liveBox .logoDG {
    background: url("../img/live/4.png") no-repeat center;
}

.liveVideo__content .liveBox .logoOG {
    background: url("../img/live/5.png") no-repeat center;
}

.liveVideo__content .liveBox .logoMG {
    background: url("../img/live/6.png") no-repeat center;
}

.liveVideo__content .liveBox .logoLMG {
    background: url("../img/live/7.png") no-repeat center;
}

.liveVideo__content .liveBox .logoDS {
    background: url("../img/live/8.png") no-repeat center;
}

.liveVideo__content .liveBox .logoVR {
    background: url("../img/live/9.png") no-repeat center;
}

.liveVideo__content .liveBox .fontT {
    font-size: 18px;
    line-height: 25px;
    color: #fefefe;
}

.liveVideo__content .liveBox .fontE {
    font-size: 14px;
    line-height: 25px;
    color: #3ca1e2;
}

.sports .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.sports .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sports__content .newWrap {
    background: #16151a;
}

.sports__content .sportWrap {
    width: 1200px;
    height: 800px;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    background: #ccc;
    margin-top: 30px;
    margin-bottom: 100px;
}

.baseMessage .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.baseMessage .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.baseMessage .newWrap {
    background: #16151a;
}

.baseMessage__content {
    width: 1000px;
    height: initial;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.baseMessage__content .left {
    width: 240px;
    min-height: 700px;
    background: #171418;
}

.baseMessage__content .left .title {
    width: 240px;
    background: #fbbd00;
    color: #9a0000;
    text-align: center;
    padding: 20px;
}

.baseMessage__content .left ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    height: 40px;
    background: url("../images/enter_b.png") no-repeat 220px center;
    border-bottom: 1px solid #232024;
}

.baseMessage__content .left ul a:hover {
    border-bottom: 1px solid #fbbd00;
    background: url("../images/enter_y.png") no-repeat 220px center;
}

.baseMessage__content .left ul a:hover li p {
    color: #fbbd00;
}

.baseMessage__content .left ul a li p {
    color: #fff;
}

.baseMessage__content .right {
    width: 760px;
    padding: 25px 40px 3px;
    min-height: 700px;
    background: #171418;
}

.register .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.register .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.register__content .newWrap {
    background: #16151a;
}

.register__content .contentWrap {
    width: 1000px;
    height: initial;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
}

.register__content .contentWrap .left {
    width: 240px;
    height: initial;
    position: relative;
    margin-right: 10px;
    background: #17171b;
}

.register__content .contentWrap .left ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.register__content .contentWrap .left ul a {
    text-decoration: none;
}

.register__content .contentWrap .left ul a:hover {
    background: #000;
    border-left: 2px solid #c00;
}

.register__content .contentWrap .left ul li {
    width: 240px;
    height: 47px;
    border-bottom: 1px solid #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.register__content .contentWrap .left ul li p {
    color: #fff;
    margin: 0 20px 0 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.register__content .contentWrap .left ul li i {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0px 20px;
    background-image: url("../images/about_btnnav02.png");
    background-position: 0 top;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.register__content .contentWrap .left ul li:hover p {
    color: #c00;
}

.register__content .contentWrap .left ul .on p {
    color: #fdcc03;
}

.register__content .contentWrap .left ul .on i {
    background-position: 0 bottom;
}

.register__content .contentWrap .right {
    width: 760px;
    height: initial;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 700px;
    background: #17171b;
}

.register__content .contentWrap .right .fontWrap {
    width: 760px;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    padding: 20px;
}

.register__content .contentWrap .right .fontWrap .wrapType {
    width: 100%;
    padding: 20px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.floatMenu {
    width: initial;
    height: initial;
    position: relative;
    position: absolute;
    top: 160px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 0;
}

.floatMenu a {
    position: relative;
}

.floatMenu a span {
    position: absolute;
    top: 60px;
    left: 56px;
    font-size: 13px;
    color: #fff700;
}

.leftType {
    left: 10px;
}

.rightType {
    right: 10px;
}

.logined-box {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logined-box span {
    display: block;
    line-height: 30px;
}

.logined-box span font {
    margin-right: 20px;
    color: #cc0;
}

.logined-box a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logined-box .exit {
    display: block;
    background: #d9391a;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 72px;
    height: 30px;
    color: white !important;
}

.chess {
    background: url("../images/bg_chess.jpeg") no-repeat center 78px;
}

.chess .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.chess .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chess .titleimg {
    background: url("../images/title_chess.jpg") no-repeat center top;
    height: 380px;
}

.chess__content {
    padding-bottom: 30px;
}

.chess__content .newWrap {
    background: #16151a;
}

.chess__content .titlebanner {
    width: 500px;
    height: 300px;
    background: url("../images/title_banner_chess.png") center;
    margin: 0 auto;
}

.body-container {
    background: none !important;
    margin-top: 30px;
}

.electronicGame .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.electronicGame .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.electronicGame .titleimg {
    background: url("../images/bg_games.jpg") no-repeat center top;
    height: 300px;
    position: relative;
}

.electronicGame .titleimg .titlebanner {
    width: 431px;
    height: 181px;
    background: url("../images/title_banner.png");
    position: absolute;
    z-index: 3;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.electronicGame__content {
    height: 1000px;
}

.electronicGame__content .newWrap {
    background: #16151a;
}

.eleContentWrap {
    background: none !important;
    margin-top: 20px;
}

.fishGame .centerbox {
    width: 100%;
    background: #16151a;
    margin-top: 188px;
}

.fishGame .centerbox .loginPage {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fishGame__content {
    height: 800px;
}

.fishGame__content .newWrap {
    background: #16151a;
}

.registerForm .inputRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    height: 40px;
}

.registerForm .inputRow label {
    width: 100px;
    color: #fff;
}

.registerForm .inputRow label span {
    color: #c00;
}

.registerForm .inputRow input {
    padding-left: 5px;
    border: none;
    border-radius: 3px;
    width: 200px;
    height: 30px;
    outline: none;
    border: 1px solid #666;
}

.registerForm .inputRow select {
    padding-left: 5px;
    border: none;
    border-radius: 3px;
    height: 30px;
    outline: none;
    margin-right: 2px;
    border: 1px solid #000;
}

.registerForm .inputRow .select_4 {
    width: 50px;
}

.registerForm .inputRow .select_2 {
    width: 100px;
}

.registerForm .inputRow p {
    color: #666;
    margin-left: 20px;
    width: 290px;
}

.registerForm .checkRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    height: 30px;
    margin-top: 20px;
    color: #fff;
    margin-left: 114px;
}

.registerForm .checkRow a {
    text-decoration: none;
    color: #c00;
}

.registerForm .btnRow {
    margin: 20px 0 0 113px;
}

.registerForm .btnRow .btnType {
    width: 85px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #666;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    border: none;
}

.registerForm .btnRow .submit {
    background: url("../img/an1.png");
}

.registerForm .btnRow .cancel {
    background: url("../img/an2.png");
}

.registerForm .btnRow input:disabled {
    background: #ccc;
    color: #666;
}

.registerForm .btnRow input:disabled:hover {
    background: #ccc;
    color: #666;
}

.loginForm .inputRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    height: 40px;
}

.loginForm .inputRow .type01 {
    width: 120px;
    color: #fff;
}

.loginForm .inputRow .type01 span {
    color: #c00;
}

.loginForm .inputRow input {
    padding-left: 5px;
    border: none;
    border-radius: 3px;
    width: 200px;
    height: 30px;
    outline: none;
    border: 1px solid #666;
}

.loginForm .inputRow .info {
    color: #a4dcff;
    margin-left: 20px;
    width: 270px;
}

.loginForm .btnType {
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fee979;
    border-radius: 3px;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    border: none;
}

.loginForm .btnType:hover {
    background: #fee979;
}

.loginForm a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
}

.loginForm a:hover {
    color: #000;
}

/*# sourceMappingURL=main.css.map */