/*================ Css Reset ================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,
center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
select::-ms-expand {
	display: none;
}
label {
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	width: 100%;
}


body {
  font-weight: 400;
  /*font-family: 'Microsoft Yahei', serif;*/
}
.wrapper {
  position: relative;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}
h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2px;
}
h3 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 2px;
}
h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 3px;
}
h5 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}
a {
  display: block;
  transition: 0.2s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#FFF;
}
p {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
ul li,ol li {
  color: #0c1628;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* Input */
input {
  background-color: #f4f7ff;
  height:30px;
  width: 180px
}
input::-webkit-input-placeholder {
  font-size: 12px;
}
input::-moz-placeholder {
  font-size: 12px;
}
input:-ms-input-placeholder {
  font-size: 12px;
}
input:-moz-placeholder {
  font-size: 12px;
}

/* Title Head */
.title-head {
  text-align: center;
  font-size: 32px;
  color: #39335b;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
.animatedParent {
  overflow: hidden;
}
.container{
  padding-right: 0;
  padding-left: 0;
}
/*================ Header Style ================*/
header {
  font-family: 'Microsoft Yahei', serif;
  position: relative;
  margin: 0;
  background-color: #0c1628;
  /* Old browsers */
  background: -moz-linear-gradient(top,#0c1628 0%, #0a3371 25%,#5876a3 70%, #0c1628 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0c1628 0%,#0a3371 25%,#5876a3 70%,#0c1628 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0c1628 0%,#0a3371 25%,#5876a3 70%,#0c1628 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1628', endColorstr='#0c1628',GradientType=0 );
  /* IE6-9 */
}


header.index {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	/*background-color: transparent;*/
  height: 140px;
}

.top{
    height:100px;
    min-width:1050px;
   
}
.top .logo{
    display:block;
    width:280px;
    float:left;
    margin-top:21px;
    line-height: 0;
    overflow:hidden;
}
.top .logo img{
    height:58px;
    max-width:280px;
}
.top .title{
    width: 390px;
    float:left;
    margin-top:15px;
    padding-left:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .title img{
    height:72px;
    max-width:290px;
    margin: 0 auto;
}


.header .btn1 {
    float: right;
    display:inline-block;
    height:38px;
    line-height:38px;
    margin: 31px 0 0 0;/*(100-38)/2*/
    font-size:1rem;
    border-radius:30px;
    background:#36a0f9;
    padding: 0 20px;
    /*border:2px solid #b7e24e;*/
    color:#fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header .btn1 img{
    width:18px;
    margin-right: 5px;
    vertical-align:middle;
}
header .btn1:hover {
    background:#0b2755;
}

.container.desktop-menu{
    z-index: 2;
    margin: 0 auto;
    background-color: #0c306d;
    height: 40px;
    line-height: 40px;
    width:100%;
}

.navbg{
    height:40px;
    background-color:#0c306d;
    line-height:40px;
    margin:0 auto;
    width:1050px;
}
.nav {
    float:right;
    position:relative;
    left:-50%;
    text-align:left
}

.nav li {
    float: left;
    height: 40px;
    width: 102px;
    margin: 0 12.5px;
    text-align: center;
    position: relative;
    left: 50%;
}
.nav li a{
    color:#FFFFFF;
    font-size:15px;
}
.nav li:hover{
    background-color:#36a0f9;
}

.section_1{
  /* background-color:#174090; */
  margin-bottom: -2px;
}
.section_1 img{
  width: 45%;
  margin-top: 20px;
}



/*================ Content ================*/
.account_field{
  /* background-color: #174090; */
  padding: 15px 0;
}
.account_field label{
  color:#dcf5ff;
  text-align: left;
}

.account_field a{
  background:#36a0f9;
  color:#fff;
  line-height: 26px;
  margin-top: 0;
}
.account_field a:hover,.account_field a:focus{
    background:#40cbff;
    color:#fff;
}
.account_field .form-inline{
  margin:0 auto;
}
.account_field .form-group{
  position: relative;
  margin:0 auto;
}
.form-inline .form-group ul{
  display:inline-flex;
}
.form-inline .form-group ul li{
  /*height: 36px;*/
  line-height: 36px;
  margin-top:10px;
  margin-left:20px;
}
.account_field ul li select{
    border:none;
    border-radius: 2px;
    float: right;
    height: 36px;
    padding:5px;
}
.account_field ul li input{
    border:none;
    border-radius: 2px;
    float: right;
    height: 36px;
    padding:5px;
}

.account_field ul li .verifyimg{
    position: absolute;
    right:70px;
    top:15px;
}
.neir{
  /* background: #1d3b73; */
  padding: 10px 20px;
  text-align: left;
  border-radius: 7px;
}
.nei{
  position: relative;
}
.inside h4{
  text-align: center;
  /*background: url(../images/h4.png) no-repeat  center;*/
  background-size: contain;
  color: #FDD005;
  margin:20px 0;
}

.rank-title {
  background-color: #174090;
  padding: 1.25rem 0 .625rem;
}
.rank-title h4{
  text-align: center;
  color: #FDD005;
}
.rank-title h4 img{
  width: 350px;
  height: auto;
  vertical-align: middle;
}
.rank-wp {
  width:100%;
  background-color: #174090;
}
.rank-main {
  width: 1170px;
  height: 670px;
  margin: 0 auto; 
}
.rank-wp .tab {
  display:inline-flex;
  justify-content: right;
  width:100%;
  overflow: hidden;
  padding: 0 0 1rem 0;
}
.rank-wp .tab button {
  width: 6rem;
  display: inline-block;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: center;
  background: rgba(0,0,0, .3);
  box-shadow: 0px 0px 6px 0px #7683ca, inset 0px 0px 1px 0px #0005, inset 0px 0px 3px 0px #7683ca;
  -webkit-box-shadow: 0px 0px 6px 0px #7683ca, inset 0px 0px 1px 0px #0005, inset 0px 0px 3px 0px #7683ca;
  -moz-box-shadow: 0px 0px 6px 0px #7683ca, inset 0px 0px 1px 0px #0005, inset 0px 0px 3px 0px #7683ca;
  border: 1px solid rgba( 255, 255, 255, .8);
  border-radius: .375rem;
  padding: .5rem 0;
  margin: 0 .5rem 0 0;
}
.rank-wp .tab button:last-child {
  margin: 0;
}
.rank-wp .tab button.active {
  background: #414b77;
  background: -moz-linear-gradient(top, #293c72b8 30%, #81abf38a 100%);
  background: -webkit-linear-gradient(top, #293c72b8 30%, #81abf38a 100%);
  background: linear-gradient(to bottom, #293c72b8 30%, #81abf38a 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#293c72b8 ', endColorstr='#81abf38a', GradientType=0);
  border-bottom: 3px solid #ffffff;
}
.rank-wp .tabcontent {
  width: 100%;
  margin:0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
.rank-wp .tabcontent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #23427c;
}
.rank-wp .tabcontent::-webkit-scrollbar {
  height: 5px;
  background-color: #56e2ff;
}
.rank-wp .tabcontent::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #56e2ff;
}
.rank-wp .tabcontent.none {
  display: none;
}
.rank-wp .rank-box-wp {
  display: inline-flex;
  margin: 0 auto;
}
.rank-wp .rank-box-item {
  display:inline-block;
  width: 17.5rem;
  margin: 0 1rem 0 0;
  letter-spacing: 0;
}
.rank-wp .rank-box-item:last-child {
  margin: 0;
}
.rank-box-item .rank-box-title, .rank-box-item .rank-box-sub-title {
  font-size: 1.125rem;
  color:#FFFFFF;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 2px -2px 2px rgba(0, 0, 0, .5), -2px -2px 2px rgba(0, 0, 0, .5), -2px 2px 2px rgba(0, 0, 0, .5), 2px 2px 2px rgba(0, 0, 0, .5);
  padding: 1rem 0 .25rem 0;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  background: rgba(88,120,175, .6);
}
.rank-box-item .rank-box-sub-title {
  font-size: .9375rem;
  border-radius: 0;
  padding: .25rem 0 1rem 0 ;
}

#queryRankResult .rank-box-item .rank-user {
  height: auto;
}

.rank-box-item .rank-user {
  width: 100%;
  height: 490px;
  background: rgba(88,120,175, .3);
  overflow-x: hidden;
  overflow-y: auto;
}
.rank-box-item .rank-user::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #23427c;
}
.rank-box-item .rank-user::-webkit-scrollbar {
  width: 5px;
  background-color: #56e2ff;
}
.rank-box-item .rank-user::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #56e2ff;
}
.rank-box-item .rank-user .form-row {
  content: "";
  display: flex;
  clear: both;
  border-bottom: 1px solid rgba( 255, 255, 255, .2);
}
.rank-box-item .rank-user .form-row > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  color: #FFFFFF;
  line-height: 3rem;
}
.rank-box-item .rank-user .form-row div:first-child {width: 14%;font-size: 1.125rem;font-weight:bold}
.rank-box-item .rank-user .form-row div:nth-child(2) {width: 41%;font-size: 1rem;font-weight:bold}
.rank-box-item .rank-user .form-row div:nth-child(3) {width: 24%}
.rank-box-item .rank-user .form-row div:last-child {width: 21%}
.rank-box-item .rank-user .form-row div:last-child span {
  height: 2rem;
  line-height: 2rem;
  background-color: #858EE6;
  border-radius: .125rem;
  padding: 0 .375rem;
}
.rank-box-item .rank-user .form-row img.award-img {
  width: 1.625rem;
  height: auto;
}
select.rankListSelect {
  display:none
}




/* events */
.events {
  padding: 20px 0 0;
  background-size: cover;
  background: #174090;
}
.events h2 {
  font-size: 46px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: 'Microsoft Yahei', serif;
}
.events p {
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #dee8ff;

}
.info-events {
  padding: 10px 20px 20px 20px;
	margin-bottom:50px;
  box-shadow: 1px 1px 30px rgba(14, 21, 34, 0.07);
  border-radius: 4px;
  background-color: #0a2d63;
  width: 100%;
  display: inline-block;
}
.info-events h4 {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.yel{color: #ffed13;}
.red{color:#ff5858;}

/* 04. Footer */
footer {
  background-color:#0c306d;
}

.copyright {
	width: 100%;
	height:50px;
	display: inline-block;
	text-align: center;
}
.copyright p {
  font-size: 12px;
	line-height: 50px;
	font-family: sans-serif;
	margin: 0;
  color: rgba(255, 255, 255, 0.7);
}


/*================ Mobile Menu Style ================*/
/**
	Navigation File
	1. Mobile Menu
	2. Mobile Menu Btn
    3. Mobile Btn - Mobile's Brand
    4. Mobile's Brand Menu
 **/
/*=======
/* 01. Mobile Menu */
.mobile-menu {
  display: none;
  width: 100%;
	height: 50%;/*100vh*/
}

.mobile-menu .inside {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);	
}
.mobile-menu .menu {
  padding: 50px 0 0 0;
}
.mobile-menu .button-header {
  padding-bottom: 15px;
}
.mobile-menu .logo {
  padding: 30px 0 0;
}
.mobile-menu .menu li {
  width: 100%;
  padding: 15px 0;
  margin-right: 0;
  border-bottom: 1px dashed rgba( 255, 255, 255, .4);
}
.mobile-menu .menu li:before {
  bottom: 15px;
}
.mobile-menu .menu .sub-menu {
  margin: 20px auto 0;
  position: static;
  left: auto;
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu .children {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.mobile-menu .menu .children > a:after {
  content: "\f107";
  font-size: 18px;
  color: #fff;
  position: relative;
  left: 6px;
  top: 2px;
  font-family: FontAwesome, serif;
  display: inline-block;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.mobile-menu .menu .children .collapsed:after {
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.mobile-menu .menu .children:hover .sub-menu {
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
}
.mobile-menu .logo,
.mobile-menu .menu,
.mobile-menu .button-header {
  width: 100%;
  text-align: center;
}
.mobile-menu-open {
  overflow-y: hidden;
}
.mobile-menu-open .mobile-block {
  /*overflow-y: scroll;*/
	background-color:#7c0202;
}

/* 02. Mobile Menu Btn */
.search_m{
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 8px;
}
.icon-search{
  font-size: 28px;
  color:#e1f9ff;
}
.icon-bars{
  font-size: 28px;
  color:#e1f9ff;
}
.side_bar {
  position: absolute;
  display: inline-block;
  top: 18px;
  left: 8px;
  height: 30px;
}
.menu .mm-list li span{
  padding-right: 15px;
}
.menu .mm-list li img{
  width:25px;
}

/*================ Cover Bootstrap's Style ================*/
.table_container{
  overflow-x: auto;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	  font-size: 15px;
    line-height: 1.50;
    color: #666666;
}
.table{
  background-color:#263174;
  border:1px solid #6786b8;
  width: 100%;
  margin:20px auto;
}
.table-bordered{
  border:1px solid #6786b8;
}
.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th{
  border:1px solid #6786b8;
  
}
.table-bordered>tbody>tr>td{
  border:1px solid #6786b8;
  color: #fdecdb ;
  text-align: center;
  vertical-align: middle;
  font-size: 14px
}
.table-bordered>thead>tr>th{
  border:1px solid #6786b8;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.table thead{
  background-color:#000a45;
}
#result .table tbody, #queryRankResult .table tbody{
  background-color: #FFF;
}
#result .table tbody tr td, #queryRankResult .table tbody{
  color: #004573;
}
/* Popup's modal */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open{
    height: 100vh;
    overflow-y: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    width:750px;
    padding-bottom:80px;
    position:absolute;
    top:50%;
    left:50%;
    z-index:1001;
    margin-left:-375px;
    margin-top:-280px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}


.modal-content .modal-header {
  box-shadow: 2px -1px 16px rgba(90, 0, 0, 0.39);
  background:#ea2803;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea2803 0%, #ff6600 25%, #ff6600 60%, #ea2803 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea2803 0%,#ff6600 25%,#ff6600 60%,#ea2803 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea2803 0%,#ff6600 25%,#ff6600 60%,#ea2803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2803', endColorstr='#ea2803',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px 5px 0 0;
  padding:10px;
  border-bottom: initial;
}
.modal-header .close{
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 2px 0 #6A0D06;
    opacity:.9;
}

.modal_title{
    text-align: center;
}
.modal_title h1{
    color:#337cb7;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
.modal_title .hr_left{
    display: inline-block;
    position: relative;
    width:60px;
    top:-8px;
    height: 2px;
    border:none;
    background-image: linear-gradient(to right, #FFF0, #a7d128);
    margin-right: 20px;
    margin-top: inherit;
    margin-bottom: inherit;
}
.modal_title .hr_right{
    display: inline-block;
    position: relative;
    width:60px;
    top:-8px;
    height: 2px;
    border:none;
    background-image: linear-gradient(to left, #FFF0, #a7d128);
    margin-left: 20px;
    margin-top: inherit;
    margin-bottom: inherit;
}

.popbox{
   width:750px;
    padding-bottom:50px;
    background-color:#FFF;
    position:absolute;
    top:50%;
    left:50%;
    z-index:1001;
    margin-left:-375px;
    margin-top:-280px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
}
.popbox .pop_logo{
    margin:40px auto;
    display:block;
    width:50%;
}

.popbox .verifyimg{
    position: absolute;
    right: 45px;
    top:7px;
}

.popbox .popbox-nr {
    width:420px;
    margin:25px auto auto;
}
.popbox .popbox-nr li {
    overflow:hidden;
    line-height:42px;
    margin-bottom:15px;
    width:420px;
    position: relative;
}
.popbox .popbox-nr p {
    width:90px;
    line-height: 42px;
    letter-spacing: 0;
    float:left;
    text-align:right;
    color:#7a7a7a;
    font-size:14px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
.popbox .popbox-nr input[type="text"] {
  font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
.popbox .popbox-nr .wby1 {
    background:#fff;
    width:298px;
    float:left;
    height:40px;
    border:1px solid #ccc;
    line-height:40px;
    text-indent:10px;
    font-size:14px;
    color:#b7b7b7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    color:#000;
    
}


.popbox-nr .btn2 {
  background-position:0 52px;
  width:206px;
  height:52px;
  line-height:42px;
  font-size:18px;
  text-align:center;
  color:#FFF;
  margin:40px auto 0;
  display:block;
  background-color: #337CB7;
  border-radius: 12px;
  font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
.popbox-nr .btn2:hover {
  background-color: #198ede;
}


.close-btn {
    background:url(../image/close-btn.png);
    width:38px;
    height:38px;
    position:absolute;
    right:15px;
    top:13px;
}

.btn {
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 10px 0;
    padding:4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.page{
    text-align: center;
}
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #b0d647;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}
li.rank-box-item.list-hide.queryRankLiTemplate {
    display: none;
}
/*================ mobile bottom nav ================*/
nav {
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background:#142a4a;
}
nav a {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 52px;
  text-align: center;
  color: #e1f9ff;
  font-size: 0.7rem; 
}

nav span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom:0;
}
nav img{
  margin-top: 7px;
  width:26px;
  height:26px;
}

/*==start of Left and Right Link==*/
.codeRight {
    right: 40px;
    position: absolute;
    top:300px;
    z-index: 3;
}
.codeLeft {
    left: 40px;
    padding-left: 18px;
    position: absolute;
    top:362px;
    z-index: 3;
}
.codeRight a img, .codeLeft a img{
    display: block;

}

/*==notice modal==*/
.text-center{
  text-align: center;
} 
.content{
  color: #7782aa;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
.modal-content .modal-header {
  box-shadow: 2px -1px 16px rgba(90, 0, 0, 0.39);
  background-color: #4f7dd0;
  /* Old browsers */
  background: -moz-linear-gradient(top,#002974 0%,#4172c8 25%,#729ff1 70%,#4f7dd0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002974 0%,#4172c8 25%,#729ff1 70%,#4f7dd0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002974 0%,#4172c8 25%,#729ff1 70% ,#4f7dd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1628', endColorstr='#0c1628',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px 5px 0 0;
  padding:10px;
  border-bottom: initial;
}
.modal-header .close{
    color: #fff;
  line-height: 1.5;
    text-shadow: 0 2px 0 #0047b2;
    opacity:.9;
    float: right;
    font-size: 21px;
    font-weight: 700;
    border:none;
    background:none;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
  letter-spacing: normal;
}
.modal-content .modal-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}



.popbox .close-btn , .popbox_2 .close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    background:none;
    font-size:38px;
    line-height:38px;
    text-align:center;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;
    color: #3a87bf;
    transition: all 1s;
}

.popbox .close-btn:hover, .popbox_2 .close-btn:hover {
    color:#3a87bf;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out 0s;
}

.popbox .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}
@media only screen and (max-width: 768px) {
    table{
        /*overflow-x: scroll !important;*/
        /*table-layout:fixed !important*/
    }
    .div_lvStatTable, .div_lvDetailTable {
        display: inherit;
        overflow-x: scroll !important;
    }
}