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: #000;
	overflow-x: hidden;
}

.pc{
    display: none;
}
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;
}

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

/* .clearfix {*+height: 1%;} */

.header {
	background: #140400;
	overflow: hidden;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #422c0a;
    text-align: center;
}

.header .logo {
    width: 115px;
    height: 35.5px;
    margin-top: 12px;
    float:left;
    margin-left:10px;
}

.header .kefu {
    width: 140px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
}
.header .kefu img {
    width: 100%;
}

.banner {
    position: relative;
    margin-top: 60px;
}
.banner img {
    width: 100%;
}
.banner .banner_box {
    width: 204px;
    position: absolute;
    top: 24px;
    left: 29px;
    text-align: center;
}
.banner .banner_box .banner_text01 img,.banner .banner_box .banner_text02 img {
    width: 100%;
}

.banner .banner_box .btn_seeRule {
    /* margin: 13px auto 22px; */
    margin: 11px auto 18px;
    background: url('../images/m/btn_seeRule.png') no-repeat center;
    background-size: cover;
    width: 123px;
    height: 21px;
    cursor: pointer;
}

.banner .banner_box .banner_btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.banner .banner_box .banner_btnList a {
    display: inline-block;
    width: 91px;
    height: 30.5px;
    cursor: pointer;
}

.banner .banner_box .banner_btnList .btn_jiaru {
    background: url('../images/m/btn_jiaru.png') no-repeat center;
    background-size: cover;
}
.banner .banner_box .banner_btnList .btn_lingqu {
    background: url('../images/m/btn_lingqu.png') no-repeat center;
    background-size: cover;
}

.content {
    background: #110604 url(../images/m/m_bg.jpg) no-repeat center top;background-size:100% auto;
    padding: 55px 0;
}
/*表格*/

.rule{
    padding: 0 10px;
}

.rule p.img {
    margin: 10px auto;
    font-size: 24px;
    text-align: center;
    /* color: #e9c164; */
    color: #fff;
    font-weight: bold;
}

.rule p.img span {
    color: #ff0000;
}

.rule table {
    width: 100%;
    margin: 0 auto;
}

.rule table tr {}

.rule table tr td {
    font-size: 14px;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 1px solid #e9c164;
}

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

.table_h span {
    color: #ff0000;
}

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

.rule .btns {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

.rule .btns a {
    display: inline-block;
    width: 120px;
    height: 40px;
    color: transparent;
}

.rule .btns a:nth-child(1) {
    margin-right: 15px;
    background: url("../images/applyBtn.png?v=2019121801") no-repeat center;
    background-size: 100% auto;
}

.rule .btns a:nth-child(2) {
    margin-left: 15px;
    background: url("../images/processBtn.png?v=2019121801") no-repeat center;
    background-size: 100% auto;
}

.rule .intro {
    margin: 0 auto;
    padding: 0 10px 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #e9c164;
    border-top: none;
}



.n-blod{font-size: 24px;font-weight: bold}

.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 {
    width: 100%;
    padding-bottom: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #181818;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 11;
	color: #9a9a9a;
	font-size: 12px;
	/* line-height: 18px; */
	-webkit-transform:translateX(100%);
	transform: translateX(100%);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	opacity: 1;
	display: none;
	-webkit-overflow-scrolling: touch;
}

.applyStep .close {
	position: absolute;
	left: 5px;
	top: 10px;
	cursor: pointer;
	background: url(../images/back.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 h1 {
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #e8b965;
	background: #000;
	font-size: 16px;
}

.applyStep span {
	color: #ed1919;
}

.applyStep .applyContent {
	padding: 10px 15px 15px;
	font-size: 14px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.applyStep p {
    font-size: 12px;
    line-height: 18px;
}

.applyStep .applyTitle {
	color: #e8b965;
	font-size: 12px;
	line-height: 1.2em;
    margin: 10px 0;
    margin-top: 10px!important;
}

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

.fullpage{-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}

.box-top{height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #e8b965;background: #000;width: 100%;}

.btn{
    text-align: center;
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    background: #a40000;
    display: block;
    font-size: 18px;
    color: #fff!important;
    border-radius: 4px;
}
.btn a{text-decoration: none;color: inherit;}

.c-yellow{color: #fffe00!important}

.applyStep-wrap{
    /* overflow-y: auto; */
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* height: 100%; */
}
.content .btn{margin-bottom: 40px;}


.navRoot {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #5c4f3b;
    background-color: #000;
  }
  .navRoot .navLink {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: #f9eed0;
  }
  .navRoot .navLink img {
    width: 100%;
  }
  .navRoot .navLink .navLinkIco {
    display: block;
    margin-bottom: .01rem;
    width: 25px;
    height: 25px;
    font-size: 0;
    text-align: center;
  }
  .navRoot .navLink.active {
    color: #e1d476;
  }
  .navRoot .navLink:nth-child(1) .navLinkIco img {
    width: 24px;
  }
  .navRoot .navLink:nth-child(2) .navLinkIco img {
    width: 21px;
  }
  .navRoot .navLink:nth-child(3) .navLinkIco img {
    width: 25px;
  }
  .navRoot .navLink:nth-child(3) .navLinkIco img {
    margin-top: 2px;
  }
  .navRoot .navLink:nth-child(4) .navLinkIco img {
    width: 22px;
  }



/* 大屏幕桌面*/

@media all and (min-width: 430px) {
    /* 大屏幕桌面*/
    .banner .banner_box {
        width: 256px;
       
    }


}

@media all and (max-width: 330px) {
	.banner .banner_box {
        width: 180px;
        right:15px;
        top: 16px;
    }
    .banner .banner_box .btn_seeRule {
        /* margin: 11px auto 15px; */
        margin: 9px auto 12px;
        width: 111px;
        height: 19px;
    }
    .banner .banner_box .banner_btnList a {
        width: 82px;
        height: 27.5px;
    }
}

.copyright{
    text-align:center;
    color: #515151;
    font-size: 12px;background: #040404;margin: 20px 0;}
    
.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: 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 {
    background: #0C0C0E;
    border: 2px solid #55492b;
    border-radius: 10px;
    padding-bottom: 20px;
}

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

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

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

.layer-save .l-line .label {
    font-size: 12px;
    width: 85px;
    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: 12px;
    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: 170px;
    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: 0;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 8px;
}

#save-sub {
    margin-top: 5px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    background: transparent;
    width: 225px;
    margin-left: 35px;
}

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

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

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

.layer-save .table table {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
}

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

.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: 5px;
}

.layer-query {
    background: #0C0C0E;
    border: 2px solid #55492b;
    border-radius: 10px;
    padding-bottom: 20px;
}

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

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

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

.layer-query .l-line .label {
    font-size: 12px;
    width: 85px;
    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: 12px;
    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: 170px;
    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-top: 5px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    background: transparent;
    width: 225px;
    margin-left: 35px;
}

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

.layer-query .table {
    color: #d1ae43;
    margin-top: 33px;
}

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

.layer-query .table table {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
}

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

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