html {
	font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

body {
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, "PingFang SC",
	"Microsoft YaHei", Arial, sans-serif;
}

.container {
	width: 1200px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
input::-ms-clear{
	display:none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pos-r {
	position: relative
}

.pos-a {
	position: absolute
}

.pos-f {
	position: fixed
}

.divider {
	border-bottom: 1px solid #dedede;
	height: 1px;
	overflow: hidden;
}

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

.clearfix {
	*zoom: 1;
}

.over-text{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

a:active,a:hover {
	outline: 0;
}

.link,a {
	color: #323232;
	text-decoration: none;
	cursor: pointer;
}

a:hover,.link:hover {
	color: #323232;
	/* text-decoration: underline; */
}

p,ul,ol,dl,blockquote,pre,address,fieldset,figure {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px 0;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-weight: normal;*/
	color: #000;
	text-transform: none;
}

.center {
	text-align: center;
}

h1,.uk-h1 {
	font-size: 36px;
	line-height: 42px;
}

h2,.uk-h2 {
	font-size: 24px;
    line-height: 27px;
    word-wrap: break-word;
    word-break:break-all;
}

h3,.uk-h3 {
	font-size: 18px;
	line-height: 24px;
}

h4,.uk-h4 {
	font-size: 16px;
	line-height: 22px;
}

h5,.uk-h5 {
	font-size: 14px;
	line-height: 20px;
}

h6,.uk-h6 {
	font-size: 12px;
	line-height: 18px;
}

.ui-width-1,.ui-width-2,.ui-width-3,.ui-width-4,.ui-width-5,.ui-width-6,.ui-width-7,.ui-width-8,.ui-width-9,.ui-width-10,.ui-width-11,.ui-width-12
{
	float: left;
	padding-left: 15px;
	display: inline;
}

.ui-width-12 {
	width: 100%;
}

.ui-width-11 {
	width: 91.66666667%;
}

.ui-width-10 {
	width: 83.33333333%;
}

.ui-width-9 {
	width: 75%;
}

.ui-width-8 {
	width: 66.66666667%;
}

.ui-width-7 {
	width: 58.33333333%;
}

.ui-width-6 {
	width: 50%;
}

.ui-width-5 {
	width: 41.66666667%;
}

.ui-width-4 {
	width: 33.33333333%;
}

.ui-width-3 {
	width: 25%;
}

.ui-width-2 {
	width: 16.66666667%;
}

.ui-width-1 {
	width: 8.33333333%;
}

.ui-width-offset-12 {
	margin-left: 100%;
}

.ui-width-offset-11 {
	margin-left: 91.66666667%;
}

.ui-width-offset-10 {
	margin-left: 83.33333333%;
}

.ui-width-offset-9 {
	margin-left: 75%;
}

.ui-width-offset-8 {
	margin-left: 66.66666667%;
}

.ui-width-offset-7 {
	margin-left: 58.33333333%;
}

.ui-width-offset-6 {
	margin-left: 50%;
}

.ui-width-offset-5 {
	margin-left: 41.66666667%;
}

.ui-width-offset-4 {
	margin-left: 33.33333333%;
}

.ui-width-offset-3 {
	margin-left: 25%;
}

.ui-width-offset-2 {
	margin-left: 16.66666667%;
}

.ui-width-offset-1 {
	margin-left: 8.33333333%;
}

.ui-width-offset-0 {
	margin-left: 0;
}


.nav {
	padding-left: 0;
	/*margin-bottom: 0;*/
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
	padding: 0 20px;
}

.nav>li>a { /*position: relative; IE7娑撳妯婃禍锟絧x*/
	display: block;
	padding: 10px 20px;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
}


.nav-tabs {

}

.nav-tabs>li {
	padding: 0 10px;
}

.nav-tabs>li>a {
	padding: 2px 15px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.nav-tabs>.tab-selected>a {
	background-color: #ffae00;
	color: #fff;
}

.tab-content>.tab-panel {
	display: none;
}

.tab-content>.tab-panel-show {
	display: block;
}

/*breadcrumb*/
.breadcrumb {
	padding-left: 0;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #cc2934;
}
.breadcrumb > li {
	/*margin: 0 8px;*/
	font-size: 1em;
	vertical-align: top;
}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li > span,
.breadcrumb > li > i {
	display: inline-block;
	display: inline;
	color: #000;
}
.breadcrumb > li > span {
	color: #999;
}
.breadcrumb > li > .divider{
	margin: 0 8px;
	border-bottom: 0;
}
.breadcrumb > li.active > span {
	color: #000;
}

/*btn*/
.btn {
	display: inline-block;
	/* 	padding: 6px 12px; */
	width: 128px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/*border-radius: 4px;*/
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn.btn-yellow {
	background-color: #ff7e00;
}
.btn.btn-blue {
	background-color: #008aff !important;
}
.btn.btn-red {
	background-color: #ff6744;
}
.match-container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	min-height: calc(100% - 210px);
}
.banner-c {
	padding-top: 80px;
}

.banners {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	max-height: 550px!important;
}

.banners img {
	width: 100%;
	height: 550px!important;
	display: block;
}
.banner-c .swiper-pagination-bullet-active {
	background: #ff5f02;
}
.banner-c .swiper-button-prev,
.banner-c .swiper-button-next {
	width: 55px;
	height: 55px;
	margin-top: -28px;
}
.banner-c .swiper-slide-active {
	height: 100vh;
}
.banner-c .swiper-button-prev {
	left: 100px;
	background: url("../../../image/home/banner-prev.png") no-repeat center center/55px 55px !important;
}
.banner-c .swiper-button-prev:hover {
	background: url("../../../image/home/banner-prev-hover.png") no-repeat center center/55px 55px !important;
}
.banner-c .swiper-button-next {
	right: 100px;
	background: url("../../../image/home/banner-next.png") no-repeat center center/55px 55px !important;
}
.banner-c .swiper-button-next:hover {
	background: url("../../../image/home/banner-next-hover.png") no-repeat center center/55px 55px !important;
}
.banner-c .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
}
.banner-c .no-banner {
	display: none;
}

.match-title {
	height: 70px;
	position: relative;
	display: inline-block;
}
.match-title .decorator {
	display: inline-block;
	width: 66px;
	height: 66px;
	border: 2px solid #256df7;
	left: 0;
	top: 0;
	float: left;
}
.match-title .v {
	float: left;
	position: relative;
	background: #fff;
	color: #313131;
	line-height: 40px;
	left: -47px;
	top: 13px;
	font-weight: 700;
	font-size: 30px;
}

 #single-input{
	outline: none;
	width: 100%;
}
#team-input {
	outline: none;
}
.match-title .v .sub {
	color: #dfdfdf;
	position: absolute;
	top: 4px;
	padding-left: 10px;
}

.match-introduce {
	margin-top: 58px;
	text-align: center;
}
.match-introduce .introduce {
	width: 1116px;
	height: 344px;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	color: #494949;
	background: url("../../../image/home/match-intro-bg.png") no-repeat;
	margin-left: 84px;
	padding: 65px 254px 110px 40px;
}
.match-introduce .introduce .content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.match-introduce .no-intro {
	text-align: center;
	padding-top: 60px;
}

.match-time {
	text-align: center;
	margin-bottom: 90px;
}
.match-time .bg {
	width: 1200px;
	height: 302px;
	/*background: url("../../../image/home/match-time.png");*/
}
.match-time .tips {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
}

.match-notice {
	text-align: center;
	overflow: hidden;
}
.match-notice .more {
	float: right;
	color: #313131;
	font-size: 16px;
	margin-bottom: 34px;
}
.match-notice .notice-c {
	margin-right: -30px;
}
.match-notice .notice-c .no-data {
	margin-bottom: 30px;
	font-size: 18px;
}
.match-notice .notice-c .notice-item {
	float: left;
	width: 585px;
	margin-right: 30px;
	border-bottom: 3px dashed #e0e0e0;
	padding-bottom: 52px;
	margin-bottom: 55px;
	cursor: pointer;
}
.match-notice .notice-c .notice-item .notice-left {
	float: left;
	width: 111px;
	height: 96px;
	background: url("../../../image/home/match-notice.png");
	margin-right: 17px;
}
.match-notice .notice-c .notice-item .notice-right {
	position: relative;
	width: calc(100% - 128px);
	height: 95px;
	float: right;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-align: left;
	color: #494949;
}
.match-notice .notice-c .notice-item .notice-right p:first-child {
	word-break: break-all;
	line-height: 22px;
}
.match-notice .notice-c .notice-item .notice-right .time {
	position: absolute;
	left: 0;
	bottom: 4px;
	font-size: 14px;
	line-height: 1;
	color: #999;
}

.match-edu-info {
	margin-top: 7px;
	margin-bottom: 80px;
}
.match-edu-info .match-edu {
	float: left;
	width: 628px;
}
.match-edu-info .match-edu .ir {}
.match-edu-info .match-edu .ir .item {
	width: 304px;
	height: 188px;
}
.match-edu-info .match-edu .ir .item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 37px 0 0 26px;
}
.match-edu-info .match-edu .ir .item > div {
	display: block;
	width: 100%;
	height: 100%;
	padding: 37px 0 0 26px;
}
.match-edu-info .match-edu .ir .item .text {
	color: #fff;
	font-size: 27px;
	line-height: 38px;
}
.match-edu-info .match-edu .ir .left {
	float: left;
	background: url("../../../image/home/ir-bg-1.png") no-repeat center center;
}
.match-edu-info .match-edu .ir .right {
	float: right;
	background: url("../../../image/home/ir-bg-2.png") no-repeat center center;
}
.match-edu-info .match-info {
	float: right;
	width: 493px;
}
.match-edu-info .match-info .content {
	width: 100%;
	height: 188px;
	border: 1px solid #1857de;
}
.match-edu-info .match-info .content .left {
	float: left;
	width: 310px;
	height: 100%;
	padding: 28px 12px 0 18px;
}
.match-edu-info .match-info .content .left p {
	font-size: 14px;
	color: #494949;
	margin-bottom: 3px;
	line-height: 24px;
}
.match-edu-info .match-info .content .left p .label {
	float: left;
	text-align: right;
	width: 85px;
}
.match-edu-info .match-info .content .left p .value {
	float: right;
	width: calc(100% - 90px);
	word-break: break-all;
}
.match-edu-info .match-info .content .qrcode {
	width: 161px;
	height: 161px;
	float: right;
	margin-top: 14px;
	margin-right: 14px;
	padding: 12px;
}
.match-edu-info .match-info .content .qrcode #qrimg {
	width: 100%;
	height: 100%;
	display: none;
}

.tool-box {
	width: 101px;
	position: fixed;
	z-index: 90;
	right: 10px;
	top: 60%;
}
.tool-box .item {
	width: 101px;
	height: 101px;
	background: url("../../../image/home/side-box.png");
	position: relative;
	cursor: pointer;
}
.tool-box .item:hover {
	background: url("../../../image/home/side-box-active.png");
}
.tool-box .item .icon {
	position: absolute;
	width: 32px;
	height: 26px;
	left: 35px;
	top: 29px;
}
.tool-box .item.item1 .icon {
	background: url("../../../image/home/wx.png") no-repeat;
}
.tool-box .item.item2 .icon {
	background: url("../../../image/home/to-top.png") no-repeat;
}
.tool-box .item .text {
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #313131;
}
.tool-box .item.item1 .wx-qrcode {
	display: none;
	position: absolute;
	right: 96px;
	top: 2px;
	width: 320px;
	max-height: 380px;
	/*background: white;*/
	/*background: url("../../../image/home/side-qrcode.png") no-repeat;*/
}
.gz_moren {
	width: 160px;
	height: 160px;
	background: url("../../../image/home/side-qrcode.png") no-repeat 86%!important;
}
.tool-box .item.item1:hover .wx-qrcode {
	display: block;
}

.slideBox {
	/*width: 593px;*/
	width: 100%;
	height: 369px;
	position: relative;
	background-color: #fff;
	margin: 12px 0 30px 0;
	/* background:url(../../../image/slide-bg.png) no-repeat; */

}
.slideBox .bar-img .name {
	line-height: 32px;
    height: 32px;
    margin-top: -32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
    background-color: #797979;
    color: #fff;
    position: absolute;
    width: 593px;
    bottom: -1px;
}
.bar-img,.bar-num {
	list-style: none;
	padding: 0;
}
.bar-img img {
	width: 593px;
	height: 369px;
	display: block;
}

.bar-img li {
	display: none
}

.bar-img li.active {
	display: block
}

.bar-num {
	position: absolute;
	bottom: 52px;
	left: 260px;
}

.bar-num li {
	float: left;
	margin-right: 20px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	line-height: 12px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.bar-num li.active {
	background: #f00;
	color: #fff;
}

.bar-no-data {
	color: #882302;
	font-size: 16px;
	height: 462px;
	line-height: 462px;
	text-align: center
}

/*list*/
.list {
	list-style: none;
	padding-left: 32px;
	margin-right: 32px;
	padding-top: 15px;
}

.list>li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	word-break:break-all;
}

.list>li>a {
	color: #323232;
}
.index-zone .list>li>a {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 160px;
	white-space: nowrap;
}

.list>li>.time {
	float: right;
}

.list-pills {
	list-style: none;
	padding-left: 0;
	padding-top: 7px;
}

.list-pills>li {
	float: left;
	margin-left: 7px;
	margin-top: 8px;
}

.list-pills>li>a {
	width: 92px;
	height: 56px;
	background-color: #ffae00;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 56px;
}

.list-pills>li>a:hover {
	background-color: #a16e00;
	text-decoration: none;
}

.list-panel {
	background-color: #f8f8f8;
    width: 590px;
    min-height: 330px;
    margin-right: 20px;
    position: relative;
    overflow:hidden;
    /* box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6; */
    /* -webkit-box-shadow: -1px 0 13px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6; */
    /* -moz-box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
    -o-box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6; */
}
.list-panel:last-child{
	margin-right: 0;
}
.list-panel>h5 {
	margin-bottom: 0;
    font-weight: normal;
    height: 60px;
    margin-left: 25px;
    position: relative;
    font-size: 14px;
}

.list-panel>h5>i {
	width: 40px;
    height: 45px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: -7px;
    margin-top: 9px;
}
.list-panel>h5>i.icon-notice {
	background:url(../../../image/match/icon-notice2.png) no-repeat;
}
.list-panel>h5>i.icon-introduce {
	background:url(../../../image/match/icon-introduce.png) no-repeat;
}
.list-panel>h5>i.icon-contact {
	background:url(../../../image/match/icon-contact.png) no-repeat;
}
.list-panel>.divider {
	margin: 0 25px;
}

.list-panel .more,.panel-box .more{
	position: absolute;
	color: #323232;
	float: right;
	margin-right: 32px;
	margin-top: 30px;
	background: #f2f2f2;
	width: 150px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	text-align: center;
	bottom: 15px;
	left: 78px;
}
.panel-box .more {
	width: 200px;
	left: 378px;
}
.index-zone-info .introduce {
	line-height: 28px;
	padding: 10px;
	text-indent: 24px;
	height: 235px;
	overflow: hidden;
	display: block;
	word-break: break-all;
	white-space: normal;
}
.index-zone-info .introduce >div{
	background:none !important;
	border:0 !important;
}
.h4-title {
	font-size: 20px;
	padding: 10px 0;
}

.icon-rank,.icon-plan,.icon-reward,.icon-rule,.icon-entry {
	margin-right: 20px;
	margin-top: -1px;
	vertical-align: top;
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../../../image/icon-rank.png) no-repeat;
}
.icon-plan {
	background: url(../../../image/icon-plan.png) no-repeat;
}
.icon-reward {
	background: url(../../../image/icon-reward.png) no-repeat;
}
.icon-rule {
	background: url(../../../image/icon-rule.png) no-repeat;
}
.icon-entry {
	background: url(../../../image/icon-entry.png) no-repeat;
}
/*table*/
.table ,
.table.dataTable{
	width: 100%;
	border-spacing: 0;
	border: 0px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #333333;
	font-size: 13px;
	table-layout:fixed;
}

.table th ,table.dataTable thead th,
table.dataTable.no-footer thead th{
	background-color: #ececec;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border:0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #ff6744;
}

.table td,table.dataTable tbody td,
table.dataTable.no-footer tbody td{
	height: 28px;
	line-height: 28px;
	border: 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	background: #fdfdfd;
}

.table tbody tr:nth-child(odd) ,
table.dataTable tbody tr:nth-child(odd) td,
table.dataTable > tbody > tr:nth-child(odd):hover > td{
	background: #fdfdfd;
}

.table tbody tr:nth-child(even)  ,
table.dataTable tbody tr:nth-child(even) td,
table.dataTable > tbody > tr:nth-child(even) > td{
	background: #f9f9f9;
}


.table.table2 {
	border: none;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.table.table2  th{
	background-color: #ff6744;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-bottom: 0;
}
.table.table2  td{
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-bottom: 0;
	background-color: #fff;
}
.table3 {
	border: none;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.table3 th {
	background-color: #ff6744;
	height: 28px;
	color: #fff;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-bottom: 0;
}
.table3 td {
	height: 38px;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-bottom: 0;
	text-align: center;
}
.c-fff {
	color: #fff;
}

.c-ffb400 {
	color: #ffb400;
}

.c-ff7e00 {
	color: #ff3000;
}

.c-858585 {
	color: #858585;
}

.c-ff0000 {
	color: #ff0000;
}
.c-9f0100 {
	color: #ff2425;
}
.c-008d03 {
	color: #008d03;
}
.c-red {
	color: red;
}

.panel-box {
	margin: 15px 13px 0 13px;
	position: relative;
}

.avatar {
	width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: 60px 0 0 142px;
}

.avatar>img,.avatar>.avatar-bg {
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
}

.avatar>.avatar-bg {
	z-index: 2;
	background: url(../../../image/avatar.png) no-repeat;
}
.login .avatar-name {
	font-weight: normal;
	margin: 20px 0;
	height: 22px;
}

.login-introduce {
	margin-left: 10px;
	width: 368px;
	height:369px;
	background: url(../../../image/introduce-bg.png) no-repeat;
}

.login-introduce>.login {
	height: 370px;
	margin-bottom: 13px;
	/* background-color: #fff; */
	position: relative;
	/* 	border: 1px solid #e6e6e6; */
	/* box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
	-webkit-box-shadow: -1px 0 13px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
	-moz-box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
	-o-box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6; */
}

.login-introduce>.login>.login-bg {
	background: url(../../../image/login-bg.png) no-repeat;
	position: absolute;
	width: 116px;
	height: 156px;
	right: 0;
	top: 13px;
}

.tab-metch-type .tab-header ul {
	list-style: none;
	position: absolute;
	height: 42px;
	padding-left: 0;
	left:0;
	top: 0;
}
.tab-metch-type .tab-header li {
	width: 79px;
	height: 40px;
	line-height: 40px;
	background-color: #fbfbfb;
	text-align: center;
	float: left;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.tab-metch-type .tab-header li a{
	display: block;
}
.tab-metch-type .tab-header li.tab-selected {
	background-color: #aeaeae;
}
.login .btn {
	font-size: 16px;
	color: #fff;
	position: relative;
}
.login-before .btn {
	background-color: #101b38;
	width: 210px;
	height: 46px;
	line-height: 46px;
}
.login-after-box {
	padding-top: 35px;
}
.btn.team-btn {
	margin-left: 30px;
}
.login-info {
	width: 150px;
	padding: 15px 10px 0;
	text-align: center;
}
.login-info > .avatar {
	margin: 0;
}
.login-info h4 {
	margin: 2px 0;
	font-weight: normal;
}
.login-info .avatar-name {
	font-size: 30px;
	padding: 15px 0;
}
.note-login {
	background-color: #f2f2f2;
	border: 1px solid #e4e4e4;
	color: #999;
	margin: 10px 30px;
	padding: 5px 10px;
}
.login-right  {
	margin-left: 200px;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 16px;
}
.login-right .btn {
	width: 146px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 24px;
}
.login-right > .stock-rate {
	font-size: 14px;
	margin: 13px 0;
}
.login-right > .stock-rate > span {
	display: inline-block;
	margin-left: 8px;
}
.login-out {
	margin-top: 5px;
	font-size: 16px;
	margin-right: 30px;
}
.login-introduce>.introduce {
	background-color: #fff;
	margin-top: 5px;
	padding-bottom: 6px;
	height: 267px;
}

.login-introduce>.introduce>h4 {
	padding-top: 15px;
	margin-bottom: 5px;
}

.login-introduce>.introduce>p {
	font-size: 12px;
	text-indent: 24px;
	padding: 0 8px 0 8px;
}


.index-contact p {
	margin: 8px 10px 8px 25px;
    word-wrap: break-word;
    word-break: break-all;
}

.index-contact>.email {
	margin-top: 18px;
}

.box {
	background-color: #fff;
	box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
	-webkit-box-shadow: -1px 0 13px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
	-moz-box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
	-o-box-shadow: -1px 0 1px #e6e6e6,1px 0 1px #e6e6e6,0 -1px 1px #e6e6e6,0 1px 1px #e6e6e6;
}

.box>.box-title {
	padding: 15px 15px 0;
}

.box>.box-inner {
	padding: 0 10px 10px;
}


.box>.box-inner>.tab-content {
	/* 	background-color: #f3f3f3; */
	padding: 15px 5px 100px 5px;
}

.box>.box-inner>.box-info {
	/* 	background-color: #f3f3f3; */
	padding: 20px 25px 0;
}

.box-title .nav-tabs>li {
	padding: 0;
}
.box-title .nav-tabs>li>a {
	width: 78px;
	height: 36px;
	border: 1px solid #c6c6c6;
	padding: 0;
	text-align: center;
	line-height: 36px;
}
.box-title .nav-tabs>li.tab-selected>a {
	background-color: #f2f2f2;
	color: #000;
}
.box-title .nav-tabs>li:first-child>a {
	border-radius: 4px 0 0 4px;
}
.box-title .nav-tabs>li.tab-last>a {
	border-radius: 0 4px 4px 0;
}
.box-title .nav-tabs>li.tab-mid>a {
	border-radius: 0;
	border-left:0;
	border-right: 0;
}

.box-info p {
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
}

.index-notes {
	padding-bottom: 20px;
}

.index-notes>h4 {
	color: #ffc410;
}
.index-notes>p {
	color: #e6e6e6;
	line-height: 30px;
}

.icon-reward1,.icon-reward2,.icon-reward3 {
	width: 14px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	background: url(../../../image/reward1.png) no-repeat;
}
.icon-reward2 {
	background: url(../../../image/reward2.png) no-repeat;
}
.icon-reward3{
	background: url(../../../image/reward3.png) no-repeat;
}
.index-reward  h3 {
	padding: 38px 0 20px 0;
}
.index-reward .list-panel {
	width: 225px;
}
.index-reward .list {
	padding-left: 25px;
	margin-right: 10px;
}

.index-reward .list li {
	line-height: 28px;
	height: 28px;
}

.index-zone,.index-reward {
	margin-right: -13px;
}

.index-zone-info .list-pills {
	padding-left: 2px;
}

.pos-f {
	position: fixed
}

.msg-box {
	z-index: 10003;
	background-color: #1B63D9;
	left: 50%;
	border: 2px solid #1B63D9;
	top: 50%;
	border-radius: 10px;
	color: #fff;
	padding: 25px 50px;
	width: 200px;
	margin-left: -150px;
	margin-top: -150px
}

.msg-box h2 {
	font-size: 14px;
	border-bottom: 1px solid #fff;
	font-weight: bolder;
	color: #fff;
}

.msg-box p {
	font-size: 14px;
	margin-top: 10px
}

.hide {
	display: none
}

.yellow-border-radius {
	background: #fff;
	color: #4c4c4c;
	font-size: 14px
}

.confirm-layer,.cover-bg,.cover-bg-alert {
	z-index: 1000;
	background-color: #000;
	opacity: .4;
	filter: alpha(opacity =   40);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

/*rank*/
.w940 {
	margin: 0 auto;
	width: 1200px;
}

.rank,.record {
	margin: 25px auto;
}
.nav-tabs>.active>a {
	background-color: #ffae00;
	color: #fff;
}
.section-top {
	height: 45px;
}

.section-content {
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fdfdfd;
}

.section-bottom {
	height: 16px;
}

.rank .section-top h1,.record .section-top h1, .match-notice-title span {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: bolder;
	height: 30px;
	line-height: 30px;
	padding-left: 48px;
}

.rank .section-top h1 {
	margin: 0;
	display: inline-block;
	background: url(../../../image/match/icon-cup.png) left center no-repeat;
}

.record .section-top h1 {
	background: url(../../../image/match/trade.gif) 0 6px no-repeat;
	padding-left: 90px
}

.search {
	margin: 10px 0;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 12px;
}

.search .txt {
	display: block;
	width: 45px;
	float: left;
	color: #747474;
}

.search-value {
	float: left;
	height: 20px;
	line-height: 20px;
	border: 1px solid #adb4be;
	color: #555;
	font-size: 12px;
	width: 85px;
	outline: 0;
	text-indent: 10px;
}

.btn-search {
	float: left;
	padding: 1px 4px;
	margin-left: 15px;
	color: #fff;
	font-size: 12px;
	background: #171b3c;
}

.btn-search:hover {
	color: #fff;
	text-decoration: underline
}

.search label{
	float: left;
	margin-left: 30px;
	font-size: 12px;
	color: red;
}

.search label i{
	color: red;
}

/*page*/
.pager_nav {
	text-align: right;
	padding-right: 14px
}
.pages {
	margin: 10px 0;
	font-size: 12px;
	padding: 3px;
	text-align: right;
	color: #607382;
	vertical-align: middle
}

.pages a {
	border: 1px solid #929290;
	padding: 2px 8px;
	margin: 2px;
	display: inline-block;
	line-height: 16px;
	color: #607382;
	text-decoration: none;
	white-space: nowrap
}

.pages a:hover {
	border: 1px solid #7b7c04;
	padding: 2px 8px;
	background-color: #eebf9b;
	margin: 2px;
	color: #556e81;
	text-decoration: none
}

.pages span {
	display: inline-block;
	line-height: 16px;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 2px;
	color: #ccc;
	text-decoration: none;
	white-space: nowrap
}

.pages strong {
	border: 1px solid #4c3600;
	padding: 2px 8px;
	display: inline-block;
	font-weight: 700;
	line-height: 18px;
	margin: 2px;
	color: #fff;
	background-color: #ff6744;
	white-space: nowrap
}

.pages .prev,.pages .prev:hover {
	padding-right: 12px;
	padding-left: 12px;
	display: inline-block;
	line-height: 16px
}

.pages .next {
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
	display: inline-block;
	line-height: 16px
}

.pages .next:hover {
	padding-right: 12px;
	padding-left: 12px;
	display: inline-block;
	line-height: 16px
}

.pages em {
	font-style: normal;
	font-weight: 700
}

kbd {
	margin-bottom: 2px;
	height: 15px
}

.pages input {
	vertical-align: middle;
	padding-bottom: 2px
}

#customPage {
	width: 34px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #dbdbe3;
	border-radius: 2px;
	text-indent: 4px
}

#customPage:focus {
	border: 1px solid #7b8098
}

.page_btn {
	width: 51px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border: none;
	background-color: #ff6744
}

/*dialog*/

.G-confirm-box {
	z-index: 10001;
	width: 320px;
	border: 2px solid #1B63D9;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -200px;
	background-color: #fff
}

.G-confirm-box h2 {
	font-size: 16px;
	color: #980000;
	text-align: center;
	height: 70px;
	line-height: 70px
}

.G-confirm-box p {
	font-size: 14px;
	color: #3a3a3a;
	text-align: center;
	line-height: 200%;
	padding-left: 20px;
	padding-right: 20px
}

.G-confirm-box .btns {
	margin-top: 24px;
	margin-bottom: 20px;
	text-align: center
}

.G-confirm-box .btn-primary {
	width: 100px;
	margin-right: 12px
}

.btn-close {
	width: 20px;
	height: 18px;
	background-color: transparent !important;
	background-image: url(../../../image/match/btn_close_s.png);
	background-repeat: no-repeat;
	right: 6px;
	top: 6px
}

.G-alert-box {
	z-index: 10001;
	width: 600px;
	border: 2px solid #ffc837;
	left: 50%;
	top: 40%;
	margin-left: -300px;
	margin-top: -210px;
	background-color: #fff
}
.G-school-chose {
	z-index: 10001;
	width: 600px;
	border: 2px solid #ffc837;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -210px;
	background-color: #fff;
	font-size: 12px;
}
.s-header {
	height: 27px;
	line-height: 27px;
	background: url(../../../image/match/dlg_header.png) repeat-x
}

.s-header h2 {
	color: #610404;
	font-size: 14px;
	font-weight: bolder;
	margin-left: 20px;
	width: 100px;
	display: inline-block
}

.s-content {
	color: #4b4b4b;
	padding: 10px
}

.s-condition {
	height: 40px;
	line-height: 40px
}

.s-condition select {
	width: 140px;
	height: 24px;
	line-height: 24px
}

.s-condition input[type=text] {
	width: 164px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	margin-left: 194px;
	color: #ccc;
	text-indent: 4px
}

.s-letter {
	border-top: 1px solid #4b4b4b
}
.s-letter ul,.s-info ul {
	list-style: none;
	padding-left: 0;
}
.s-letter ul li a {
	color: #4b4b4b;
	margin-left: 14px
}

.s-letter ul li a.active {
	color: #8c3318;
	font-weight: bolder
}

.s-info ul li,.s-letter ul li {
	float: left
}

.s-info {
	height: 240px;
	overflow: auto;
	margin-top: 14px
}

.s-info ul li {
	width: 33.3%;
	cursor: pointer;
	margin-bottom: 6px
}

.s-info ul li.active {
	color: #8c3318;
	font-weight: bolder
}

.s-bottom {
	text-align: center;
	margin-bottom: 14px
}
.no-data {
	text-align: center
}
.btn.btn-primary {
	color: #fff;
  /*   width: 235px;
    height: 45px;
    line-height: 45px; */
    background-color: #1B63D9;
    border-radius: 8px;
    outline: 0;
}
.btn.btn-submit {
	color: #fff;
    width: 235px;
    height: 45px;
    line-height: 45px; 
    background-color: #1B63D9;
    border-radius: 8px;
    outline: 0;
}
.search-list {
	right: 26px;
	top: 44px;
	min-width: 144px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px 10px;
	max-height: 266px;
	overflow: auto
}

.search-list ul li {
	cursor: pointer;
	margin-bottom: 4px
}

.search-list ul li:hover {
	color: #8c3318;
	font-weight: bolder
}
.G-school-chose.dialog {
	border: 0;
	border-radius: 0 0 5px 5px;
}
.G-school-chose.dialog .s-header {
	height: 34px;
	line-height: 34px;
	background: url(../../../image/match/dlg_header3.png) no-repeat;
}
.G-school-chose.dialog .s-header h2 {
	color: #fff;
}
.G-school-chose.dialog .btn-close {
	background-image: url(../../../image/match/btn_close_s2.png);
	width: 25px;
	height: 25px;
	top: 3px;
}
.footer {
	background-color: #1755dd;
	margin-top: 30px;
	padding: 20px 0;
	text-align:center;
}
.footer h4 {
	color: #fff;
	font-weight: normal;
}
.footer .tip {
	color: #fff;
	padding-top: 30px;
	font-size: 13px;
}
.company-list {
	list-style: none;
	padding-left: 0;
}
.company-list li {
	text-align: left;
	width: 100%;
	margin-top: 10px;
	color:white;
}
.open-account-dialog {
	background-color: #fff;
	width: 310px;
	border-radius: 10px;
	height: 357px;
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -178px;
	margin-left: -155px;
}
.open-account-dialog h4 {
	padding-top: 80px;
}
.open-account-dialog p {
	padding-top: 10px;
}
.open-account-dialog>.close {
	font-size: 30px;
	width:20px;
	height: 20px;
	display:block;
	position: absolute;
	right: 5px;
	top: 10px;
}
.open-account-dialog>.close:hover {
	text-decoration: none;
}
.notice_more{
	color: #929292;
    float: right;
    margin-right: 32px;
    margin-top: 35px;
    font-size: 13px;
}
.login_after_tips{
	color:#949494;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin-top:10px;
	margin-left:35px;
	margin-bottom:10px;
	width:300px;
	height:40px
}
.marker {
	background-color: Yellow;
}
.right_block h1 {
	font-size: 22px;
	color: #cd242c;
	margin-bottom: 40px;
}
#m-mask,.mask, .m-mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	z-index: 99;
	display: none;
}
.text-indent24 {
	text-indent: 24px;
	overflow-x: hidden;
	word-wrap: break-word
}
.notice-dialog {
	overflow: hidden;
	width: 962px;
	height: 508px;
	margin-left: -481px;
	margin-top: -254px;
	font-size: 14px;
}

.notice-dialog .s-content {
	padding: 0;
	overflow-y: auto;
	height: 100%;
}

.notice-dialog .notice-details {
	padding: 0 60px 50px;
}

.notice-dialog .notice-details .divider {
	border-bottom: 1px solid #ffc837;
	margin: 20px 0;
}

.notice-dialog .notice-details .notice_title {
	color: #323232;
	text-align: center;
	margin-top: 20px;
	word-break: break-all;
}

.notice-dialog .notice-details .date {
	text-align: center;
	color: #bfbfbf;
	font-size: 12px;
	font-size: 12px;
	margin-bottom: 10px;
}
.intro-bottom {
	color: #cb2936;
	font-size: 16px;
	margin-top: 10px;
}

.intro-bottom img {
	margin-right: 14px;
	vertical-align: top;
}

.intro-bottom a {
	color: #cb2936;
	text-decoration: underline
}
.mask {
	left: 0;
	top: 0;
}
.login-frame-pop {
	display:none;
	width:430px;
	heigth:380px;
	position:fixed;
	top:50%;left:50%;
	margin-top:-190px;
	margin-left:-215px;
	z-index:100;
}
.login-frame-close{
	right:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

.match-notice-title {
	font-size: 16px;
	font-weight: bolder;
}


.disabled {
	color: #fff;
	background: #999;
}

.match-notice-title span {
	margin: 0;
	display: inline-block;
	background: url(../../../image/match/icon-notice.png) left center no-repeat;
}

.notice-breadcrumb {
	border-bottom: 0;
	background: #fdfdfd;
}

.notice-box .list.list-img {
	padding: 0 25px;
	border-bottom: 0;
}

.notice-main{
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fdfdfd;
}

.notice-box .list.list-img>li {
	height: 40px;
	line-height: 40px;
}

.notice-box .list.list-img>li>a {
	font-size: 14px;
}

.a-color {
	color:blue;
}

.qr-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background: #000;
	opacity: .2;
}

.qr-box {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 280px;
	height: 306px;
    z-index: 101;
    border: 1px solid #E14340;
}

.qr-title {
	position:relative;
	padding: 3px 0 3px 3px;
	height:20px;
	background: url(../../../image/match/dlg_header2.png);
}

.qr-close {
	float:right;
	width:20px;
	height:20px;
	background: url(../../../image/match/btn_close_s2.png)no-repeat center;
}


.qr-wrapper {
	height:280px;
}

.rank-nav {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #d7d7d7;
}

.rank-nav li {
	float: left;
}

.rank-nav li a {
	display: block;
	margin-left: 2px;
	margin-bottom: -1px;
	padding: 10px 20px;
	color: #656565;
	font-size: 14px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-bottom: 1px solid #d7d7d7;
	background: #f7f7f7;
}

.rank-nav li a:hover {
	color: #2db6f3;
}

.rank-nav li.active a {
	color: #2db6f3;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	margin-bottom: -1px;
	border-bottom: 1px solid #f7f7f7;
}

.w950 {
	width: 1200px;
	margin: 0 auto;
}

.team-rank-wrapper {
	min-height: 490px;
	padding: 0 2px;
	border: 1px solid #eeeeee;
	background: #fdfdfd;
}

.team-rank-search {
	top: 10px;
	right: 2px;
}

.team-rank-search .search-label {
	padding-left: 10px;
	color: #747474;
	font-size: 12px;
}

.team-rank-search .search-text {
	border: 1px solid #adb4be;
	color: #7d7d7d;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-indent: 3px;
	font-size: 12px;
}

.team-rank-search .button {
	background: #171b3c;
	color: #fefaf5;
	border: 1px solid #171b3c;
	font-size: 12px;
}

.team-rank-tip{
	margin: 5px;
	color: red;
}

.team-rank-table{
	min-height: 345px;
}

.pos-r .team-rank-table-sm {
    border: 1px solid #ececec !important;
}

.team-rank-table-sm td, .team-rank-table-sm th {
	border-top: 1px solid #ececec;;
    border-right: 1px solid #ececec;;
}

/* 轮播图 */
.slidesjs-navigation {
	position: absolute;
	height: 0;
	padding-top: 60px;
	width: 64px;
	overflow: hidden;
	z-index: 11;
	top: 135px;
	background: #000;
	display: none;
}

.slidesjs-previous {
	left: 0;
	background: url(../../../image/home/previous-btn.png) no-repeat left;
}

.slidesjs-next {
	right: 0;
	background: url(../../../image/home/next-btn.png) no-repeat right;
}

.slide-content {
	height: 100%;
}

.slide-title {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	padding: 0 200px 0 20px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	/* IE8滤镜 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000), endColorstr=#4C000000);
	z-index: 11;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide-img {
	width: 100%;
	height: 100%;
}

.slidesjs-pagination {
	position: absolute;
	padding: 0 20px;
	margin: 10px 0;
	/*bottom: 0;*/
	/*right: 0;*/
	bottom: 72px;
	/*right: 260px;*/
	background: transparent;
	z-index: 12;
	left: 50%;
	transform: translateX(-50%);
}

.slidesjs-pagination > li {
	float: left;
	margin: 0 3px;
	list-style: none;
}

.slidesjs-pagination > li > a {
	display: block;
	width: 9px;
	height: 0;
	padding-top: 8px;
	float: left;
	overflow: hidden;
	/*border: 1px solid #ffcf77;*/
	border-radius: 9px;
	/*background: #ffcf77;*/
	border: 1px solid #fff;
	background: #fff;
}

.slidesjs-pagination > li > a.active {
	background: #f00;
	color: #fff;
	/*border: 1px solid #ffb400;*/
	/*background: #ffb400;*/
}

.index-notice-list li {

}

.index-notice-list li a {
	display: inline-block;
	max-width: 165px;
	line-height: 23px;
	font-size: 14px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-notice-list li a:hover,
.notice-more:hover {
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.index-notice-list li span {
	display: inline-block;
	float: right;
	line-height: 23px;
}

.index-notice-list {
	margin: 15px;
	font-size: 14px;
	color: #444;
	list-style-type: none;
}

.ifind-paging-container {
	margin: 12px 0;
	color: #444;
	font-size: 13px;
}

.ifind-paging-container ul {
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.ifind-paging-container ul, .ifind-paging-container li {
	list-style: none;
}

.ifind-paging-container li {
	float: left;
	display: inline-block;
	padding: 0 6px;
	margin-left: 5px;
	color: #444;
	height: 22px;
	line-height: 22px;
	font-weight: 400;
}

.ifind-paging-container li.ifind-pager {
	cursor: pointer;
	border: 1px solid #ced7de;
	background: #fff;
}

.ifind-paging-container li.ifind-pager:hover,
.ifind-paging-container li.focus,
.ifind-paging-container li.ifind-paging-toolbar a:hover {
	border-color: #2650ee;
	background-color: #2650ee;
	color: #FFFFFF;
}

.ifind-paging-container li.ifind-paging-ellipse {
	border: none;
}

.ifind-paging-container li.ifind-paging-toolbar {
	float: right;
	padding: 0;
	line-height: 22px;
	font-weight: 600;
}

.ifind-paging-container li.ifind-paging-toolbar select {
	height: 30px;
	border: 1px solid #ced7de;
	color: #444;
	cursor: pointer;
	width: auto;
	padding: 3px 5px;
}

.ifind-paging-container li.ifind-paging-toolbar input {
	line-height: 22px;
	height: 22px;
	padding: 0;
	border: 1px solid #ced7de;
	text-align: center;
	width: 30px;
	margin: 0 0 0 5px;
	vertical-align: top;
	color: #444;
	font-weight: 400;
	border-radius: 0;
}

.ifind-paging-container li.ifind-paging-toolbar a {
	text-decoration: none;
	display: inline-block;
	height: 22px;
	border: 1px solid #ced7de;
	vertical-align: baseline;
	line-height: 22px;
	width: 22px;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
	color: #444;
	font-weight: 400;
	font-size: 12px;
	background: #fff;
}

.ifind-paging-container li.ifind-pager-disabled, .ifind-paging-container li.ifind-pager-disabled:hover {
	background-color: #f6f6f6;
	cursor: default;
	border: none;
	color: #ddd;
}

.ifind-paging-container li.ifind-page-prev {
	width: 22px;
	height: 22px;
	background: url(../../../image/icons/icon-page-prev.png) #fff no-repeat center;
}

.ifind-paging-container li.ifind-page-prev:hover {
	border-color: #2650ee;
	background: url(../../../image/icons/icon-page-prev-active.png) #2650ee no-repeat center;
}

.ifind-paging-container li.ifind-page-next {
	width: 22px;
	height: 22px;
	background: url(../../../image/icons/icon-page-next.png) #fff no-repeat center;
}

.ifind-paging-container li.ifind-page-next:hover {
	border-color: #2650ee;
	background: url(../../../image/icons/icon-page-next-active.png) #2650ee no-repeat center;
}


.tab-header {
    background-color: #f8f8f8;
    position: relative;
    width: 100%;
    height:35px;
    z-index: 5;
    font-family: "Microsoft Yahei", "\5b8b\4f53", sans-serif;
    margin-right: auto;
    margin-left: auto;
}

.tab-header ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.tab-header ul li {
	float: left;
	padding-bottom: 5px;
	margin-right: 50px;
}

.tab-header ul li a {
	display: inline-block;
	width: 84px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #131313!important;
}

.tab-header ul li.tab-selected {
	border-bottom: 2px solid #ff3e3e;
}
.index-banner{
	width: 100%;
	line-height: 100px;
	text-align: center;
	color: #666666;
	display: none;
}
.index-introduce{
	width: 100%;
}
.introduce-header{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	margin-bottom: 12px;
}
.introduce-cont{
	font-size: 14px;
	color: #999999;
	text-align: justify;
	line-height: 24px;
	text-indent: 32px;
	margin-bottom: 24px;
	word-wrap: break-word;
	word-break: normal;
}
.introduce-cont span{
	display: block;
	width: 100%;
	text-align: center;
	text-indent: 0;
}
.file-load{
	padding: 7px 22px 7px 7px!important;
	background: #1B63D9 url(../../../image/icons/file-load.png)no-repeat 64px!important;
}
.file-load2{
	padding-right: 20px;
	background: #1B63D9 url(../../../image/icons/file-load2.png)no-repeat 60px!important;
}

.about-title-left {
	height: 21px;
	width: 104px;
	display: inline-block;
	background: url(../../../image/match/match_left.png);
	background-size: 104px 21px;
	margin-right: 30px;
}

.about-title-right {
	height: 21px;
	width: 104px;
	display: inline-block;
	background: url(../../../image/match/match_right.png);
	background-size: 104px 21px;
	margin-left: 30px;
}

.about-title-go {
	background: url(../../../image/match/match_go.png) 100% 100%;
	background-size: 18px 15px;
	height: 15px;
	width: 18px;
}

.add_input,.delete_input{
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	align-self: end;
	background: #1B63D9;
	color: white;
}

.match-tab {
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin:0 auto;
}
.match-tab-span {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}
.match-tab-parent {
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff;
}

.match-rule,.match-prize {
	background: #ffffff;
}
.match-unit {

	background: #f6f9fd;
}
.match-unit .left-tab {
	width: 262px;
	height: 86px;
	color: #a3a4b6;
	padding: 34px 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;

}
.left-tab-active {
	background: linear-gradient(-90deg,#2462f2,#0c4ce3);
	box-shadow: 0 17px 35px 0 rgba(17,28,42,0.21);
	color: white!important;
	position: relative;
}
.left-tab-active::after {
	content: '';
	position: absolute;
	background: white url(../../../image/match/match_go.png) 50% 50% no-repeat;
	background-size: 18px 15px;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	right: 30px;
	top: 27px;
}
#match-unit {
	display: flex;
	justify-content: space-between;
}
.match-rule,.match-prize,.match-unit {
	padding: 30px 0 ;
	box-sizing: border-box;
}
.about-content {
	width: 1200px;
	margin: 0 auto;
}
.unit-desc {
	width: 890px;
	background: #ffffff;
	box-shadow: 0 17px 35px 0 rgba(17,28,42,0.09);
	padding: 37px 24px;

}

.about-title {
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
	color: #333333;
	font-weight: 500;
	margin-bottom: 20px;
}
.unit-desc-content {
	max-height: 517px;
	overflow-y: auto;
}
#page-com {
	/*width: 102px;*/
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
}
.per-page,.pre-page,.next-page {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 2px;
	line-height: 20px;
}
.per-page:hover,.per-page-choose,.pre-page:hover,.next-page:hover{
	background: rgba(255,255,255,0.04);
	border: 1px solid #3f90ff;
	cursor: pointer;
	color: #3f90ff!important;
}

#rule-content {
	max-height: 500px;
	overflow-y: auto;
}

.gz_parent {
	text-align: center;
	display: inline-block;
	background: white;
	width: 150px;
	height: 150px;
	vertical-align: top;
}
.gz_parent img {
	width: 100px;
	height: 100px;
	margin-top: 12px;
}
.text-ellipsis {
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#award-content,#rule-content,.unit-desc-content {
	font-size: 14px;
	line-height: 32px;
	color: #494949;
}
#award-content p,#rule-content p,.unit-desc-content p{
	text-indent: 2em;
}
.w-e-button-container .right {
	width: auto!important;
}

#rule-content::-webkit-scrollbar ,#award-content::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	transform: translateX(5px);
}
#rule-content::-webkit-scrollbar-thumb ,#award-content::-webkit-scrollbar-thumb{
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0 ,0 ,0, 0.2);
	background: rgba(0,0,0,0.16);

}
#rule-content::-webkit-scrollbar-track ,#award-content::-webkit-scrollbar-track{
	opacity: 0;

}
#team-select ,#single-select ,#bond-select {
	height: 32px;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 10px;
	color: #888;

}
#tuan-select::-webkit-input-placeholder ,#single-select::-webkit-input-placeholder{
	color:#888;
}
.yinpai {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../../image/icons/yinpai.png) #fff no-repeat 0px 0px;
}
.jinpai {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../../image/icons/jinpai.png) #fff no-repeat 0px 0px;
}
.tongpai {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../../image/icons/tongpai.png) #fff no-repeat 0px 0px;
}

.fix-match-tab {
	position: fixed;
	top: 80px;
	left: 0;
	background: white;
	border-bottom:1px solid #e6e6e6;
	width: 100%;
	z-index: 10000;
}