/*  site: choose school;
	date:2017-06-27;
*/
.choose_bg{
	background: #eff3f8 url(../img/choose_bg.png) no-repeat center top;
	padding: 30px 0 15px;
}
.choose_bg.form_bg{
	padding-top: 24px;
}
.choose_box{
	max-width: 660px;
	margin: 0 auto;
}
.report_banner{
	position: relative;
	height: 126px;
	background: url(../img/report_banner.png) no-repeat center top;
}
.report_banner img {
    display: block;
    width: 100%;
    height: auto;
}
.report_banner a.print{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 30px;
    right:40px;
	background: url(../img/report_print.png) no-repeat center;
	background-size: 100% auto;
}
.report_banner span {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 4px;
    color: #999;
    font-size: 12px;
}
/*person info*/
.report_person_info{
	padding: 17px 10px 0;
	background: #6399ff;
}
.r_p_tb{
	height: 25px;
	margin-bottom: 10px;
	background-image: url(../img/report_person_info.png);
	background-repeat: no-repeat;
}
.margin-bottom-17{
	margin-bottom: 17px;
}
.r_p_tb.tb1 {
    background-position: center 0;
}
.r_p_tb.tb2 {
    background-position: center -25px;
}
.r_p_tb.tb3 {
    background-position: center -50px;
}
.r_p_tb.tb4 {
    background-position: center -75px;
}
.r_p_tb.tb5 {
    background-position: center -100px;
}
.r_p_info{
	height: 34px;
	border-right: 1px solid rgba(255,255,255,.4);
	color: #fff;
	text-align: center;
}
.r_p_info.noborder{
	border-right: none;
}
.r_p_info h4 {
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    color: #b5cfff;
}
.r_p_info p {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
}
.report_buy_btn{
	display: block;
	border: 1px solid #fff;
	border-radius: 8px !important;
	text-align: center;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	background: #78ACFF;
	margin-top: 10px;
}
.report_buy_btn:hover{
	background: #97C0FF;
	color: #fff;
	text-decoration: none;
}

/*report step*/
.report_step{
	padding: 20px 40px 40px;
	background: #F3F7FF;
}
.rs_box{
	height: 34px;
}
.rs_line{
	height: 2px;
	background: #cecfd0;
	margin-top: 16px;
	position: relative;
}
.rs_round_box{
	padding: 0 15px;
	width: 64px;
	background: #F3F7FF;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -32px;
}
.rs_round {
    height: 34px;
    border: 2px solid #cecfd0;
    border-radius: 50% !important;
}
.rs_round a{
	display: block;
	line-height: 30px;
	text-align: center;
	color: #cecfd0;
}
.rs_round a:hover{
	text-decoration: none;
}
.re_text{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -38px;
	color: #999;
	font-size: 12px;
}
.re_text > a{
	color: #999;
	font-size: 12px;
}
.rs_line.rs_now{
	background: #6399ff;
}
.rs_line.rs_now .rs_round{
	background: #6399ff;
	color: #fff;
	font-size: 14px;
	border-color: #6399ff;
}
.rs_line.rs_now .rs_round a{
	color: #fff;
}
.rs_line.rs_now .re_text{
	color: #6399ff;
}
.rs_line.rs_now .re_text > a{
	color: #6399ff;
}
.report_con{
	background: #fff;
	padding: 10px 40px 20px;
}
.report_title{
	border: 1px solid #eee;
	background: #f8f8f8;
	height: 40px;
	line-height: 38px;
}
.t_span{
	display: block;
	float: left;
	color: #333;
	text-align: center;
	font-size: 12px;
}
.t_span i{
	margin-left: 4px;
}
.t_span i.fa-info-circle{
	color: #999;
}
.rs_w1{
	width: 15%;
}
.rs_w2{
	width: 45%;
}
.rs_w3{
	width: 20%;
}
.rs_w4{
	width: 10%;
}
.difficulty{
	color: #FFB900;
	font-size: 16px;
}
.difficulty i{
	margin: 0 2px;
}
.report_item{
	height: 59px;
	border:1px solid #eee;
	border-top: none;
	line-height: 58px;
	font-size: 12px;
}
.report_item.recom_tb{
	background: url(../img/recom_tb.png) no-repeat top right;
}
.report_item.recom_tb1{
	background: url(../img/recom_tb1.png) no-repeat top right;
}
/*round*/
.circle {
	width: 38px;
	height: 38px;
	margin: 10px auto 0 12px;
	position: relative;
	border-radius: 50% !important;
	background: #6399FF;
}
.circle.sp_circle{
	margin: 0 auto;
}
.circle.detail_circle{
	margin: 0 auto;
	position: absolute;
	left: 35px;
	top: 14px;
	background: #fff;
}
.circle.detail_item_circle{
	margin: 0 auto;
	position: absolute;
	left: 30px;
	top: 8px;
}
.pie_left, .pie_right {
	width:38px; 
	height:38px;
	position: absolute;
	top: 0;
	left: 0;
}
.left, .right {
	width:38px; 
	height:38px;
	background:#e3e3e3;
	border-radius: 50% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.pie_right, .right {
	clip:rect(0,auto,auto,19px);
}
.pie_left, .left {
	clip:rect(0,19px,auto,0);
}
.mask {
	width: 34px;
	height: 34px;
	border-radius: 50% !important;
	left: 2px;
	top: 2px;
	background: #FFF;
	position: absolute;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #6399FF;
}
.mask.detial_mask{
	background: #6399FF;
	color: #fff;
}
.mask.detial_item_mask{
	background: #E4F0FF;
	color: #6399FF;
}
.mask i{
	font-style: normal;
}
.re_item_explain{
	display: block;
	width: 40px;
	height: 20px;
	line-height: 18px;
	position: absolute;
	left: 43px;
	top: 10px;
	color: #FFB900;
	border: 1px solid #FFB900;
	border-radius: 10px !important;
}
.re_item_explain:hover{
	color: #FFB900;
	background: #FFB900;
	color: #fff;
	text-decoration: none;
}
.report_item_name{
	line-height: 22px;
	padding-top: 7px;
}
.report_item_name p{
	margin: 0;
}
.report_item_name p a{
	color: #6399FF;
}
.load_more{
	display: block;
	line-height: 48px;
	border:1px solid #eee;
	border-top: none;
	background: #f8f8f8;
	font-size: 12px;
	color: #6399FF;
	text-align: center;
}
.load_more i{
	margin-left: 6px;
	font-size: 14px;
}
.choose_btn{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #6399FF;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	border-radius: 20px !important;
}
.choose_btn:hover{
	background: #0F75FF;
	color: #fff;
	text-decoration: none;
}
.choose_solid_btn{
	display: block;
	height: 40px;
	line-height: 38px;
	border: 1px solid #6399FF;
	text-align: center;
	color: #6399FF;
	border-radius: 20px !important;
	margin-top: 10px;
}
.choose_solid_btn:hover{
	background: #6399FF;
	color: #fff;
	text-decoration: none;
}

/*choose school form*/
.form_banner{
	height: 70px;
	background: url(../img/choose_banner.png?v=1) no-repeat center top;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	position: relative;
}
.c_help_btn{
	display: block;
	width: 16px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: center;
}
.c_help_btn:hover{
	color: #E7F0FF;
}
.form_con{
	background: #fff;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.form_main{
	min-height: 330px;
}
.form_btn_box{
	height: 70px;
	border-top: 1px solid #eee;
}
.form_line{
	height: 2px;
	padding: 0 20px;
	background: #ccced0;
}
.form_line_con{
	height: 100%;
	background: #FFB901;
	position: relative;
}
.form_line_round{
	height: 14px;
	width: 14px;
	border: 4px solid #FFB901;
	background: #fff;
	border-radius: 100% !important;
	position: absolute;
	top: -6px;
	right: -7px;
}
.form_line_round_tips{
	width: 40px;
	text-align: center;
	height: 20px;
	line-height: 18px;
	border: 1px solid #fff;
	border-radius: 3px !important;
	color: #fff;
	position: absolute;
	top: -30px;
	left: -18px;
	font-size: 12px;
	white-space: nowrap;
}
.form_line_round_tips em{
	font-style: normal;
}
.form_line_round_tips span{
	position: absolute;
	display: inline-block !important;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
}
.question_box{
	display: none;
	padding: 0 95px;
}
.form_title{
	line-height: 78px;
	font-size: 18px;
	color: #5399FF;
	margin: 0;
	text-align: center;
}
.form_sex{
	display: block;
	width: 152px;
	height: 152px;
	margin: 20px auto 0;
	background-size: 100%;
}
.form_sex_nan{
	background-image: url(../img/nan2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.form_sex_nan.check{
	background-image: url(../img/nan1.png);
}
.form_sex_nv{
	background-image: url(../img/nv2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.form_sex_nv.check{
	background-image: url(../img/nv1.png);
}
.form_btn_con{
	padding: 0 95px;
}
.form_btn{
	display: block;
	height: 30px;
	line-height: 28px;
	border: 1px solid #5399FF;
	text-align: center;
	font-size: 14px;
	border-radius: 15px !important;
	max-width: 200px;
	margin: 20px auto 0;
}
.form_btn.first_btn{
	max-width: 100%;
}
.prev_btn{
	background: #fff;
	color: #5399FF;
}
.next_btn{
	background: #5399FF;
	color: #fff;
}
.form_btn:hover{
	background: #0F75FF;
	color: #fff;
	text-decoration: none;
}
.checkbox_style{
	height: 40px;
	line-height: 38px;
	border: 1px solid #eee;
	text-align: center;
	cursor: pointer;
	color: #999;
	margin-bottom: 10px;
}
.checkbox_style:hover{
	
	color: #66A3FC;
}
.checkbox_style.check{
	border-color: #66A3FC;
	background: #E7F0FF;
	color: #66A3FC;
}
.form_option_tips{
	background1: #FFF9E9;
	padding: 4px 10px;
	border1: 1px solid #FFBB02;
	line-height: 20px;
	color: #FFA205;
	font-size: 14px;
	margin-bottom: 10px;
}
.form_option_tips_text{
	background1: #FFF9E9;
	padding: 4px 10px;
	border1: 1px solid #FFBB02;
	line-height: 20px;
	color: #FFA205;
	font-size: 14px;
	margin-bottom: 10px;
}
.col-xs-3{
	padding-left: 10px;
	padding-right: 10px;
}
.form_input{
	width: 100%;
	height: 40px;
	border:1px solid #eee;
	padding: 0 8px;
	outline: none;
}
.form_input.focusborder{
	border-color: #66A3FC;
}

/*report page 2*/
.report_tab_title{
	height: 38px;
	background: #F8F9FB;
}
.report_tab_title a{
	display: block;
	width: 20%;
	float: left;
	line-height: 38px;
	color: #999;
	text-align: center;
}
.report_tab_title a:hover{
	color: #6399FF;
	text-decoration: none;
}
.report_tab_title a.cur{
	background: #6399FF;
	color: #fff;
}
.report_tab_title a.cur:hover{
	color: #fff;
}

.report_tab_item{
	min-height: 257px;
	border:1px solid #eee;
	background: #fff;
	box-shadow: 0 5px 0 rgba(0,0,0,.1);
}
.item_shadow{
	height: 10px;
	background: url(../img/report_tab_item_shadow.jpg) repeat-x 0 0;
}
.rt_item_left{
	width: 408px;
	float: left;
}
.rt_item_right{
	float: right;
	width: 250px;
	height: 257px;
	background: #F9FAFE;
}
.rt_item_left_box{
	height: 128px;
	padding: 34px 0 0 30px;
	text-align: center;
}
.rt_item_left_box:first-child{
	border-bottom: 1px solid #eee;
}
.item_left_title{
	height: 30px;
	line-height: 30px;
}
.rt_item_left_box span{
	display: inline-block;
	float: left;
}
.rt_item_left_box span.s1{
	width: 15%;
	font-size: 14px !important;
}
.rt_item_left_box span.s2{
	width: 40%;
}
.rt_item_left_box span.s3{
	width: 20%;
}
.rt_item_left_box span.s4{
	width: 25%;
}
.item_left_con{
	line-height: 38px;
	color: #999;
	font-size: 12px;
}
.item_left_con span p{
	margin: 0;
	line-height: 19px;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_left_con a{
	color: #6399FF;
}
.star_color{
	color: #FFB900;
	font-size: 14px;
}
.rander_tips{
	text-align: center;
	line-height: 12px;
	margin-bottom: 20px;
}
.rander_tips span{
	display: inline-block;
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 5px;
	color: #999;
	font-size: 12px;
	margin: 0 5px;
}
.rander_tips span.i_1{
	border-color: #2424FF;
}
.rander_tips span.i_2{
	border-color: #50FA50;
}
.chart_box{
	height: 180px;
	margin-top: 10px;
}
.chart_btn{
	text-align: center;
}
.chart_btn a{
	display: inline-block;
	height: 20px;
	width: 60px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px !important;
	line-height: 18px;
	font-size: 12px;
	margin: 0 2px;
}
.chart_btn a.col_sm_btn{
	color: #7B7D8F;
	border-color: #B3B6C9;
}
.chart_btn a.col_sm_btn.hasCol{
	color: #ffba01;
	border-color: #ffba01;
}
.chart_btn a.col_sm_btn:hover{
	color: #ffba01;
	border-color: #ffba01;
}
.chart_btn a.blue{
	border-color: #6399FF;
	color: #6399FF;
}

/* school detail */
.detail_shool_name{
	padding: 11px 0;
	height: 66px;
	background: #6399ff;
	position: relative;
	text-align: center;
}
.detail_shool_name p{
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.detail_shool_name p a{
	color: #fff;
}
.detail_shool_name p a:hover{
	color: #fff;
}
.detail_col{
	display: block;
	height: 22px;
	width: 22px;
	border: 1px solid #fff;
	border-radius:100% !important;
	line-height: 20px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 34px;
	right: 10px;
	font-size: 12px;
}
.detail_col:hover{
	color: #fff;
	text-decoration: none;
}
.detail_table{
	border: 1px solid #eee;
	color: #999;
	font-size: 12px;
}
.detail_table_title{
	background: #F8F8F8;
	border-bottom: 1px solid #eee;
	line-height: 38px;
	text-align: center;
}
.detail_table_main{
	height: 58px;
	line-height: 58px;
	text-align: center;
}
.detail_table_main a.position{
	color: #6399ff;
	font-size: 14px;
}
.detail_rader{
	border: 1px solid #eee;
	border-top: none;
}
.detail_rader_box{
	height: 280px;
}
.detail_rader_tips{
	line-height: 14px;
	padding: 0 50px;
}
.detail_rader_tips p{
	margin: 0 0 10px;
	color: #999;
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 10px;
}
.detail_rader_tips p.i_1{
	border-color: #2424FF;
}
.detail_rader_tips p.i_2{
	border-color: #50FA50;
}
.detail_class_con{
	margin-bottom: 30px;
}
.detail_class_title{
	height: 56px;
	line-height: 54px;
	position: relative;
	text-align: center;
	font-size: 16px;
	background: #E4F0FF;
	border: 1px solid #BBDCFF;
	color: #6399FF;
}
.detail_class_title.hide_title{
	cursor: pointer;
}
.item_title_arr{
	display: block;
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 18px;
}
.detail_classname{
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	color: #000;
}
.detail_class_item{
	margin-top: 7px;
}
.detail_class_item span{
	display: block;
	float: left;
	line-height: 28px;
}
.detail_class_item span.s_t{
	background: #E8FFF3;
	border: 1px solid #41EFB0;
	color: #13C56D;
	width: 180px;
	text-align: center;
}
.detail_class_item span.s_t.s_t_y{
	border-color: #FFCA00;
	background: #FEFDE9;
	color: #FFAD00;
}
.detail_class_item span.s_c{
	float: left;
	width: 400px;
	border: 1px solid #eee;
	border-left: none;
	color: #BEBEBE;
	padding-left: 20px;
}
.item_table{
	table-layout: fixed;
	width: 100%;
	margin-top: 7px;
}
.item_table tr{
	
}
.item_table tr td.td1{
	background: #E8FFF3;
	border: 1px solid #41EFB0;
	color: #13C56D;
	width: 180px;
	text-align: center;
}
.item_table tr td.td1.td_y{
	border-color: #FFCA00;
	background: #FEFDE9;
	color: #FFAD00;
}
.item_table tr td.td2{
	border: 1px solid #eee;
	border-left: none;
	color: #808080;
	padding-left: 20px;
	line-height: 28px;
}

/*result 3*/
.visit_school{
	background: #6399FF;
}
.visit_school_left{
	width: 50%;
	float: left;
	padding: 45px 20px 0 40px;
	color: #fff;
}
.visit_school_left h2{
	font-size: 16px;
	line-height: 48px;
	margin: 0;
}
.visit_school_left span{
	display: block;
	width: 58px;
	height: 1px;
	background: #C5DCFE;
	margin-bottom: 12px;
}
.visit_school_left p{
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
.visit_school_right{
	float: right;
	width: 50%;
	position: relative;
}
.visit_school_right img {
    display: block;
    width: 100%;
    height: auto;
}
.arr_right {
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #5199FF;
    position: absolute;
    left: 0;
    top: 150px;
}
.visit_con {
    background: #F3F7FF;
    padding-top: 38px;
}
.visit_con_title {
    margin: 0;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #6399FF;
}
.visit_con_line{
	width: 50px;
	height: 1px;
	background: #6399FF;
	margin: 0 auto;
}
.visit_analysis {
    display: block;
    margin-top: 50px;
    width: 100%;
    height: auto;
}
.visit_analysis_font {
    margin-top: -170px;
    line-height: 16px;
    font-size: 12px;
    color: #9BA4B5;
    padding: 0 40px;
}
.visit_analysis_font p{
	margin: 12px 0 0;
}
.visit_analysis_font p span {
    font-size: 14px;
    color: #6399FF;
}
.visit_con_title.t2 {
    margin-top: 40px;
}
.lead_visit_school{
	line-height: 16px;
    font-size: 12px;
    color: #9BA4B5;
    padding: 0 40px;
}
.lead_vs_span{
	display: block;
	line-height: 34px;
	text-align: center;
	margin-top: 22px;
	color: #6399FF;
}
.vs_qrcode {
    margin: 0 auto;
    display: block;
    width: 170px;
    height: 170px;
}

/*feedback modal*/
.feedbackModal{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000
}
.feedbackModal_shadow{
	height: 100%;
	background: rgba(0,0,0,.15);
}
.feedbackModal_content{
	width: 580px;
	height: 400px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius: 10px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -290px;
}
.modal_close{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	color: #ccc;
}
.feedbackModal_title{
	padding-top: 30px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #6399FF;
}
.choose_fb_heart{
	line-height: 46px;
	font-size: 26px;
	text-align: center;
}
.choose_fb_heart a{
	color: #FF6005;
	margin: 0 5px;
}
.feedbackModal_main{
	padding: 10px 38px 0;
}
.choose_fs_textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid #6399FF;
    resize: none;
    outline: none;
}
/*weight*/
.question_info{
	color: #c7c7c7;
	line-height: 20px;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}
.weight_star{
	text-align: center;
	margin-bottom: 0;
}
.weight_star dt{
	color: #6399FF;
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
}
.weight_star dd{
	line-height: 24px;
	font-size: 16px;
}
.weight_star dd a{
	color: #FFB900;
	margin: 0 3px;
}

/*choose boot*/
.choose_boot_box{
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	border-radius: 10px !important;
	background: #fff;
}
.sliderbox{
	height: 424px;
}
.boot_btn_box{
	padding: 0 40px;
	height: 90px;
	position: relative;
}
.boot_btn_tips{
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #666;
}
.boot_btn_tips em{
	font-style: normal;
	color: #FF7F00;
	margin-right: 10px;
}
.slideitem1_top{
	height: 260px;
	position: relative;
	background: #6399FF url(../img/boot_item1_bg.png) no-repeat center;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.slideitem1_title{
	padding: 16px 10px 0;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.white_line{
	height: 1px;
	width: 40px;
	background: #fff;
	margin: 0 auto;
}
.boot_case_con{
	width: 100%;
	height: 242px;
	position: absolute;
	left: 0;
	bottom: -51px;
}
.boot_case_box{
	width: 403px;
	height: 242px;
	margin: 0 auto;
	background: url(../img/boot_pc.png) no-repeat 0 0;
}


ul,ol,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.flexslider{
	position: relative;
	overflow: hidden;
}
.flex-control-nav{
	position:absolute;
	bottom:0;
	z-index:2;
	width:100%;
	text-align:center;
}
.flex-control-nav li{
	display:inline-block;
	height:8px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flex-control-nav a{
	display:inline-block;
	width:8px;
	height:8px;
	line-height:8px; 
	background-color: #6399FF;
	overflow:hidden;
	cursor:pointer; 
	border-radius:4px !important;
	text-indent: -9999px;
}
.flex-control-nav .flex-active{
	width: 20px;
}
.flex-direction-nav {
	*height: 0; 
	width: 1140px; 
	margin: -50px auto 0; 
	position: relative;
	top: 50%;
}
.flex-direction-nav a{
	width: 64px; 
	height: 100px; 
	position: absolute; 
	top: 0;
	z-index: 10;
	overflow: hidden; 
	text-indent: -9999px;
	filter:alpha(opacity=0);  
	opacity: 0; 
	cursor: pointer;  
	background: url(../image/index_icon.png) no-repeat;
}
.flex-direction-nav .flex-prev{
	background-position: 0px 4px;; left: -50px;
}
.flex-direction-nav .flex-next{
	background-position: -64px 4px; right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	filter:alpha(opacity=30);
	opacity: 0.3;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover,.flexslider:hover .flex-direction-nav .flex-next:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	filter:alpha(opacity=30);
	opacity: 0.3;
	right: 10px;
}

.ck-slide{
	width: 300px;
	height: 172px;
	margin: 18px 49px 0 54px;
	position: relative;
	overflow: hidden;
}
.ck-slide ul.ck-slide-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 172px;
	margin: 0;
	padding: 0;
}
.ck-slide-img{
	display: block;
	width: 100%;
	height: auto;
}
.item1_txt_box{
	padding-top: 54px;
	min-height: 164px;
	background: url(../img/boot_item1_txt.png) no-repeat center bottom;
}
.item1_txt{
	width: 400px;
	margin: 0 auto;
}
.item1_txt p{
	line-height: 20px;
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 0;
}
.item1_txt p span{
	color: #6399FF;
}


.item2_head{
	height: 196px;
	background: #3CA0FE;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.item2_head_left{
	float: left;
	width: 254px;
	margin: 42px 0 0 51px;
}
.item2_head_right{
	float: right;
	width: 273px;
	margin: 47px 57px 0 0;
}
.item2_head_left img,.item2_head_right img{
	display: block;
	width: 100%;
	height: auto;
}
.item2_data{
	padding: 42px 40px 0;
}
.boot_data_item{
	margin-bottom: 10px;
}
.boot_data_item img{
	margin: 0 auto;
	display: block;
	width: 65px;
	height: 65px;
}
.boot_data_item p{
	line-height: 30px;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
.boot_data_item p b{
	font-size: 14px;
}
.item2_txt{
	text-align: center;
	color: #999;
	line-height: 24px;
}
.item3_title{
	padding-top: 45px;
	text-align: center;
}
.item3_title h4{
	margin: 0;
	font-size: 16px;
	color: #6399FF;
	line-height: 26px;
}
.item3_title p{
	margin: 0;
	font-size: 12px;
	color: #999;
	line-height: 22px;
}
.item3_con{
	padding: 25px 40px 0;
}
.item3_con img{
	display: block;
	width: 212px;
	height: auto;
	margin: 0 auto;
}
.item3_con img.i2{
	width: 226px;
}
.item3_con p{
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #6399FF;
	margin: 12px 0 0;
}
.item4_title{
	line-height: 38px;
	text-align: center;
	padding-top: 12px;
	color: #6399FF;
	font-size: 18px;
}
.item4_vs_title{
	height: 38px;
	line-height: 38px;
	position: relative;
	margin-top: 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.vs_title_left{
	height: 38px;
	background: #E39A59;
	margin-left: -10px;
}
.vs_title_right{
	height: 38px;
	background: #D25460;
	margin-right: -10px;
}
.item4_vs_tb{
	display: block;
	width: 22px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -11px;
	background: url(../img/item4_1.png) no-repeat 0 0;
}
.item4_img{
	display: block;
	width: 100%;
	margin-top: 8px;
}
.item5_title{
	line-height: 38px;
	text-align: center;
	padding-top: 42px;
	color: #6399FF;
	font-size: 18px;
}
.item5_slide{
	width: 271px;
	margin: 50px auto 0;
	position: relative;
	overflow: hidden;
	height: 270px;
	background: url(../img/item5_pc.png) no-repeat 0 0;
}
.item5_slide_img{
	display: block;
	width: 196px;
	height: 122px;
	margin: 15px 37px 0 38px;
}
.item_txt{
	text-align: center;
	margin-top: 42px;
	line-height: 24px;
}
.item_txt h4{
	margin: 0;
	color: #6399FF;
	font-weight: bold;
	font-size: 14px;
}
.item_txt p{
	margin: 0;
	font-size: 12px;
}
.form_view{
	margin-bottom: 10px;
	line-height: 24px;
	text-align: right;
}
.form_view a{
	color: #6399FF;
	text-decoration: underline;
}

.col-xs-6,.col-xs-4{
	padding-left: 10px;
	padding-right: 10px;
}
.view_title{
	line-height: 20px;
	padding: 0 10px;
}
.loading_box{
	max-width: 660px;
	margin: 0 auto;
	padding: 0 40px;
	background: #fff;
	min-height: 507px;
	border-radius: 10px !important;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.loading_box h2{
	padding-top: 20px;
	line-height: 82px;
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: #6399FF;
}
.loading_box p{
	line-height: 20px;
	font-size: 12px;
	color: #a5a5a5;
	margin: 0;
	text-align: center;
}
.loading_box img{
	display: block;
	width: 260px;
	height: auto;
	margin: 40px auto 0;
}
.guide_check{
	vertical-align: middle;
	font-size: 12px;
	color: #a5a5a5;
}
.guide_check input{
	margin-right: 6px;
}
.choose_btn_un {
    background: #E8E8E8;
    color: #999;
    cursor: default !important;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 20px !important;
}
.choose_btn_un:hover{
	color: #999;
	text-decoration: none;
}


/*table*/
.school_table{
	table-layout: fixed;
	width: 100%;
}
.school_table tr td{
	height: 59px;
}

/*help*/
.choose_help_banner{
	height: 220px;
	background: url(../img/choose_help_banner.jpg) no-repeat center;
}
.choose_help_con{
	padding: 8px 60px 20px;
	background: #fff;
}
.choose_help_con h2{
	margin: 30px 0 0;
	font-size: 20px;
	color: #000;
	line-height: 30px;
}
.choose_help_con h4{
	line-height: 26px;
	font-size: 16px;
	color: #4D8FEB;
	margin: 20px 0 0;
}
.choose_help_con p{
	color: #656565;
	line-height: 24px;
	margin: 0;
}
.choose_help_con ul{
	padding-left: 28px;
	color: #656565;
	line-height: 24px;
}
.choose_help_con ul li{
	list-style: disc;
}
.choose_help_con p img{
	display: inline-block;
	max-width: 100%;
}
.r_help_btn{
	display: block;
	width: 16px;
	height: 16px;
	color: #999;
	line-height: 16px;
	font-size: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.school_browse_link{
	position: absolute;
	top: -20px;
	right: 15px;
}
.search_schools_box{
	position: relative;
}
.search_schools_list{
	padding: 0 ;
}
.search_schools_list li{
	padding: 5px 10px;
	border-bottom: 1px dotted #eee;
	color: #5399FF;
	line-height: 2;
	cursor: pointer;
}
#schoolMenubox{

}
/*choose one school*/
.choose_one_boot{
	display: block;
	width: 504px;
	margin: 30px 0 0 58px;
}

/*for phone*/
@media (min-width: 768px){
	.col-sm-1_4 {
    	width: 14.28%;
	}
}

@media (max-width: 1200px){
	
}
@media (max-width: 768px){
	.boot_btn_box{
		padding: 0 10px;
	}
	.boot_case_con{
		height: auto;
		bottom: -20px;
	}
	.boot_case_box{
		width: 320px;
		height: auto;
		background: #fff;
		border-radius: 5px !important;
		box-shadow: 0 0 10px rgba(0,0,0,.2)
	}
	.ck-slide{
		margin: 10px auto;
	}
	.item1_txt_box{
		padding-top: 40px;
	}
	.item1_txt{
		width: 100%;
		padding: 0 10px;
	}
	.item2_head{
		height: 140px;
		padding-top: 20px;
	}
	.item2_head_right{
		float: none;
		margin: 0 auto 0;
	}
	.item2_head_left{
		display: none;
	}
	.item2_data{
		padding: 10px 20px 0;
	}
	.item3_con img,.item3_con img.i2{
		width: 100%;
	}
	.rt_item_left{
		width: 100%;
		float: none;
	}
	.rt_item_left_box{
		padding: 10px 5px 0;
		height: 104px;
	}
	.rt_item_right{
		float: none;
		width: 100%;
	}
	.chart_box{
		margin: 10px auto 0;
	}

	.loading_box{
		padding: 0 10px;
	}
	.report_banner{
		background: url(../img/report_banner_wap.jpg) no-repeat center top;
	}
	.report_banner span{
		right: 10px;
		bottom: 3px;
	}
	.report_banner a.print{
		width: 18px;
		height: 18px;
		right: 20px;
		top: 20px;
	}
	.rs_round_box{
		padding: 0 5px;
		width: 44px;
		margin-left: -22px;
	}
	.report_step{
		padding: 20px 10px 40px;
	}
	.report_con{
		padding: 10px 10px 20px;
	}
	.t_span em{
		display: none;
	}
	.rs_w4{
		width: 20%;
	}
	.difficulty{
		font-size: 12px;
	}
	.difficulty i{
		margin: 0;
	}
	.circle{
		margin: 5px auto 0;
	}

	.re_item_explain{
		left: 0;
		top: 38px;
		height: 15px;
		line-height: 15px;
		width: 100%;
		text-align: center;
		border: none;
	}
	.report_item_name p {
	    width: 100%;
	    height: 22px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.question_box,.form_btn_con{
		padding: 0 10px;
	}
	.form_sex{
		width: 100px;
		height: 100px;
	}
	.checkbox_style{
		font-size: 12px;
	}
	.form_input{
		font-size: 12px;
	}
	.detail_class_title{
		font-size: 12px;
		line-height: 20px;
		padding: 7px 50px;
	}
	.circle.detail_item_circle{
		left: 6px;
	}
	.item_title_arr{
		right: 15px;
		top: 15px;
	}
	.item_table tr td.td1{
		width: 100px;
	}
	.detail_rader_tips{
		padding: 0 10px;
	}
	.feedbackModal_content{
		width: 90%;
		left: 5%;
		margin: -200px 0 0;
	}
	.visit_school_left{
		float: none;
		width: 100%;
		padding: 20px 10px;
	}
	.visit_school_right{
		float: none;
		width: 100%;
	}
	.visit_analysis_font{
		margin-top: -90px;
		padding: 0 10px;
	}
	.lead_visit_school{
		padding: 0 10px;
	}
	.choose_help_con{
		padding: 8px 10px 20px;
	}
	.choose_one_boot{
		width: 90%;
		margin: 100px auto 0;
	}
}



