* {
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: Monaco,Microsoft Yahei,Verdana,Lantinghei SC,Hiragino Sans GB,Helvetica,arial,\5b8b\4f53,sans-serif;
    color: #d5ad86;
    overflow-x: hidden;
    background-color: #0f0f0f;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
ul li {
    list-style: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
* + html .clearfix {
    zoom: 1;
} /* IE7 */
.fL {
    float: left !important;
}
.fR {
    float: right !important;
}
img {
    vertical-align: top;
}
/*---------------index--------------*/
#header {
    padding-bottom: 12px;
    box-sizing: border-box;
    min-height: 182px;
    background: url("../images/h_bg.jpg") repeat-x left bottom;
}

#header .hTop {
    padding: 7px 0 3px;
    background-color: #3c2513;
    border-bottom: 1px solid #714a24;
    z-index: 999;
    position: relative;
}
#header .hTop .hInfo {
    width: 1000px;
    margin: 0 auto;
}
#header .hTop .hLink {
    float: right;
    z-index: 1000;
    position: relative;
}
#header .hTop li {
    margin-right: 10px;
    float: left;
    color: #c98f69;
    font-size: 12px;
    background: url("../images/line01.png") no-repeat right center;
}
#header .hTop li a {
    float: left;
    margin-right: 10px;
    color: #959595;
}
#header .hLink .li01 a {
    color: #ffd053;
}
#header .hLink .li01 a.color1 {
    color: #0c0;
}
#header .hLink li.li02 a {
    color: #0ff;
}
#header .hLink li.li03 a {
    color: #984ac1;
}
#header .hLink li.li04 a {
    color: #ffd053;
}
#header .hLink li.li05 a {
    color: #0c0;
}
#header .hLink li.li06 a {
    color: #f00;
}
#header .hLink .li06 {
    margin-right: 0;
    background: none;
}
#header .lLink {
    float: left;
}
#header .lLink li {
    float: left;
    color: #78356d;
    line-height: 16px;
    margin-right: 10px;
}
#header .lLink a {
    color: #fcc43e;
}
#header .lLink .li01 {
    background: none;
    margin-right: 0;
}
#header .lLink .li05 {
    background: none;
    margin-right: 0;
}
#header .lLink .li02 a {
    color: #45b97c;
}
#header .lLink .li03 a {
    color: #984ac1;
}
#header .lLink .li04 a {
    color: #0c0;
}
#header .lLink .li05 a {
    color: #0ff;
}
#header .lLink .li01 img {
    margin-right: 5px;
    vertical-align: top;
}
#header .lLink .li01 span {
    color: #0ff;
}
#header .hTop li a:hover {
    color: #f4d15c;
}
.appDown {
    position: relative;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
}
.app {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: -140px;
    opacity: 0;
    height: 0px;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
    z-index: 9999;
}
.appDown:hover .app {
    opacity: 1;
    height: 309px;
    z-index: 999;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
}
.app:hover {
    opacity: 1;
    height: 309px;
    display: block;
    z-index: 1200;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
}

.pzx {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: -10px;
    opacity: 0;
    height: 0px;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
    z-index: 9999;
}
.pai:hover .pzx {
    opacity: 1;
    height: 309px;
    z-index: 999;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
}
.pai {
    position: relative;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
}
.pzx:hover {
    opacity: 1;
    height: 309px;
    display: block;
    z-index: 1200;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -webkit-transition: 0.8s;
}
/* select组件 */
.bi-select {
    position: relative;
    margin-top: -3px;
}
.select-list {
    color: #959595;
    border: 1px solid #323232;
}
.select-box {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    z-index: 200;
    color: #959595;
    background-color: #131211;
}
.select-list > li {
    width: 89px;
    cursor: pointer;
    padding: 6px 8px 4px;
    margin-right: 0 !important;
    float: none !important;
    background: none !important;
}
.select-list > li:hover {
    color: #ffcf30 !important;
    background-color: #000 !important;
}
.lan_icon {
    height: 20px;
    position: relative;
    top: -2px;
    width: 20px;
    left: -3px;
}
.lan_icon2 {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    left: -2px;
}
.se_icon {
    width: 7px;
    height: 4px;
    background: url("../images/select_icon.png") left top no-repeat;
}
.select-val {
    cursor: pointer;
    font-size: 14px;
    padding: 3px 12px;
    font-size: 12px;
    color: #ffcf30;
    background-color: #131211;
    border: 1px solid #323232;
    border-radius: 5px;
    height: 19px;
    line-height: 19px;
}
.inlineMid {
    display: inline-block;
    vertical-align: middle;
}

#header .hSection {
    min-height: 30px;
}

#header .hBox {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 26px;
    min-height: 68px;
}
#header .hInner {
    width: 990px;
    margin: 0 auto;
}
#header .logo {
    float: left;
}
#header .logo img {
    display: block;
}
#header .service {
    margin: 0 0;
    float: right;
}
#header .gNavi {
    float: left;
}
#header .gNavi li {
    margin-right: 10px;
    font-size: 16px;
    width: 90px;
    line-height: 34px;
    text-align: center;
    float: left;
}
#header .gNavi li a {
    color: #ffdf7e;
    display: block;
    border: 1px solid #ffdf7e;
    border-radius: 25px;
}
#header .gNavi li a:hover {
    color: #914800;
    border: none;
    background: url("../images/li_bg.png") no-repeat center top;
}
#header .gNavi li .on {
    color: #914800;
    border: none;
    background: url("../images/li_bg.png") no-repeat center top;
}
#main {
    background: url("../images/bg01.jpg") no-repeat center top;
    padding: 10px 0 20px;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}

.searchBox {
    margin-top: 15px;
    float: right;
    height: 46px;
    box-sizing: border-box;
    position: relative;
}
.searchBox .icon {
    position: absolute;
    top: 0;
    left: 14px;
}
.searchBox input {
    width: 290px;
    padding-left: 55px;
    box-sizing: border-box;
    background-color: #1b0b00;
    border-radius: 5px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    border: none;
    font-size: 16px;
    float: left;
    outline: none;
}
.searchBox #searchCode {
    position: absolute;
    width: 80px;
    right: 140px;
    top: 9px;
    cursor: pointer;
}
.searchBox span input {
    width: 210px;
    padding-left: 10px;
    margin-left: 10px;
}
.searchBox .btn {
    margin-left: 8px;
    float: left;
}
.searchBox .btn02 {
    margin-left: 8px;
    float: left;
}
.inner {
    margin-bottom: 15px;
}
.inner .banner {
    width: 752px;
    float: left;
    position: relative;
}
.inner .newsBox {
    margin-top: 1px;
    padding: 45px 10px 10px;
    box-sizing: border-box;
    width: 234px;
    height: 240px;
    float: right;
    background-color: #1b0b00;
    border: 2px solid #ffca52;
    position: relative;
}
.inner .newsBox .ttl {
    position: absolute;
    top: -14px;
    left: 20px;
}
.inner .newsBox li {
    color: #d5ad86;
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}
.inner .newsBox .tempWrap {
    height: 166px !important;
}
.ulLink {
    margin-bottom: 15px;
}
.ulLink li {
    float: left;
    width: 493px;
    text-align: center;
    line-height: 60px;
}
.ulLink li a {
    font-size: 22px;
    display: block;
    border: 1px solid #1b0b00;
    background-color: #714a24;
}
.ulLink li a span {
    display: inline-block;
    color: #fff;
    padding-left: 40px;
    background: url("../images/icon02.png") no-repeat left center;
}
.ulLink a:hover {
    border: 1px solid #de220b;
    background-color: #de220b;
}
.ulLink .li02 {
    float: right;
}

.ulLink .li02 a span {
    background: url("../images/icon03.png") no-repeat left center;
}
.ulLink li.on a {
    border: 1px solid #de220b;
    background-color: #de220b;
}
.section .topBox {
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #373737;
    background-color: #151515;
}
.section .topBox .subSearch {
    background: url("../images/search_bg.png") no-repeat center top;
    width: 987px;
    height: 70px;
    box-sizing: border-box;
    padding: 15px 0 0 330px;
}
.section .topBox .subSearch2 {
    background: url("../images/search_bg2.png") no-repeat center top;
}
.section .topBox .subSearch input {
    margin-right: 10px;
    width: 339px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    background-color: #202020;
    border: none;
    color: #fff;
    font-size: 14px;
}

.section .subBox {
    margin-bottom: 15px;
    border: 1px solid #56371e;
    font-size: 14px;
    color: #d5ad86;
    line-height: 1.8;
    background-color: #301b08;
    padding-bottom: 70px;
    position: relative;
}
.section .subBox .formBox ul .formBox_ver {
    position: relative;
}
.section .subBox .formBox ul .formBox_ver img {
    position: absolute;
    top: 11px;
    right: 300px;
    width: 80px;
    cursor: pointer;
}
.section .subBox .formBox ul .formBox_ver input {
    margin-left: 18px;
}
.section .cg {
    color: green;
}
.section .sb {
    color: red;
}
.section h3 {
    text-align: center;
    border-bottom: 1px solid #56371e;
}
.section .h3Ttl {
    padding-top: 20px;
    text-align: center;
    border-bottom: none;
    font-size: 24px;
    color: #ffe181;
}
.section h3 span {
    margin: 10px 18px;
    display: block;
    width: 112px;
    line-height: 32px;
    color: #512900;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: url("../images/ttl_bg.png") no-repeat;
    background-size: 100% 100%;
}
.section .subBox .text {
    margin: 20px;
    line-height: 1.9;
}
.section .subBox .text span {
    color: #ff0000;
}
.section .subBox .text a {
    color: #ffe600;
}
.section .subBox .text .color2 {
    color: #368bff;
}
.section .subBox .text span.note {
    color: #f00;
    display: block;
    margin-top: 20px;
}
.foot {
    width: 100%;
    float: left;
    margin-top: 50px;
    background: #3c2513;
    padding: 30px 0 0 0;
}
.a_auto {
    width: 1000px;
    margin: 0 auto;
}
.foot_1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #56371e;
    display: flex;
    justify-content: center;
}
.foot_1 ul {
    margin-bottom: 10px;
}
.foot_1 li {
    float: left;
    text-align: center;
}
.ar_3 {
    width: 148px;
    margin-left: 48px;
}
.ar_3 img {
    display: inline-block;
}
.ar_3 span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.ar_3 em {
    display: block;
    font-size: 12px;
    color: #999999;
}
.foot_2 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
}
.foot_4 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #979797;
    line-height: 55px;
}
.ar_4 {
    width: 126px;
    margin-left: 50px;
}
.ar_4 img {
    display: inline-block;
}
.ar_4 span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.ar_4 em {
    display: block;
    font-size: 12px;
    color: #999999;
}
.ar_5 {
    width: 106px;
    margin-left: 60px;
}
.ar_5 img {
    display: inline-block;
}
.ar_5 span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.ar_5 em {
    display: block;
    font-size: 12px;
    color: #999999;
}
.footer {
    border-top: 1px solid #714a24;
    background-color: #301b08;
    padding: 20px 0;
}
.footer .fBox {
    width: 1000px;
    margin: 0 auto;
}
.footer .fBox .fInfo {
    float: left;
    width: 200px;
}
.footer .fBox .fImg {
    float: right;
    width: 120px;
    margin-right: 30px;
    text-align: center;
}
.footer .fBox .fImg > img {
    width: 113px;
}
.footer .fBox .fImg span {
    color: #ffe600;
    font-size: 13px;
}
.footer .fBox .fInfo .ttl {
    margin-bottom: 10px;
    color: #ffcf62;
    font-size: 16px;
}
.footer .fBox .fInfo .ttl span {
    display: block;
    padding-left: 34px;
    line-height: 28px;
}
.footer .fBox .fInfo .ttl.t1 span {
    background: url("../images/f_icon01.png") no-repeat left center;
}
.footer .fBox .fInfo .ttl.t2 span {
    background: url("../images/f_icon02.png") no-repeat left center;
}
.footer .fBox .fInfo .ttl.t3 span {
    background: url("../images/f_icon03.png") no-repeat left center;
}
.footer .fBox .fInfo .ttl.t4 span {
    background: url("../images/f_icon04.png") no-repeat left center;
}
.footer .fBox .fInfo li {
    line-height: 2;
    font-size: 13px;
}
.footer .fBox .fInfo li a {
    color: #d5ad86;
}
.footer .fBox .fInfo li a:hover {
    color: #ffcf62;
}
.footer .copyright {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #714a24;
    text-align: center;
    color: #d5ad86;
}

.cover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 110;
}
.popBox {
    display: none;
    width: 1000px;
    background-color: #272727;
    position: fixed;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    padding-bottom: 50px;
    z-index: 110;
    margin-left: -500px;
    margin-top: -241px;
}
.popBox #userRecord {
    margin: 20px 0;
}
.popBox #userRecord thead tr th:last-child,
.popBox #userRecord thead tr th:nth-child(7) {
    width: 20%;
}
.popBox .close {
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: transparent !important;
}
.popBox .ttl {
    font-size: 22px;
    text-align: center;
    color: #fff;
    line-height: 58px;
    background-color: #3a3a3a;
}
.popBox .tableBox {
    margin: 20px 20px 20px;
}
.popBox .tableBox > p {
    color: red;
}
.popBox table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.popBox table th {
    font-size: 16px;
    font-weight: normal;
    padding: 6px 0;
    color: #fbf591;
    background-color: #3a3a3a;
    border: 1px solid #464646;
    text-align: center;
    vertical-align: middle;
    width: 10%;
}
.popBox table td {
    font-size: 16px;
    padding: 10px 2px;
    background-color: #131313;
    border: 1px solid #464646;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    -webkit-filter: blur(0.000001px);
    -webkit-font-smoothing: antialiased;
}
.popBox table td a {
    border: 1px solid #ff6c00;
    color: #ff6c00;
    font-size: 16px;
    display: inline-block;
    padding: 0 5px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 0 10px;
}
.popBox table td a:hover {
    color: #f00;
}

.formBox {
    margin: 50px 50px 50px 220px;
}
.formBox li {
    margin-bottom: 12px;
    overflow: hidden;
    zoom: 1;
}
.formBox li > a {
    cursor: pointer;
}
.formBox li .lText {
    margin-right: 5px;
    float: left;
    display: block;
    color: #c2c2c2;
    font-size: 18px;
    line-height: 48px;
}

.formBox li:nth-child(4) select {
    border: 1px solid #56371e;
    background: #1a0a00;
    padding-left: 30px !important;
}

.formBox input {
    width: 325px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #56371e;
    background-color: #1b0b00;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox select {
    width: 342px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #535353;
    background-color: #1b1b1b;
    border-radius: 5px;
    padding-left: 15px;
}
.formBox input:focus {
    box-shadow: none;
    border: 1px solid #368bff;
}
.formBox .submit {
    margin: 30px 0 0 95px;
}
.formBox .submit li {
    display: inline-block;
    margin-right: 10px;
}
.formBox .submit a {
    display: block;
    width: 160px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #151515;
    border-radius: 25px;
    border: 1px solid #ffe600;
    background-color: #ffe600;
}
.formBox .submit .li02 a {
    color: #fff;
    background-color: #f00;
    border: 1px solid #f00;
}
.formBox .note {
    padding-top: 20px;
    color: #a6865d;
    font-size: 14px;
}

.section .text2 {
    margin-top: 20px;
    text-align: center;
}
.section .text2 span {
    color: #f00;
}
.section .tableBox {
    margin: 20px;
}
.section table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.section table th {
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    color: #fff;
    background-color: #aa976d;
    border: 1px solid #9c8b65;
    text-align: center;
    vertical-align: middle;
}

.section table td {
    font-size: 16px;
    padding: 6px 2px;
    color: #000;
    background-color: #fff;
    border: 1px solid #9c8b65;
    text-align: center;
    vertical-align: middle;
}
.section table .fa_2 td {
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    color: #fff;
    background-color: #aa976d;
    border: 1px solid #9c8b65;
    text-align: center;
    vertical-align: middle;
}
.section table td .color1 {
    color: green;
}
.section table td .color2 {
    color: #f00;
}
.popBox02 {
    width: 900px;
}
.popBox02 .tableBox {
    margin: 30px 50px 30px;
}
.popBox02 table {
    margin-bottom: 30px;
}
.popBox02 .ttl {
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
}
.pagination {
    text-align: center;
}
.pagination li {
    margin: 0 2px;
    display: inline-block;
}
.pagination .active a {
    color: #f00;
}

.layui-layer-content a {
    color: #f00;
}
.section .box h3 {
    border-bottom: none;
    margin-bottom: 10px;
    text-align: left;
}
.section .box p {
    margin-bottom: 10px;
}

.layui-layer-ico {
    width: 30px !important;
    height: 30px !important;
    background: url("../images/close.png") no-repeat center top !important;
}
.layui-layer-setwin {
    top: 5px !important;
    right: 10px !important;
}
.layui-layer-content {
    background-color: #301b08 !important;
}
.layui-layer-title {
    border-bottom: none !important;
    background-color: #1b0b00 !important;
    font-weight: bold !important;
    color: #fff !important;
}

.layui-layer {
    background-color: #301b08 !important;
    top: 200px !important;
}
.wuBox {
    display: none;
    width: 480px;
    height: 160px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px;
    background-color: #272727;
    color: #fff;
    line-height: 1.8;
    border: 1px solid #ff0;
    font-size: 16px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

.list_5 {
    width: 940px;
    margin: 20px auto;
    background: url(../images/img14.png) no-repeat;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #ffeb9d;
}
.fa_2 {
    background: #aa976d;
}

.pays .cz_head {
    width: 100%;
    text-align: center;
    border-bottom: solid 2px #3c3c3c;
    background-color: #291612;
    padding: 30px 0;
    position: relative;
}

.pays .cz_head > button {
    position: absolute;
    left: 10%;
    top: 30px;
    padding: 5px 10px;
    border-radius: 6px;
    background: #a78334;
    border: 1px solid #a78334;
    color: #fff;
}

.pays > section {
    min-height: 750px;
    width: 1000px;
    margin: 20px auto 0;
}

.pays > section .pay_mian {
    border: 1px solid #dcdcdc;
}

.pays > section .pay_mian .pay_main_title {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.pays > section .pay_mian .pay_main_title span {
    display: inline-block;
    margin-left: 20px;
    width: 4px;
    height: 20px;
    background: #a78334;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 10px;
}
.pays > section .pay_mian .pay_main_title h3 {
    color: #555;
    font-weight: 400;
    font-size: 20px;
}

.pays .slideTxtBox {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.pays .slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    /* background: #f4f4f4; */
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.pays .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}
.pays .slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 5px;
    color: #000;
    background: #f4f4f4;
    border: 1px solid #ddd;
}
.pays .slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
    color: #e4393c;
}
.pays .slideTxtBox .bd ul {
    margin: 15px 10px;
    padding: 15px;
    zoom: 1;
    border: 1px solid #ddd;
}
.pays .slideTxtBox .bd ul .bank_tab_content {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.pays .slideTxtBox .bd ul .bank_tab_content > .pic_code {
    padding: 30px 20px 20px;
    display: inline-block;
    border: 1px solid #dddddd;
    margin-left: 100px;
    margin-top: 10px;
    position: relative;
}
.pays .slideTxtBox .bd ul .bank_tab_content > .pic_code span {
    position: absolute;
    top: 3px;
    left: 90px;
    font-size: 16px;
}
.pays .slideTxtBox .bd ul .bank_tab_content > .pic_code img {
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
}
.pays .slideTxtBox .bd ul .tab_ins {
    padding-top: 10px;
}
.pays .slideTxtBox .bd ul .tab_ins h4 {
    color: #f46e00;
}
.pays .slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}
.pays .slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.pays .slideTxtBox .bd ul .pic {
    width: 100%;
    margin-bottom: 10px;
    line-height: 32px;
}

.pays .slideTxtBox .bd ul .pic span {
    display: inline-block;
    width: 100px;
}
.pays .slideTxtBox .bd ul .pic .pic_box li {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 1px 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 3px;
}
.pays .slideTxtBox .bd ul .pic .pic_box .on {
    background: #4d81df;
    color: #fff;
}
.pays .slideTxtBox .bd ul .pic .pic_box {
    display: inline-block;
}
.pays .slideTxtBox .bd ul .pic p {
    display: inline-block;
    color: #e4393c;
    width: 320px;
}
.pays .slideTxtBox .bd ul .pic a {
    display: inline-block;
    width: 48px;
    background: #a78335;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

/* 移动端媒体查询 */
@media (max-width: 800px) {
    .pays > section {
        width: 95%;
        font: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    }
    .pays .slideTxtBox .bd ul .bank_tab_content > .pic_code img {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        min-height: 5rem;
    }
    .pays .slideTxtBox .bd ul .bank_tab_content > .pic_code span {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 1rem;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .pays .cz_head {
        padding: 30px 0;
    }
    .pays .cz_head > img {
        width: 250px;
    }
    .pays .cz_head > button {
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        top: 28px;
        left: 5%;
    }
    .pays > section .pay_mian .pay_main_title h3 {
        font-size: 1.4rem;
    }
    .pays .slideTxtBox {
        font-size: 1.1rem;
    }
    .pays .slideTxtBox .hd ul li {
        font-size: 1.3rem;
    }
    .pays .slideTxtBox .bd ul .tab_ins h4 {
        font-size: 1.3rem;
    }
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin-left: 15px;
    background: #301b07 !important;
    opacity: .7 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* 分页样式 */
.popBox .tableBox #tableBoxUl,
.section .subBox #tableBoxUl_1 {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

.popBox .tableBox #tableBoxUl li,
.section .subBox #tableBoxUl_1 li {
    display: inline-block;
    font-size: 16px;
    padding: 1px 10px;
    border: 1px solid #fff;
    line-height: 25px;
    margin-left: 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: all ease .5s;
}

.popBox .tableBox #tableBoxUl .active,
.section .subBox #tableBoxUl_1 .active {
    background: #3c2513;
    color: #fff;
}
.section .subBox #tableBoxUl_1 .active {
    background: #ffe502;
}

.toast-top-center {
    top: 50% !important;
    margin-top: -27px !important;
}

.btn_disabled {
    pointer-events: none;
}

/*#electronicTable tr th:nth-child(3),#electronicTable tr td:nth-child(3){display: none;}*/