.s-btn{
    padding: 5px 15px;
    box-sizing: border-box;
    background: #fff;
    border: none;
    height: 30px;
    min-width: 70px;
    border-radius: 3px;
    line-height: 18px;
}
a.s-btn:hover{
	text-decoration: none;
	color: #FFFFFF;
}
.s-btn-primary{
    background: rgb(32, 165, 58);
    color: #FFF;
}
.pull-right{
	float: right;
}
.input{
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.text-bold{
    font-weight: bold;
}
.article_tit{
	height: auto;
}
.article_con{
	min-height: 748px;
}
.game-footer-copr{
	height: auto;
}
/* 注册表单 */
.STYLE1 {
    font-size: 12pt
}
.STYLE2 {
    color: #FF0000;
    font-weight: bold;
}
.STYLE3 {
    font-size: 12px;
    color: #FFFFFF;
}
.TableTD a {
    color: #fff;
    font-size: 12px;
    font-family: '微软雅黑';
}
.TableTD .meitn td{
    padding: 5px 10px;
}
.TableTD input[type='text'],
.TableTD input[type='number'],
.TableTD input[type='password'] {
    padding-right: 5px;
    padding-left: 5px;
    border: 2px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
}
.TableTD input[type='submit'],
.TableTD input[type='reset']{
    background: #fff;
    border: none;
    height: 30px;
    width: 60px;
    border-radius: 3px;
}
.TableTD input[type='submit']{
    background: rgb(32, 165, 58);
    color: #FFF;
}
.TableTD input.is-invalid{
    border:2px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.game-servers{
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.game-servers select.input{
    width: 100px;
}
.game-servers > *{
    float: left;
    margin-right: 10px;
}
/* 游戏排行开始 */
.rank-title{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}
.game-rank .tabs{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #666;
	text-align: left;
}
.game-rank .tabs a{
    float: left;
    padding: 0 20px;
}
.game-rank .tabs a:hover{
   text-decoration: none;
}
.game-rank .tabs a.active{
    height: 30px;
    border: 1px solid #666;
    border-bottom: none;
    background: #252525;
    border-radius: 5px 5px 0 0;
    color: #333;
    background: #FFF;
}
.game-rank .list{
    border: 1px solid #666;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    background: #FFF;
    color: #333;
}
.game-rank .item{
    color: #FFFFFF;
}
.game-rank .table{
    width: 100%;
	text-align:left
}
.game-rank .item th,
.game-rank .item td{
    color: #333;
    /* text-align: left; */
    padding: 2px 2px;
    border: 1px solid #ddd;
    text-align: center;
}
.game-rank .item th{
	background: #f9f9f9;
	border-bottom: 2px solid #ddd;
	height: 30px;
}
.game-rank .item img{
    border: none;
    display: inline-block;
}
.icon-top {
	width: 30px;
	height:30px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	text-align: center;
	line-height: 38px;
}
.icon-top.t1{
	background-image: url(../images/t1.png);
}
.icon-top.t2{
	background-image: url(../images/t2.png);
}
.icon-top.t3{
	background-image: url(../images/t3.png);
}
.login-user-info{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.login-user-info a{
	text-decoration: underline;
	color: #F78E00 !important;
}
/* 用户信息 */
.userinfo-box{
	margin-bottom: 15px;
}
.userinfo-box .item{
	overflow: hidden;
	margin-bottom: 10px;
}
.link,
.userinfo-box a:link,
.userinfo-box a{
	text-decoration: underline;
	color: #F78E00 !important;
}
.userinfo-box .item span{
	float: left;
	margin-right: 15px;
}
.userinfo-box .item span:first-child{
	font-weight: bold;
	width: 80px;
	text-align: right;
}
/* 表单布局 */
.form-box{
	position: relative;
}
.form-box .form-tip-text{
	margin-bottom: 10px;
}
.form-tip-text{
	font-weight: bold;
	color: #F78E00;
	margin-bottom: 20px;
	padding-left: 115px;
	width: 400px;
}
.text-danger{
	color: red;
	font-weight: bold;
}
.form-box .form-item{
	margin-bottom: 15px;
	min-height: 30px;
	overflow: hidden;
}
.form-box .form-item .label{
	float: left;
	width: 100px;
	margin-right: 15px;
	text-align: right;
	line-height: 30px;
	color: #FFFFFF;
}
.form-item .form-control{
	min-width: 280px;
	float: left;
}
.form-item select,
.form-item input[type='text'],
.form-item input[type='number'],
.form-item input[type='password'] {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    width: 260px;
    border-radius: 3px;
    box-sizing: border-box;
}
.form-item button[type='submit'],
.form-item button[type='reset']{
    background: #fff;
    border: none;
    height: 30px;
    min-width: 70px;
    border-radius: 3px;
}
.form-item button[type='submit']{
    background: rgb(32, 165, 58);
    color: #FFF;
}
.form-item [readonly]{
	background: #ccc;
}
.form-item .btns{
	width: 260px;
	margin-left: 115px;
}
.form-control .tt + .tt{
	margin-top: 10px;
}
.s-btn.block{
	width: 260px;
}
.s-btn.small{
	height: 24px;
	width: auto;
	min-width: auto;
	background: rgb(32, 165, 58);
	color: #FFF;
	line-height: 24px;
	padding: 0 10px;
	vertical-align: -2px;
	margin-left: 5px;
	font-size: 10px;
}
.s-btn.small.worning{
	background: #F78E00 ;
}
.form-item input.is-invalid{
    border:2px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.captcha-input{
	width: 95px !important;
	float: left;
	margin-right: 10px;
}
.thumbnail.captcha{
	height: 30px;
	width: 104px;
	border-radius: 3px;
	float: left;
}
.change-captcha{
	cursor: pointer;
	float: left;
	margin-left: 10px;
}
.error-txt{
	color: #e42525;
	line-height: 30px;
}
.form-item .link,
.form-item a{
	line-height: 30px;
	font-size: 12px;
}
.form-item .link
.form-item a:link,
.form-item a{
	text-decoration: underline;
	color: #F78E00 !important;
}
.layui-layer-dialog .layui-layer-content{
	color: #333;
	word-break: keep-all;
}
.layui-layer-msg .layui-layer-content{
    color: #FFF;
}
.registe-info{
    font-size: 13px;
}
.registe-info .info-item{
    display: flex;
}
.registe-info .bath{
    color: #F78E00;
    word-break: keep-all;
}
.registe-info .bath-left{
    word-break: break-all;
    flex-shrink: 0;
}
.login-bar {
	position: absolute;
	top: 520px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background: rgba(0, 0, 0, 0.65);
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 3px;
	color: #F78E00;
}
.login-bar a{
	color: #F78E00 !important;
}
.login-bar.flex-left{
	justify-content: flex-start;
}
.login-bar button {
	height: 26px;
	border: none;
	font-size: 12px;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
	width: 60px;
	min-width: auto;
	background: #F78E00;
	color: #ffffff;
}
.login-bar input[type=text], .login-bar input[type=password] {
	height: 26px;
	border: none;
	border-radius: 3px;
	width: 130px;
}
.login-bar .captcha {
	height: 26px;
	border: none;
	border-radius: 3px;
	width: 90px;
}
.login-bar .captcha-input{
	width: 80px !important;
}
