@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	*zoom: 1;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

/*页面样式*/
.c:before,
.c:after {
	content: "";
	display: table;
}

.c:after {
	clear: both;
}

.c {
	zoom: 1;
}

.none {
	display: none;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1';
	text-align: justify;
	min-width: 1200px;
	position: relative;
}

a {
	text-decoration: none;
	overflow: visible;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #fff;
}

html,
body,
.wrap {
	width: 100%;
}

.wrap {
	position: relative;
	overflow-x: hidden;
	background: url(../img/bg1.jpg) no-repeat center top;
}

.video {
	width: 1200px;
	height: 675px;
	text-align: center;
	position: relative;
	display: none;
	outline: none;
}

.videobox {
	height: 100%;
}

.videobox video {
	width: 100%;
	display: block;
}

.close {
	width: 34px;
	height: 34px;
	font: bold 34px/34px simsun;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	position: absolute;
	top: -46px;
	right: 0;
	z-index: 99;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
	line-height: 34px;
}

.close:hover {
	color: #fff;
	border-color: #fff;
	opacity: .8;
}

.btn {
	background: url(../img/com.png) no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	transition: all .2s;
}

.btn:hover {
	filter: brightness(1.1);
	transform: translateY(-5px);
}

.btn.gray {
	cursor: default;
}

.btn.gray:hover {
	transform: translateY(0);
	filter: brightness(1);
}

.bar {
	z-index: 3;
	width: 1386px;
	margin: 0 auto;
	position: relative;
	color: #6a2500;
	font-size: 20px;
}

.head {
	height: 1025px;
	/* background: url(../img/head.jpg) no-repeat center top; */
}
.tlogo {
	position: relative;
	margin: auto;
	width: 1920px;
	min-width: 1200px;
	height: 100px;
}

.logo {
	width: 146px;
	height: 97px;
	z-index: 3;
	top: 22px;
	left: 12px;
	/* left: 50%;
	margin-left: -644px; */
	overflow: hidden;
	text-indent: -9999em;
	position:absolute;
	background: url(../img/logo.png) no-repeat;
}
.down-tips{
	width: 415px;
	height: 52px;
	z-index: 3;
	bottom: 102px;
	left: 50%;
	margin-left: -207px;
	pointer-events: none;
	text-indent: -9999em;
	position: absolute;
	background: url(../img/down-tips.png) no-repeat;
	animation: tipAin 2s 0s linear infinite alternate;
}
@keyframes tipAin {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 10px, 0px);
	}

	100% {
		transform: translate3d(0, 0, 0px);
	}
}
.vbg {
	width: 1920px;
	height: 1080px;
	left: 50%;
	margin-left: -960px;
	top: -56px;
	z-index: 1;
}

.vbg video {
	width: 100%;
	height: 100%;
}

.cont {
	z-index: 1;
	position: relative;
	/* width: 100%; */
	height: 100%;
	background: url(../img/cont.jpg) no-repeat center top;
	background-size: 1920px 100%;
	padding-bottom: 430px;
}
.cont::after{
	content: '';
	z-index: 0;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	width: 1920px;
	height: 1692px;
	background:url(../img/bg-des.png) no-repeat;
	pointer-events: none;
}

.navbox {
	position: relative;
	z-index: 2;
	top: -21px;
	height: 111px;
}


.navbox div {
	position: relative;
	width: 1355px;
	height: 110px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: url(../img/nav-bg.png) center center no-repeat;

}
.cont::before,
.cont::after{
	content: '';
	position: absolute;
	left: 50%;
	z-index: -1;
	pointer-events: none;
	width: 1920px;
	height: 572px;
	margin-left: -960px;
}
.cont::before{
	top: -400px;
	background: url(../img/nav-left.png) no-repeat;
	z-index: 1;
}
.cont::after{
	top: -400px;
	background: url(../img/nav-right.png) no-repeat;
	z-index: 1;
}

.navbox a span,
.navbox a::after {
	background: url(../img/navbg.png) no-repeat;
}

.pg1 .navbox a.nav0::after,
.pg2 .navbox a.nav1::after,
.pg3 .navbox a.nav2::after,
.pg4 .navbox a.nav3::after,
.pg5 .navbox a.nav4::after {
	content: '';
	width: 219px;
	height: 109px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.navbox a.nav-line::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 3px;
	height: 70px;
	margin-top: -35px;
	background: url(../img/navbg.png) 100% -275px no-repeat;
}
.navbox a {
	width: 219px;
	height: 109px;
	/* float: left; */
	position: relative;
}
.navbox a span{
	width: 158px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -79px;
	overflow: hidden;
	text-indent: -10000px;
}
.navbox a.nav0{
	width: 228px;
	height: 248px;
	margin: 0 21px;
}
.navbox a.nav0 span {
	width: 100%;
	height: 100%;
	background: url(../img/nav-index.png) no-repeat;
	margin: -190px 0 0 -114px;
}
.navbox a.nav1 span{background-position: 0 -235px;width: 159px;}
.navbox a.nav2 span{background-position: -162px -235px;width: 155px;margin-left: -77px;}
.navbox a.nav3 span{background-position: -318px -235px;}
.navbox a.nav4 span{background-position: -477px -235px;}
.pg1 .navbox a.nav0::after {
	top: -66px;
	width: 100%;
	height: 100%;
	background: url(../img/nav-index.png) no-repeat;
	background-position: 100% 0;
}

.pg2 .navbox a.nav1::after {
	background-position: 0 -275px;
}

.pg3 .navbox a.nav2::after {
	background-position:  -219px -275px;
}

.pg4 .navbox a.nav3::after {
	background-position:  0 -384px;
}

.pg5 .navbox a.nav4::after {
	background-position:  -219px -384px;
}
.login {
	color: #6a2500;
	text-align: center;
	padding: 48px 0 16px;
	font-size: 18px;
}

.login a {
	color: #6a2500;
	text-decoration: underline;
	font-size: 18px;
}
.login .area{display: inline-block;margin-left: 10px;}

.tit {
	margin: 16px auto 0;
	width: 100%;
	height: 52px;
	background: url(../img/tit.png) no-repeat 50%;
	overflow: hidden;
	text-indent: -9999em;
}

.jctime {
	text-align: center;
	margin-top: 18px;
	font-size: 18px;
}

.duihbox {
	margin: 30px auto 0;
	width: 100%;
	/* height: 410px; */
}

.jcbnum {
	width: 100%;
	position: relative;
	height: 40px;
	display: flex;
	justify-content: center;
}

.jcbnum a {
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 3;
	text-indent: -9999em;
	width: 82px;
}
.jcbnum a.dhlistbtn{
	right: 150px;
	background: url(../img/dhbtn.png) center no-repeat;
}
.jcbnum a.jclistbtn{
	right: 262px;
	background: url(../img/jcbtn.png) center no-repeat;
}
.jcbnum-bg {
	z-index: 1;
	margin: 0 auto;
	position: relative;
	height: 40px;
	display: inline-block;
}
/* .jcbnum-bg::before,.jcbnum-bg::after{
	content: '';
	position: absolute;
	top: 0;
	width: 66px;
	height: 40px;
}
.jcbnum-bg::before{
	left: -66px;
	background: url(../img/num-l.png) no-repeat;
	background-size: 66px 40px;
}
.jcbnum-bg::after{
	right: -64px;
	width: 64px;
	background: url(../img/num-r.png) no-repeat;
	background-size: 64px 40px;
} */
.jcbnum-bg p{
  color: #fbf2bf;
  font-size: 20px;
  line-height: 40px;
  display: inline-block; 
  min-width: 304px;
  background: url(../img/num-bg.png) no-repeat;
  background-size: 100% 100%; 
  padding: 0 20px; 
  white-space: nowrap; 
  box-sizing: border-box;
  text-align: center;
}

.jclist {
	margin-top: 24px;
	text-align: center;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 67px;
}

.jclist li {
	vertical-align: top;
	/* margin: 0 34px 30px; */
	width: 224px;
	height: 306px;
	background: url(../img/jclistbg.png) no-repeat;
	flex-shrink: 0;
}

.jclist div {
	margin: 46px auto 0;
	position: relative;
	width: 140px;
	height: 129px;
	background: url(../img/divbg.png) no-repeat;
}

.jclist div img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -23px;
}

.jclist div span {
	position: absolute;
	top: -15px;
	right: -16px;
	color: #fbf2bd;
	font-size: 16px;
	z-index: 2;
	line-height: 18px;
	padding-top: 15px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: url(../img/xl.png) no-repeat;
}
.jclist div span strong{
	display: block;
}

.jclist div em {
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 30px;
	top: 98px;
	color: #682700;
	font-size: 18px;
	background-image: -webkit-linear-gradient(top, #d08104, #4a1901);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jclist p {
	color: #6a2500;
	font-size: 18px;
	margin-top: 6px;
	line-height: 20px;
}
.jclist p.ydh{
	line-height: 18px;
	font-size: 16px;
}
.jclist p span {
	color: #6a2500;
}

.dhbtn {
	margin: 18px auto 0;
	width: 116px;
	height: 32px;
	background: url(../img/dhbtn1.png) no-repeat;
}

.dhbtn.gray {
	filter: grayscale(100%);
	pointer-events: none; 
	background: url(../img/ydhbtn.png) no-repeat;
}

.haolbox {
	width: 1281px;
	height: 517px;
	margin: 70px auto 0;
	background: url(../img/haolbox.png) no-repeat;
	position: relative;
}
.prizes-tips{
	position: absolute;
    left: 78px;
    top: 420px;
    font-size: 14px;
    width: 690px;
    text-align: center;
}
.jcgz {
	/* color: #6a2500; */
    font-size: 20px;
    line-height: 33px;
    top: 160px;
    left: 805px;
    width: 348px;
}

.steps {
	top: 218px;
    left: 84px;
}

.steps ul {
	position: relative;
	z-index: 2;
}

.steps li {
	float: left;
	width: 132px;
	margin: 0 19px;
	text-align: center;
}

.steps li span {
	width: 18px;
	height: 18px;
	display: block;
	margin: 6px auto 8px;
	background: url(../img/sdot.png) no-repeat;
}

.steps li p {
	color: #6a2500;
	font-size: 18px;
	line-height: 28px;
}

.steps li div {
	margin: 0 auto;
	width: 125px;
	height: 129px;
	background: url(../img/sbg.png) no-repeat;
	position: relative;
}
.steps li div img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -27px 0 0 -22px;
	width: 48px;
	height: 48px;
}
.steps li div em {
	width: 107px;
	height: 30px;
	/* background: url(../img/namebg.png) no-repeat; */
	position: absolute;
	color: #682700;
	font-size: 18px;
	background-image: -webkit-linear-gradient(top, #d08104, #4a1901);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 30px;
	left: 10px;
	top: 99px;
	white-space: nowrap;
}
.steps li .jcqq{
	background: url(../img/jcqq.png) no-repeat;
	width: 122px;
	height: 32px;
	margin: 5px auto 0;
	font-size: 16px;
	color: #fbf2bd;
	text-align: center;
	line-height: 32px;
	display: block;
}

.steps li.yff div::after {
	content: '';
	position: absolute;
	width: 68px;
	height: 29px;
	background: url(../img/yff.png) no-repeat;
	right: -9px;
	top: 5px;
}
.steps li.yff span{
	background: url(../img/sdot-h.png) no-repeat;
}
.jindu {
	top: 143px;
	left: 25px;
	width: 467px;
	height: 4px;
	z-index: 1;
	background: #724221;
}

.jindu p {
	height: 100%;
	width: 0%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffce66;
}

.jcnum {
	color: #2b527b;
	font-size: 16px;
	line-height: 24px;
	width: 269px;
	height: 34px;
	left: 258px;
	top: 108px;
	text-indent: -9999rem;
	background: url(../img/cycs.png) center no-repeat;
}

.jchd {
	margin: 48px -30px 0;
	text-align: center;
	font-size: 0;
}

.jchd li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 239px;
	height: 83px;
	background: url(../img/jchd.png) no-repeat;
	text-indent: 0;
	color: #cb8a48;
	font-size: 14px;
	padding-top: 46px;
	cursor: pointer;
	box-sizing: border-box;
}

.jchd li.li0 {
	background-position: 0 0;
}

.jchd li.li1 {
	background-position: -239px 0;
}

.jchd li.li2 {
	background-position: -478px 0;
}

.jchd li.li3 {
	background-position: -717px 0;
}

.jchd li.li4 {
	background-position: -956px 0;
}

.jchd li.on {
	color: #794900;
}

.jchd li.li0.on {
	background-position: -0 -83px;
}

.jchd li.li1.on {
	background-position: -239px -83px;
}

.jchd li.li2.on {
	background-position: -478px -83px;
}

.jchd li.li3.on {
	background-position: -717px -83px;
}

.jchd li.li4.on {
	background-position: -956px -83px;
}

.jcbg1 {
	width: 975px;
	height: 383px;
	background: url(../img/jcbg1.png) no-repeat center top;
	margin: 30px auto 0;
}

.jcbk .jcbox {
	display: none;
}

.jcbk .jcbox.dis {
	display: block;
}

.areabox {
	padding-top: 165px;
	text-align: center;
	font-size: 0;
}

.areabox div {
	display: inline-block;
	vertical-align: top;
	margin: 0 48px;
	line-height: 27px;
	height: 27px;
}

.areabox label {
	color: #592606;
	font-size: 20px;
	background-image: -webkit-linear-gradient(top, #562404, #ac6b3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.areabox select {
	width: 256px;
	height: 46px;
	background: url(../img/selectbg.png) no-repeat;
	border: none;
	color: #c88b39;
	font-size: 20px;
	padding: 0 46px 0 24px;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.querbtn {
	margin: 0 auto;
	width: 200px;
	height: 55px;
	background: url(../img/qrbtn.png) no-repeat;
}

.querbtn.gray {
	width: 200px;
	height: 55px;
  background: url(../img/yjcbtn.png) no-repeat;
}

.jcbg2 {
	margin: 52px auto 0;
	background: url(../img/jcbg2.png) no-repeat center top;
	width: 975px;
	height:383px;
}

.pkbox {
	padding-top: 156px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.pkbox div,
.pkbox span {
	display: inline-block;
	vertical-align: top;
}

.pkbox span {
	width: 60px;
	font-size: 48px;
	color: #b4742e;
	font-weight: bold;
	line-height: 34px;
}

.pkbox select {
	text-align-last: center;
	width: 146px;
	height: 46px;
	background: url(../img/selectbg1.png) no-repeat;
	border: none;
	color: #c88b39;
	font-size: 22px;
	padding: 0 44px 0 14px;
	text-align: center;
}

.jcbg3 {
	position: relative;
	margin: 52px auto 0;
	background: url(../img/jcbg3.png) no-repeat center top;
	width: 975px;
	height: 383px;
}
.jcbg3 .ktit{
	color: #2b5180;
	font-size: 24px;
	line-height: 44px;
	left: 150px;
}
.killtit1{
	top: 174px;
}
.killtit2{
	top: 368px;
}
.killul{
	width: 526px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.killul1{
	padding-top: 134px;
}
.killul2{
	padding-top: -2px;
}
.killul li{
	width: 146px;
	height: 45px;
	margin: 9px 10px;
}
.killul select {
	text-align-last: center;
	width: 146px;
	height: 45px;
	background: url(../img/selectbg1.png) no-repeat;
	border: none;
	color: #c88b39;
	font-size: 22px;
	padding: 0 44px 0 14px;
	text-align: center;
	white-space: nowrap;      
  overflow: hidden;        
  text-overflow: ellipsis;
}

/* .killlist {
	padding-top: 125px;
	font-size: 0;
	text-align: center;
} */
.teamlist dd {
	display: inline-block;
	vertical-align: top;
	margin: 0 33px;
	width: 181px;
	height: 54px;
	color: #c88b39;
	font-size: 20px;
	line-height: 54px;
	background: url(../img/killlistbg.png) no-repeat;
	cursor: pointer;
}

.teamlist dd.xz {
	background: url(../img/killlistbg-z.png) no-repeat;
	width: 181px;
	height: 54px;
}
.teamlist dd.xz::after{
	content: '';
	position: absolute;
	top: -12px;
	right: -17px;
	width: 34px;
	height: 27px;
	background: url(../img/xz.png) no-repeat;
}
.people-select{
	display: flex;
	gap: 0 54px;
	justify-content: center;
	color: #c88b39;
	padding-top: 156px;
	font-size: 22px;
}
.people-select li{
	position: relative;
	background: url(../img/select-tab.png) no-repeat;
	width: 155px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.people-select li.on, .people-select li:hover{
	background: url(../img/select-tab-h.png) no-repeat;
	color: #a86838;
}
/* .people-select li span{} */
/* .killlist li.on,.teamlist dd.on{background-position: 0 -38px;padding: 0 23px 0 1px;width: 129px;} */
.stit {
	margin: 34px auto 0;
	width: 100%;
	height: 31px;
	background: url(../img/stit.png) no-repeat 50%;
	overflow: hidden;
	text-indent: -9999em;
}
.stit.t0{
	width: 344px;
	height: 31px;
	background: url(../img/t0.png) no-repeat;
}
.tips {
	text-align: center;
	color: #6a2500;
	font-size: 24px;
	margin-top: 28px;
	padding-bottom: 12px;
	line-height: 20px;
}

.teamlist {
	text-align: center;
	font-size: 0;
}

.teamlist li {
	margin: 24px 50px 0;
	width: 526px;
	height: 421px;
	background: url(../img/teamlist.png) no-repeat;
	padding: 62px 32px 0 34px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.teamname {
	color: #824820;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	font-family: '\5b8b\4f53';
	background-image: -webkit-linear-gradient(top, #562404, #ac6b3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.teamlist .tetip {
	color: #824820;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	font-family: '\5b8b\4f53';
	background-image: -webkit-linear-gradient(top, #562404, #ac6b3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.teamlist dl {
	text-align: center;
	font-size: 0;
	padding-top: 7px;
}

.teamlist dd {
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px 0;
	position: relative;
}

.teamlist dd.gray {
	color: #9e8065;
	background: url(../img/killlistbg-g.png) no-repeat;
}

.teamlist dd.on {
	color: #c88b39;
	background: url(../img/killlistbg-z.png) no-repeat;
}

.teamlist dd.on::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 41px;
	background: url(../img/jinji.png) no-repeat;
	top: 0;
	left: 4px;
}

.btnbox {
	margin: 0 auto;
	line-height: 46px;
	text-align: center;
	position: relative;
	padding-top: 38px;
	font-size: 0;
}

.btnbox a {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

.btnbox a.chongzbtn {
	width: 205px;
	height: 55px;
	background: url(../img/czbtn.png) no-repeat;
}
.btnbox a.chongzbtn.gray{
	background: url(../img/czbtn-gray.png) no-repeat;
}
.jcbg1 .showp{
	top: 18px;
}
/* .jcbg2 .showp{
	top: -52px;
} */
.jcbg3 .dw1{
	top: -55px;
}
.jcbg3 .dw2{
	top: -58px;
}
.showp {
	/* color: #2b5180; */
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: 40px;
	display: none;
}

.showp p {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ebca7f;
	background: #fff9e3;
}
.showp p span {
	float: left;
	height: 40px;
	text-align: center;
	background-image: -webkit-linear-gradient(top, #fbf1e0, #ffefaf);
	padding: 0 5px 0 10px;
	width: auto;
}

.showp p em {
	float: left;
	padding: 0 18px;
}
.btnbox.pt1{
	padding-top: 24px;
}
.tjbtn {
	margin: 0 auto;
	width: 200px;
	height: 55px;
	background: url(../img/tjbtn.png) no-repeat;
}

.tjbtn.gray {
	pointer-events: none;
	width: 200px;
	height: 55px;
	background: url(../img/ytjbtn.png) no-repeat;
}

.jcbg3 .btnbox {
	padding-top: 0;
	margin-top: 35px;
}

.jcbg2 .btnbox {
	margin-top: 36px;
	padding-top: 0;
}

.jcbg1 .btnbox {
	margin-top: 20px;
}

.stit.t1 {
	width: 335px;
	height: 33px;
	background: url(../img/t1.png) no-repeat;
}

.stit.t4 {
	width: 270px;
	height: 31px;
	background: url(../img/t4.png) no-repeat;
}
.rulebtn{
	margin: 28px auto 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.rulebtn li{
	position: relative;
	width: 237px;
	height: 69px;
	margin: 0 50px;
	cursor: pointer;
	background: url(../img/listbtn.png) no-repeat;
	padding-top: 36px;
	box-sizing: border-box;
	color: #cb8a48;
    font-size: 14px;
	text-align: center;
}
.rulebtn li:hover, .rulebtn li.on{
	color: #794900;
	background-position-y: 100% !important;
}

.rulebtn li.ligroup{background-position: 0 -0;}
.rulebtn li.li0{background-position: -237px -0;}
.rulebtn li.li1{background-position: -474px -0;}
.rulebtn li.li2{background-position: -711px -0;}
.rulebtn li.li3{background-position: -948px -0;}

.rulebtn li.ligroup.on{background-position: 0 100%;}
.rulebtn li.li0.on{background-position: -237px 100%;}
.rulebtn li.li1.on{background-position: -474px 100%;}
.rulebtn li.li2.on{background-position: -711px 100%;}
.rulebtn li.li3.on{background-position: -948px 100%;}

.ruletime{
	padding: 22px 24px 0;
	font-size: 20px;
	line-height: 34px;
	color: #b67f31;
	text-align: center;
}
.ruletime em.w1{
	display: inline-block;
	width: 20px;
}
.ruletime em.w2{
	display: inline-block;
	width: 32px;
}
.rulelist.pt0{
	padding: 4px 126px 0;
	
}

.roundCont{
	width: 100%;
	height: 100%;
	display: none;
}
.roundCont.show{
	display: block;
}
.tips1 {
	margin-top: 15px;
	padding-bottom: 25px;
}

.tips1 img {
	margin: 1px 3px 0;
}

.macbox {
	margin: 0 auto 5px;
	width: 975px;
	height: 473px;
	background: url(../img/macbox.png) no-repeat;
	padding-top: 58px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.macbox:first-child{margin-top: 16px;}
.macbox:hover {
	z-index: 2;
}

.zdname {
	text-align: center;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	z-index: 2;
	position: relative;
}

.zdname .detname {
	display: inline-block;
	vertical-align: top;
	margin: 0 52px;
	width: 304px;
	cursor: pointer;
	position: relative;
}

.curname {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 28px;
	/* color: #305e9e; */
	font-weight: bold;
	font-family: '\5b8b\4f53';
	box-sizing: border-box;
	white-space: nowrap;
	/* background-image: -webkit-linear-gradient(top, #5f4622, #bf9250);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.curname em{
	position: relative;
	display: inline-block;
	top: 6px;
	margin: 0 12px;
	width: 35px;
	height: 32px;
	background: url(../img/name-des.png) center no-repeat;
}
.zdwin,
.zdnum,
.mpnum {
	/* color: #2b5180; */
	font-size: 0;
	margin-top: 34px;
	line-height: 46px;
	padding-left: 62px;
	font-size: 18px;
}

.zdnum {
	position: relative;
	margin-top: 42px;
}
.zdnum::after{
	position: absolute;
	content: '对阵比分需按队伍顺序填写';
	width: 100%;
    color: #d06423;
    font-size: 14px;
    left: 63px;
    top: 36px;
}
.mpnum {
	margin-top: 46px;
	text-align: left;
}

.zdwin p {
	margin-right: 22px;
	width: 181px;
	height: 54px;
	line-height: 54px;
	color: #c88b39;
	font-size: 18px;
	background: url(../img/killlistbg1.png);
	text-align: center;
	cursor: pointer;
	position: relative;
}

.zdwin p em {
	width: 100%;
	color: #d06423;
	font-size: 14px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 45px;
	pointer-events: none;
}

.zdwin p.xz {
	color: #c88b39;
	background: url(../img/killlistbg-z1.png) no-repeat;
}
.people-select li.xz::after,
.zdwin p.xz::after {
	content: '';
	position: absolute;
	top: -11px;
	right: -13px;
	width: 35px;
	height: 34px;
	background: url(../img/xz.png) no-repeat;
}

.zdwin p.gray {
	background: url(../img/killlistbg-g1.png) no-repeat;
	color: #838383;
}

.people-select li.gray {
	background: url(../img/select-tab-g.png) no-repeat;
	color: #838383;
}

.zdwin p.on {
	color: #c88b39;
	background: url(../img/killlistbg-z1.png) no-repeat;
}

.people-select li.on::before,
.people-select li.yx::after,
.zdwin p.yx::after,
.zdwin p.on::before,
.teamlist dd.yx::after {
	content: '';
	width: 34px;
	height: 27px;
	top: -12px;
	right: -17px;
	background: url(../img/yx.png) no-repeat;
	position: absolute;
}


.zdwin p.on::before {
	width: 24px;
	height: 41px;
	background: url(../img/win.png) no-repeat;
	right: initial;
    top: 0;
    left: 0;
}

.zdwin p.yx.on::before {
	right: auto;
	left: 4px;
}
.people-select li.on::before{
	background: url(../img/xz.png) no-repeat;
}
.zdwin>span,
.zdnum>span,
.mpnum>span {
	font-size: 22px;
	background-image: -webkit-linear-gradient(top, #562404, #ac6b3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.zdwin>span,
.zdwin p,
.zdnum span,
.zdnum select,
.zdnum i,
.mpnum span,
.mpnum select,
.resultbox {
	display: inline-block;
	vertical-align: top;
}

.zdnum .tjbtn,
.mpnum .tjbtn {
	margin-left: 8px;
}

.zdnum span {
	width: 154px;
}

.zdnum i {
	width: 48px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	font-style: normal;
}

.zdnum select,
.mpnum select {
	text-align-last: center;
	width: 125px;
	height: 46px;
	background: url(../img/selectbg2.png) no-repeat;
	border: none;
	color: #c88b39;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-right: 40px;
	/* margin-top: 4px; */
}

.mpnum select {
	font-weight: normal;
	font-size: 18px;
	margin-left: 10px;
	/* width: 127px;
	background: url(../img/selectbg3.png) no-repeat; */
}

.mpnum span {
	width: 376px;
	white-space: nowrap;
}

.macbox .tjbtn {
	display: inline-block;
	vertical-align: top;
	width: 132px;
	height: 46px;
	background: url(../img/tjbtn1.png) no-repeat;
	margin-top: 4px;
}
.macbox .tjbtn:not(.gray).disable{
  filter: grayscale(100%);
  pointer-events: none;
}
.macbox .tjbtn.gray {
	background: url(../img/ytjbtn1.png) no-repeat;
}

.resultbox {
	margin-left: 24px;
	position: relative;
	width: 200px;
}
.macbox .resultbox{
	margin-left: 14px;
}
.tpage {
	height: 37px;
	text-align: center;
	font-size: 0;
	line-height: 37px;
	padding-top: 54px;
}

.tpage a,
.tpage span {
	display: inline-block;
	vertical-align: top;
}

.tpage a {
	width: 153px;
	height: 36px;
	background: url(../img/syybtn.png) no-repeat;
}

.tpage a.swiper-next5,
.tpage a.swiper-next6{
	background: url(../img/xyybtn.png) no-repeat;
}

.tpage span {
	width: 86px;
	color: #234876;
	font-size: 20px;
}

.swiper-button-disabled {
	opacity: .5;
	cursor: default;
}

.swiper-button-disabled:hover {
	transform: translateY(0);
	filter: brightness(1);
}

.stit.t2 {
	width: 372px;
	height: 31px;
	background: url(../img/t2.png) center no-repeat;
}

.stit.t3 {
	margin: 34px auto 0;
	background: url(../img/t3.png) center no-repeat;
}

.juesbox {
	width: 975px;
	height: 549px;
	margin: -2px auto 0;
	background: url(../img/jues.png) no-repeat;
	position: relative;
}

.jslist {
	padding-top: 154px;
	text-align: center;
	font-size: 0;
	height: 44px;
}

.playerlist {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	top: 118px;
}

.jslist li,
.playerlist li {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	height: 43px;
	margin: 0 28px;
	color: #c88b39;
	font-size: 18px;
	line-height: 44px;
	background: url(../img/jslist.png) no-repeat;
	cursor: pointer;
	position: relative;
}

.jslist li.gj::after,
.jslist li.yj::after,
.jslist li.jj::after {
	content: '';
	position: absolute;
	top: 0px;
	left: -2px;
	width: 27px;
	height: 47px;
}

.jslist li.gj::after {
	background: url(../img/gjicon.png) no-repeat;
}

.jslist li.yj::after {
	background: url(../img/yjicon.png) no-repeat;
}

.jslist li.jj::after {
	background: url(../img/jjicon.png) no-repeat;
}

.playerlist li {
	background: none;
	color: #d06423;
	font-size: 12px;
}

.jslist li div {
	width: 100%;
	height: 100%;
}

.jslist li.gj div,
.jslist li.yj div,
.jslist li.jj div {
	width: 120px;
	padding-left: 20px;
}

.dragbox {
	margin-top: 95px;
	height: 73px;
	position: relative;
}

.dragbox div {
	position: absolute;
	width: 145px;
	height: 43px;
	top: 0;
	font-size: 18px;
	text-align: center;
	line-height: 43px;
}

.dragbox div.ptxt1 {
	color: #934600;
	left: 415px;
}

.dragbox div.ptxt2 {
	color: #3165a4;
	left: 164px;
}

.dragbox div.ptxt3,
.dragbox div.ptxt4 {
	color: #7f6144;
	left:666px;
	top: -18px;
}

.dragbox div.ptxt4 {
	top: 26px;
}

.juesbox .btnbox {
	margin-top: 56px;
	padding-top: 0;
}

.juesbox .querbtn {
	margin-top: 0;
}
.bjstit{
	margin: 40px auto 0;
	width: 279px;
	height: 33px;
	background: url(../img/bjstit.png) no-repeat;
}
.bsjbox {
	width: 975px;
	height: 473px;
	/* background: url(../img/bjsbox.png) no-repeat; */
	background: url(../img/macbox.png) no-repeat;
	margin: 5px auto 0;
	/* padding-top: 92px; */
}

.pop {
	width: 569px;
	height: 466px;
	position: relative;
	background: url(../img/pop.png) no-repeat;
	padding: 132px 48px 50px 50px;
	box-sizing: border-box;
	display: none;
}

.pop1 {
	background: url(../img/pop1.png) no-repeat;
	width: 661px;
	height: 583px;
	padding: 132px 50px 82px;
}

.pop2 {
	padding: 114px 52px 30px;
	width: 505px;
	height: 383px;
	background: url(../img/pop2.png) no-repeat;
}

.pop3 {
	padding: 164px 48px 52px 50px;
	width: 505px;
	height: 383px;
	background: url(../img/pop3.png) no-repeat;
}

.pop4 {
	background: url(../img/pop4.png) no-repeat;
}

.closedbtn {
	width: 44px;
	height: 44px;
	z-index: 2;
	background: url(../img/close.png) no-repeat;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	top: 40px;
	right: -70px;
}

.pop_con3 {
	margin: 0 0 0 14px;
	width: 444px;
	height: 292px;
	overflow-y: auto;
	overflow-x: hidden;
}

.pop_con3 table,
.pop_con6 table {
	width: 442px;
	border: 1px solid #ebce81;
	margin: 0 auto;
}

.pop_con6 table {
	margin-top: 7px;
	width: 560px;
}

.pop_con3 table td,
.pop_con3 table th,
.pop_con6 table td,
.pop_con6 table th {
	color: #8d7b4b;
	font-size: 16px;
	text-align: center;
	border: 1px solid #dec297;
}

.pop_con3 table th,
.pop_con6 table th {
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	background: url(../img/thbg.jpg) no-repeat;
}

/* .pop_con6 table th {
	height: 32px;
} */

.pop_con3 table td,
.pop_con6 table td {
	line-height: 18px;
	padding: 5px;
	background: #fff;
}

.pop_con6 table td {
	padding: 2px;
	line-height: 24px;
	height: 48px;
}

.pop_con3::-webkit-scrollbar {
	width: 4px;
}

.pop_con3::-webkit-scrollbar-track {
	background: #f8cc68;
}

.pop_con3::-webkit-scrollbar-thumb {
	background: #d18f31;
}

.pop_con1,
.pop_con2,
.pop_con4 {
	height: 162px;
	width: 100%;
	text-align: center;
	line-height: 162px;
	margin: 0 auto;
}

.tc_time {
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	color: #d08104;
	font-size: 20px;
}
.tc_time b{
	background-image: -webkit-linear-gradient(bottom, #d08104, #4a1901);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.con5_btn {
	display: flex;
	justify-content: space-between;
	width: 328px;
	margin: 0 auto;
	height: 111px;
	background: url(../img/login.png) no-repeat center bottom;
}

.con5_btn a {
	width: 163px;
	height: 111px;
	display: block;
	margin: 0 auto;
}

.con5_text {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.con5_text span {
	font-size: 22px;
	line-height: 42px;
	color: #683001;
	text-align: center;
	display: block;
	width: 214px;
	margin-top: 11px;
}

.xz_tc_db {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0;
}

.xz_tc_db a {
	background: url(../img/ymbtn.png) top left no-repeat;
	width: 122px;
	height: 35px;
	display: block;
	margin: 0 18px;
	z-index: 2;
}

.xz_tc_db a:last-child {
	background-position: top right;
}

.fcbox {
	width: 314px;
	height: 398px;
	background: url(../img/fcbg.png) no-repeat;
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 50%;
	margin-left: -157px;
	display: none;
}

.fcbox .topbox {
	padding: 36px 38px 0;
}

.fcbox .topbox p {
	font-family: '\5b8b\4f53';
	/* color: #2a4d71; */
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}

.fcbox ul {
	margin-top: 6px;
	width: 100%;
	padding: 0;
}

.fcbox li {
	line-height: 28px;
	padding: 0 5px 5px;
	/* color: #2e6895; */
	font-size: 16px;
	width: 240px;
	background: url(../img/jg.png) no-repeat center bottom;
	margin: 0 auto;
	height: 28px;
}

.fcbox li p {
	/* color: #2a4d71; */
	float: left;
}

.fcbox li span {
	float: right;
}

.fcbox li:last-child {
	background: none;
}

.rulelist {
	padding: 42px 126px 0;
	font-size: 18px;
	line-height: 34px;
	/* display: none; */
}

.swiper-container {
	overflow: visible;
}

.juesbox {
	position: relative;
}

.juesbox p {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: #562404;
	font-size: 20px;
	font-weight: bold;
	top: 95px;
	font-family: '\5b8b\4f53';
	background-image: -webkit-linear-gradient(top, #562404, #ac6b3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pop-login-frame{
	width: 490px;
	height: 388px;
	background: none;
	padding: 0;

}

.pop-login-frame .closedbtn{
	top: 0;
    right: -63px;
}

.pop-login-frame .login-frame{
	width: 100%;
	height: 100%;
}

.reconfirm-bind-pop{
	background: url(../img/reconfirm_pop.png) no-repeat;
	width: 505px;
	height: 383px;
	padding-top: 150px;
}
.reconfirm-bind-pop.reconfirm2{
	background: url(../img/reconfirm_pop2.png) no-repeat;
}

.role-name{
	background: url(../img/bindrole_name_inp.png) no-repeat;
	width: 257px;
	height: 46px;
	font-size: 24px;
	color: #c88b39;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 38px auto 0;
}
.pop-con-bind2 .btn-group{
	display: flex;
	gap: 0 42px;
	justify-content: center;
	margin-top: 106px;
	cursor: pointer;
	
}
.pop-con-bind2 .btn-group > div:hover{
	filter: brightness(1.1);
}
.cancel-btn, .bind-btn, .confirm-bind-btn{
	width: 173px;
	height: 55px;
}
.cancel-btn{
	background: url(../img/cancel_btn.png) no-repeat;
}
.confirm-bind-btn{
	background: url(../img/confirm_btn.png) no-repeat;
}

.bindserver-pop{
	background: url(../img/bindrole_pop.png) no-repeat;
	width: 505px;
	height: 383px;
	padding-top: 130px;
}
.pop-con-bind{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 387px;
	margin: 0 auto;
}
.select-area{
	position: relative;
	background: url(../img/bindrole_sel.png) no-repeat;
	width: 387px;
	height: 46px;
	margin-top: 38px;
	/* padding-right: 44px; */
	/* padding-left: 20px; */
	box-sizing: border-box;
	line-height: 46px;
}
.select-area span{
	font-size: 20px;
	color: #c88b39;
}
.select-area select{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	appearance: none;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	font-size: 20px;
	color: #c88b39;
	padding-left: 20px;
	padding-right: 45px;
	box-sizing: border-box;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-area option{
	max-width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.option-item{
	margin: 0 auto;
}
.option-item .option{
	position: relative;
	background: url(../img/select-bg.png) no-repeat;
	width: 387px;
	height: 46px;
	margin-top: 18px;
	cursor: pointer;
	font-size: 22px;
	color: #c88b39;
	text-align: center;
	line-height: 46px;
}
.option-item .option.on{
	background: url(../img/select-bg.png) no-repeat 0 100%;
	color: #fff;
}

.bind-tips{
	position: absolute;
	top: 46px;
	width: 100%;
	text-align: center;
	color: #814402;
	font-size: 17px;
	line-height: 30px;
	white-space: nowrap;
}
.bind-btn{
	background: url(../img/bindrole_btn.png) no-repeat;
	width: 173px;
	height: 55px;
	margin-top: 35px;
	cursor: pointer;
}
.bind-btn:hover{
	filter: brightness(1.1);
}


#zoneServer .custom-select-wrapper {
  --bg: #fff;
  --border: transparent;
  --radius: none;
  --shadow: 0 8px 24px rgba(0,0,0,0.12);
  --hover-bg: #f0f4ff;
  --active-color: #2563eb;
  --text-color: #1e293b;
  --option-padding: 0px;
  box-sizing: border-box;

}
#zoneServer .custom-select-wrapper .select-trigger{
	background: transparent;
	box-sizing: border-box;
	padding-right: 42px;
  	padding-left: 20px;
}
#zoneServer .custom-select-wrapper.is-focused .select-trigger{
	border-color: transparent;
	box-shadow: none;
}
#zoneServer .custom-select-wrapper .select-trigger:hover{
	border-color: transparent;
}
#zoneServer .custom-select-wrapper .arrow{
	display: none;
}
#zoneServer .custom-select-wrapper .select-dropdown{
	top: calc(100%);
}
#zoneServer .custom-select-wrapper .select-option{
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
}

.pop_jqqd {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.pop_jqqd.pop{
	background: none;
	padding: 0;
}
.pop_jqqd .pop-cont{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jqqd-box {
  	width: 505px;
	height: 383px;
	background: url(../img/jqqd-pop.png) no-repeat;
}
