* {margin:0;padding:0}
ul li {list-style:none;}
a,a:hover {text-decoration:none;color:#222;}
input {background:0 0;outline:none;border:none;-webkit-appearance:none;}
img{display: block;}
body {
 font:12px/1.5 tahoma,"microsoft yahei","微软雅黑";
 color:#222;
 -webkit-tap-highlight-color:transparent;
}
.page {
    max-width: 750px;
    width:100%;
    margin:0 auto;
    text-align:center;
    background:#fff;
}
.page>div{
    /*margin-top: 1.0rem;*/
    /* background: #fff; */
    padding: 0 0.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*头部*/
.page>.bar-nav{
    width: 100%;
    max-width: 750px;
    height: 2.2rem;
    margin-top: 0;
    background: url(/static/index/images/head_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.page>.bar-nav>a{
    display: block;
    width: 7.5rem;
    margin-left: 0.5rem;
}
.page>.bar-nav>a>img{
    width: 4rem;
}
.page>.bar-nav>ul{
    width: 3.5rem;
    display: flex;
    justify-content: space-between;
    margin-right: 0.5rem;
}
.page>.bar-nav>ul a{
    width: 50%;
    color: #fff;
    text-align: center;
}
.page>.bar-nav>ul a>p{
    font-size: 0.45rem;
}
.page>.bar-nav>ul a>img{
    width: 100%;
    /* margin: 0.125rem auto; */
}
.list-top img{
	/* margin-top: 2.8rem; */
    display: block;
    width: 100%;
}
.list-top{
	margin-top: 2.8rem;
}
/*导航*/
.page>.breadcrumb{
	padding-top: 2.6rem;
	padding-bottom: .4rem;
	font-size: 0.7rem;
	color: #666;
	/* line-height: 3.0rem; */
	text-align: left;
}
.page>.breadcrumb img{
	width: 0.35rem;
	margin-right: 0.5rem;
}
.page>.breadcrumb>a{
	color: #666;
}
/*顶部广告*/

.page>.top-adver {
	width: 100%;
	margin: 0 auto;
}

.page>.top-adver img {
	width: 100%;
	width: 100%;
	margin: 2.6rem 0 0.5rem;
}

.inner-wrap {
	width: 100%;
	padding: 0.1rem 0;
	position: relative;
}

.ad-tip {
	width: 1.6rem;
    height: .58rem;
	background-color: rgba(102, 102, 102, 0.589);
	display: inline-block;
	position: absolute;
	bottom: 0.6rem;
	left: 0;
}

.ad-tip p {
	color: #fff;
	text-align: center;
	font-size: .18rem;
	line-height: .58rem;
}

.page>.top-ad img{
	width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #eaf0f7;
}
.page .random_news{
	text-align: left;
	font-size: 0.75rem;
	line-height: 1.25rem;
	padding: 0.5rem;
	margin: .4rem .75rem 0;
	background: #F3F6FE;
}


/* form表单顶部广告 */

.ad-bg {
	background-color: #fff;
	text-align: left;
	justify-content: left;
}

#ad-bg0 {
	padding: 0 0.75rem;
}

#white-bg {
	padding: 0.6rem 0;
	background-color: #f8f8f8;
}

#white-bg0 {
	background-color: #fff;
}

.ad-bg p {
	font-weight: 400;
	font-size: .85rem;
	color: #000;
	line-height: 1.9rem;
}

.ad-bg span {
	font-size: .24rem;
	color: #999;
	line-height: 1.2rem;
}

/* 考研备考资料限时领取-表单 */
.cont-form {
	margin-top: 0.9rem;
}

/*标题*/
.article-title{
	text-align: left;
}
.article-title>h1{
	font-size: 0.9rem;
	color: #222;
	font-weight: normal;
}
.article-title>p{
	font-size: 0.6rem;
	color: #999;
	margin-top: .5rem;
}
.article-title>p>span{
	color: #2575D7;
}
.qq-qun{
	padding: 0 2rem !important;
}
.qq-qun>div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-bottom: 0.875rem;
	border-bottom: 0.025rem solid #EFEFEF;
}
.qq-qun a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
	background: #F5F5F5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.4rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.6rem;
	color: #333;
}
.qq-qun span{
	color: #2575D7;
}
.qq-qun img{
	width: 6rem;
}

/*文章内容*/
.page>.article-cont{
	color: #3b3b3b !important; 
	font-size: 0.75rem !important; 
	line-height: 1.25rem; 
	font-family: "宋体";
	text-align: left;
	padding: 0.75rem;
	-ms-word-wrap: break-word !important;
	word-wrap: break-word !important;
	-ms-word-break: break-all !important;
	word-break: break-all !important;
	max-width: 750px;
	overflow: hidden;
}
.article-cont p,.article .article-cont div{
	padding-top: 0.25rem !important;
}
.article-cont img{
	display: block;
	width: 100% !important;
	margin: 0 auto !important;
	height: auto !important;
}
.article-cont table{
	width: 100% !important;
	margin: 0 auto !important;
	height: auto !important;
}
/*相关推荐*/
.news-box>div{
	margin-bottom: 1.0rem;
	border: 0.025rem solid #F0F0F0;
	border-radius: 0.2rem;
	padding: 0.25rem 0.5rem;
	text-align: left;
	/*background: #EFF5FA;*/
}
.news-box h1{
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	color: #FF5C00;
	line-height: 2.0rem;
}
.news-box h1>img{
	width: 0.5rem;
	margin-right: 0.25rem;
}
.news-box a{
	display: block;
	font-size: 0.6rem;
	color: #FF5C00;
	-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.75rem;
    border-top: 0.025rem solid #eee;
}
.news-box>.news-box2 h1{
	color: #2575D7;
}
.news-box>.news-box2 a{
	color: #2575D7;
}
.news-box>.news-box3 h1{
	color: #222;
}
.news-box>.news-box3 a{
	color: #222;
}
/*倒计时*/
.cont-form .timer{
	/*height: 6.5rem;*/
	background: url(../images/time_bg.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 0.85rem;
	padding: 1.35rem 1.0rem 0.75rem;
}
/*.cont-form .timer h1{
	font-size: 0.9rem;
	color: #fff;
	-webkit-text-stroke:0.025rem #000;
}*/

.cont-form .timer p{
	font-weight: bold;
	line-height: 2.0rem;
	color: #fff;
	-webkit-text-stroke:0.025rem #000;
}
.cont-form .timer p:first-child{
	border-bottom: 0.05rem solid #222;
}
.cont-form .timer p>span{
	font-size: 1.8rem;
	color: #333;
	font-weight: normal;
	margin: 0 0.75rem;
}
.cont-form>div{
	background: #F3F6FE;
	border-radius: 0.2rem;
}
.cont-form>div .form_title{
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5rem;
    padding-top: .3rem;
}
.cont-form form{
	padding: 0.5rem 0.75rem;
}
.cont-form input{
	width: 100%;
	height: 1.8rem;
	font-size: 0.6rem;
	line-height: 1.8rem;
	background: #fff;
	margin: 0.125rem 0;
	padding-left: 0.75rem;
	border-radius: 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cont-form input[type=submit]{
	color: #fff;
	padding: 0;
	margin-top: 0.5rem;
	background-image: linear-gradient(to bottom right, #36A0FF, #006CFF);
}
.cont-form>div>p{
	font-size: 0.45rem;
	color: #999;
	padding: 0 0.75rem 0.75rem;
	text-align: left;
}
/*公众号*/
.gzh-cont{
	margin: 1.0rem 0;
	text-align: left;
}
.gzh-cont>div{
	border-radius: 0.2rem;
	background: #EFF5FA;
	padding: 0.25rem 0.75rem 0.75rem;
}
.gzh-cont>div>h1{
	font-size: 0.75rem;
	line-height: 2.0rem;
}
.gzh-cont ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.25rem;
}
.gzh-cont ul li{
	width: 48.5%;
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.75rem 0;
}
.gzh-cont ul li>img{
	width: 90%;
	margin: 0 auto;
}
.gzh-cont ul li>p{
	font-size: 0.6rem;
	margin-top: 0.25rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gzh-cont ul li>p>img{
	width: 0.8rem;
	margin-right: 0.25rem;
}
.gzh-cont>div>div{
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.75rem;
	display: flex;
	justify-content: left;
	align-items: center;
	position: relative;
}
.gzh-cont>div>div>img{
	width: 2.7rem;
	margin-right: 0.5rem;
}
.gzh-cont>div>div>p{
	font-size: 0.65rem;
	font-weight: bold;
}
.gzh-cont>div>div>p>span{
	font-size: 0.55rem;
	color: #999;
	font-weight: normal;
}
.gzh-cont>div>div>a{
	position: absolute;
	right: .2rem;
	display: block;
	width: 2.5rem;
	height: 1.1rem;
	font-size: 0.65rem;
	line-height: 1.1rem;
	color: #fff;
	background: #333;
	border-radius: .55rem;
	text-align: center;
}
.gzh-cont>div>a{
	width: 100% !important;
}
.gzh-cont>div>a>img{
	margin-top: .8rem;
	width: 100% !important;
}
.page .footer{
    color: #999;
    font-size: 0.5rem;
    background: #333;
    line-height: 0.9rem;
    padding: 1rem 0 1rem 0;
}
.gzh-cont>div .yxkt{
	display:block;
	height:1.8rem;
	font-size:0.6rem;
	line-height:1.8rem;
	border-radius:0.2rem;
	color: #fff;
	padding:0;
	margin-top:0.5rem;
	text-align:center;
	background:#006CFF;
	/* background-image: linear-gradient(to bottom right, #36A0FF, #006CFF); */
	box-shadow:0 0.25rem 0.5rem #8EBCFC;
}
/*列表页*/
.list-title{
	text-align: left;
	/*margin-top: 2.75rem;*/
}
.list-title h1{
	font-size: 1rem;
	margin-top: 0.5rem;
}
.list-title p{
	font-size: 0.5rem;
	color: #999;
	line-height: 1rem;
	margin-bottom: 0.5rem;
}
.list-cont{
	margin-bottom: 0.75rem;
}
.list-cont li{
	display: flex;
	justify-content: space-between;
	align-items: top;
	border-top: 1px solid #F1F1F1;
	padding: 0.6rem 0;
}
.list-cont li>div{
	text-align: left;
	width: 100%;
}
.list-cont li>div.have-img{
	width: 430px;
}
.list-cont li>div.img-box{
	width: 5.75rem;
	height: 3rem;
	overflow: hidden;
}
.list-cont li img{
	width: 100%;
}
.list-cont li a{
	display: block;
	font-size: 0.75rem;
}
.list-cont li>div.have-img a{
	height: 2.25rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.list-cont li span{
	font-size: 0.6rem;
	color: #999;
	margin-top: 0.5rem;
}
.page .chart{
	padding: 0;
	width: 3.0rem;
	height: 3.0rem;
	border-radius: 1.5rem;
	position: fixed;
	right: 0.5rem;
	bottom: 7.5rem;
	z-index: 1000;
}
/*频道页*/
.cate-box{
	text-align: left;
	margin-top: 2.75rem;
}
.cate-box .bread{
	color: #666;
	font-size: .75rem;
	line-height: 1.5rem;
}
.cate-box .list{
	margin-bottom: 0.75rem;
}
.cate-box .list h2{
	font-size: .8rem;
	line-height: 2.5rem;
	clear: both;
}
.cate-box .list h2>span{
	float: right;
}
.cate-box .list>div{
	height: 10.75rem;
}
.cate-box .list>div>span{
	float: right;
	display: block;
	width: 15%;
	text-align: right;
	font-size: .6rem;
    line-height: 1.5rem;
}
.cate-box .list>div>a{
	display: block;
	float: left;
	width: 85%;
	-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.75rem;
    color: #3b3b3b;
    font-size: 0.75rem;
}
/*视频模板页*/
.page>.v-cont{
	padding: 0;
}
.page>.v_content{
    background-color:#fff;
    box-sizing: border-box;
    margin:0.5rem 0;
    padding: 0;
    padding-bottom: 1.5rem;
    text-align: left;
}

#player{
    text-align: center;
}
#player>div{
	margin: 0 auto;
}

.introduction_title {
    font-size: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 0.25rem 0;
}
.v_prices {
    background-color: #f6f6f6;
    padding: 0.25rem 0.5rem;
    margin: 0.5rem 0;
    font-size: 0.5rem;
}
.v_introduction{
	padding: 0 0.75rem;
}
.v_introduction label {
    margin-right: 0.5rem;
    color: #999;
}
.v_prices span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.v_gap {
    width: 0.625rem;
    display: inline-block;
}
.v_notprice {
    font-size: 0.35rem;
    color: #999999;
    text-decoration: line-through;
}
.v_zx {
    float: left;
    width: 49%;
}
.red_student, .orange_consult {
    box-sizing: border-box;
    padding: 0.125rem 2.5%;
    background-color: #ff4554;
    color: #fff;
    font-weight: bold;
    border-radius: 0.075rem;
    margin-right: 10%;
}
.orange_consult {
    /*margin-left: 5.0rem;*/
    background-color: #ffa44b;
}
/*.v_tel {
    color: #999;
    padding-left: 0.8rem;
    background: url(../images/v_tel.png) no-repeat 0 center;
    background-size: 0.6rem;
    float: left;
    width: 45%;
}*/
/* 视频声明 */
.page>.v_statement{
    background-color: #fff;
	box-sizing: border-box;
	padding: 0.25rem 0.5rem;
	border: 1px solid #E5E2E5;
	text-align: left;
	clear: both;
	margin: 0 0.75rem;
}
.page>.v_statement>p{
    line-height:25px;
}
.statement_message{
    padding-left:1.2rem;
    background: url(../images/trumpet.png) no-repeat 0px center;
    background-size:1rem;
}
.statement_message>a{
    color:#D81E06;
}
.statement_message>a:hover{
    text-decoration:underline;
}
.v_title{
	margin: 0 0.75rem;
	margin-bottom: 0.75rem;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 2.0rem;
	border-bottom: 0.025rem solid #E5E2E5;
}


/*分页*/
.pages{
	margin: 0.75rem auto;
	text-align: center;
}

.pages>a{
	display: inline-block;
    width: 1.0rem;
    line-height: 1.0rem;
    background-color: white;
    text-align: center;
    font-size: 0.5rem;
    border: 0.025rem solid #eee;
}

.pages>span{
	background: #00a3f0;
    color: #FFF;
    display: inline-block;
    width: 1.0rem;
    margin-right: 0.125rem;
    line-height: 1.0rem;
    text-align: center;
    border: 0.025rem solid #00a3f0;
}
.pages .a1 {
    width: 1.75rem;
}

/*栏目导航*/
.page2{
    max-width: 750px;
    width:100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform:translateX(-50%);
    background: #fff;
    z-index: 10000;
    text-align: center;
    padding-bottom: 1.25rem;
    display: none;
}
.page2>div{
    padding: 0 0.5rem;
}
.page2>.bar-nav{
    position: relative;
    background: #F7F7F8;
    border: 0.025rem solid #E7E7E7;
    line-height: 2.0rem;
}
.page2>.bar-nav>a{
    position: absolute;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #64AF5A;
}
.page2>.bar-nav>h1{
    font-size: 0.85rem;
    font-weight: normal;
}
.page2>.content{
    overflow-y: scroll; 
}
.page2>.content>.list-box{
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin: 0.75rem 0;
}
.page2>.content>.list-box>.title{
    width: 18%;
    font-size: .7rem;
    text-align: right;
    padding: 0.25rem 0;
}
.page2>.content>.list-box>.menu{
    width: 81%;
    text-align: left;
}
.page2>.content>.list-box>.menu>a{
    border: 0.025rem solid #64AF5A;
    border-radius: 0.25rem;
    font-size: .65rem;
    color: #64AF5A;
    display: inline-block;
    padding: 0.125rem 0.4rem;
    margin: 0.25rem;
}
/* tag聚合页 */
.ewm-box>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ewm-box img{
	width: 80%;
	margin: 0 auto;
}
/* 乐语样式 */
.chart-btn{
    position: fixed;
    max-width: 750px;
    width: 100%;
    bottom: 3px;
    z-index: 10;
    background: none;
    display: flex;
    justify-content: space-between;
}
.chart-btn>a{
    display: block;
    width: 30%;
    font-size: 0.65rem;
    line-height: 2.15rem;
    color: #fff;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    text-align: center;
}
.chart-btn>a>img{
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.25rem;
    margin-left: 10%;
}
.chart-btn>a:first-child{
    background: #715ADE;
}
.chart-btn>a:nth-child(2){
    background: #4488F7;
}
.chart-btn>a:nth-child(3){
    background: #F88C00;
}

/* lanpishu */
.page3 {
	max-width: 750px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 10000;
	text-align: center;
	padding-bottom: 1.25rem;
	display: none;
}

.page3>div {
	padding: 0 0.5rem;
}

.page3>.bar-nav {
	position: relative;
	background: #F7F7F8;
	border: 0.025rem solid #E7E7E7;
	line-height: 2.0rem;
}

.page3>.bar-nav>a {
	position: absolute;
	right: 0.5rem;
	font-size: 0.75rem;
	color: #64AF5A;
}

.page3>.bar-nav>h1 {
	font-size: 0.85rem;
	font-weight: normal;
}

.page3>.content {
	overflow-y: scroll;
}

.page3>.content>.list-box {
	display: flex;
	justify-content: space-between;
	align-items: top;
	margin: 0.75rem 0;
}

.page3>.content>.list-box>.title {
	width: 18%;
	font-size: .7rem;
	text-align: right;
	padding: 0.25rem 0;
}

.page3>.content>.list-box>.menu {
	width: 81%;
	text-align: left;
}

.page3>.content>.list-box>.menu>a {
	border: 0.025rem solid #64AF5A;
	border-radius: 0.25rem;
	font-size: .65rem;
	color: #64AF5A;
	display: inline-block;
	padding: 0.125rem 0.4rem;
	margin: 0.25rem;
}

/* 隐藏公众号 */

.gzh{
    text-align: center;
    margin-top: .6rem;
    color: red;
    cursor: pointer;
	font-size: .65rem;
}
.ycgzh{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    display: none;
}
.ycgzh .mark{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8.1rem;
	margin-left: -7rem;
	width: 14rem;
	height: 16.2rem;
	padding: 1.2rem;
	font-size: .8rem;
	line-height: .34rem;
	font-weight: bold;
	background: #C4DBDD;
	text-align: center;
	box-sizing: border-box;
}
.ycgzh .close{
	width: 1.2rem;
	height: 1.2rem;
	font-size: .8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.2rem;
	border: 0.02rem solid #fff;
	border-radius: 50%;
	z-index: 20;
}
.mark>p{
	font-size: .8rem;
	margin-top: .2rem;
	line-height: 1rem;
}
.mark-top{
	display: flex;
	justify-content: space-between;
	font-size: .8rem;
	line-height: 1.2rem;
}
.mark>img{
	width: 5rem;
	height: 5rem;
	margin: 1rem auto;
}
.mark-botn{
	display: flex;
	justify-content: space-between;
	margin-top: 1.2rem;
}
#gzhcode{
	width: 8rem;
	font-size: .55rem;
	height: 1.4rem;
	border: .02rem solid #999;
}
#button-addon2{
	font-size: .55rem;
	width: 3rem;
}
