.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;
    background: #ffffff;
    font-size: 12px;
}

.text-bold {
    font-weight: bold;
}

.article_tit {
    height: auto;
    margin-bottom: 40px;
}

.article_tit h4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
}

.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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 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;
    text-align: center;
}

.game-rank .tabs a {
    padding: 0 7px;
    line-height: 30px;
    color: #d7c1a6;
}

.game-rank .tabs a:hover {
    text-decoration: none;
    color: #ff9000;
}

.game-rank .tabs a.active {
    font-weight: bold;
    color: #ff9000;
}

.game-rank .list {
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px 15px;
    color: #ff9000;
}

.game-rank .item {
    color: #ff9000;
}

.game-rank .table {
    width: 100%;
    border-collapse: collapse;
}

.game-rank .item th,
.game-rank .item td {
    color: #ff9000;
    padding: 5px 5px;
    border: 1px solid #666;
    text-align: center;
}

.game-rank .item th {
    height: 28px;
    font-size: 12px;
}

.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;
    background: #ffffff;
    border: none;
}

.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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-box .captcha-input {
    width: 95px !important;
    float: left;
    margin-right: 10px;
}

.form-box .thumbnail.captcha {
    height: 30px;
    width: 104px;
    border-radius: 3px;
    float: left;
}

.form-box .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: 216px;
    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.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;
}
