.blocker{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
    z-index:1000;
    padding:10px;
    box-sizing:border-box;
    background-color:#000;
    background-color:rgba(0,0,0,0.75);
    text-align:center
}
.blocker:before{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-0.05em
}
.blocker.behind{
    background-color:transparent
}


.modal,.modal2 { display:none; vertical-align:middle; position:relative; width:100%; max-width:1200px; hight:auto; box-sizing:border-box; background:#000;

-webkit-box-shadow:0 0 10px #000;
   -moz-box-shadow:0 0 10px #000;
     -o-box-shadow:0 0 10px #000;
    -ms-box-shadow:0 0 10px #000;
        box-shadow:0 0 10px #000;}
@media screen and (max-width: 919px) {
.modal,.modal2 { width:100%;}
}


.aclogpop { display:none; vertical-align:middle; position:relative; width:100%; max-width:1400px; hight:auto; box-sizing:border-box; /*background:#252420;*/

-webkit-box-shadow:0 0 10px #000;
   -moz-box-shadow:0 0 10px #000;
     -o-box-shadow:0 0 10px #000;
    -ms-box-shadow:0 0 10px #000;
        box-shadow:0 0 10px #000;}
@media screen and (max-width: 919px) {
.aclogpop { width:100%;} 
}





.modal a.close-modal{ position:absolute; top:10px;right:10px; display:block; width:31px; height:32px;text-indent:-9999px; background-size:contain; background-repeat:no-repeat; background-position:center center; background-image:url(../images/btn-close.png); }


@media screen and (max-width: 919px) {
.modal a.close-modal{ position:absolute; top:10px; right:10px; display:block; width:31px; height:32px; text-indent:-9999px; background-size:contain; background-repeat:no-repeat; background-position:center center; background-image:url(../images/btn-close.png); }	
}

.modal-spinner{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    padding:12px 16px;
    border-radius:5px;
    background-color:#111;
    height:20px
}
.modal-spinner>div{
    border-radius:100px;
    background-color:#fff;
    height:20px;
    width:2px;
    margin:0 1px;
    display:inline-block;
    -webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;
    animation:sk-stretchdelay 1.2s infinite ease-in-out
}
.modal-spinner .rect2{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
.modal-spinner .rect3{
    -webkit-animation-delay:-1.0s;
    animation-delay:-1.0s
}
.modal-spinner .rect4{
    -webkit-animation-delay:
    -0.9s;animation-delay:-0.9s
}
@-webkit-keyframes sk-stretchdelay{
    0%,40%,100%{-webkit-transform:scaleY(0.5)}
    20%{-webkit-transform:scaleY(1.0)}
}
@keyframes sk-stretchdelay{
    0%,40%,100%{
        transform:scaleY(0.5);
        -webkit-transform:scaleY(0.5)
    }
    20%{
        transform:scaleY(1.0);
        -webkit-transform:scaleY(1.0)
    }
}



.center {
   /*font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei", "Arial";*/

    width: 1400px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #3f97fa;
}

.title {
box-sizing: border-box; 
display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(250,249,205,1);
background: linear-gradient(0deg, rgba(126, 95, 252, 1) 0%, rgba(56, 153, 250, 1) 100%);
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;  
}

.content {
    max-height: 80vh;
    border-radius: 20px;
    margin: auto;
    /* background: #fff; */
    /* overflow: hidden; */
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    /* background-color: #212121; */
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

.titlearea {
    width: 100%;
    margin: 10px 0px;
  border-bottom: 1px solid #3f97fa;
}



.detail {
    color: #22FF72;
    font-size: 14px;
    line-height: 24px;
}

.detail p {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    line-height: 1.7; text-align: left;
}

.detail span{
  color: #ffe400;
}
.detail a{
  color: #00baff;
}


table {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

table,
td,
th {
    border: 1px solid #cecece;
    height: 0px;
    font-size: 16px;
   
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


table th:nth-of-type(1) {
    height: 40px;
    border-color: #fff; 
}

td {
    color: #000;
}

.title1 {
    width: 200px;
    box-sizing: border-box;
    display: block;
    min-width: 200px;
    height: 40px;
    color: #a08665;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    display: none;
}


.vipLevel+th,
table th:nth-of-type(1),
.vipLevel,
table th {
    color: #fff;
    background: linear-gradient(0deg, rgba(126, 95, 252, 1) 0%, rgba(56, 153, 250, 1) 100%);
    border-color: #3f97fa;
}

tr:nth-child(2n) td {
    background: #fff;
}

tr td {
    background: #fff;
}
table img { vertical-align: sub;}
.textBox { font-size: 14px; text-align: left; color: #fff;}



.titlepop {
    text-align: center;
    font-size: 30px;
    color: #3f97fa;
    margin-top: 5px;
    font-weight: bold;
}


.modal2 a.close-modal2{ position:absolute; top:0px; right:5px; display:block; width:30px; height:45px; text-indent:-9999px; background-size:contain; background-repeat:no-repeat; background-position:center center; background-image:url(../images/btn-close.png); }

@media screen and (max-width: 650px) {
.modal2 a.close-modal2{ top:0.5rem; right:0.3rem; width:0.5rem; height:0.5rem; }
}


.bclogpop { display:none; vertical-align:middle; position:relative; width:650px; background-color: #fff; border: 1px solid #3f97fa;  }

@media screen and (max-width: 650px) {
.bclogpop { display:none; vertical-align:middle; position:relative; width:7.5rem; height: 6rem;}
}

.lightbox_content2{ width: 600px; margin: 5% auto 0 auto; color: #fff; text-align: left; padding: 0 15px 0 0; transform: translateX(10px); }

.lightbox2 table{ text-align: center; width: 100%; background: #fff; overflow: hidden; margin: 20px auto; border-collapse: collapse;}
.lightbox2 table tbody{ border-radius: 8px; border: 1px solid #3f97fa;}
.lightbox2 table td{ padding: 7px 0; color: #000; font-size: 14px; border: 1px solid #cecece;}
.lightbox2 table tr:nth-of-type(1){ color: #6a02eb; background: #e3fac9; font-size: 16px;  border-radius: 8px; }
.lightbox2 table tr:nth-of-type(1) td{ font-size: 16px; color: #fff; background: linear-gradient(0deg, rgba(126, 95, 252, 1) 0%, rgba(56, 153, 250, 1) 100%); }


@media screen and (max-width: 650px) {
.lightbox_content2 { width: 6rem; height: 3rem; margin: 31% auto 0 8%; padding: 0;}
.lightbox2 table{ margin: 0.25rem 0;}
.lightbox2 table td{  padding: 0.05rem 0; font-size: 0.25rem; }
.lightbox2 table tr:nth-of-type(1) td{ font-size: 0.25rem;  }
}

.search_box { width: 305px; height: 54px; background: #fff; margin: 0 auto 0 auto; border-radius: 50px; position: relative;}
.search_box input { font-size: 20px; width: 100%; height: 100%; background: transparent; border: none; box-sizing: border-box; outline: none; padding: 0 30px; color: #3c3b3c; border-radius: 50px; border: 1px solid #8f7031; }

.btn03{ border: none; background: transparent; border: none; padding: 0; width: 132px; height: 55px; display: inline-block; position: absolute; top: 0px; bottom: 0; right: -1px; cursor: pointer; }
.btn03 img{ width: 100%; height: 100%; }


.page-icon{ margin:25px 0 3% 0; font-size:0; text-align:center; }
	
.page-icon a{ text-decoration:none; color:#3f97fa; border:1px solid #3f97fa; border-radius:3px; padding:2px 9px 3px; font-size:14px; margin-right:5px; background: #fff; }

.page-disabled,a.page-next{ color:#3f97fa; border:none; padding:2px 5px 3px; font-size:14px; margin-right:5px; background: none; }
	
.page-current{ color:#fff; padding:2px 9px 3px; font-size:14px; border: 1px solid #3f97fa; border-radius: 3px; margin-right: 5px; background: #3f97fa; }
	
.page-disabled{ color:#3f97fa; }

@media screen and (max-width: 650px) {
    
.search_box { width: 5rem; height: 0.7rem; background: #fff; margin: 0 auto 0 auto; border-radius: 50px; position: relative;}
.search_box input { font-size: 0.3rem; width: 100%; height: 100%; background: transparent; border: none; box-sizing: border-box; outline: none; padding: 0 30px; color: #3c3b3c; font-weight: bold; border-radius: 50px; border: 2px solid #9a451f; }

.btn03{ border: none; background: transparent; border: none; padding: 0; width: 1.8rem; max-width: 132px; height:0.7rem; max-height: 55px; display: inline-block; position: absolute; top: 0px; bottom: 0; right: -1px; cursor: pointer; }
.btn03 img{ width: 100%; height: 100%; }  
    
.page-icon { margin:0.2rem 0 0.2rem 0;}
.page-icon a { font-size:0.2rem; margin-right:0.1rem;}
.page-disabled,a.page-next { font-size:0.25rem; margin-right:0.1rem;}
.page-current {  font-size:0.2rem; margin-right:0.1rem;}

}