/*初始样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
html {
	font-family: "microsoft yahei";
	font-weight: 300;
	font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
	margin: 0;
	font-weight: 300;
	color: #333;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
	font-weight: 300;
}

em, i {
	font-style: normal;
	font-weight: 300;
}

strong {
	font-weight: normal;
	font-weight: 300;
}

ul, ol {
	padding: 0;
	list-style: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #333;
}
body{
	background: #f1f3f7;
}

/*初始样式结束*/

/* 头部样式 */

/*登录弹窗遮罩*/
.headWrap .enroll_zhezhao{
	width: 100%;
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	z-index: 800;
	display: none;
}
/*登录弹窗遮罩*/

/* 小头部导航 */
.headWrap .navigation_line{
	width: 100%;
	position:absolute;
	bottom: 0;
	height: 2px;
	background-color: #ff5b59;
	display: none;
}
.headWrap .top_navigation{
	width: 100%;
	height: 48px;
	background-color: #19253e;

}
.headWrap .top_navigation_content{
	width: 1100px;
	margin:0 auto;
}
.headWrap .top_left{
	font-size: 12px;
	float: left;
	color: #f0f0f2;
	line-height: 30px;
}
.headWrap .top_right{
	float: right;
	font-size: 12px;
	color: #A9A9AB;
	line-height: 30px;
}
.headWrap .wx_icon{
	margin-top:8px;
	float: left;
	margin-right:4px;
}
.headWrap .identity{
	float: right;
	font-size: 12px;
	color: #A9A9AB;
	line-height: 48px;
	margin-left: 10px;
	display: none;
	position: relative;

}
.headWrap .identity span{
	color: #A9A9AB;
}
.headWrap .top_right{
	width:90px;
	position: relative;
}
.headWrap .top_right img{

	float: left;
	margin:7px 4px 0 10px;
}
.headWrap .top_right:hover{
	background: #c3c2c2;
}
.headWrap .top_right:hover .wx{
	top: 30px;
	opacity: 1;
}
.headWrap .wx{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -100px;
	z-index: 99;
	left: -15px;
	transition: 0.6s;
	opacity: 0;
}
.headWrap .wx img{
	width: 100px;
	height: 100px;
	display: block;
}
.administration_urlBox{
	float: left;
}
.administration_urlBox li{
	float: left;
	color: #A9A9AB;
	line-height: 48px;
	margin-right: 50px;
	font-size: 12px;
	cursor: pointer;
}
/* 小头部导航 */

/* 路由导航 */
.headWrap .navigation_content_box{
	width: 100%;
	background-color: #fff;
}
.headWrap .navigation_content{
	width: 1100px;
	height: 55px;
	margin: 0 auto;
	position: relative;
}
.headWrap .navigation_logo{
	width: 150px;
	float: left;
	margin-top: 13px;

}
.headWrap .navigation_logo img{
	width: 100%;
	display: block;
}
.headWrap .navigation_box{
	float: left;
	height: 55px;
}
.headWrap .navigation_box a{
	float: left;
	width: 100%;
}
.headWrap .navigation_list{
	width: 66px;
	margin-left: 50px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
	color: #333;
	position: relative;
}
.headWrap .navigation_list a{
	font-weight: 400;
}
.headWrap .navigation_list:hover{
	color: #ff6e0d;
}
.headWrap .administration_center{
	float: left;
	margin-left: 5px;
	font-size: 14px;
	line-height: 55px;
	color: #333;
	cursor: pointer;
}
.headWrap .administration_center:hover{
	color: #333;
}
.headWrap .entry_box{
	width: 170px;
	float: right;
	margin-top: 10px;
}
.headWrap .entry_btn{
	float: right;
	width: 75px;
	height: 30px;
	border-radius: 2px;
	cursor: pointer;
	border:1px solid #e7e9ec;
	color: #828796;
	text-align: center;
	border-radius: 20px;
}
.headWrap .entry_btn span{
	color: #333;
	line-height: 30px;
	font-size: 12px;
}
.headWrap .entry_btn:hover{
	background: #216cf5;
	color: #fff;
	border: none;
}
.headWrap .entry_btn:hover span{
	color: #fff;
}
.headWrap .enroll_btn{
	float: left;
	height: 30px;
	border-radius: 2px;
	cursor: pointer;
	width: 75px;
	background: #538ffc;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background: none;
	border: 1px solid #e7e9ec;
}
.headWrap .enroll_btn span{
	line-height: 30px;
	font-size: 12px;
	color: #333;
}

.headWrap .enroll_btn:hover{
	background: #216cf5;
	color: #fff;
	border:none;
}
.headWrap .enroll_btn:hover span{
	color: #fff;
}
.headWrap .userContent{
	float: left;
	margin-top: 20px;
}
.headWrap .index_Administration{
	width: 110px;
	height: 35px;
	border-radius: 5px;
	background: #f9f9fa;
	float: left;
	border: 1px solid #dedede;
	margin-top: 9px;
}
.index_Administration .userContent{
	margin: 10px 15px;
}
.index_Administration .administration_center{
	line-height: 35px;
	margin-left: -8px;
}
.headWrap .gl_active{
	color: #4C59E1;
	border-bottom: 2px solid #4C59E1;
}
.headWrap .gl_active a{
	color: #4C59E1;
}
.jeBox-footer button{
	width: 130px;
	height: 32px;
	line-height: 32px;
}
.jeBox-content{
	text-align: center;
	line-height: 100px;
}
.jeBox-header{
	text-align: center;
}
/* 路由导航 */


/*底部备案样式*/
.footer_box{
	width: 1100px;
	margin: 0 auto;
}
footer{
	width: 100%;
	height: 170px;
	background-color: #19253e;
}
.footer_left{
	margin-top: 20px;
	float: left;
}
.footer_left_txt{
	width: 700px;
	font-size: 12px;

	color: #b3b5ba;
	margin-top: 10px;
}

.footer_right_box{
	float: left;
	margin-top: 20px;
	margin-left:70px;
}
.footer_right_box li{
	color: #b3b5ba;
	font-size: 12px;
	margin-top: 8px;
}
.footer_img{
	width: 100px;
	height: 100px;
	float:right;
	margin-top: 28px;
}
.footer_img img{
	width: 100px;
	height: 100px;
	display: block;
}
/*底部备案样式结束*/


/* ------------活动集合样式---------- */
.extion_box{
	width: 1100px;
	margin: 30px auto;
}
.extion_title{
	font-size: 16px;
	font-weight: bold;
}
.aggregate_box{
	margin-top: 20px;
}
.aggregate_box2{
	margin-top: 20px;
	width: 1200px;
}
.aggregate_box li{
	width: 350px;
	height: 340px;
	background: #fff;
	float: left;
	margin: 10px 8px;
	border-radius: 5px;
	padding-top: 30px;
}
.aggregateImg{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.aggregate_name{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
}
.aggregate_introduce{
	font-size: 14px;
	text-align: center;
	margin-top: 6px;
	color: #666;
	width: 170px;
	margin: 6px auto 0;
}
.aggregate_btn{
	width: 200px;
	height: 50px;
	background: #fbfbfc;
	border: 1px solid #e3e5e9;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin: 40px auto;
	border-radius: 4px;
}
.aggregate_btn:hover{
	border-color: #ff6e0d;
	background: #ff6e0d;
	color: #fff;
	box-shadow:1px 1px 2px #ff6e0d;
}
.active_noData{
	width: 490px;
	margin: 100px auto;
}
.active_noData_img img{
	width: 100%;
}
.active_noData_txt{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.active_noData_btn{
	width: 150px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #ff7213;
	margin: 30px auto 0;
	cursor: pointer;
	box-shadow: 1px 2px 6px #f1ceb9;
}
/* ------------活动集合样式---------- */

/* ------------活动管理样式---------- */
.active_name{
	font-weight: bold;
}
.establish_extion{
	float: right;
	width: 130px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	border-radius: 4px;
	background: #4C59E1;
	cursor: pointer;
}
.extion_search{
	width: 279px;
	height: 38px;
	float: left;
	border: 1px solid #dddee0;
	border-radius: 4px;
	margin-right: 10px;
}
.extion_search input{
	width: 230px;
	height: 38px;
	outline: none;
	border: none;
	font-size: 14px;
	padding-left: 5px;
	float: left;
	border-radius: 4px 0 0 4px ;
}
.search_btn{
	width: 44px;
	height: 38px;
	background-color: #4C59E1;
	float: left;
	cursor: pointer;
	border-radius:  0 4px 4px 0 ;
}
.search_btn img {
	margin: 10px 0 0 13px;
}
.establish_extionBox{
	margin: 20px 0px;
}
.kt_shaixuan {
	width: 190px;
	height: 40px;
	float: left;
	border: 1px solid #dddee0;
	border-radius: 4px;
	margin-right: 10px;
	padding-left: 10px;
	outline: none;
}
.active_Administration{
	width: 349px;
	height: 390px;
	background: #fff;
	float: left;
	margin: 10px 27px 10px 0;
	border-radius: 5px;
	padding-top: 15px;
	position: relative;
}
.active_one{
	width: 310px;
	margin: 0 auto;
}
.id_name{
	float: left;
	font-size: 12px;
	color: #666;
}
.active_time{
	float: right;
	font-size: 12px;
	color: #666;
}
.id_box{
	margin-top: 10px;
}
.sign_up{
	width: 60px;
	height: 30px;

	border-radius: 0 0 5px 5px;

	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.sign_color1{
	background: #50cc7a;
	box-shadow:1px 1px 2px #50cc7a;
}
.sign_color2{
	background: #ff5e5e;
	box-shadow:1px 1px 2px #ff5e5e;
}
.sign_color3{
	background: #389fff;
	box-shadow:1px 1px 2px #389fff;
}
.sign_color4{
	background: #fe9012;
	box-shadow:1px 1px 2px #fe9012;
}
.sign_color5{
	background: #fe9012;
	box-shadow:1px 1px 2px #fe9012;
}
.sign_color6{
	background: #437cff;
	box-shadow:1px 1px 2px #437cff;
}
.sign_color7{
	background: #947eff;
	box-shadow:1px 1px 2px #947eff;
}
.sign_color8{
	background: rgb(219, 73, 46);
	box-shadow:1px 1px 2px rgb(219, 73, 46);
}
.sign_color9{
	background: rgb(5, 186, 207);
	box-shadow:1px 1px 2px rgb(5, 186, 207);
}
.sign_color10{
	background: rgb(219, 9, 0);
	box-shadow:1px 1px 2px rgb(219, 9, 0);
}
.sign_color11{
	background: rgb(176, 81, 207);
	box-shadow:1px 1px 2px rgb(176, 81, 207);
}
.activeImg{
	width: 100%;
	height: 200px;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.activeImg img{
	width: 100%;
	display: block;
}
.active_timeBox{
	width: 100%;
	height: 35px;
	position: absolute;
	background: rgba(000,000,000,0.6);
	color: #fff;
	left: 0;
	bottom: 0;
	font-size: 12px;
	line-height: 35px;
}
.active_timeBox img{
	width: 14px;
	height: 14px;
	margin: 10px 15px;
	float: left;
}
.activeImg_hover{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(000,000,000,0.6);
	z-index: 2;
	opacity: 0;
	transition: .5s;
}
.activeImg_hover2{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(000,000,000,0.6);
	z-index: 5;
}

.active_off{
	text-align: center;
	font-size: 14px;
	margin-top: 60px;
	color: #fff;
}
.start_btn{
	width: 80px;
	height: 35px;
	border-radius: 4px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background: #2dd173;
	margin: 20px auto;
	cursor: pointer;

}
.activeImg:hover .activeImg_hover{
	opacity: 1;
}
.active_icon_hover{
	width: 66px;
	height: 110px;
	margin: 35px auto;
	text-align: center;
	color: #fff;
}
.bg_imgIcon{
	width: 68px;
	height: 68px;
	margin-bottom: 10px;
	cursor: pointer;
}
.bg_imgIcon img{
	width: 100%;
}
.active_number{
	margin-top: 10px;
	height: 50px;
	border-bottom: 1px solid #f5f7f9;
}
.active_number li{
	width: 33.3%;
	float: left;
}
.act_number_one{
	font-size: 12px;
	text-align: center;
}
.act_number_two{
	font-size: 12px;
	text-align: center;
	color: #666;
	margin-top: 5px;
}
.btn_box{
	margin-top: 12px;
}
.set_btn{
	width: 90px;
	height: 40px;
	border: 1px solid #d7dee3;
	background: #f9f9fa;
	line-height: 40px;
	border-radius: 5px;
	color: #3c4653;
	float: left;
	margin-left: 23px;
	cursor: pointer;
}
.btn_icon{
	float: left;
	width: 16px;
	height: 16px;
	background: url(../../img/set_icon.png);
	margin: 12px 7px 0 19px;
}
.set_btn:hover{
	background: #ff7214;
	color: #fff;
}
.set_btn:hover .btn_icon{
	background: url(../../img/set_icon1.png);
}

.set_btn2{
	width: 90px;
	height: 40px;
	border: 1px solid #d7dee3;
	background: #f9f9fa;
	line-height: 40px;
	border-radius: 5px;
	color: #3c4653;
	float: left;
	margin:0 13px;
	cursor: pointer;
}
.btn_icon2{
	float: left;
	width: 14px;
	height: 16px;
	background: url(../../img/prople_icon.png);
	margin: 12px 7px 0 19px;
}
.set_btn2:hover{
	background: #ff7214;
	color: #fff;
}
.set_btn2:hover .btn_icon2{
	background: url(../../img/prople_icon1.png);
}
.set_btn3{
	width: 90px;
	height: 40px;
	border: 1px solid #d7dee3;
	background: #f9f9fa;
	line-height: 40px;
	border-radius: 5px;
	color: #3c4653;
	float: left;
	cursor: pointer;
}
.btn_icon3{
	float: left;
	width: 16px;
	height: 16px;
	background: url(../../img/fenxiang.png);
	margin: 12px 7px 0 19px;
}
.set_btn3:hover{
	background: #ff7214;
	color: #fff;
}
.set_btn3:hover .btn_icon3{
	background: url(../../img/fenxiang1.png);
}
.active_state{
	width: 78px !important;
	height: 78px;
	position: absolute;
	top: 0;
	left: 0;
}
.data_time{
	float: left;
	width: 250px;
	height: 40px;
	margin-left: 15px;
	margin-right: 37px;
}
/* ------------活动管理样式---------- */

/*-------------------- 分页样式------------------------ */
.page{
	float: right;
	margin-top: 10px;
	margin-bottom:20px;
}
.page_top{
	width: 100px;
	height: 30px;
	border: solid 1px #e6e6e6;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	float: left;
}
.page_next{
	width: 100px;
	height: 30px;
	border: solid 1px #e6e6e6;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	float: left;
}
.page_number{
	width: 40px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	color: #555;
	float: left;
	border: solid 1px #e6e6e6;
	border-left: none;

}
.shenglve{
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	font-size: 14px;
}
.mask{
	width: 100%;
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.errBox{
	width: 450px;
	height: 340px;
	border-radius: 8px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	z-index: 3;
	display: none;
}
.errBox img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}
.err_txt{
	margin-left: 80px;
	margin-top: 10px;
}
.errBtn{
	margin-top: 30px;
}
.errBtn_left{
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid  #c5ced4;
	text-align: center;
	border-radius: 18px;
	float: left;
	margin-left: 78px;
	cursor: pointer;
}
.errBtn_right{
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #1e80ff;
	text-align: center;
	border-radius: 18px;
	float: left;
	color: #fff;
	box-shadow: 0 2px 4px #1e80ff;
	cursor: pointer;
	margin-left: 20px;
}
.no_dataImg{
	width: 359px;
	margin: 160px auto 30px;
}
.no_extionTxt{
	text-align: center;
}
.noData_create{
	width: 190px;
	height: 40px;
	border-radius: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #1e80ff;
	margin: 30px auto;
	box-shadow: 0 2px 4px #1e80ff;
	cursor: pointer;
}
/*-------------------- 分页样式------------------------ */


/*-------------------- 砍价报名管理------------------------ */
table{
	margin-top: 30px;
	width: 1100px;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
	color: #333;
	height: 35px;
	line-height: 35px;
}
table tr{
	line-height: 28px;
}
.tr_one{
	background: #fff;
	height: 40px;
}
.tr_two{
	background: #f8f9fb;
	height: 40px;
}
.operation_btn{
	width: 60px;
	height: 30px;
	border-radius: 5px;
	background: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	border: 1px solid #ccd1d5;
}
.mask{
	width: 100%;
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.administration_alert{
	width: 600px;
	height: 480px;
	border-radius: 5px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
	background: #fff;
	display: none;
}
.administration_head{
	height: 50px;
	background: #f8f9fc;
	line-height: 50px;
	border-bottom: 1px solid #f1f3f7;
	text-indent: 20px;
	position: relative;
}
.administration_txt{
	margin: 20px 0 0 50px;
}
.back_btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #ff7213;
	text-align: center;
	border-radius: 5px;
	float: left;
	margin-left: 430px;
	margin-top: 50px;
	cursor: pointer;
	color: #fff;
}
.turn_off{
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer;
}
.green{
	color: #39b55f;
}
.tuan{
	margin-top: 6px;
	margin-left: 15px;
	float: left;
}
/*-------------------- 砍价报名管理------------------------ */


/*-------------------- 系统管理------------------------ */
/* 个人信息 */
.personal_information{
	width: 848px;
	padding-top: 20px;
	margin: 0 auto;
}
.personal_title{
	float: left;
	font-size: 16px;

	line-height: 40px;
}
.modify_password{
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #1e80ff;
	text-align: center;
	border-radius: 5px;
	float: right;
	color: #fff;
	cursor: pointer;

}
.personal_line{
	width: 100%;
	height: 1px;
	background: #f1f3f7;
	margin-top: 20px;
}
.personal_content{
	width: 848px;
	margin: 20px auto 0;
}
.personal_txt{
	margin-top: 15px;

}
.new_info_left a{
	color: #b4b6bd;
}

.new_info_left{
	width: 170px;
	background: #3a3e50;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	float: left;
	color: #b4b6bd;
}
.new_info_left li{
	height: 50px;
	line-height: 50px;
	border-left: 4px solid #3a3e50;
}
.new_info_right{
	width: 900px;
	min-height: 690px;
	border-radius: 2px;
	background: #fff;
	float: right;
}
.new_info{
	margin-top: 25px;
}
.info_right_content{
	margin:35px 0 0 70px;
}
.kaotgl{
	width: 1100px;
	margin: 30px auto;
}
.active_intab{
	color: #fff;
	background:#2e313f;
	border-left: 4px solid #ff7213 !important;
}
.genren_icon{
	float: left;
	margin: 16px 10px 0 36px;
}
.authentication_btn{
	width: 120px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ff7213;
	color: #ff7213;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	float: left;
}
.info_right_content{
	margin:35px 0 0 70px;
}
.info_every{
	margin-top: 10px;
}
.info_every1{
	margin-top:15px;
}
.info_every span{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.info_every_txt{
	width: 80px;
	text-align: right;
	display: inline-block;
	margin-right: 8px;
	line-height: 30px;
	float: left;
}
.new_info_input{
	width: 240px;
	height: 35px;
	border-radius: 2px;
	border:1px solid #e9edf2;
	display: inline-block;
	font-size: 14px;


}
.info_every .info_rzbtn{
	display: inline-block;
	width: 80px;
	height: 30px;
	border-radius: 2px;
	border: 1px solid #538ffc;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #538ffc;
	cursor: pointer;
}

.info_every_txt1{
	width: 75px;
	text-align: left;
	display: inline-block;
	margin-right: 8px;
	line-height: 35px;
	float: left;
	font-size: 14px;
	color: #333;
}
.new_info_input .info_entry{
	width: 99%;
	height: 33px;
	text-indent: 10px;
	outline: none;
	border: none;
}
.info_entry1{
	width: 50%;
	height: 33px;
	text-indent: 10px;
	border: none;
	outline: none;
}
.info_entry2{
	width: 35%;
	height: 35px;
	text-align: center;
	float: right;
	cursor: pointer;
	background: none;
	color: #fff;
	background: #4d6079;

	outline: none;
	border: none;
}
.info_submitbtn{
	width: 242px;
	height: 36px;
	background: #ff7213;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	margin:25px 0 0 152px;
	cursor: pointer;
}
.sample_img{
	width: 63px;
	float: left;
	margin:20px 0 0 160px;
}
.authentication_success{
	width: 150px;
	margin:50px auto 0;
}
.tupian_box {
	float: left;
	margin-top: 10px;
	width: 540px
}

.tiao {
	width: 244px;
	float: left;
	margin-right: 20px
}

.file_img {
	width: 100%;
	position: relative
}

.file_img img {
	width: 243px;
	height: 151px
}

.sty_text {
	margin-bottom: 2%
}

#file1 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute
}

#file2 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute
}
.blank_info{
	margin-top: 10px;
	margin-left: 80px;
}
.bank_ka{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
}
.kt_title{
	font-size: 16px;
}
/* 个人信息 */

/* ------------数据统计---------- */
.balance{
	float: left;
	margin-right: 20px;
	line-height: 38px;
	font-weight: 400;
}
.inside_contet{
	background: #fff;
	margin-top: 20px;
	padding-top: 20px;
}
.data_show{
	width: 1000px;
	height: 90px;
	margin: 30px auto;
	background: #f7f9fa;
}
.data_show li{
	width: 33.3%;
	float: left;
	text-align: center;
	position: relative;
}
.data_title{
	font-size: 16px;
	margin-top: 20px;
}
.data_number{
	font-size: 16px;
	color: #ff7214;
	margin-top: 10px;
}
.data_line{
	width: 1px;
	height: 30px;
	background: #e7e7e7;
	position: absolute;
	right: 0;
	top: 34px;
}
.no_pay{
	color: #ef5556;
}
/* ------------数据统计---------- */

/* ------------提现---------- */
.put_tiitle{
	margin-top: 20px;
}
.bank_img{
	width: 280px;
	height: 130px;
	float: left;
	background: url('../../img/bank1.png');
}
.bank_info{
	margin-top: 60px;
	margin-left: 30px;
}
.user_name{
	margin-top: 10px;
	margin-left: 30px;
	color: #888888;
}
.user_name a{
	margin-left: 90px;
	color: #538ffc;
}
.tips_txt{
	color: #999;
	font-size: 12px;
	margin-left: 15px;
}
.blue{
	color: #4692ff;
}
.success_img{
	width: 102px;
	height: 95px;
	margin: 30px auto 15px;
}
.put_txt{
	text-align: center;
	font-size: 16px;
}
.put_one_txt{
	margin-left: 220px;
	margin-top: 15px;
}
.tishi{
	font-size: 12px;
	color:#999;
	margin-top: 0;
}
.contact_box{
	width: 300px;
	margin: 40px auto;
}

.contact_kf{
	width: 130px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	line-height: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.contact_qr{
	width: 130px;
	height: 40px;
	border-radius: 5px;
	background: #ff6e0d;
	line-height: 40px;
	text-align: center;
	float: right;
	color: #fff;
	cursor: pointer;
}
/* ------------提现---------- */
.new_info_left a:nth-child(5) img{
	margin: 18px 10px 0 36px;
}
.new_info_left a:nth-child(6) img{
	margin: 18px 10px 0 36px;
}

.fixed-bottom {position: fixed;bottom: 0;width:100%;}
.jeinput {
	display: block;
	width: 100%;
	padding-left: 10px;
	text-align: left;
	height: 37px;
	line-height: 34px\9;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 3px;
	background-color: #fcfcfc;
	position: relative;
	font-size: 14px;
}

/*下拉导航*/
.nav_downList{
	width: 100px;
	height: 0;
	background: #19253E;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	transition: .4s;
}
.headWrap .identity:hover  .nav_downList{
	bottom: -118px;
	height: 120px;

}
.userState{
	width: 58px;
	height: 24px;
	border-radius: 6px;
	background: #fff;
	line-height: 24px;
	font-size: 12px;
	float: right;
	margin-top: 12px;
	margin-left: 20px;
	color: #333;
}
.nav_downList li{
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	color: #A9A9AB;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
.user_jt{
	width: 10px;
	height: 5px;
	background: url("../../img/up_jt.png");
	float: right;
	margin-top: 20px;
	transition: .4s;
}
.headWrap .identity:hover .user_jt{
	transform:rotate(180deg);
}
.userState img{
	float: left;
	margin: 5px 2px 0 7px;
}



/*-------------------- 免费创建 ------------------------ */
.extion_box .gn_box{
	width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
}
.extion_box .gn_ul{
	width: 1200px;
}
.extion_box .gn_li{
	position: relative;
	width: 355px;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	height: 260px;
	float: left;
	border-radius: 4px;
	margin-right: 17px;
	margin-bottom: 10px;


}
.extion_box .gn_li:nth-child(3n){
	margin-right: 0;
}
.extion_box .gn_li:hover{
	box-shadow: 0 0 16px #edeff5;
}
.extion_box .gn_content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;z-index: 2;
	border-radius: 4px;
	padding: 35px 30px 35px 25px;
	box-sizing: border-box;
}
.extion_box .gn_div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;z-index: 1;
	border-radius: 4px;
	transition:  0.5s;
	opacity: 0.9;
}
.extion_box .gn_li:hover .gn_div{
	opacity: 1;
}
/*.extion_box .gn_li:nth-child(1) .gn_div{*/
	/*background: -webkit-linear-gradient(-130deg, #c03cff, #2284d8);*/
	/*background: -moz-linear-gradient(-130deg, #c03cff, #2284d8);*/
	/*background: -o-linear-gradient(-130deg, #c03cff, #2284d8);*/
	/*background: linear-gradient(-130deg, #c03cff, #2284d8);*/
/*}*/

/*.extion_box .gn_li:nth-child(5) .gn_div{*/
	/*background-image: -webkit-linear-gradient(-130deg, #c03cff, #2284d8);*/
	/*background-image: -moz-linear-gradient(-130deg, #c03cff, #2284d8);*/
	/*background-image: -o-linear-gradient(-130deg, #c03cff, #2284d8);*/
	/*background-image: linear-gradient(-130deg, #c03cff, #2284d8);*/
/*}*/

/*.extion_box .gn_li:nth-child(2) .gn_div{*/
	/*background-image: -webkit-linear-gradient(-130deg, #f97225, #a48d3b);*/
	/*background-image: -moz-linear-gradient(-130deg, #f97225, #a48d3b);*/
	/*background-image: -o-linear-gradient(-130deg, #f97225, #a48d3b);*/
	/*background-image: linear-gradient(-130deg, #f97225, #a48d3b);*/
/*}*/
/*.extion_box .gn_li:nth-child(6) .gn_div{*/
	/*background-image: -webkit-linear-gradient(-130deg, #f97225, #a48d3b);*/
	/*background-image: -moz-linear-gradient(-130deg, #f97225, #a48d3b);*/
	/*background-image: -o-linear-gradient(-130deg, #f97225, #a48d3b);*/
	/*background-image: linear-gradient(-130deg, #f97225, #a48d3b);*/
/*}*/
/*.extion_box .gn_li:nth-child(3) .gn_div,.extion_box .gn_li:nth-child(7) .gn_div{*/
	/*background-image: -webkit-linear-gradient(-130deg, #006fa5, #2ad369);*/
	/*background-image: -moz-linear-gradient(-130deg, #006fa5, #2ad369);*/
	/*background-image: -o-linear-gradient(-130deg, #006fa5, #2ad369);*/
	/*background-image: linear-gradient(-130deg, #006fa5, #2ad369);*/
/*}*/
/*.extion_box .gn_li:nth-child(4) .gn_div{*/
	/*background-image: -webkit-linear-gradient(-130deg, #f23c3c, #c68837);*/
	/*background-image: -moz-linear-gradient(-130deg, #f23c3c, #c68837);*/
	/*background-image: -o-linear-gradient(-130deg, #f23c3c, #c68837);*/
	/*background-image: linear-gradient(-130deg, #f23c3c, #c68837);*/
/*}*/

.extion_box .gn_title{

	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	position: relative;
	/*margin: 90px auto 90px;*/

}
.extion_box .gn_title::after{
	position: absolute;
	display: block;
	content: '';
	width: 26px;
	height: 4px;
	background: #fff;
	border: 2px solid #ffffff;
	border-radius: 4px;
	left: 50%;
	margin-left: -13px;
	box-sizing: border-box;
	margin-top: 10px;
}
.extion_box .gn_li:hover .gn_btn{
	transform: scale(1.1);
}
.extion_box .gn_text{
	margin-top: 40px;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	line-height: 24px;
	height: 48px;
}
.extion_box .gn_use{
	/*position: absolute;*/
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}
/*.extion_box .gn_use span{font-size: 18px;}*/
/*.extion_box .gn_use span{color: #fff;}*/
.extion_box .gn_btn{
	/*position: absolute;*/
	margin: 20px auto 14px;
	bottom: 35px;
	/*width: 210px;*/
	box-sizing: border-box;
	left: 25px;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	font-weight: 700;
}

/*-------------------- 免费创建 ------------------------ */

/*活动按钮*/
.act_iconBox{
	width: 100%;
	margin-top: 55px;
}
.act_icon1{
	width: 54px;
	height: 54px;
	margin: 0 auto;
	background: url("../../img/close_icon_no.png");
	background-size: 54px 54px;
	cursor: pointer;
	transition: .4s;
}
.act_icon1:hover{
	background: url("../../img/close_icon.png");
	background-size: 54px 54px;
}

.act_icon2{
	width: 54px;
	height: 54px;
	margin: 0 auto;
	background: url("../../img/public_icon_no.png");
	background-size: 54px 54px;
	cursor: pointer;
	transition: .4s;
}
.act_icon2:hover{
	background: url("../../img/public_icon.png");
	background-size: 54px 54px;
}

.act_icon3{
	width: 54px;
	height: 54px;
	margin: 0 auto;
	background: url("../../img/copyright_icon_no.png");
	background-size: 54px 54px;
	cursor: pointer;
	transition: .4s;
}
.act_icon3:hover{
	background: url("../../img/copyright_icon.png");
	background-size: 54px 54px;
}

.act_icon4{
	width: 54px;
	height: 54px;
	margin: 0 auto;
	background: url("../../img/recharge_icon_no.png");
	background-size: 54px 54px;
	cursor: pointer;
	transition: .4s;
}
.act_icon4:hover{
	background: url("../../img/recharge_icon.png");
	background-size: 54px 54px;
}


.act_icon5{
	width: 54px;
	height: 54px;
	margin: 0 auto;
	background: url("../../img/org.svg");
	background-size: 54px 54px;
	cursor: pointer;
	transition: .4s;
}
.act_icon5:hover{
	background: url("../../img/org-select.svg");
	background-size: 54px 54px;
}

.act_txt{
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
	color: #fff;
}
.act_iconwrap{
	float: left;
}
.qubanquan{
	width: 70px !important;
	height: 22px;
	position: absolute;
	top: 10px;
	right: 20px;
}



/*活动弹窗*/
.upper_limit{
	width: 450px;
	height: 340px;
	border-radius: 8px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	z-index: 3;
	display: none;
	z-index: 10;
}
.upper_title{
	width: 94%;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
}
.upper_img{
	width: 80px;
	margin: 30px auto;
}
.upper_txt{
	font-size: 14px;
	text-align: center;
	width: 42%;
	margin-left: 28%;
}

.upper_btn{
	width:120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #ff7213;
	margin: 20px auto;
	font-size: 14px;
	cursor: pointer;
	display: none;
}
.upper_close{
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
}
.upper_mask{
	width: 100%;
	background: #000;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.bd-active-textarea{
	width: 98%;
	resize: none;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	background: none;
	outline: none;
	box-sizing: border-box;
	padding: 10px;

}
/*两端对齐*/
.bd-bothEnds{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
/*进行平均分布，又可以换行*/
.bd-Line-break-equally{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
/*垂直居中*/
.vertical-center{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
/*水平垂直居中*/
.Horizontal-vertical-center{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.width80{
	width: 80%;
}
.bd-price-outBox{
	height: 75px;
}
.bd-priceBox{
	height: 30px;
	/*background-color: red;*/
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.bd-priceBox-l{
	width: 48%;
}
.bd-priceBox-r{
	width: 48%;
}
.bd-priceBox span{
	width: 30px;
	text-align: center;
}
.bd-priceBox small{
	width: 30px;
	text-align: center;
}
.bd-priceBox input{
	width: 215px;
}
.bd-activity_line{
	width: 100%;
	height: 1px;
	margin-top: 14px;
}
.bd-commissionBox{
	height: 30px;
	/*background-color: red;*/
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bd-commissionBox input{
	width: 90%;
}
.bd-commissionBox span{
	width: 30px;
	text-align: center;
}
.bd-commissionBox small{
	width: 30px;
	text-align: center;
}
[v-cloak]{
	display: none;
}
.bd-institutionsBox{
	background-color: #FBFBFC;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.bd-ins-head{
	min-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #EEF1F5;
}
.bd-ins-head small{
	margin-left: 5px;
}
.bd-formItem{
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
}
.bd-formItem span{
	margin-right: 10px;
	width: 80px;
	/*background-color: red;*/
}
.bd-btnStyle-upload{
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #3089FF;
	border-radius: 4px;
	color: #3089FF;
}

.bd-formItem .activity_input{
	margin-top: 0;
	width: 82%;
	background-color: white;
}
.bd-formItem .bd-active-textarea{
	width: 82%;
	background-color: white;
}
.bd-active-textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #A6A7A6;
	font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;
	font-size: 14px;
}
.bd-active-textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #A6A7A6;
	font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;
	font-size: 14px;
}
.bd-active-textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #A6A7A6;
	font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;
	font-size: 14px;
}
.bd-active-textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #A6A7A6;
	font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;
	font-size: 14px;
}
.ins-school-item{
	height: 30px;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	width: 470px;
	background-color: white;
	margin-bottom: 10px;
}
.ins-school-item input{
	padding-left: 10px;
	width: 405px;
	height: inherit;
	margin-right: 15px;
}
.bd-addinsStyle{
	width: 470px;
	height: 40px;
	background: #FFF9F7;
	border: 1px solid rgba(255, 81, 28, 0.4);
	border-radius: 2px;
	color: #FF511C;
	cursor: pointer;
	margin-left: 100px;
}
.bd-csFlushMarket{
	height: 30px;
	/* background-color: red; */
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 180px;
	background-color: white;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.bd-csFlushMarket input{
	/*height: inherit;*/
	/*background-color: red;*/
	width: 75px;
}
.bd-csFlushMarket span{

}
.bd-classPage-btnStyle{
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #3089FF;
	border-radius: 4px;
	color: #3089FF;
}
.bd-activity_line{
	margin-left: 0;
	width: 100%;
}
.bd-manageHead{
	width: 1100px;
	height: 201px;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px 21px;

}
.bd-manageHead-img{
	height: 165px;
	width: 267px;
}
.bd-activ-r{
	/*background-color: #0eaaff;*/
	width: calc( 100% - 718px );
	height: 160px;
}
.bd-activ-r h3{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1C2142;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bd-Activ-introBox{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	height: 100px;
	/*background-color: red;*/
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;

}
.bd-activ-handler{
	/*background-color: #00A680;*/
	height: 160px;
}
.bd-championImg{
	width: 22px;
	height: 18px;
}
.bd-champion-infoBox{
	color: #333;
}
.bd-champion-name{
	color: #FF7214;
}
.bd-activ-handler-t img{
	margin-right: 5px;
}
.bd-handler-tItem{
	cursor: pointer;
}
.bd-activ-handler-bottom{
	text-align: center;
	position: absolute;
	bottom: 34px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.bd-container{
	background-color: white;
}
.bd-grayA{
	color: #AAAAAA;
}
.bd-blueA{
	color: #3089FF;
}
.bd-table{
	padding-bottom: 50px;
}
.bd-table a{
	margin: 5px;
	cursor: pointer;
}
.bd-table thead tr{
	background: #f8f9fb;
	height: 40px;
}
.bd-table tbody tr{
	height: 40px;
}
.bd-table tbody tr:nth-child(even) {
	background-color: #f8f9fb;
}
.bd-tableBlue{
	color: #3089FF;
}
.bd-alertTitle{
	font-size: 18px;
	text-align: center;
	line-height: 60px;
}
.bd-alertTxt{
	text-align: center;
}
.my-skin .layui-layer-btn .layui-layer-btn0 {
	background: rgba(249, 249, 249, 0.96);
	border: 1px solid #E9E9E9;
	color: #333;
}
.my-skin .layui-layer-btn .layui-layer-btn1 {
	background: #FF6E0D;
	border: 1px solid #FF6E0D;
	color: #fff;
}
.my-skin .layui-layer-btn a{
	padding: 0 20px;
}

.bd-imgBox{
	height: 120px;
	width: 120px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 35px;
}
.bd-imgBox img{
	height: 120px;
	width: 120px;
}
.bd-imgBox p{
	height: 25px;
	background-color: rgba(0,0,0,0.7);
	color: white;
	text-align: center;
	line-height: 25px;

}
.bd-small-img{
	height: 20px;
	width: auto;
}











