﻿@media(min-width: 1024px) {
  a {
    text-decoration: none
  }
  .newbox {
    height: 35px;
    width: 100%;
    background: #e59292;
    z-index: 99;
  }
  .newin {
    height: 35px;
    padding-left: 40px;
    padding-right: 10px;
    background: url(../images/newtl.png) no-repeat 12px center;
  }
  .lunleft {
    position: relative;
    overflow: hidden;
    height: 35px;
  }
  .lunleft ul {
    /* position:absolute;
  left:100%;
  top: 0px;
  display:table;*/
  }
  .lunleft ul li {
    display: table-cell;
    white-space: nowrap;
    line-height: 35px;
    color: #fff;
  }
  .tanchuceng {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .tanin {
    width: 590px;
    height: 390px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    background: url(../images/tanbg.png) no-repeat center top;
  }
  .tantoux {
    line-height: 35px;
    padding-left: 12px;
    color: #ffea00;
    font-weight: bold;
  }
  .shuzangh {
    text-align: center;
    color: #ffea00;
    line-height: 38px;
  }
  .shuimsnt {
    width: 225px;
    height: 26px;
    background: #750606;
    border: 1px solid #ff0000;
    color: #fff;
  }
  .chatablewa {
    width: 480px;
    margin: 0 auto;
    max-height: 240px;
    overflow-y: auto;
  }
  .toum {
    background: #700001;
  }
  .chtable {
    width: 100%;
  }
  .chtable td {
    height: 33px;
    text-align: center;
    border: 1px solid #dd0002;
    color: #fff;
  }
  .toum td {
    color: #fcdb6a;
  }
  .chacha {
    position: absolute;
    right: 0px;
    line-height: 35px;
    width: 35px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #ffea00;
  }
  .dtbtn {
    display: inline-block;
    width: 71px;
    height: 28px;
    background: url(../images/dbtnx.png) no-repeat center top;
    text-align: center;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    margin: 0px 6px;
  }
  .touzizhe {
    position: absolute;
    left: 0px;
    top: -25px;
    width: 100%;
    height: 140px;
    background-size: 100% !important;
  }
  .touzizhe.cur {
    opacity: 1;
  }
  .toizitme {
    width: 27px;
    height: 27px;
    position: absolute;
    background: url(../images/touzi.png);
  }
  .touzibx {
    width: 180px;
    height: 75px;
    position: relative;
    left: 98px;
    top: 89px;
  }
  .toizitme[datatz="1"] {
    background-position: 0px 0px;
    left: 30px;
    top: 38px;
  }
  .toizitme[datatz="2"] {
    background-position: 0px -28px;
    left: 70px;
    top: 25px;
  }
  .toizitme[datatz="3"] {
    background-position: 0px -56px;
    left: 110px;
    top: 35px;
  }
  .toizitme[datatz="4"] {
    background-position: 0px calc(-28px * 3);
    left: 50px;
    top: 75px;
  }
  .toizitme[datatz="5"] {
    background-position: 0px calc(-28px * 4);
    left: 150px;
    top: 55px;
  }
  .toizitme[datatz="6"] {
    background-position: 0px calc(-28px * 5);
    left: 107px;
    top: 78px;
  }
  .jilwz {
    color: #111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jilwz.is-login{
    display:none;
  }
  .hongcs {
    cursor: pointer;
    color: red;
  }
  .listpah {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item {
    width: 538px;
    height: 60px;
    background: #152342;
    margin-bottom: 15px;
  }
  .itm-col {
    float: left;
  }
  .itm-col1 {
    width: 352px;
    padding: 18px 0 0;
    text-align: center;
    /* margin-bottom: 10px; */
  }
  .itm-col2 {
    background: #ae0727;
    width: 144px;
    padding: 10px 0 0 42px;
    height: 50px;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
  }
  .itm-col2 .txt-bold {
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    line-height: 18px;
  }
  .inner {
    width: 1207px;
    margin: 0 auto;
  }
  .header {
    background: #e99d9d;
    border-bottom: 1px solid #f54343;
  }
  .header .inner {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo img {
    display: block;
    height: 70px;
  }
  .rightbx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .logbx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logbxbt {
    width: 96px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    margin-left: 15px;
    background: url(../images/btnbx.png);
  }
  .logbx2 {
    background-position: 0px 0px;
    color: #a10b0d;
  }
  .logbx3 {
    background-position: -109px 0px;
  }
  .logbx4 {
    width: 109px;
    background-position: -217px 0px;
  }
  .logbxbt:hover {
    opacity: 0.9;
    background-image: url(../images/btnbx.png);
  }
  body {
    background: #fff url(../images/bg.jpg) no-repeat center top;
  }
  .contbg {
    background: #ffeaea;
  }
  .banner {
    height: 558px;
  }
  .contin {
    padding: 0px 37px;
  }
  .timtes {
    text-align: center;
    font-size: 33px;
    padding-top: 498px;
    font-weight: bold;
  }
  .cont1 {
    padding: 8px 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cont1a-1 {
    font-size: 18px;
    color: #de2a00;
    padding: 13px 0px;
    /* background: url(../images/txx.png) no-repeat center center; */
    text-align: center;
  }
  .cont1a {
    width: 323px;
  }
  .cont1b {
    padding-top: 30px;
  }
  .cont1a-2 {
    padding: 0px 14px;
    border: 1px solid #f7d0d0;
    background: #;
  }
  .luntiele {
    line-height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #de2a00;
    border-bottom: 1px solid #f7d1d1;
  }
  .spban1 {
    width: 99px;
  }
  .spban2 {
    width: 51px;
  }
  .spban3 {
    width: 142px;
  }
  .luntop {
    height: 310px;
    position: relative;
    overflow: hidden;
  }
  .luntop ul {
    width: 100%;
  }
  .luntop ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    will-change: transform;
    color: #4e4e4e;
    line-height: 31px;
    border-bottom: 1px dashed #e9bcbc;
  }
  .cont1a-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cont1a-3it {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
  }
  .numbx1 {
    font-size: 24px;
    color: #ffeb00;
  }
  .zhongling {
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
  }
  .dengbx {
    font-size: 18px;
    color: #4e4e4e;
  }
  .dengblbt {
    color: red;
  }
  .wanbox {
    width: 388px;
    height: 263px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/wan.png) no-repeat center top;
  }
  .toubtn {
    width: 222px;
    height: 59px;
    background: url(../images/btn.png) no-repeat center top;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
  }
  .jifenreckd {
    height: 275px;
  }
  .cont1a-4 {
    padding: 10px 0px;
  }
  .ckgrenzhj {
    background: #c79e50;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 117px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .cont1a-5 {
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .ct2tiel {
    background: #172141;
  }
  .ct2tiel ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ct2tiel ul li {
    text-align: center;
    line-height: 45px;
    padding: 0px 25px;
    color: #fff;
    cursor: pointer;
  }
  .ct2tiel ul li.cur {
    color: #ffe400;
    background: #21335b;
  }
  .guizebx {
    padding: 30px 40px;
    color: #fff;
  }
  .huang {
    color: red;
  }
  .lv {
    color: #00ff36;
  }
  .dnxijbx {
    padding: 20px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .dnxijbx li {
    width: 152px;
    height: 180px;
    background: #152342;
    margin-bottom: 18px;
    margin-right: 9px;
  }
  .dnxijbx li:nth-child(7n) {
    margin-right: 0px;
  }
  .dnxijbx li:before {
    content: "";
    display: block;
    height: 10px;
  }
  .jinbx1 {
    width: 140px;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    background: #223861;
  }
  .jinbx2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
  }
  .jinbx3 {
    text-align: center;
    color: #ffffff;
    background: #ae0727;
    height: 43px;
    line-height: 43px;
  }
  .cop {
    text-align: center;
    padding: 15px 0px;
    color: #4e4e4e;
  }
  .tanbox {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .tanboxin {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 5px;
  }
  .tanboxin1 {
    width: 695px;
  }
  .tantl {
    background: #f54343;
    height: 63px;
    padding: 0px 28px;
    position: relative;
  }
  .tantl1 {
    font-size: 20px;
    color: #fff;
    line-height: 63px;
  }
  .close {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 36px;
    height: 37px;
    background: url(../images/close.png) no-repeat center top;
    margin-top: -14px;
    background-size: 100%;
  }
  .tanlist {
    margin: 47px 76px;
    max-height: 400px;
    overflow-y: auto;
  }
  .tabbtle {
    width: 100%;
  }
  .tabbtle td {
    text-align: center;
    border: 1px solid #b7b7b7;
    height: 40px;
  }
  .tantou td {
    background: #ac3136;
    color: #fff;
  }
  .tanboxin2 {
    width: 449px;
  }
  .logintan {
    margin: 45px 75px;
  }
  .denginot {
    width: 100%;
    border: 1px solid #b7b7b7;
    background: url(../images/icon1.png) no-repeat 10px center;
    text-indent: 45px;
    height: 40px;
  }
  .dengbtn {
    margin-top: 40px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f54343;
  }
  .gonggao {
    height: 329px;
    padding: 0px 10px;
    line-height: 30px;
    color: #fff;
  }
  .chahbtn {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 22px;
    background: #d7af61;
    width: 100%;
    margin-top: 8px;
  }
  .haimey {
    font-size: 12px;
    color: #a7a7a7;
    padding: 15px 0px;
    text-align: center;
  }
  .hong {
    color: #ff1d1d;
  }
  .biao {
    text-align: center;
    width: 100%;
    margin: 20px auto;
    color: #fff;
    background: #fff9f9;
  }
  .biao td {
    border: 1px solid #dfdfdf;
    height: 40px;
    color: #1d1d1d;
  }
  .biao tr:first-child td {
    background: #d7af61;
    /* color:#fffa00; */
  }
  .biao img {
    display: block;
    margin: 0 auto;
  }
  .tlbox {
    text-align: center;
    padding: 22px 0px;
  }
  .wenzi {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
  }
  .tabbjs {
    height: 350px;
    width: 100%;
    text-align: center;
  }
  .tabbjs td {
    font-size: 16px;
    color: #fff;
    border: 1px solid #bb0713;
    background: #7a0108;
  }
  .tabbjs tr:first-child td {
    background: #a20620;
    color: #f9ec19;
  }
  .tnav {}
  .tnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tnav ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 138px;
    line-height: 100px;
    text-align: center;
    /* border-radius: 20px; */
  }
  .tnav ul li a:hover {
    color: #221403;
    background: url(../images/navcur.png) no-repeat center top;
  }
  .tiaojian {
    width: 290px;
    padding: 10px 16px;
    border: 1px solid #f7d0d0;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 37px;
  }
  .txtwww {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .txt-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #4e4e4e;
  }
  .txt-col span {
    color: #de2a00;
    font-size: 24px;
    padding-top: 12px;
  }
}
.pagemn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.beian {
  text-align: center;
  padding: 20px 0;
  color: #666;
}
.pc-show{
  display:block;
}
.mobile-show{
  display:none;
}
.chou-info{
  display:none;
}

@media(max-width: 1024px) {
  .chou-info{
    display:none;
  }
  .pc-show{
    display:none;
  }
  .mobile-show{
    display:block;
  }
  a {
    text-decoration: none
  }
  .newbox {
    height: 50px;
    background: #e99d9d;
    z-index: 99;
    box-sizing: border-box;
  }
  .newin {
    height: 50px;
    padding-left: 40px;
    padding-right: 10px;
    background: url(../images/newtl.png) no-repeat 12px center;
  }
  .lunleft {
    position: relative;
    overflow: hidden;
    height: 50px;
  }
  .lunleft ul {

    display: table;
  }
  .lunleft ul li {
    display: table-cell;
    white-space: nowrap;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
  }
  .loginbox1 .jilwz {
    display: none;
  }
  .tanchuceng {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .tanin {
    width: 590px;
    height: 390px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    background: url(../images/tanbg.png) no-repeat center top;
  }
  .tantoux {
    line-height: 35px;
    padding-left: 12px;
    color: #ffea00;
    font-weight: bold;
  }
  .shuzangh {
    text-align: center;
    color: #ffea00;
    line-height: 38px;
  }
  .shuimsnt {
    width: 225px;
    height: 26px;
    background: #750606;
    border: 1px solid #ff0000;
    color: #fff;
  }
  .chatablewa {
    width: 480px;
    margin: 0 auto;
    max-height: 240px;
    overflow-y: auto;
  }
  .toum {
    background: #700001;
  }
  .chtable {
    width: 100%;
  }
  .chtable td {
    height: 33px;
    text-align: center;
    border: 1px solid #dd0002;
    color: #fff;
  }
  .toum td {
    color: #fcdb6a;
  }
  .chacha {
    position: absolute;
    right: 0px;
    line-height: 35px;
    width: 35px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #ffea00;
  }
  .dtbtn {
    display: inline-block;
    width: 71px;
    height: 28px;
    background: url(../images/dbtnx.png) no-repeat center top;
    text-align: center;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    margin: 0px 6px;
  }
  .touzizhe {
    /*    opacity: 0;*/
    position: absolute;
    left: 0px;
    top: -25px;
    width: 100%;
    height: 140px;
    background-size: 100% !important;
  }
  .touzizhe.cur {
    opacity: 1;
  }
  .toizitme {
    width: 27px;
    height: 27px;
    position: absolute;
    background: url(../images/touzi.png);
  }
  .touzibx {
    width: 180px;
    height: 75px;
    position: relative;
    left: 98px;
    top: 89px;
  }
  .toizitme[datatz="1"] {
    background-position: 0px 0px;
    left: 30px;
    top: 38px;
  }
  .toizitme[datatz="2"] {
    background-position: 0px -28px;
    left: 70px;
    top: 25px;
  }
  .toizitme[datatz="3"] {
    background-position: 0px -56px;
    left: 110px;
    top: 35px;
  }
  .toizitme[datatz="4"] {
    background-position: 0px calc(-28px * 3);
    left: 50px;
    top: 75px;
  }
  .toizitme[datatz="5"] {
    background-position: 0px calc(-28px * 4);
    left: 150px;
    top: 55px;
  }
  .toizitme[datatz="6"] {
    background-position: 0px calc(-28px * 5);
    left: 107px;
    top: 78px;
  }
  .jilwz {
    color: #111;
    text-align:center;
  }
  .hongcs {
    cursor: pointer;
    color: red;
  }
  .listpah {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item {
    width: 538px;
    height: 60px;
    background: #152342;
    margin-bottom: 15px;
  }
  .itm-col {
    float: left;
  }
  .itm-col1 {
    width: 352px;
    padding: 18px 0 0;
    text-align: center;
    /* margin-bottom: 10px; */
  }
  .itm-col2 {
    background: #ae0727;
    width: 144px;
    padding: 10px 0 0 42px;
    height: 50px;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
  }
  .itm-col2 .txt-bold {
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    line-height: 18px;
  }
  .header {
    padding: 0px 10px;
    background: #e99d9d;
    border-bottom: 1px solid #f54343;
  }
  .header .inner {
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {}
  .logo img {
    display: block;
    margin: 0 auto;
    height: 60px;
  }
  .rightbx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .logbx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logbxbt {
    width: 96px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    margin-left: 15px;
    background: url(../images/btnbx.png);
  }
  .logbx2 {
    color: #a10b0d;
    background-position: 0px 0px;
  }
  .logbx3 {
    background-position: -109px 0px;
  }
  .logbx4 {
    width: 109px;
    background-position: -217px 0px;
  }
  .logbxbt:hover {
    opacity: 0.9;
    background-image: url(../images/btnbx.png);
  }
  body {
    background: #ffeaea url(../images/bg1.jpg) no-repeat center 0px;
  }
  .banner {
    height: 344px;
  }
  .teims {
    text-align: center;
    padding-top: 272px;
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
  }
  .contin {
    /* padding: 0px 15px; */
  }
  .cont1a {
    background: url(../images/luntopwa.png) no-repeat center top;
    width: 597px;
    height: 379px;
  }
  .cont1a-2 {
    width: 500px;
    margin: 0 auto;
  }
  .cont1 {
    padding: 20px 0;
  }
  .cont1a-1 {
    font-size: 18px;
    color: #ffeb00;
    padding: 13px 0px;
    text-align: center;
    text-indent: -9999em;
    height: 38px;
  }
  .luntiele {
    line-height: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #ff0000;
    border-bottom: 1px solid #fb8686;
    font-size: 20px;
  }
  .spban1 {
    width: 192px;
  }
  .spban2 {
    width: 150px;
  }
  .spban3 {
    width: 150px;
  }
  .luntop {
    height: 223px;
    position: relative;
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
  }
  .luntop ul {

    width: 100%;
  }
  .luntop ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #111;
    font-size: 18px;
    line-height: 32px;
    will-change: transform;
  }
  .cont1a-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cont1a-3it {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
  }
  .numbx1 {
    font-size: 24px;
    color: #ffeb00;
  }
  .zhongling {
    font-size: 18px;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
  }
  .dengbx {
    font-size: 18px;
    color: #111;
  }
  .dengblbt {
    color: red;
  }
  .wanbox {
    width: 388px;
    height: 263px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/wan.png) no-repeat center top;
  }
  .toubtn {
    width: 246px;
    height: 59px;
    background: url(../images/btn.png) no-repeat center top;
    margin: 0 10px;
    cursor: pointer;
    margin-top: 30px;
  }
  .toubtn1 {
    background: url(../images/btn1.png) no-repeat center top;
  }
  .toubtnwa {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jifenreckd {
    height: 275px;
  }
  .cont1a-4 {
    padding: 10px 0px;
  }
  .ckgrenzhj {
    background: #c79e50;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 117px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .cont1a-5 {
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .ct2tiel {
    background: #172141;
  }
  .ct2tiel ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ct2tiel ul li {
    text-align: center;
    line-height: 66px;
    padding: 0px 25px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
  }
  .ct2tiel ul li.cur {
    color: #ffe400;
    background: #21335b;
  }
  .guizebx {
    padding: 30px 5px;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
  }
  .huang {
    color: red;
  }
  .lv {
    color: #00ff36;
  }
  .dnxijbx {
    padding: 20px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .dnxijbx li {
    width: 143px;
    height: 180px;
    background: #152342;
    margin-bottom: 18px;
    margin-right: 5px;
  }
  .dnxijbx li:nth-child(7n) {
    /* margin-right:0px; */
  }
  .dnxijbx li:before {
    content: "";
    display: block;
    height: 10px;
  }
  .jinbx1 {
    width: 108px;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    background: #223861;
  }
  .jinbx2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
  }
  .jinbx3 {
    text-align: center;
    color: #ffffff;
    background: #ae0727;
    height: 43px;
    line-height: 43px;
  }
  .cop {
    text-align: center;
    padding: 15px 0px;
    color: #4779d5;
  }
  .tanbox {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .tanboxin {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 5px;
  }
  .tanboxin1 {
    width: 595px;
  }
  .tantl {
    background: #f54343;
    height: 63px;
    padding: 0px 28px;
    position: relative;
  }
  .tantl1 {
    font-size: 20px;
    color: #fff;
    line-height: 63px;
  }
  .close {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 36px;
    height: 37px;
    background: url(../images/close.png) no-repeat center top;
    margin-top: -14px;
    background-size: 100%;
  }
  .tanlist {
    margin: 17px 26px;
    max-height: 400px;
    overflow-y: auto;
  }
  .tabbtle {
    width: 100%;
  }
  .tabbtle td {
    text-align: center;
    border: 1px solid #b7b7b7;
    height: 40px;
  }
  .tantou td {
    background: #ac3136;
    color: #fff;
  }
  .tanboxin2 {
    width: 449px;
  }
  .logintan {
    margin: 45px 75px;
  }
  .denginot {
    width: 100%;
    border: 1px solid #b7b7b7;
    background: url(../images/icon1.png) no-repeat 10px center;
    text-indent: 45px;
    height: 40px;
  }
  .dengbtn {
    margin-top: 40px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f54343;
  }
  .haimey {
    font-size: 12px;
    color: #a7a7a7;
    padding: 15px 0px;
    text-align: center;
  }
  .hong {
    color: #ff1d1d;
  }
  .biao {
    text-align: center;
    width: 100%;
    margin: 20px auto;
    color: #fff;
    background: #fff9f9;
  }
  .biao td {
    border: 1px solid #dfdfdf;
    height: 40px;
    color: #1d1d1d;
  }
  .biao tr:first-child td {
    background: #d7af61;
    /* color:#fffa00; */
  }
  .biao img {
    display: block;
    margin: 0 auto;
  }
  .tlbox {
    text-align: center;
    padding: 22px 0px;
  }
  .wenzi {
    color: #221403;
    font-size: 16px;
    line-height: 28px;
  }
  .nav {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 640px;
    height: 88px;
    background: #df2430;
    z-index: 88;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav a {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 88px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
  }
  .nav a:nth-child(even) {
    background: #f03648;
  }
  .nav img{
  width:42px;
  height:42px;
}
  .tlbox {
    padding: 22px 0px;
  }
  .tlbox img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .tabbjs {
    height: 411px;
    width: 100%;
    text-align: center;
  }
  .tabbjs td {
    font-size: 16px;
    color: #fff;
    border: 1px solid #bb0713;
    background: #7a0108;
  }
  .tabbjs tr:first-child td {
    background: #a20620;
    color: #f9ec19;
  }
  .chahbtn {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 22px;
    background: #b0010e;
    width: 100%;
    margin-top: 8px;
  }
  .csonnw {
    padding: 0px 22px;
  }
  .cont2 {
    padding: 0px 20px;
  }
  .content {
    padding: 0px 0px;
  }
  .txtwww {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 100px;
  }
  .txt-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #111;
  }
  .txt-col span {
    color: #ff0000;
    font-size: 28px;
    padding-top: 22px;
    line-height: 40px;
  }
  .contin {
    position: relative;
  }
  .tuzi1 {
    position: absolute;
    top: 270px;
    left: 0px;
  }
  .tuzi2 {
    position: absolute;
    right: 0px;
    top: 270px;
  }
}
