[v-cloak] {
  display: none;
}
body {
  background: url(../image/bg.jpg) no-repeat;
  background-size: 100% contain;
  background-position: center;
  margin: 0px;
  font-family: "Microsoft Yahei", "Ã¦â‚¬ÂÃ¦ÂºÂÃ©Â»â€˜Ã¤Â½â€œ", "Noto Sans SC", sans-serif;
}

a:link,
a:visited {
  text-decoration: none;
  /* color: #fff !important; */
}
.spanwhite {
  color: #979797;
  font-size: 16px;
}
.act a {
  /*    overflow: hidden;*/
  width: 300px;
  height: 300px;
  float: left;
  margin-bottom: 15px;
}

.header {
  height: 100px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.allHeader{
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.allHeader ul{
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
}
.menu li a{
  display: flex;
  align-items: center;
}
.menu img{
  margin-right: 5px;
  width: 28px;
}
.menu span{
  color:#fff;
}
.logo { width: 227px; }

.search {
  width: 192px;
  height: 56px;
}

.url {
  width: 240px;
}

.header span {
  display: inline-flex;
  font-size: 19px;
  font-weight: bold;
}

.noTutorial{
  position: relative;
}
.noTutorial::after {
  content: url(../image/recommend.png);
  display: block;
  clear: both;
  position: absolute;
  top: -24px;
  right: -24px;
}


.bottom2 a:not(:first-child) span::before {
  content: "|";
  margin: 0px 15px;
}
.banner{
  width: 100%;
  height: 410px;
  background-image: url(../image/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}


.content {
  width: 1000px;
  min-height: 800px;
  border-radius: 0px;
  margin: auto;
  /*background: #fff;*/
  /* overflow: hidden; */
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  background-color:#0f0f0f; 
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.leftmenu {
  position: absolute;
  right: -80px;
  top: 100px;
}

.leftmenu ul {
  list-style: none;
}
.leftmenu ul a li {
  /* margin-bottom: 5px; */
}
.menuOption img{
  width: 100px;
  height: auto;
}

/*
.leftmenu ul a li,
.leftmenu ul a {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
*/

/* .leftmenu ul li:hover::before {
  content: "";
  background: url(../image/buttonhover.png);
  position: absolute;
  width: 77px;
  height: 90px;
} */

.leftmenu ul a li:hover {
  transform: rotateY(360deg);
  transition: transform 0.6s;
  /*  transform-style: preserve-3d;*/
  /*    box-shadow: 0px 0px 15px #37b1ff;*/
}

.record {
  background: url(../image/record.png) no-repeat;
  background-size: cover;
  width: 1035px;
  height: 237px;
  margin: 10px auto;
  color: #096dfb;
  font-size: 12px;
}

.footer {
  box-sizing: border-box;
  background-color: #212121;
  padding: 15px 0 0 0px;
}

.bottom3 {
  width: 1000px;margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  /* padding-bottom: 30px; */
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.bottom1 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.browser span{
  color: #fff;
  font-weight: 400;
  margin-right: 5px;
}

.bottom2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  box-sizing: border-box;
  color: #979797;
  text-align: center;
}


.navigation {
  height: 37px;
  margin: 10px 0px;
  position: relative;
}
.navigation div {
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 5px;
  font-size: 20px;
  line-height: 37px;
  color: #00adff;
  font-weight: 600;
}
.left {
  position: absolute;
  left: -2%;
}
.right {
  position: absolute;
  right: -2%;
}

.copyright {
  width: 100%;
  height: 40px;
  background-color:#000;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
  font-size: 15px;
}
#bgDiv {
  /* display: none; */
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.5;
  z-index: 999
}
.actimg {
  /*
    background: url(../image/actimg1.png) no-repeat;
    background-size:contain;
*/
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.actbox {
  width: 296px;
  height: 296px;
  box-shadow: 0px 0px 4px #888888;
  border-radius: 10px;
  background: #fff;
}
.act a{
  cursor: pointer;
}
.act a:not(:nth-child(3n + 1)) {
  margin-left: 20px;
}

.act a:hover .actbox .actimg img {
  transform: scale(1.1);
  transition: all 0.3s;
  overflow: hidden;
}

.acttext {
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #343e46;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 4px;
}

.actbtn {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 10px;
  text-align: center;
}

.detailbtn {
  background: #0068FC;
  border-radius: 30px;
  padding: 5px 40px;
  text-align: center;
  margin: auto;
  min-width: 150px;
  color: white;
}

.record1 {
  margin-left: 230px;
  width: 474px;
  height: 155px;
}
.record1 > .bd > span {
  font-size: 14px;
  line-height: 1.4;
}
.record1 ul{  
}
.record1 li {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 1px;
  height: 30px;
  overflow: hidden;
}
.red {
  color: red;
}

/* .record2:before {
  position: absolute;
  content: "";
  border-left: solid 1px #4095f5;
  width: 1px;
  height: 115px;
  margin-left: -15px;
} */

.record > div {
  display: inline-block;
  margin-top: 53px;
  margin-left: 530px;
  width: 400px;
  height: 118px;
  overflow: hidden;
}
.record2 {
  margin-left: 35px;
}
.record2 > span {
  font-size: 14px;
  line-height: 1.4;
}
.bd span {
  margin-bottom: 10px !important;
}
.record2 li {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
/*lightbox*/

.lightbox-target {
  position: fixed;
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  color: #fff;
  background-color: #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 0%;
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 30px;
  background: url(../image/bg1.png) center top / cover no-repeat;
  z-index: 999999
}
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  z-index: 10;
}
.lightbox-target .applytable {
  color: #fff;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 30px;
  /* background: url(../image/bg1.png) center top / cover no-repeat; */
}

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.lightbox-target:target .applytable,
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target .lightbox-close {
  top: 2%;
}

.lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 3%;
  right: 1.2%;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.applytable {
  display: block;
  width: 852px;
  /* height: 55vh; */
  min-height: 360px;
}

.tablelogo {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.tablelogo img{
  width: 190px;
}

.tabletitle {
  font-size: 24pt;
  color: #0ba8f1;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

/* .tabletitle::before {
  content: "Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€ ";
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-weight: 100;
}

.tabletitle::after {
  content: "Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€";
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-weight: 100;
} */

.con1 {
  width: 100%;
  margin-top: 2%;
  color: #049afb;
}
.con1 > p {
  width: 450px;
  margin: 1% auto;
  /* margin-bottom: 1%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.con1 > p > span {
  color: #0068FC;
  font-size: 16px;
}
.con1 > p > input {
  width: 55%;
  height: 40px;
  text-align: left;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  line-height: normal;
  background: rgb(255, 255, 255);
  border: 1px solid #0068FC;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 5px;
  height: 43px;
  border-radius: 10px;
  border: 1px solid #0068FC;
}
.con1 > p > select {
  width: 55%;
  height: 40px;
  text-align: left;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  line-height: normal;
  background: rgb(255, 255, 255);
  border: 1px solid #0068FC;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 5px;
  height: 43px;
  border-radius: 10px;
  border: 1px solid #0068FC;
}
.con2 {
  /* height: 310px; */
  /* display: none; */
}
.con2 table {
  /* width: 780px; */
  width: 100%;
  margin: 0 auto;
}
.con2 table tr th {
  border: 1px solid #073ff5;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  /* color: black; */
  font-weight:bold;
}
.con2 table tr td {
  border: 1px solid #073ff5;
  height: 40px;
  line-height: 40px;
  /* color: #000; */
  font-size: 13.5px;
  text-align: center;
}
.con2 table tr td a {
  font-size: 14px;
  color: #111;
}
.layui-laypage-em {
  background-color: #fc00ff !important;
}
.layui-laypage .layui-laypage-curr em {
  color: #fff !important;
}
.inputstyle {
  box-sizing: border-box;
  padding: 5px;
  height: 43px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #049afb;
}

.applybtn {
  display: flex;
  justify-content: center;
}

.applybtn1 {
  background: url(../image/searchbtn.png) no-repeat;
  background-size: contain;
  width: 185px;
  height: 56px;
  cursor: pointer;
}

.applybtn1:hover {
  background: url(../image/searchbtnh.png) no-repeat;
}

.applybtn2 {
  background: url(image/button2.png) no-repeat;
  width: 206px;
  height: 52px;
  margin-left: 13px;
}

.applybtn2:hover {
  background: url(image/button2hover.png) no-repeat;
}

/*lightbox end*/

.news {
  height: 34px !important;
  width: calc(100% - 50px);
  border: solid 1px #046afb;
  border-radius: 50px;
  margin-left: 45px;
  line-height: 34px;
  margin-bottom: 15px;
  font-size: 16px;
}

.news:before {
  position: absolute;
  width: 38px;
  height: 34px;
  content: "";
  background: url(../image/news.png) no-repeat;
  margin-left: -45px;
}

/*form*/
.formtitle1 {
  box-sizing: border-box;
  /* padding: 5px 30px; */
  display: flex;
  flex-direction: column;
  margin: auto;
  min-width: 200px;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-image: url(../image/contentTitle.png);
  background-repeat: no-repeat;
  width: 369px;
  height: 95px;
  background-size: contain;
  text-align: center;
}
.formtitle1 span:nth-of-type(1){
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 5px;
  margin-top: -8px;
}
.formtitle1 span:nth-of-type(2){
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

.form1 {
  display: flex;
  /*    width:100%;*/
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.formborder {
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 80%;
  height: 250px;
  min-height: 10vh;
  border: 2px solid #306caa;
  padding: 5px;
  max-width: 700px;
 background: rgb(11,168,241);
background: linear-gradient(0deg, rgba(11,168,241,1) 0%, rgba(110,212,255,1) 100%);
  margin-top: 40px;
  margin-bottom: 20px;
}

.formcontent1 {
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  width: 100%;
  /*    min-height: 100%;*/
  padding: 5px;
  border: solid 2px #fff;
}

.cos1 {
  border-radius: 10px;
  width: 98%;
  margin: 0 auto;
  margin-top: 60px;
}
.cos1 > p {
  margin: 20px 0px;
  padding: 0px 40px;
  display: flex;
  align-items: center;
}
/* .cos1 > p:first-child {
  margin-top: 5%;
} */
.cos1 > p > span {
  display: inline-block;
  color:#fff;
  font-size: 20px;
  width: 20%;
  word-break: break-all;
  text-align: right;
}

.cos1 > p > input {
  display: inline-block;
  width: 70%;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  line-height: normal;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(20, 67, 211);
  margin-left: 10px;
}
.cos1 > p > a {
  display: inline-block;
  width: 74%;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  line-height: normal;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(20, 67, 211);
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cos1 > p > select {
  display: inline-block;
  width: 74%;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  /* padding-left: 15px; */
  border-radius: 5px;
  line-height: normal;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(20, 67, 211);
  margin-left: 10px;
}
.cos1 > p > a > input {
  width: 100%;
  height: 100%;
}
.codeimg {
  position: absolute;
  top: 1px;
  right: 12%;
}

.formtable tr td:first-child {
  width: 20%;
  color: rgb(0, 77, 230);
  font-size: 16pt;
  text-align: right;
  font-weight: 500;
}

.formtable tr td:last-child {
  width: 80%;
}

.formtable tr {
  box-sizing: border-box;
  padding: 5px;
}

.forminput {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #0066fa;
  padding: 10px;
}

.fotmbtn1 {
  display: inline-block;
  position: relative;
  /*    float: left;*/
  background: url(../image/submit.png) no-repeat;
  background-size: contain;
  width: 167px;
  height: 41px;
  cursor: pointer;
  margin-right: 30px;
}

.fotmbtn1:hover {
  background: url(../image/submit_h.png) no-repeat;
  background-size: contain;
}

.fotmbtn2 {
  display: inline-block;
  position: relative;
  /*    float: left;*/
  background: url(../image/more.png) no-repeat;
  background-size: contain;
  width: 167px;
  height: 41px;
  margin-left: 30px;
  cursor: pointer;
}

.fotmbtn2:hover {
  background: url(../image/more_h.png) no-repeat;
  background-size: contain;
}

.auth {
  position: absolute;
  margin-left: -66px;
  margin-top: 7px;
}

.formtitle2 {
  box-sizing: border-box;
  margin-top: 20px;
  background: url(image/formtitle2.png) no-repeat;
  width: 292px;
  height: 51px;
  color: white;
  font-size: 20pt;
  line-height: 36pt;
  padding-left: 30px;
}

.formcontent2 {
  display: block;
  width: 90%;
  font-size: 14pt;
  color: #3c3c3c;
  margin: auto;
}

.contenttable {
  margin: 10px auto 10px auto;
  width: 95%;
  text-align: center;
  vertical-align: middle;
}

.contenttable tr:first-child {
  background: #046BFC;
  color: white;
}

.contenttable tr td {
  padding: 5px;
  border: 1px solid #0068B7;
  font-size: 14px;
  line-height: 18px;
}

.formtext {
  font-size: 13pt;
}

/*form end*/

.title1 {
  width: 200px;
  box-sizing: border-box;
  /*    padding: 5px 30px;*/
  display: block;
  min-width: 200px;
  height: 40px;
  color: #fc00ff;
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.titlearea {
  width: 100%;
  border-bottom: 1px solid #fc00ff;
  margin: 10px 0px;
}

.detail {
  color: #464646;
  font-size: 14px;
  line-height: 24px;
}

.detail p{
  margin-bottom: 15px;
  color: #9d9c9b;
}
.detail span{
  color: red;
}
.detail a{
  color: red;
}

.backbtn {
  background: url(../image/back.png) no-repeat;
  width: 167px;
  height: 41px;
  background-size: contain;
  margin: 15px auto;
}
.backbtn:hover {
  background: url(../image/back_h.png) no-repeat;
}

/* .arrow_l:before {
  position: absolute;
  content: url(../image/arrow_l.png);
  background-size: contain;
  width: 31px;
  height: 37px;
  margin-left: -35px;
} */
.arrow_l {
  position: relative;
  cursor: pointer;
}

/* .arrow_r:after {
  position: absolute;
  content: url(../image/arrow_r.png);
  background-size: contain;
  width: 31px;
  height: 37px;
  margin-left: 5px;
} */
.arrow_r {
  cursor: pointer;
}

.announceSpan {
  margin-right: 50px;
}

.file_input_box {
  position: relative;
  width: 315px;
  height: 40px;
  line-height: 38px;
  padding-left: 15px;
  font-size: 15px;
  text-decoration: none;
  text-indent: 0;
  display: inline-block;
  text-align: left !important;
  border: 1px solid #c68200;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
}

.file_input_box > span {
  text-align: left !important;
  color: rgb(131, 131, 131) !important;
  text-align: left;
  display: block;
  margin-top: 9px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file_input {
  opacity: 0;
  position: absolute;
  color: transparent;
  color: rgba(0, 0, 0, 0);
  right: 0;
  top: 0;
}

.date_input {
  width: 240px;
  height: 46px;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  padding-left: 10px;
  border: 1px #7c7c7c solid;
  /* margin-bottom: 10px; */
}

.select_input {
  width: 300px;
  height: 38px;
  border-radius: 4px;
  font-size: 13px;
  text-indent: 10px;
}

#prev-next {
  display: flex;
  justify-content: space-between;
}

.prev-btn,
.next-btn {
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
}

table , td ,th{
  border: 1px solid #3c3c3c;
  height: 30px;
}
td{
  color: #fff;
}
table{
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
table tr:nth-of-type(1){
  font-size: 16px;
  color: #fc00ff;
  background-color: #000;
  font-weight:bold;
}
table th:nth-of-type(1){
  height: 35px;
}

.applyText span{
  line-height: 28px;
}

.activeText span{
  line-height: 28px;
}
.activeText a{
  color: red;
}

.footerMenu{
  display: flex;
  align-items: center;
}
.footerMenu span{
  color: #fff;
  margin-left: 15px;
}
.footerMenu span:hover{
  color: #fc00ff;
}

.topBanner{
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.leftBanner{
  width: 35%;
}
.leftBanner img{
  width: 100%;
}
.rightBanner{
  width: 50%;
}
.rightBanner img{
  width: 100%;
}

.levelSearch{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 1000px;
  height: 60px;
  background: linear-gradient(180deg, rgba(30,30,30,1) 0%, rgba(1,1,1,1) 100%);
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #fc00ff;
}
.levelSearch span{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.levelSearch span span{ color: #fc00ff;}
.levelSearch input{
  width: 270px;
  height: 27px;
  border: 1px solid #696969;
  margin-left: 7px;
  padding: 3px 5px;
}
a{
  cursor: pointer;
}
.secondTable th{
 /* background: rgb(11,168,241);
background: linear-gradient(0deg, rgba(11,168,241,1) 0%, rgba(110,212,255,1) 100%); */
  font-size: 16px;
  color: #fc00ff; background-color: #000;
}


.swiper {
  width: 100%;
  height: 714px;
}
.swiperOne{
  background-image: url(../image/banner.jpg);
  background-position: center;
  width: 100%;
  height: 714px;
}
.swiperTwo{
  background-image: url(../image/banner.jpg);
  background-position: center;
  width: 100%;
  height: 714px;
}
.swiperThree{
  background-image: url(../image/banner.jpg);
  background-position: center;
  width: 100%;
  height: 714px;
}
.swiper-button-prev, .swiper-button-next{
  color: #fff  !important; 
}


.icons01,.icons02,.icons03,.icons04,.icons05,.icons06,.icons07,.icons08,.icons09,.icons10 { display: inline-block; background-size: 100% auto; transition: .2s; margin: 0 20px; }
.icons01 { width: 37px; height: 37px; background: url(../image/icon01h.png) 50% 50% no-repeat; }
.icons02 { width: 36px; height: 36px; background: url(../image/icon02h.png) 50% 50% no-repeat; }
.icons03 { width: 35px; height: 31px; background: url(../image/icon03h.png) 50% 50% no-repeat; }
.icons04 { width: 50px; height: 29px; background: url(../image/icon04h.png) 50% 50% no-repeat; }
.icons05 { width: 33px; height: 32px; background: url(../image/icon05h.png) 50% 50% no-repeat; }
.icons06 { width: 33px; height: 33px; background: url(../image/icon06h.png) 50% 50% no-repeat; }
.icons07 { width: 28px; height: 34px; background: url(../image/icon07h.png) 50% 50% no-repeat; }
.icons08 { width: 50px; height: 31px; background: url(../image/icon08h.png) 50% 50% no-repeat; }
.icons09 { width: 36px; height: 36px; background: url(../image/icon09h.png) 50% 50% no-repeat; }
.icons10 { width: 218px; height: 40px; background: url(../image/icon10.png) 50% 50% no-repeat; }

.icons01:hover { background: url(../image/icon01.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons02:hover { background: url(../image/icon02.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons03:hover { background: url(../image/icon03.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons04:hover { background: url(../image/icon04.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons05:hover { background: url(../image/icon05.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons06:hover { background: url(../image/icon06.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons07:hover { background: url(../image/icon07.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons08:hover { background: url(../image/icon08.png) 50% 50% no-repeat; background-size: 100% auto; }
.icons09:hover { background: url(../image/icon09.png) 50% 50% no-repeat; background-size: 100% auto; }


#querycon{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;

  margin: 0 auto;
  padding: 20px 76px 8px;
  width: 700px;
  border: 1px solid #db00e7;
  background: #000;
  box-sizing: border-box;
  border-radius: 15px;
}

.layui-layer-close{
  width: 24px;
    height: 24px;
    right: 29px;
    top: 32px;
    cursor: pointer;
    background: url(../image/btn-close.png) no-repeat;
    background-size: cover;
}

[v-cloak]{
  display:none;
}

.app-box {
  border: 1px solid #db00e7 !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 100px;
  font-size: 18px;
  padding: 5px 10px;
  width: 100px;
  text-align: left;
  z-index: 2;
}
.tour-box {
  border: 1px solid #db00e7 !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 100px;
  font-size: 18px;
  padding: 5px 10px;
  width: 140px;
  text-align: left;
  z-index: 2;
}

.tour-box a,
.app-box a {
  color: white !important;
  padding: 8px 0 !important;
  text-align: left !important;
}

.wap-1 {
  background: url("../image/No.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 10px;
}

.wap-2 {
  background: url("../image/gobao.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-3 {
  background: url("../image/CGpay.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-4 {
  background: url("../image/Tether.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-5 {
  background: url("../image/KDpay.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-6 {
  background: url("../image/ospay.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-7 {
  background: url("../image/988.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-8 {
  background: url("../image/OKpay.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-9 {
  background: url("../image/TOpay.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.wap-10 {
  background: url("../image/Gopay.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.wap-11 {
  background: url("../image/60x60.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}