﻿/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:14px;color:#ccc;background: #000;}
body.head_on{overflow:hidden}
a{color:#ccc;transition: 0.3s;}
a:hover{ color: #007AFF; text-decoration:none;cursor: pointer;}
p{line-height: 1.6;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}
@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #185fad;
	--main-transition: all ease 0.4s;
	--main-bg: linear-gradient(to right,#110f3a61 0,#2d268da1 50%, #1a185400 100%);
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;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-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.iTit{font-size: 32px;line-height: 1.6;}
.tit-color{background: linear-gradient(90deg, #d4f4ff, #049bff, #1706ff);-webkit-background-clip: text;background-clip: text;color: transparent;}
.iTitEn{font-size: 22px;margin: 10px 0;}
.iTxt{color: #fff;font-size: 16px;margin: 10px 0;}
.iTxt p{padding: 0;line-height: 1.6;}

/*-------------------------------------------*/

.mainFull{width: 100%;height: 100%;}
.mainBox{width: 100%;max-width: 678px;margin: 0 auto;padding: 20px;background: #14151a;overflow: hidden;}
.mainTit{width: 100%;}

.mainMember{margin-top: 35px;}
.mainMember .item{margin-bottom: 10px;border: 1px solid rgba(255,255,255,0.1);padding: 20px;font-size: 14px;color: #ffffffda;background: var(--main-bg);}

.mainTime{margin-top: 35px;border-radius: 10px;padding: 30px 20px;text-align: center;box-shadow: rgb(255 4 126 / 80%) 0px 7px 29px 0px;border: 3px solid #eb1d81;}
.mainTime .tit{font-size: 20px;font-weight: bold;color: #eb1d81;margin-bottom: 15px;}
.mainTime #nowtime{margin-bottom: 15px;font-size: 24px;color: #fff;font-weight: bold;}
.mainTime #nnowdate{font-size: 16px;color: #fff;opacity: 0.9;}

.mainTop{margin-top: 35px;border: 1px solid rgba(255,255,255,0.1);padding: 20px;font-size: 14px;color: #ffffffde;background: var(--main-bg);position: relative;}
.mainTop .top-tit{font-size: 32px;font-weight: bold;}
.mainTop .txt{font-size: 14px;margin-top: 10px;}

.otherTxt::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}
.otherTxt::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.otherTxt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.otherTxt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;}
table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
	padding: 12px 5px !important;
	vertical-align: middle;
	border: 1px solid rgba(255,255,255,0.05);
	box-sizing: border-box;
	min-width: 100px;
	text-align: center;
	
}

.mainTableBox{margin-left:-20px; margin-right:-20px;}
.mainTable{width: 100%;overflow: auto;margin-top: 35px;font-size: 13px; width: 100%;max-height: 520px;border: 1px solid rgba(255,255,255,0.1);}
.mainTable table{}
.mainTable table thead{border: 1px solid rgba(255,255,255,0.1);color: #fff;}
.mainTable table thead tr{background: #1e2d82;}
.mainTable table thead tr th{font-weight: normal;position: sticky;top: 0;z-index: 10;background: #1e2d82;}
.mainTable table thead tr th.th{min-width: 170px;}
.mainTable .rank{display: flex;justify-content: center;align-items: center;width: 36px;height: 36px;border-radius: 50%;color: #fff;background: #2e2a3d;font-size: 14px;margin: 0 auto;}
.mainTable table tbody tr:nth-child(1) .rank{background: #d78e33;}
.mainTable table tbody tr:nth-child(2) .rank{background: #ecbdf2;}
.mainTable table tbody tr:nth-child(3) .rank{background: #e45e3f;}
.mainTable .name{color: #badfff;}



@media only screen and (max-width: 678px) {


}
