*, :after, :before {
    box-sizing: border-box;
}
a{

}
html {
    color: #252525;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: top;
    font-family: 微软雅黑;

}

html, body {
    overflow: auto;
    font-family: 微软雅黑;
    background: #eee!important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0
}
body{  overflow: hidden}

input, select, textarea {
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: middle!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  font-size:12px;  }
table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}
img[src=""]{opacity:0;}
abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none
}
ul,li{ margin: 0px; padding: 0px; list-style: none}

/*li*/
#i0{ position: absolute; top: 265px; left: 40px; }
#i1{ position: absolute; top: 240px; left: 140px; }
#i2{ position: absolute; top: 190px; left: 230px; }
#i3{ position: absolute; top: 115px; left: 300px; }
#i4{ position: absolute; top: 40px; left: 355px; }

.lihide{ display: none;}


caption, th {
    text-align: left
}

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

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: none;
}

ins, a {
    text-decoration: none
}

button {
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;

}

input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;
    border-radius: 0;

}

textarea {
    -webkit-appearance: none;
}

body {
    font-family: 微软雅黑;
    line-height: 1.5;
    color: #252525;
    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

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

fieldset, img {
    border: 0;
    outline: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

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

q:before, q:after {
    content: ''
}

/*文字排版、颜色*/
.f12,.f12 * {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px

}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.fw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fl{ float: left }
.fr{ float: right }







/*  垂直居中  */
.box{ width: 100%; height: 100%; line-height:20px; position:relative;}
.box1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.box2{
    display: flex;
    justify-content:center;
    align-items:Center;
}
.box3 span{
    width: 50%;
    height: 50%;
    background: #000;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.box4 span{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.box5{
    display: flex;
    text-align: center;
}
.box5 span{margin: auto;}
.box6{
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    -webkit-box-orient: vertical;
    text-align: center
}

/* 公用头部 */
.layout {
    margin: 0 auto;
    width: 1100px;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
}
.clearfix, .box {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.hide{ display: none}
.main{ min-height: 600px;}

/* 欢迎 */
.c_web_icon, .c_home_icon, .c_add_icon, .c_login_icon, .c_reg_icon { background: url(../images/top_csp.png) 0 0 no-repeat; }
.top_sub_main{width:100%; height:35px; background:#fff; color:#999; border-bottom:1px solid #ececec; box-shadow: 0 1px 2px rgba(0,0,0,.05); position: relative; z-index: 5;}
.top_sub_nav{width:1200px; margin:0 auto; position:relative; z-index:100;}
.sub_nav_left, .sub_nav_right{line-height:35px; font-size: 12px; color: #999;}
.sub_nav_left a{display:inline-block; height:35px; padding-left:22px; font-size:12px; color:#999; margin-right:14px; position:relative;}
.sub_nav_left a:hover, .top_login_tips a:hover{color:#03b4f5; transition:all 0.4s ease-in-out; text-decoration:none;}
.c_web_icon, .c_home_icon, .c_add_icon, .c_login_icon, .c_reg_icon{width:18px; height:16px; position:absolute; top:10px; left:0;}
.c_web_icon{background-position:-33px -11px;}
.c_home_icon{background-position:-31px -46px;}
.c_add_icon{background-position:-32px -82px;}
.c_login_icon{background-position:-31px -154px; top:9px;}
.c_reg_icon{background-position:-31px -226px; top:9px;}
.top_sub_nav a:hover .c_web_icon{background-position:-6px -11px;}
.top_sub_nav a:hover .c_home_icon{background-position:-4px -46px;}
.top_sub_nav a:hover .c_add_icon{background-position:-5px -82px;}
.top_sub_nav a:hover .c_login_icon{background-position:-4px -154px;}
.top_sub_nav a:hover .c_reg_icon{background-position:-4px -226px;}
.top_sub_nav .userInfo{ float: left;}
.top_sub_nav .userInfo span{ margin-right: 5px;}
.top_sub_nav .userInfo a:hover{color:#03b4f5;}

.top_login_tips span{ float: left; margin-right:5px;}
.top_login_tips span a{ margin-left: 5px;}
.top_login_tips > a{float:left; display:inline; height:35px; padding-left:22px; font-size:12px; color: #999; position:relative;}
.top_login_tips > a.t_btn1{padding-right:10px;}
.top_login_tips > a.t_user_name, .top_login_tips a.t_user_out{padding-left:0; margin-right:10px;}
.top_login_tips > a.t_btn2{margin:0 5px;}
.top_login_tips > a.user_vip{margin-right:5px;}

/* 导航与logo */
.top_nav_main{ height: 90px; background: #fff; box-shadow: 0 4px 4px rgba(0, 0, 0, .1); }
.top_nav_warp{ width: 1200px;height: 100%; margin: 0 auto; }
.top_nav_left{ width: 220px; height: 100%;}
.top_nav_left img{ height: 60px; margin: 15px 0;}
.top_nav_right{ height: 30px; line-height: 30px; margin: 30px 0;  }
.top_nav_right a{  display: block; width: 110px;  height:100%;  color: #1e1e1e;  font-size: 16px; float: left; text-align: center; margin-left: 5px; }
.top_nav_right a:hover{background: #03B4F5; color: #fff; border-radius: 20px;}
.top_nav_right a.on{background: #03B4F5; color: #fff; border-radius: 20px; }

/* 友情链接 */
.game-links {  width: 100%;  height: 84px;  line-height: 80px;  margin-top: 45px;  overflow: hidden; position: relative; background: #fff url(../images/links.jpg) top center no-repeat; }
.game-links .links {  width: 1200px; margin: 0 auto; padding-left: 220px}
.game-links .links a { font-size: 14px;  color: #8c8b8b; margin: 0 5px; }
.game-links .links a:hover { color: #03b4f5; }

/* 底部 */
.footer{ height: 110px; padding: 20px 0; }
.footer .content{ width: 1200px; margin: 0 auto;}
.footer .content li{ float: left; }
.footer .content .logo{ width: 180px; height: 100%; margin:10px 0 20px;}
.footer .content .logo img{ height: 50px;}
.footer .content .info{ width:calc(100% - 180px);}
.footer .content .info p{ font-size: 14px; line-height: 25px; }
.footer .content .info a{ color:#03b4f5; }

/* 分页  */
.page{position: relative;text-align: center;zoom: 1;clear: both;display: table;margin: 20px auto;}
.page:before,.page:after{content:"";display:table;}
.page:after{clear:both;overflow:hidden;}
.page span{float: left;margin:0 5px; padding: 0 10px; height: 28px;line-height: 26px;color: #bdbdbd;font-size: 14px; background: #d8d8d8;}
.page .active{float: left;margin:0 5px;padding: 0 10px;height: 28px;line-height: 26px;background: #DC2D11;color: #fff;font-size: 12px;border-radius: 2px;}
.page a{float: left;margin:0 5px;padding: 0 10px; height: 28px;line-height: 26px;background: #d8d8d8;border: 1px solid #ebebeb;color: #333;font-size: 12px;border-radius:2px;}
.page a:hover{color:#fff;background: #DC2D11;border-radius:2px;}
.page .next,.page .prev{font-size: 12px; border-radius: 2px;}


/* 用户中心 顶部栏目 */
.user-hd{ background: #fff; padding: 20px 40px; text-align: left;}
.user-hd > *{ float: left;}
.user-hd .user-info{ width: 480px; border-right: 1px dotted #cacaca; display: inline-block  }
.user-hd .user-info li{ float: left}
.user-hd .user-info .icon{ width: 100px; }
.user-hd .user-info .icon img{ width: 80px; height: 80px; border-radius: 100%;}
.user-hd .user-info .content{ position: relative;}
.user-hd .user-info .content p{ font-size: 12px; color: #666; line-height: 23px;}
.user-hd .user-info .content p:first-child{ margin-top: 5px;}
.user-hd .user-info .content a{ color: #666; font-size: 12px; margin-left: 10px;}
.user-hd .user-info .content a:hover{ color:#03B4F5; text-decoration: underline; }
.user-hd .remGame-list{ width: calc(100% - 480px); padding:0 0 0 60px;  }
.user-hd .remGame-list .item{ float: left; width: 33.3333%; margin: 5px 0;}
.user-hd .remGame-list .item li{ float: left;}
.user-hd .remGame-list .item .icon{ width: 80px; cursor: pointer; }
.user-hd .remGame-list .item .icon img{ width: 70px; height: 70px; border-radius: 15px;}
.user-hd .remGame-list .item .info{ width: calc(100% - 80px)}
.user-hd .remGame-list .item .info p{ font-size: 12px; color: #999;}
.user-hd .remGame-list .item .info .name{ font-size: 14px; color: #666;}
.user-hd .remGame-list .item .info .second span{ color: #ff0000;}
.user-hd .remGame-list .item .info .g-btn{ display: block; height: 26px; line-height: 24px; background: #fff;  border: 1px solid #c7c7c7; text-align: center; font-size: 12px; width: 80px; border-radius: 15px; color: #999; margin-top: 5px; }
.user-hd .remGame-list .item .info .g-btn:hover{background:#03B4F5; border: solid 1px #03B4F5; color: #fff;}
/* 用户中心 左侧栏目 */
.user-menu { width: 250px; height: auto;}
.user-menu li{ border-left: 5px solid #fff;}
.user-menu li a { display: block; height: 60px; font-size: 16px; color: #666; line-height: 60px; text-align: center; border-bottom: 1px solid  #e9e9e9;}
.user-menu li i { display: inline-block; vertical-align: middle; height: 40px; width: 40px; background: url(../images/user-menu.png) no-repeat;}
.user-menu .menu-2 i { background-position: 0 -38px;}
.user-menu .menu-3 i { background-position: 0 -77px;}
.user-menu .menu-4 i { background-position: 0 -115px;}
.user-menu .menu-5 i { background-position: 2px -150px;}
.user-menu .menu-1:hover i, .user-menu .active .menu-1 i { background-position: -40px 0;}
.user-menu .menu-2:hover i, .user-menu .active .menu-2 i { background-position: -40px -38px;}
.user-menu .menu-3:hover i, .user-menu .active .menu-3 i { background-position: -40px -77px;}
.user-menu .menu-4:hover i, .user-menu .active .menu-4 i { background-position: -40px -115px;}
.user-menu .menu-5:hover i, .user-menu .active .menu-5 i { background-position: -40px -150px;}
.user-menu .active a, .user-menu li a:hover { color: #03B4F5;font-weight: bold;     background: #FBFBFB;}
.user-menu .active, .user-menu li:hover{ border-left: 5px solid #03B4F5;}
.user-detail{ margin-top: 20px; padding: 0;}
.user-section-wrap { width:calc(100% - 250px);min-height: 394px; height: auto!important; padding: 20px 30px 30px 30px; border-left: 1px solid #e9e9e9;}
.section-tit { height: 40px; line-height: 40px; border-bottom: 2px solid #e9e9e9; font-size: 16px;}
.user-section-wrap input{ width:230px!important; height:36px!important; padding:0 5px; line-height:36px; border:1px solid #cfcece; border-radius:3px;}
.user-section-wrap input:focus{border:2px double #78c143; width:228px; height:34px;}