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;
}

a {
    text-decoration: none;
}


/* HTML5 display-role reset for older browsers.. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei" ! important;
    background-color: #181818;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

.wap {
    display: none;
}

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    height: 1%;
}

.wrap-inner {
    width: 1100px;
    margin: 0 auto;
}

.wrap-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


/*header*/

.header-wrap {
    background-color: #140400;
    border-bottom: 1px solid #422c0a;
}

.header {
    height: 120px;
    position: relative;
}

.header .logo {
    background: url(../images/logo.png) no-repeat center;
    width: 230px;
    height: 71px;
    position: absolute;
    top: 24.5px;
    left: 0;
}

.header .head_ul {
    float: right;
}

.header .head_ul ul {
    overflow: hidden;
}

.header .head_ul ul li {
    float: left;
    margin-left: 28px;
    height: 120px;
}

.header .head_ul ul li a {
    color: #fff;
    line-height: 120px;
}

.header .head_ul ul li a:hover {
    color: #ffd6a9;
}

.header .head_ul ul .service {
    height: 120px;
    width: 179px;
    position: relative;
    margin-left: 35px;
}

.header .head_ul ul .service a {
    background: url(../images/service.png) no-repeat center;
    width: 179px;
    height: 39px;
    position: absolute;
    top: 35px;
    right: 0;
}

.content-wrap {
    min-height:730px;
    //min-height: 1024px;
    min-width: 1200px;
    background: #090201 url(../images/bg.jpg?v=2021011101) no-repeat center top;
    background-size: cover;
}

.content {
    overflow: hidden;
    position: relative;
}

.rule {
    width: 680px;
    height: 700px;
    position: absolute;
    overflow: hidden;
    left: 96px;
    top: 169px;
    text-align: center;
}

.rule .content_btnlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    width: 650px;
    margin-left: 25px;
}

.rule .content_btnlist a {
    display: inline-block;
    color: #623e17;
    font-size: 22px;
    line-height: 65px;
    width: 196px;
    height: 65px;
    font-weight: 700;
    text-align: left;
}

.rule .content_btnlist a:hover {
    color: #8c6941;
}

.rule .content_btnlist .register {
    background: url(../images/register.png?v=2019121801) no-repeat;
    text-indent: 30px;
}

.rule .content_btnlist .apply {
    background: url(../images/apply.gif?v=2019121801) no-repeat;
    text-indent: 30px;
}

.rule .content_btnlist .moneyText {
    background: url(../images/moneyText.png?v=2019121801) no-repeat;
    text-indent: 12px;
    font-size: 20px;
}

.rule-detail li span {
    color: #f00;
    margin: 0 5px;
}

.footer {
    background: #141414;
    //height: 154px;
    height:100px;
    text-align: center;
}

.footer .footer_center {
    width: 1000px;
    margin: 0 auto;
}

.footer .img_part {
    padding: 16px 0;
    border-bottom: 1px solid #202020;
}

.footer .img_part img {
    width: 100%;
}

.footer .footer_nav {
    padding: 16px 0;
    font-size: 12px;
}

.footer .footer_nav ul {
    color: #313d2b;
    overflow: hidden;
}

.footer .footer_nav ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer .footer_nav ul li a {
    text-decoration: none;
    color: #fff;
}

.footer .footer_nav ul li a:hover {
    color: #ffd6a9;
}

.footer .copyright {
    font-size: 12px;
    color: #999;
}

.mask {
    background-color: #000000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.applyStep {
    padding: 0 0 10px 0;
    width: 996px;
    height: 97%;
    border: 2px solid #937842;
    background-color: #181818;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* margin: -273px 0 0 -500px; */
    z-index: 11;
    color: #9a9a9a;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.applyStep h1 {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #e8b965;
    font-size: 24px;
}

.applyStep h3 {
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #e8b965;
    font-size: 24px;
}

.applyStep span {
    //color: #ed1919;
}

.applyStep .applyContent {
    padding: 0 77px 10px;
}

.applyStep .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(../images/close.png);
    width: 32px;
    height: 32px;
    display: block;
}

.applyStep .close:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.applyStep .applyContent a {
    color: #fff;
}

.applyStep .applyTitle {
    color: #e8b965;
    font-size: 20px;
    line-height: 30px;
}

.applyTable {
    border: 1px solid #9a9a9a;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 8px;
}

.applyTable td,
.applyTable th {
    border: 1px solid #9a9a9a;
    border-left: none;
    border-top: none;
    text-align: center;
}

.demoShow {
    margin: 10px auto;
}

.demoShow .item {
    float: left;
    width: 45%;
    margin-right: 10px;
    border: 1px solid #3e3e3e;
    line-height: 20px;
    padding: 10px;
}

.demoShow .item p {
    height: 90px;
}

.demoShow .item img {
    display: block;
    margin: 0 auto;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    z-index: 10;
    display: none;
    zoom: 1;
}

.line-ul {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 324px;
    padding: 20px;
    margin: -150px 0 0 -200px;
    display: none;
    z-index: 99;
    background: #242426;
}


/*
.line-ul {
    position: fixed;
    top: 25%;
    left: 5%;
    right: 5%;
    padding: 20px 10px;
    display: none;
    z-index: 99;
    background: #242426;
} */

.line-ul a {
    color: #efe1d4;
    background: #313130;
    text-align: center;
    margin: 10px 5%;
    display: block;
    float: left;
    font-size: 14px;
    width: 38%;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #a5805b;
}

.closes {
    width: 17px;
    height: 17px;
    background: url(../images/closes.png);
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    cursor: pointer;
}

.line-ul a:hover {
    background: #a5805b;
    color: #fff;
}

.layer-save {
    /* width:640px; */
    /* height: 316px; */
    background: #0C0C0E;
    border: 2px solid #55492b;
    border-radius: 10px;
    padding-bottom: 40px;
}

.layer-save .l-logo {
    /* margin-top:20px; */
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #7a6918;
    margin-bottom: 32px;
}

.layer-save .l-logo img {
    height: 60px;
}

.layer-save .l-line {
    color: #d1ae43;
    /* margin: 20px 0 0 30px; */
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
    position: relative;
}

.layer-save .l-line .label {
    font-size: 15px;
    width: 150px;
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
    text-align: right;
    color: #fff;
}

.layer-save .l-line input,
.layer-save .l-line select {
    font-size: 15px;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    background: #0c0c0e;
    text-indent: 10px;
    color: #333;
    /* border: 1px solid #41340a; */
    border: none;
    background: #fff;
    border-radius: 2px;
    width: 204px;
    outline: none;
}

.layer-save .close {
    position: absolute;
    top: 15px;
    right: 15px;
    /* background: url(../images/close1.png) no-repeat; */
    background: url(../images/close3.png) no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.layer-save .submit,
.layer-save .query {
    display: inline-block;
    width: 98px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #441400;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8ed77), to(#deb621));
    background: linear-gradient(to bottom, #f8ed77, #deb621);
}

.layer-save .query {
    margin-left: 10px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9557), to(#ff472f));
    background: linear-gradient(to bottom, #ff9557, #ff472f);
}

#yzm {
    margin-left: 5px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 97px;
    top: 6px;
}

#save-sub {
    margin-left: 154px;
    margin-top: 5px;
    width: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layer-save .refresh {
    cursor: pointer;
}

.layer-save .table {
    color: #d1ae43;
    margin-top: 33px;
    padding-right: 5px;
}

.layer-save .table .table-inner {
    height: 200px;
    overflow-y: auto;
}

.layer-save .table .table-inner::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

.layer-save .table .table-inner::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.layer-save .table .table-inner::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    background-clip: padding-box;
    min-height: 28px;
}

.layer-save .table .table-inner::-webkit-scrollbar-thumb:hover {
    background-color: #7d7d7d;
}

.layer-save .table table {
    width: 90%;
    margin: 0 auto;
}

.layer-save .table table td {
    line-height: 2;
    text-align: center;
    border: 1px solid #d1ae43;
}

.layer-save .table table thead td {
    font-weight: bold;
}

.layer-save .back {
    display: inline-block;
    background: #ff0000;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-left: 33px;
    margin-top: 10px;
}

.layer-query {
    /* width:640px; */
    /* height: 316px; */
    background: #0C0C0E;
    border: 2px solid #55492b;
    border-radius: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
    height: 100%;
}

.layer-query .l-logo {
    /* margin-top:20px; */
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #7a6918;
    /* margin-bottom: 32px; */
    margin-bottom: 60px;
}

.layer-query .l-logo img {
    height: 60px;
}

.layer-query .l-line {
    color: #d1ae43;
    /* margin: 20px 0 0 30px; */
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
    position: relative;
}

.layer-query .l-line .label {
    font-size: 15px;
    /* width: 150px; */
    width: 250px;
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
    text-align: right;
    color: #fff;
}

.layer-query .l-line input,
.layer-query .l-line select {
    font-size: 15px;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    background: #0c0c0e;
    text-indent: 10px;
    color: #333;
    /* border: 1px solid #41340a; */
    border: none;
    background: #fff;
    border-radius: 2px;
    width: 204px;
    outline: none;
}

.layer-query .close {
    position: absolute;
    top: 15px;
    right: 15px;
    /* background: url(../images/close1.png) no-repeat; */
    background: url(../images/close3.png) no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.layer-query .submit,
.layer-query .query {
    display: inline-block;
    width: 98px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #441400;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8ed77), to(#deb621));
    background: linear-gradient(to bottom, #f8ed77, #deb621);
}

.layer-query .query {
    margin-left: 10px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9557), to(#ff472f));
    background: linear-gradient(to bottom, #ff9557, #ff472f);
}

.save-sub {
    /* margin-left: 154px; */
    margin-left: 245px;
    margin-top: 5px;
    width: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layer-query .refresh {
    cursor: pointer;
}

.layer-query .table {
    color: #d1ae43;
    margin-top: 33px;
    padding-right: 5px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.layer-query .table .table-inner {
    /* height: 200px; */
    height: 320px;
    overflow-y: auto;
}

.layer-query .table .table-inner::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

.layer-query .table .table-inner::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.layer-query .table .table-inner::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    background-clip: padding-box;
    min-height: 28px;
}

.layer-query .table .table-inner::-webkit-scrollbar-thumb:hover {
    background-color: #7d7d7d;
}

.layer-query .table table {
    width: 90%;
    margin: 0 auto;
}

.layer-query .table table td {
    line-height: 2;
    text-align: center;
    border: 1px solid #d1ae43;
}

.layer-query .table table thead td {
    font-weight: bold;
}

.layer-query .back {
    display: inline-block;
    background: #ff0000;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-left: 33px;
    /* margin-top: 10px; */
    position: absolute;
    bottom: 20px;
    left: 0;
}


/*表格详情*/

.rule-detail {
    float: left;
    margin-top: 535px;  //470px;
    margin-left: 100px;
    width: 680px;
    /*background: rgba(0,0,0,0.5);*/
}

.rule-detail p.img {
    text-align: center;
}

.rule-detail table {
    margin-top: 20px;
    width: 100%;
}

.rule-detail table tr {}

.rule-detail table tr td {
    height: 35px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #f1d179;
}

.table_h {
    color: #f1d179 !important;
    font-size: 24px !important;
}

.table_bg {
    background-color: #ff0000;
    border: none !important;
}

.rule-detail table tr td span {
    color: #ff0000;
}

.rule-detail .btns {
    padding-top: 34px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    position: relative;
    z-index: 1;
}

.rule-detail .btns a {
    display: inline-block;
    width: 191px;
    height: 64px;
    color: transparent;
}

.rule-detail .btns a:nth-child(1) {
    margin-right: 30px;
    background: url("../images/applyBtn.png?v=2021011101");
}

.rule-detail .btns a:nth-child(2) {
    margin-left: 30px;
    background: url("../images/processBtn.png?v=2021011101");
}

.rule-detail .btns a:nth-child(3) {
    margin-left: 30px;
    background: url("../images/hdText.png?v=2021011101");
}

.intro {
    box-sizing: border-box;
    float: right;
    margin-top: -12px;
    width: 930px;
    font-size: 16px;
    line-height: 1.8;
    color: #e9c164;
    border-top: none;
    padding-left: 113px;
}

.content_text01 {
    margin-top: 55px;  //20px;
}
.content_text01 img {
    padding-top: 10px;
}

.tblboxRule {
  width: 100%;
  text-align:center;
  margin: 0 auto;
}
.tblboxRule tr td{
  font-size: 14px;
  line-height: 2;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 1px solid #e9c164;
}
.layui-layer-content{
  height:651!important;
}
.intro-box {
  box-sizing: border-box;
  float: left;
  margin: 53px 0 0 9px;
  font-size: 16px;
  line-height: 1.5;
  color: #e9c164;
  border-top: none;
}
.intro-box h3 {
  text-align:left;
  font-size:25px;
}
.tblboxRule .table_h span {
  color:red;
}
