/*header部分*/
body{
	min-height: 750px;
}
header .header-top{
	/*background: -webkit-linear-gradient(left, #1a2c35 , #3a322a); !* Safari 5.1 - 6.0 *!*/
	/*background: -o-linear-gradient(right, #1a2c35, #3a322a); !* Opera 11.1 - 12.0 *!*/
	/*background: -moz-linear-gradient(right, #1a2c35, #3a322a); !* Firefox 3.6 - 15 *!*/
	/*background: linear-gradient(to right, #1a2c35 , #3a322a); !* 标准的语法 *!*/
	background: url("../../../images/front/fmmm/newIcon/dingb@2x.png") center 0 no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	height: 80px;
	position: relative;
	z-index: 1;
}
header .header-top .user-info{
	position: relative;
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
}
header .header-top .user-info>span{
	max-width:130px;
	margin: 0 12px;
	line-height: 1;
	position: relative;
	cursor: pointer;
	padding-bottom: 3px;
	font-size: 14px;
}
header .header-top .user-info .login-enter{
    width: 14px;
    height: 14px;
}
.login-cut{

	width: 1px;

	background-color: #fff;
    margin: 0 !important;

    height: 14px !important;

}
header .header-top .user-info span:hover{
	border-bottom: 1px solid #fff ;
}
header .header-top .logo{
	width: 233px;
	cursor: pointer;
	height: 70px;
    margin-top: 4px;
}
header .header-top .address{
	position: relative;
	margin-top: 34px;
	box-sizing: border-box;
	padding: 0 14px 0 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	/*background-image: url(../../../images/front/fmmm/top_arrow_down_icon.png);*/
	background-position:right center;
	background-repeat: no-repeat;
	background-size: 9px 5px;
	/*cursor: pointer;*/
}
.school-icon{
	height:14px;
	width:14px;
	border-radius: 50%;
}
.list-school-icon{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 5px;
}
.address-list span{
	text-align: left;
}
header .header-top .address .schoolName{
	display: inline-block;
	max-width: 95px;
}
header .header-top .search-box{
	width: 428px;
	height: 40px;
	box-sizing: border-box;
	/*padding: 0 14px;*/
	margin: 20px 0;
	/*background-color: rgba(255,255,255,.3);*/
	cursor: pointer;
    border-radius:20px;
	margin-left: 30px;
    position: relative;
}
header .header-top .search-box .search-btn{
    position: absolute;
    right: 0;
    width: 57px;
    height: 40px;
    background: url(../../../images/front/fmmm/newIcon/sous@2x.png) center no-repeat #fff;
    border-radius:20px;
    background-size: 15px;
}
header .header-top .search-box input{
    width:344px;
    height:40px;
	padding: 0 60px 0 24px;
	border: none;
    border-radius:20px;
	line-height: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #eee;
	font-family: Microsoft YaHei;
	background-color: rgba(255,255,255,.3);

}
header .header-top .search-box input::-webkit-input-placeholder { color:#eee; }
header .header-top .search-box input::-moz-placeholder { color:#eee; } /* firefox 19+ */
header .header-top .search-box input::-ms-input-placeholder { color:#eee; } /* ie */
header .header-top .search-box input::-moz-placeholder { color:#eee; }

header .header-tab{
	text-align: center;
	background: #fff;
	box-shadow: rgba(0,0,0,.1) 0 0 25px 10px;
}
header .header-tab ul li{
	padding: 0 40px;
	color: #333;
	line-height: 60px;
	font-size: 18px;
	cursor: pointer;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
header .header-tab ul li:hover{
	background-color: #fc2139;
	color: #fff;
}
header .header-tab ul li.active{
	background-color: #fc2139;
	color: #fff;
}
header .header-tab ul li:last-child{
	margin-right: 0;
}
header .header-tab ul li font{
	position: relative;
}
header .header-tab ul li.hot font:before{
	content: "hot";
	width: 34px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -32px;
	top: -16px;
	border-radius: 50px 50px 50px 0;
	background-color: #ff274d;
}
.header .header-top .tab-info-pop{
	position: relative;
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
}

/*header部分 end*/

/*footer部分*/
footer{
	background:#9D1515;
	font-size: 0;
	position: relative;
	bottom: 0;
	z-index: 2;
	letter-spacing: 2px;
	height: 202px;
}
.footer-content{
	width: 100%;
	height: 100%;

	margin: 0 auto;
}
.footer-content .footer-content-detail{
	width: 600px;
	height: 172px;
	margin: 0 auto;
	padding: 38px 0 0 0;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 15px;
}
.footer-content .footer-content-detail>img{
	width: 1px;
	height: 115px;
	margin-right: 60px;
}
.footer-content-detail>.left-content>ul{
	/*padding-right: 35px;*/
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 500px;
    margin-top: 13px;
}
.footer-content-detail>.left-content>ul li{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
    position: relative;
}
.footer-content-detail>.left-content>ul li>img{
	width: 17px;
	height: 19px;
}
.footer-content-detail>.left-content>ul li>span{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#848484;
	line-height:20px;
	margin-left: 3px;
}
.fs-ch:after{
    content: "";
    position: absolute;
    right: -23px;
    width: 0px;
    height: 13px;
    border-right: 1px dotted #848484;
}
.footer-content-detail>.right-content{
	display: flex;
}
.footer-content-detail>.right-content .app-content>img{
	width: 88px;
	height: 88px;
}
.footer-content-detail>.right-content .app-content>p{
	width: 88px;
	text-align: center;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,.9);
	line-height:24px;
	margin-top: 14px;
	margin-right: 60px;
}
.footer-cut{
	width:1200px;
	height:1px;
	background:rgba(132,132,132,1);
	opacity:0.2;
	margin: 0 auto;
	text-align: center;
}
.footer-info{
	 /*width: 1200px;*/
	/*margin: 0 auto;*/
	/*text-align: center;*/
	 font-size:14px;
	 font-family:Microsoft YaHei;
	 font-weight:400;
    color: rgba(238, 238, 238, 0.5);
	 line-height:24px;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
 }
/*footer部分 end*/

/*侧边栏 right-bar部分*/
.right-bar{
	position: fixed;
	width: 72px;
	height: 100%;
	right: 0;
	top: 0;
	/*background-color: #fff;*/
	z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.right-bar .portrait{
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 10%;
	right: 10px;
}
.right-bar .portrait img{
	width: 100%;
	height: 100%;
}
.right-bar .portrait:before{
	content: "";
	width: 100%;
	height: 100%;
	/*background: url(../../../images/front/fmmm/xuanfu.gif) center no-repeat;*/
	background-size: 14px;
	/*background-color: rgba(0,0,0,.6);*/
	position: absolute;
	left: 0;
	top: 0;
}
.right-bar .tab-wrap{
	/*position: fixed;*/
	/*right: 0;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*margin: auto;*/
	height: 482px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
	border: none;
}
.right-bar .tab-wrap li{
	width: 72px;
	height: 80px;
	position: relative;
}
.right-bar .tab-wrap li:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #f4f4f4;
    height: 1px;
    width:50px;
}
.right-bar .tab-wrap li:last-child:after{
    display: none;
}
.right-bar .tab-wrap li:hover:after{
    display: none;
}
.right-bar .tab-wrap li a{
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 40px;
	line-height: 24px;
    font-weight: 400;
	color: #ccc;
	background-color: #fff;
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center bottom 38px;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.right-bar .tab-wrap li:nth-child(1) a{
	background-image: url(../../../images/front/fmmm/side_my_normal_icon.png);
	background-size: 25px;
	background-position: center bottom 33px;
	padding-top: 44px;
}
.right-bar .tab-wrap li:nth-child(2) a{
	background-image: url(../../../images/front/fmmm/side_wx_normal_icon.png);
	background-size: 25px;
}
.right-bar .tab-wrap li:nth-child(3) a{
	background-image: url(../../../images/front/fmmm/side_xz_normal_icon.png);
	background-size: 23px;
}
.right-bar .tab-wrap li:nth-child(4) a{
	background-image: url(../../../images/front/fmmm/customer.png);
	background-size: 23px;
}
.right-bar .tab-wrap li:nth-child(5) a{
	background-image: url(../../../images/front/fmmm/side_dh_normal_icon.png);
	background-size: 23px;
}
.right-bar .tab-wrap li:nth-child(6) a{
	background-image: url(../../../images/front/fmmm/side_yx_normal_icon.png);
	background-size: 23px;
}
.right-bar .tab-wrap li:nth-child(7) a{
	background-image: url(../../../images/front/fmmm/side_kk_normal_icon.png);
	background-size: 24px;
}
.right-bar .tab-wrap li:nth-child(1):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/side_my_pressed_icon.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li:nth-child(2):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/side_wx_pressed_icon.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li:nth-child(3):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/side_xz_pressed_icon.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li:nth-child(4):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/baikf.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li:nth-child(5):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/side_dh_pressed_icon.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li:nth-child(6):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/side_yx_pressed_icon.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li:nth-child(7):hover a{
	color: #fff;
	background-image: url(../../../images/front/fmmm/side_kk_pressed_icon.png);
	background-color: #EA4141;
}
.right-bar .tab-wrap li .eq-box{
	width: 98px;
	line-height: 1;
	font-size: 1px;
	color: #333;
    font-family: Microsoft YaHei;
	text-align: center;
	padding: 10px;
	position: absolute;
	right: 78px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
	transform:translate(0px,20px);
	-ms-transform:translate(0px,20px); /* IE 9 */
	-moz-transform:translate(0px,20px); /* Firefox */
	-webkit-transform:translate(0px,20px); /* Safari and Chrome */
	-o-transform:translate(0px,20px); /* Opera */
}
.right-bar .tab-wrap li .eq-box-ios{
	right: 210px;

}
.right-bar .tab-wrap li .eq-box img{
	width: 100%;
	margin-bottom: 10px;
}
.right-bar .tab-wrap li .eq-box p{
	font-size: 14px;
}
.right-bar .tab-wrap li .eq-box-app p{
	width: 60px;
	margin: -8px auto auto;
}
.right-bar .tab-wrap li .eq-box-ios p{
	width: 60px;
	margin: -8px auto auto;
}
.right-bar .tab-wrap li:hover .eq-box,.right-bar .tab-wrap li:hover .phone-box{
	opacity: 1;
	visibility: visible;
	transform:translate(0px,0px);
	-ms-transform:translate(0px,0px); /* IE 9 */
	-moz-transform:translate(0px,0px); /* Firefox */
	-webkit-transform:translate(0px,0px); /* Safari and Chrome */
	-o-transform:translate(0px,0px); /* Opera */
}
.right-bar .tab-wrap li .phone-box{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	white-space:nowrap;
	position: absolute;
	right: 78px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
	transform:translate(0px,20px);
	-ms-transform:translate(0px,20px); /* IE 9 */
	-moz-transform:translate(0px,20px); /* Firefox */
	-webkit-transform:translate(0px,20px); /* Safari and Chrome */
	-o-transform:translate(0px,20px); /* Opera */
}

.right-bar .tab-wrap li .openClass-box{
	position: absolute;
	right: 78px;
	bottom: 0;
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	width: 456px;
	box-shadow: 0 0 5px #ccc;
	opacity: 0;
	visibility: hidden;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
	transform:translate(0px,20px);
	-ms-transform:translate(0px,20px); /* IE 9 */
	-moz-transform:translate(0px,20px); /* Firefox */
	-webkit-transform:translate(0px,20px); /* Safari and Chrome */
	-o-transform:translate(0px,20px); /* Opera */
}
.right-bar .tab-wrap li:hover .openClass-box{
	opacity: 1;
	visibility: visible;
	transform:translate(0px,0px);
	-ms-transform:translate(0px,0px); /* IE 9 */
	-moz-transform:translate(0px,0px); /* Firefox */
	-webkit-transform:translate(0px,0px); /* Safari and Chrome */
	-o-transform:translate(0px,0px); /* Opera */
}
.right-bar .tab-wrap li .openClass-box .title{
	line-height: 58px;
	padding-left: 32px;
	background: url(../../../images/front/fmmm/Side_wykk_icon.png) left center no-repeat;
	background-size: 24px;
	font-size: 18px;
	padding-left: 32px;
	border-bottom: 1px solid #e1e1e1;
}
.right-bar .tab-wrap li .openClass-box .content{
	padding: 10px 0 30px;
}
.right-bar .tab-wrap li .openClass-box .content .items{
	margin-top: 20px;
	display: flex;
}
.right-bar .tab-wrap li .openClass-box .content .items label{
	width: 72px;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
}
.right-bar .tab-wrap li .openClass-box .content .items label em{
	color: #fc2139;
	margin-right: 3px;
}
.right-bar .tab-wrap li .openClass-box .content .items>input{
	width: 304px;
	height: 34px;
	box-sizing: border-box;
	line-height: 32px;
	border: 1px solid #e1e1e1;
	padding: 0 5px;
	font-size: 14px;
	color: #333;
}
.right-bar .tab-wrap li .openClass-box .content .items .textarea-box span{
	color: #909090;
	font-size: 14px;
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 1;
}
.right-bar .tab-wrap li .openClass-box .content .items .textarea-box span em{
	color: #fc2139;
	margin-right: 2px;
}
.right-bar .tab-wrap li .openClass-box .content .items .textarea-box textarea{
	border: 1px solid #e1e1e1;
	width: 304px;
	height: 100px;
	line-height: 20px;
	padding: 2px 5px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
}
.right-bar .tab-wrap li .openClass-box .content .items .upload{
	width: 100px;
	height: 100px;
	background: url(../../../images/front/redadd.png) center no-repeat;
	background-size: 40px 40px;
	border: 1px solid #aaa;
	cursor: pointer;
	position: relative;
}
.right-bar .tab-wrap li .openClass-box .content .items .upload input{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.right-bar .tab-wrap li .openClass-box .content p{
	line-height: 50px;
	font-size: 12px;
	color: #909090;
	margin-left: 92px;
}
.right-bar .tab-wrap li .openClass-box .content .submit{
	width: 86px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #fc2626;
	color: #fff;
	margin-left: 92px;
	text-align: center;
	cursor: pointer;
}


.right-bar .goTop{
	width: 72px;
	padding: 43px 0 0 0;
    height: 37px;
	box-sizing: content-box;
	/*position: fixed;*/
	/*right: 0;*/
	/*bottom: 0;*/
	color: #ccc;
	background: url(../../../images/front/fmmm/side_top_normal_icon.png) center top 25px no-repeat;
	background-size: 23px;
	font-size: 12px;
    font-weight: 400;
    font-family: Microsoft YaHei;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
    margin-top: 14px;
}
.right-bar .goTop:hover{
	color: #fff;
	background-color: #EA4141;
	background-image: url(../../../images/front/fmmm/side_top_pressed_icon.png);
}
/*侧边栏 right-bar部分 end*/

.share-pop{
	position: fixed;
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	margin: auto;
	top: 0;
	left:0;
	z-index: 999;
}
.pop-content{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.share-pop-box{
	padding: 10px 40px 30px;
	background-color: #fff;
	border-radius: 20px;
}
.share-pop-box .title{
	width: 370px;
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.code-close{
	width: 19px;
	height: 19px;
	background: url("../../../images/front/fmmm/all_tk_gb_icon.png") center no-repeat;
	margin-left: auto;
	cursor: pointer;
}
.cut-box{
	display: flex;
	margin: 20px 0;
	align-items: flex-end;
}
.cut-box span{
	font-size: 12px;
	color: #909090;
	line-height: 12px;
	position: relative;
	margin-right: 30px;
	cursor: pointer;
}
.cut-box span.on{
	font-size: 14px;
	line-height: 14px;
	color: #fc2139;
}
.cut-box span.on:before{
	position: absolute;
	content: '';
	display: block;
	width: 15px;
	height: 4px;
	background-color: #fc2139;
	top: 21px;
	left: 50%;
	margin-left: -8px;
	border-radius: 2px;
}
.share-link-box{
	width: 100%;
	height: 115px;
	padding: 9px;
	border: 1px solid #e1e1e1;
	color: #909090;
	background-color: #fff;
}
.share-link-box:focus{
	outline: none;
}
.share-link .btn{
	width: 116px;
	height: 34px;
	border-radius: 5px;
	line-height: 34px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #fc2139;
	margin-top: 20px;
}
.code-link{
	display: none;
	margin-top: 10px;
	text-align: center;
}
.code-link-box{
	display: flex;
	justify-content: center;
}
.code-link-box img{
	width: 136px;
	height: 136px;
	margin-top: 10px;
}
.code-link .btn{
	display: inline-block;
	width: 129px;
	height: 34px;
	border-radius: 5px;
	line-height: 34px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #fc2139;
	margin-top: 20px;
}