/*������ʽ*/
/* body{ */
/* 	background-color: #cc2934; */
/* 	font-family: Microsoft YaHei; */
/* } */
table {
	border-spacing: 0;
	border-collapse: separate;
}

li {
	cursor: pointer;
}

a {
	text-decoration: none;
	/* color: #990000; */
}
html,body{
	height: 100%;
}
.main {
	width: 1440px;
	margin: 0 auto;
	/*height: calc(100% - 150px);*/
	height: 820px;
	box-sizing: border-box;

}

.left {
	width: 230px;
	margin-right: 10px;
	float: left;
}

.left_admin {
	width: 275px;
	height: 100%;
	background: #ECECF7;
}

.left .left_nav {
	margin-bottom: 11px;
	padding-left: 0;
	font-size: 15px;
	letter-spacing: 2px;

}
.left_nav ul{
	padding: 0;
}

.left_nav ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 48px;
	font-size: 14px;
}
.left .left_nav .active{
	background: #fff;
}
.left .left_nav>li {
	display: block;
	/*border: 1px solid #990000;*/
	/*border-radius: 3px;*/
	/*height: 38px;*/
	line-height: 32px;
	margin-bottom: 1px;
	/*padding-left: 18px;*/
	cursor: pointer;
	/*background: url("../../../image/match/left_nav_bg.jpg");*/
}
ul{
	list-style: none;
}

.left .left_nav>li>a {
	display: inline-block;
	padding-left: 2px;
	font-weight: 600;
}
.left .left_nav li i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../../../image/icons/icon-page-next.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 12px;
}
.left .left_nav .active-show i {
	background-image: url(../../../image/icons/next-active.png);
	background-repeat: no-repeat;
	background-position: center;
}


.left .left_person {
	height: 389px;
	border: 3px solid #ffc837;
	border-radius: 3px;
	background-color: #fff;
}

.left .left_person .info {
	height: 27px;
	padding-left: 7px;
	background: url("../../../image/match/left_person1.jpg");
}

.left .left_person .info img {
	padding-top: 4px;
	margin-right: 9px;
}

.left .left_person span {
	font-weight: bold;
}

.left .left_person .photo {
	text-align: center;
	margin: 35px auto;
	padding: 8px;
}

.left .left_person .photo img {
	padding: 8px;
	border: 1px solid #d0cfcd;
	border-radius: 5px;
}

.left .left_person .photo h1 {
	color: #333;
	margin-top: 14px;
	font-size: 24px;
	line-height: 30px;
}

.left .left_person table {
	margin: -25px auto;
	width: 215px;
	height: 98px;
	font-size: 12px;
	color: #610404;
}

.left .left_person th {
	width: 81px;
	height: 25px;
	line-height: 25px;
	background-color: #ffeea9;
	font-weight: bold;
	border: 2px solid #fff;
}

.left .left_person td {
	padding-left: 15px;
	width: 117px;
	height: 25px;
	line-height: 25px;
	background-color: #fff1b9;
	border: 2px solid #fff;
}

.right {
	width: 1155px;
	float: left;
	height: calc(100% - 35px);
}

.right_big {
	width: 950px;
}

.right_per {
	width: 700px;
}

.right_block {
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	background-color: #fff;
	border: 1px solid #ECECF7;
	border-radius: 5px;
	padding-bottom: 10px;
	height: 100%;
	overflow: auto;
}

.right_block_big {
	width: 950px;
}

.right_per_block {
	width: 700px;
}

#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;
}

#m-mask .addFrame {
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	margin-left: -205px;
	margin-top: -320px;
	padding: 30px;
	width: 350px;
	background-color: #e7e6e6;
}

#m-mask .teamRank_detail {
	position: absolute;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -150px;
	width: 600px;
	height: 300px;
	background-color: #fff;
}

#m-mask .input, #m-mask input[type=submit], #m-mask input[type=button] {
	width: 350px;
	height: 24px;
	border-radius: 3px;
	margin-bottom: 10px;
	outline: none;
	background: rgba(238, 160, 38, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99eea026,
	endColorstr=#99eea026);
}

#m-mask .input {
	background: none;
	filter: none;
}

#m-mask select {
	width: 200px;
}

#m-mask .input label {
	margin-left: 10px;
	font-size: 12px;
	color: #000;
	display: inline-block;
	width: 90px;
}

#m-mask .input input {
	width: 200px;
	height: 22px;
	line-height: 22px;
	border: none;
	outline: none;
	font-size: 12px;
	color: #000;
	background: #fff;
	text-indent: 10px;
}

#m-mask .input input.disable {
	background: #e7e6e6;
}

.maskButton {
	width: 310px;
	margin: 0 auto;
}

#m-mask input[type=submit], #m-mask input[type=button] {
	background-color: #ee7b26;
	width: 150px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: none;
}

#m-mask input[type=submit]:hover {
	background-color: #d46818;
}

/*������Ϣ*/
.right_block .head {
	margin: 15px 5px 0;
	position: relative;
	width: 690px;
	height: 30px;
}

.right_block .head .header {
	float: left;
	width: 100px;
	height: 38px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #9a0c12;
	text-align: center;
	background: url("../../../image/match/matchInfo_header.png") no-repeat;
}

.right_block .head .tab {
	float: left;
	width: 255px;
	height: 24px;
	margin: 6px 0 0 8px;
}

.right_block .head .tab li {
	float: left;
	width: 85px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #9a0c12;
	text-align: center;
	cursor: pointer;
	background: url("../../../image/match/matchInfo_tab.png");
}

.right_block .head .tab .active {
	color: #fff;
	font-weight: bold;;
	background: url("../../../image/match/matchInfo_tab_active.png");
}

.right_block .head .enter {
	margin-top: 5px;
	width: 96px;
	height: 23px;
	border: 1px solid #990000;
	line-height: 25px;
	float: right;
	background: url("../../../image/match/matchInfo_enter_bg.jpg");
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.right_block .head .enter img {
	width: 11px;
	height: 13px;
	padding-top: 0;
	padding-left: 5px;
	position: center center;
	cursor: pointer;
}

.right_block .table, .pos-r .table {
	margin-left: 1%;
	border: 0;
	border-radius: 3px;
	overflow: auto;
	width: 98%;
}

.right_block .table_per {
	width: 668px;
}

.right_block .table table, .pos-r .table table {
	margin: 0 auto;
	/*margin-bottom: 3px;*/
	border-collapse: separate;
	border: 0;
	font-size: 12px;
	white-space: nowrap;
	border-left: 1px solid #ECECF7;
	border-bottom: 1px solid #ECECF7!important;

}

.right_block .table_per table {
	width: 670px;
}

.right_block .table table thead th, .pos-r .table table thead th {
	height: 30px;
<!--line-height: 30px;-->
	border: 1px solid #ECECF7;
	background-color: #F7F7FC;
	color: #272841;
	font-weight: bold;
	padding: 0 5px;
}
.table th, table.dataTable thead th, table.dataTable.no-footer thead th{
	border-top: 1px solid #ECECF7;
	border-right: 1px solid #ECECF7;
}
.table td, table.dataTable tbody td, table.dataTable.no-footer tbody td{
	border-top: 1px solid #ECECF7;
	border-right: 1px solid #ECECF7;
}
/*.dataTables_wrapper .dataTables_scroll{*/
/*	border-left: 1px solid #ECECF7;*/
/*	border-bottom: 1px solid #ECECF7;*/
/*}*/
.right_block .table table tbody tr td, .pos-r .table table tbody tr td {
	height: 30px;
<!--line-height: 30px; -->
	border: 1px solid #ECECF7;
	text-align: center;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0 5px;
}
.table tbody tr:nth-child(odd),
table.dataTable tbody tr:nth-child(odd) td,
table.dataTable > tbody > tr:nth-child(odd):hover > td {
	background: #ffffff;
}
.right_block .fund {
	display: none;
}

.right_block .activeDiv {
	display: block;
}

.right_block .fund table thead th {
	width: 160px;
}

.right_block .fund table tbody td {
	width: 160px;
}

.right_block .table table tbody .up {
	color: #e80303
}

.right_block .table table tbody .down {
	color: #219103;
}

.right_block .table table tbody .sale {
	color: #0097e5;
}

.right_block .table table tbody .buy {
	color: #e80303;
}

.right_block .table .account_manage {
	width: 1500px;
}

.right_block .table table a {
	/*display: block;
	margin: 0 auto;
	border: 1px solid #f7df76;
	width: 45px;
	height: 20px;
	border-radius: 3px;
	line-height: 20px;
	text-decoration: none;
	color: #8c3318;
	background-color: #ffefa9;*/
	text-decoration: none;
	color: #1B63D9;
}

.right_block .table table a:hover {
	/*background-color: #f59a38;*/
	color: #1B63D9;
	text-decoration: underline;
}

.right_block .table table .disabled-link {
	color: #9e9e9e;
	cursor: not-allowed;
}
.right_block .table table .disabled-link:hover {
	color: #9e9e9e;
	text-decoration: none;
}

.right_block .table_head {
	width: 700px;
	height: 27px;
	background: url(../../../image/match/macthInfo_table_bg.jpg);
}

.right_block .table_head h1 {
	line-height: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #610404;
	padding-left: 5px;
}

.right_block .table_head p {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	color: #610404;
}

.right_block .table_head span {
	color: #ff0033;
	padding: 0 15px 0 5px;
}

.right_block .table_head .checkbox {
	width: 115px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #610404;
	float: right;
}

.right_block .table_head .checkbox input[type=checkbox] {
	margin-right: 5px;
}

.right_block .pagination {
	float: right;
	width: 300px;
	height: 20px;
	margin: 0 5px 15px;
	font-size: 10px;
	color: #607382;
}

.right_block .pagination span {
	line-height: 21px;
}

.right_block .pagination ul {
	float: right;
	padding-left: 0;
}

.right_block .pagination li {
	float: left;
	width: 25px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #abb1af;
	margin: 0 2px;
	text-align: center;
	background-color: #fff;
}

.right_block .pagination .active {
	background-color: #f56a00;
	border: 1px solid #392e00;
	font-weight: bold;
	color: #fff;
}

.right_block .date {
	line-height: 22px;
	margin: 0 10px 15px;
	font-size: 12px;
	color: #607382;
}

.right_block .date input[type="text"] {
	padding-left: 10px;
	width: 120px;
	height: 18px;
	border: 1px solid #adb4be;
	padding-top: 2px;
	margin-right: 10px;
}

.right_block .date input[type=submit] {
	width: 55px;
	height: 22px;
	padding: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	background-color: #1B63D9;
}

.right_block .date input[type=submit]:hover {
	background-color: #1B63D9;
}

.right_block .admin_date {
	margin-bottom: 15px;
}

.right_block .admin_date #account {
	width: 100px;
}

.right_block .admin_date .update_date {
	float: right;
	width: 170px;
	height: 22px;
}

.right_block .admin_date #search, .right_block .admin_date #keyword {
	width: 200px;
	/*margin-left: 10px;*/
	line-height: 18px;
	font-size: 14px;
}

.right_block .admin_date input[type=button] {
	width: 55px;
	height: 22px;
	color: #fff;
	line-height: 20px;
	background-color: #1B63D9;
	cursor: pointer;
	border: none;
}

.right_block .admin_date input[type=button]:hover {
	background-color: #1B63D9;
}
/*��������right����*/
.right_block #address label, .right_block #address select, .right_block #address input
{
	height: 36px;
	background-color: #cc2934;
	border-radius: 5px;
	color: #fff;
}

#perInfo_before table {
	width: 660px;
	margin: 15px 20px;
	border: 1px solid #eed6c6;
}

#perInfo_before table th, #perInfo_before table td {
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	border: 1px solid #fff;
	background-color: #fff9e2;
	padding-left: 20px;
	text-align: left;
}

#perInfo_before table td {
	width: auto;
}

#change {
	display: inline-block;
	margin: 0 20px;
	background: url("../../../image/match/left_nav_bg.jpg");
	width: 193px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #990000;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #990000;
}

.right_block #address {
	padding-left: 20px;
	margin-bottom: 15px;
}

.right_block #address label {
	display: block;
	float: left;
	width: 80px;
	line-height: 36px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 18px;
}

.right_block #address select {
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	outline: none;
	text-align: center;
	font-family: Microsoft YaHei;
}

.right_block #address input {
	float: right;
	margin-right: 35px;
	width: 230px;
	line-height: 36px;
	font-size: 18px;
	font-family: Microsoft YaHei;
}

.right_block #address input::-webkit-input-placeholder {
	color: #fff;
}
/*rightͨ��input����*/
.right_block .right_block_title {
	font-size: 16px;
	font-weight: bold;
	color: #272841;
	margin-bottom: 40px;
}

.right_block .right_block_title_main {
	font-size: 16px;
	font-weight: bold;
	color:  #1B63D9;
	float: left;
	/*margin-top: 11px;*/
	margin-right: 10px;
	line-height: 31px;
}

.right_block .right_input {
	margin: 0 20px 25px 165px;
	width: 330px;
	height: 38px;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 10px;
	text-align: right;
}

.right_block .right_input label {
	line-height: 38px;
	color: #000;
	font-size: 18px;
}

.right_block .right_input input {
	width: 210px;
	margin-left: 10px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	border: 1px solid #afafaf;
	outline: none;
	border-radius: 4px;
}

.right_block .right_input span {
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
	cursor: pointer;
}

.right_block .btn {
	text-align: center;
}

.right_block .btn input {
	margin: auto 295px;
	width: 200px;
	line-height: 30px;
	border-radius: 3px;
	border: #1B63D9;
	background: #1B63D9;
	color: #fff;
}

/*���׼�¼*/
.right_block .chooseMatch {
	height: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.right_block .chooseMatch label {
	font-size: 14px;
	font-weight: bold;
}

.right_block .chooseMatch select {
	/* 	width: 300px; */
	height: 22px;
}

.right_block .signOut {
	height: 31px;
	margin-bottom: 10px;
	/*padding: 10px 5px 0 20px;*/
	overflow: hidden;
	background: #ECECF7;
	border: 1px solid #E5E9F0;
	padding-left: 10px;
}
.right_block .right-cont .head-title .head-title-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.right_block .right-cont .head-title .title-text {
	font-size: 24px;
	font-weight: bold;
}
.right_block .signOut h1 {
	float: left;
	width: 500px;
	line-height: 31px;
}

.right_block .signOut .adminOut {
	float: right;
	height: 30px;
}

.right_block .signOut .adminOut span {
	line-height: 30px;
}

.right_block .signOut .adminOut input[type=button] {
	margin-left: 20px;
	width: 100px;
	height: 22px;
	color: #fff;
	cursor: pointer;
	background-color: #f56a00;
	border: none;
}

.right_block .signOut .adminOut input[type=button]:hover {
	background-color: #c25502;
}

/*��ҳͼƬ*/
.right_block .uploadPic {
	width: 680px;
	margin: 0 10px;
}

.right_block .uploadPic li {
	width: 680px;
	height: 140px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	font-size: 14px;
}

.right_block .uploadPic img {
	float: left;
	width: 200px;
	height: 100px;
	margin: 20px 20px;
}

.right_block .uploadPic .description {
	float: left;
	width: 300px;
	height: 60px;
	margin: 40px 20px;
}

.right_block .uploadPic .description textarea {
	width: 300px;
	height: 60px;
	border-radius: 3px;
	resize: none;
	border: 1px solid #999;
	outline: none;
}

.right_block .uploadPic ul li input[type=button] {
	float: right;
	margin: 55px 15px;
	width: 70px;
	height: 30px;
	background-color: #ee7b26;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	border: none;
}

.right_block .uploadPic ul li input[type=button]:hover {
	background-color: #d46818;
}

.right_block .uploadPic input[type=submit] {
	display: block;
	margin: 20px auto;
	width: 200px;
	height: 38px;
	border: none;
	outline: none;
	border-radius: 3px;
	background-color: #ee7b26;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
}

.right_block .uploadPic input[type=submit]:hover {
	background-color: #d46818;
}

/*��������*/
.right_block .notice {
	width: 760px;
	margin: 0 10px;
	padding-bottom: 10px;
	font-size: 16px;
	/*	background-color: rgba(238,160,38,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);*/
}

.right_block .notice .title {
	height: 50px;
}

.right_block .notice .title label {
	margin-left: 10px;
	width: 50px;
	line-height: 50px;
}

.right_block .notice .title input {
	height: 25px;
	font-size: 14px;
	width: 560px;
}

.right_block .notice .content div {
	margin-left: 10px;
	float: left;
	width: 50px;
}

.right_block .notice .content textarea {
	width: 560px;
	height: 200px;
	font-size: 16px;
	border: none;
	outline: none;
	resize: none;
	font-size: 14px;
	font-family: "΢���ź�";
}

.right_block .notice input[type=button] {
	display: block;
	margin-top: 15px;
	background-color: #ee7b26;
	width: 150px;
	height: 28px;
	margin: 15px auto;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border: none;
}

.right_block .notice input[type=button]:hover {
	background-color: #d46818;
}

.right_block .uploadBtn {
	position: relative;
	width: 580px;  /*联系方式的时候改变*/
	height: 30px;
	margin-bottom: 10px;
}

.right_block .uploadBtn a {
	display: block;
	float: right;
	margin-bottom: 10px;
}

#exportExcel, #exportBtn, #jl_query, #exportRankExcel,
#btn-publish,#exportLcExcel, #admin-match-picture-upload-add,
#admin-matchIntroduction-add,#admin-match-contract-add {
	float: right;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 55px;
	line-height: 22px;
	padding: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	background-color: #1b63d9;
}

#jl_query {
	margin-right: 200px;
}

#modify {
	display: inline-block;
	margin: 0 20px;
	margin-top: 30px;
	background: url("../../../image/match/left_nav_bg.jpg");
	width: 193px;
	height: 38px;
	border: 1px solid #990000;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #990000;
}

#m-mask .team_rank {
	width: 600px;
	height: 300px;
}
#m-mask .div_rank {
	height: 330px;
}
#m-mask .team_rank .pos-r h1 {
	font-size: 14px;
}

.notice-box {
	padding: 0;
	margin: 25px auto;
	width: 1200px;
}
.notice-list.list>li>a {
	/*display: inline-block;*/
	text-overflow: ellipsis;
	overflow: hidden;
	width: 800px;
	white-space: nowrap;
}
.list.list-img {
	padding-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #cc2934;
	padding-bottom: 10px;
}

.list.list-img>li {
	border-bottom: 1px dashed #ebebeb;
	background: url("../../../image/match/list-img.png") no-repeat left center;
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
}

.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
}

.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;
}

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

/*dialog样式*/
.dialog-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,
	endColorstr=#4C000000);
	z-index: 10000;
	display: none;
	position: fixed;
}

.dialog-common {
	position: fixed;
	z-index: 100001;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	background: #fff;
	border: 2px solid #1b63d9;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #666;
}

.confirm-dialog {
	display: flex;
	flex-direction: column;
	width: 420px;
	height: 240px;
}
.confirm-dialog .dialog-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.confirm-dialog .dialog-body .promp-text {
	flex: 1;
}

.dialog-header {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 33px;
	color: #fff;
	font-weight: 800;
	font-size: 17px;
	background: #1B63D9;
}

.detail-title {
	margin-top: 5px;
	width: 569px;
	max-height: 125px;
	word-wrap: break-word;
	padding: 5px;
	overflow-x: hidden;
	border: 1px solid #1B63D9
}

.dialog-body {
	padding: 10px;
}

.dialog-body  input[type="text"] {
	width: 200px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	border: 1px solid #afafaf;
	outline: none;
	border-radius: 4px;
}

.detail-content {
	margin-top: 5px;
	max-height: 200px;
	word-wrap: break-word;
	padding: 5px;
	overflow-x: hidden;
	border: 1px solid #1b63d9;
}

.detail-width {
	height: 100px;
}

.detail-content ul {
	padding: 0;
	list-style: none;
}

.detail-content ul li {
	overflow: hidden;
	padding: 6px
}

.detail-content ul li img {
	float: left;
	width: 216px;
	height: 88px;
}

.detail-content ul li textarea {
	float: left;
	margin: 15px 0 0 25px;
	padding: 5px;
	height: 50px;
	width: 200px;
	resize: none;
	background: #fff;
	border: 1px solid #1B63D9;
}

.detail-content ul li input[type="button"] {
	float: left;
	margin: 30px 0px 0 40px;
	background: #FFC000;
	border: 1px solid #1B63D9;
}

.dialog_input {
	padding: 5px;
	font-size: 18px;
}

.dialog_input label {
	display: inline-block;
	width: 200px;
	text-align: right;
}

.dialog_input input[type="text"] {
	width: 200px;
	margin-left: 10px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	border: 1px solid #afafaf;
	outline: none;
	border-radius: 4px;
	line-height: 30px;
}

.dialog_input select {
	width: 210px;
	padding: 5px;
	margin-left: 10px;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	border: 1px solid #afafaf;
	outline: none;
	border-radius: 4px;
}

.dialog-filebox {
	margin-top: 5px;
	width: 571px;
	max-height: 40px;
	word-wrap: break-word;
	padding: 5px;
	overflow-x: hidden;
}

.dialog-filebox  .filebefore {

}

.dialog-filebox  .filebefore div {
	padding: 5px;
}

.dialog-filebox ul {
	padding: 0;
	margin-top: 3px;
	list-style: none;
}

.dialog-filebox ul li {
	padding: 5px;
}

.dialog-filebox ul li span {

}

.dialog-filebox input {
	margin-left: 10px;
	background: #FFC000;
	border: 1px solid #1B63D9;
}

.dialog-footer {
	margin: 0 0 10px 10px;
}

.dialog-footer  .dialog-plus {
	width: 571px;
	/*max-height: 40px;*/
	word-wrap: break-word;
	padding: 5px;
	overflow-x: hidden;
}

.dialog-footer .button {
	margin: auto 39%;
	width: 90px;
	line-height: 30px;
	border-radius: 3px;
	border: 1px solid  #1b63d9;
	background: #1b63d9;
	color: #fff;
}

.dialog-uploadpic {
	display: none;
	position: fixed;
	z-index: 100001;
	top: 70px;
	left: 25%;
}

.uploadfile {
	position: relative;
	margin-top: 10px;
}
.ifind-hide{
	display: none;
}
.preview-btn{
	color: #2e8de1;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	cursor: pointer;
}
.uploadfile .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	line-height: 30px;
	border-radius: 3px;
	border: 1px solid rgba(255, 162, 117, 1);
	background: #FFC000;
}

.table .tb-header {
	color: #990000;
	cursor: pointer;
}

.dateBox {
	position: relative;
}

.btn-many {
	position: absolute;
	top: 0;
	right: 75px;
}

.th-notice {
	/*max-width: 150px;*/
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.th-pictitle{
	max-width:130px;
}

.td-beyond{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-moz-text-overflow: ellipsis; /*For Firefox,mozilla*/
}

.show-in-line-span {
	overflow: hidden;
	text-overflow: ellipsis; /*For IE*/
	-moz-text-overflow: ellipsis; /*For Firefox,mozilla*/
}

.team-name-title{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
}
.team-teacher-name{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
}



<!------------------------------------------------>
	.webuploader-pick {
		background: #cd242c !important;
	}

.attachment-list {

}

.attachment-list .attachment-download {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
	background: url(../../../image/basic/icons/icon-attachment.png) no-repeat left center;
}

.attachment-list .attachment-download:hover {
	color: #CD2934;
	text-decoration: underline;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.attachment-upload-list li {
	line-height: 30px;
	overflow: hidden;
	padding-left: 23px;
	background: url(../../../image/icons/icon-attachment.png) no-repeat left center;
}

.attachment-name {
	display: inline-block;
	float: left;
	/*max-width: 200px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #59606C;
	margin-right: 10px;
}

.attachment-del {
	display: inline-block;
	float: left;
	color: #CD2934;
}

.height-fix {
	line-height: 30px;
}

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #1B63D9;
	/*background-image: linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #1B63D9),
			color-stop(1, #707070)
	);*/
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*border: 2px solid #808080;*/
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #606060),
			color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}


.webuploader-pick{
	background-color: #1B63D9;
	/*background-image: linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #1B63D9 0%, #707070 100%);
	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #505050),
			color-stop(1, #707070)
	);*/
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*border: 2px solid #808080;*/
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	height: 30px;
	line-height: 30px;
	padding: 0px;
	width: 120px;
}

.input-right{
	float:right;
}

.select-choose{
	height: 30px;
	border-radius: 4px;
	border: 1px solid #afafaf;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

.page-select-choose{
	width: 150px;
	margin-left: 10px;
	height: 23px;
	font-size: 14px;
}

.photo-dialog-common {
	position: fixed;
	z-index: 100001;
	top: 80px;
	left: 30%;
	background: #fff;
	border: 2px solid #1b63d9;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #666;
}

.photo-dialog-body{
	padding: 0px 20px 10px 20px;
}

.photo-img{
	max-width: 500px;
	max-height: 500px;
}
.scale{
	display: inline-block;
	cursor: pointer;

}
.scale i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../../../image/icons/scale.png)no-repeat center;
	vertical-align: middle;
	background-size: contain;
}
.rotate{
	display: inline-block;
	cursor: pointer;

}
.rotate i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../../../image/icons/refresh.png)no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-left: 20px;

}
.btn-box{
	width: 150px;
	margin: 4px auto;
}
.operation{
	margin-left: 5px;
	margin-right: 5px;
}
.nav-tabs>.active>a{
	background: #1B63D9;
}
.header{
	position: relative;
}
.admin-out{
	position: absolute;
	right: 15px;
	top: 30px;
}
.out-name{
	color: #fff;
}
.admin-out input{
	background: #D49010 !important;
	border-radius: 12px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	color: #fff;
}
.btn-close{
	background-image: url(../../../image/icons/white-close.png);
}
.right-cont{
	padding: 12px;
}
.right-cont-left{
	width: 130px;
	display: inline-block;
	vertical-align: top;
}
.right-cont-right{
	display: inline-block;
	width: calc(100% - 155px);
	border: 1px solid #dbdbdb;
	margin-left: 15px;
}
.audit-status {
	width: 154px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.audit-status-pass {
	background-image: url(../../../image/pass.png);
}
.audit-status-reject {
	background-image: url(../../../image/reject.png);
}
.audit-status-waite {
	background-image: url(../../../image/await.png);
}

.reason {
	display:flex;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 20px;
	color: #FF4015;
	margin-bottom: 15px;
}
.btn-row {
	text-align: center;
}
.promp-text {
	padding: 30px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box{
	width: 100%;
	border: 1px solid #dbdbdb;
	background: #ECECF7;
}
.box>div{
	height: 36px;
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 36px;
	cursor: pointer;

}
.box div i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../image/icons/icon-page-next.png)no-repeat center;
	vertical-align: middle;
}
.box ul{
	width: 150px;
	display: none;
	position: absolute;
	top: -1px;
	left: 130px;
	border: 1px solid #dbdbdb;
	background: #fff;
	z-index: 999;
}
.box ul li{
	height: 30px;
	width: 150px;
	line-height: 30px;

}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box>div:hover ul{
	display: block;
}
.box>div:hover i{
	transform: rotate(90deg);
}
.box ul li:hover a{
	background: #1B63D9;
	color: #fff;
}
.box ul li a{
	display: inline-block;
	width: 130px;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	padding-left: 20px;
}
.box-active{
	background: #fff;
}
.first-item{
	width: 100%;
	height: 100%;
}

.time-set-button{
	width: 90px;
	line-height: 30px;
	border-radius: 3px;
	border: 1px solid #1b63d9;
	background: #1b63d9;
	color: #fff;
}

#admin-match-school-dialog #report-file a {
	text-decoration: none;
	color: #1B63D9;
}
#admin-match-school-dialog #report-file {
	padding: 12px 0;
}
#admin-match-school-dialog .audit-info {
	padding-top: 20px;
	border-top: 1px solid;
}
#admin-match-school-dialog .audit-info .audit-form-row {
	margin: 0 0 16px 90px;
}
#admin-match-school-dialog .audit-info .audit-form-row .form-label {
	margin-right: 8px;
}
#admin-match-school-dialog .audit-info .button-row {
	display:flex;
	justify-content: flex-end;
}
.submit-btn {
	background-color: #1b63d9;
	outline: none;
	border: none;
	padding: 4px 16px;
	color: white;
	border-radius: 4px;
}
.disabled-submit-btn[type=submit] {
	cursor: not-allowed;
	background-color: #9e9e9e;
}
.submit-btn:active {
	background-color: #1b54b1;
}
.delay-btn {
	background-color: #e8e8e8;
	color: #1E1E1E;
}
.delay-btn:active {
	background-color: #e0dfe3;
}
.cancel-btn {
	margin-left: 20px;
}