* {
	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%;
	height: 2.25rem;
	max-width: 750px;
	height: 2.0rem;
	background: #003c84;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
}

.page>.bar-nav>a {
	display: block;
	width: 6.75rem;
	font-size: 0.45rem;
	color: #fff;
}

.page>.bar-nav>a:nth-child(2) {
	width: 2.3rem;
	text-align: center;
}

.page>.bar-nav>a>img {
	width: 100%;
}

.page>.bar-nav>a:nth-child(2)>img {
	width: 0.75rem;
	margin: 0.125rem auto;
}

/*导航*/
.page>.breadcrumb {
	padding-top: 2.2rem;
}

.page>.breadcrumb img {
	width: 0.35rem;
	margin-right: 0.5rem;
}

.page>.breadcrumb>a {
	display: flex;
	align-items: center;
	font-size: 0.7rem;
	color: #666;
	line-height: 2.0rem;
	border-bottom: 0.025rem solid #F6F6F6;
}

/*顶部广告*/
.page>.top-ad {
	margin: 0.625rem auto;
}

.page>.top-ad img {
	width: 100%;
}

.page .random_news {
	text-align: left;
	font-size: 0.75rem;
	line-height: 1.25rem;
	padding: 0.5rem;
	margin: .4rem .75rem .4rem;
	background: #F3F6FE;
}

/*标题*/
.article-title {
	text-align: left;
}

.article-title>h1 {
	font-size: 0.9rem;
	color: #222;
	font-weight: normal;
}

.article-title>p {
	font-size: 0.5rem;
	color: #999;
	line-height: 1.75rem;
}

.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 !important;
	font-family: "宋体";
	text-align: left;
	padding: 0.75rem;
}

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

/*tag-box*/
.page>.tag-box {
	text-align: left;
	font-size: 0.6rem;
	color: #222;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4rem;
	border-top: 0.025rem solid #F8F8F8;
	margin-top: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.tag-box a {
	font-weight: bold;
	color: #2575D7;
	margin: 0 0.25rem;
}

.news-box>div {
	margin-bottom: 1.0rem;
	border: 0.025rem solid #F0F0F0;
	border-radius: 0.2rem;
	padding: 0.25rem 0.5rem;
	text-align: left;
}

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

/*加群*/
.add-wx {
	text-align: left;
	margin-bottom: 1rem;
}

.add-wx-cont {
	padding: 0 0.5rem 0.75rem;
	background: #EFF5FA;
	border-radius: 0.2rem;
}

.add-wx h1 {
	font-size: 0.75rem;
	line-height: 2.25rem;
}

.add-wx-cont div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.add-wx img {
	width: 26%;
	border-radius: 0.2rem;
}

.add-wx p {
	width: 71%;
	font-size: 0.6rem;
	line-height: 0.75rem;
}

p>span {
	color: #FF5C00;
}

/*相关推荐*/
.news-box>.news-box3 h1 {
	color: #222;
}

.news-box>.news-box3 a {
	color: #222;
}

/*倒计时*/
#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;
	width: 92%;
	margin: 0 auto;
}

/*.cont-form .timer h1{
	font-size: 0.9rem;
	color: #fff;
	-webkit-text-stroke:0.025rem #000;
}*/
#timer p {
	font-weight: bold;
	line-height: 2.0rem;
	color: #fff;
	-webkit-text-stroke: 0.025rem #000;
}

#timer p:first-child {
	border-bottom: 0.05rem solid #222;
}

#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 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: 4.5rem;
	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;
}

.gzh-cont>div>div>img {
	width: 2.7rem;
	margin-right: 0.5rem;
}

.gzh-cont>div>div>p {
	font-size: 0.75rem;
	font-weight: bold;
}

.gzh-cont>div>div>p>span {
	font-size: 0.6rem;
	color: #999;
	font-weight: normal;
}

.gzh-cont>div>a {
	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-image: linear-gradient(to bottom right, #36A0FF, #006CFF);
	box-shadow: 0 0.25rem 0.5rem #8EBCFC;
}

.page>.footer {
	color: #999;
	font-size: 0.5rem;
	background: #333;
	line-height: 0.9rem;
	padding: 0.5rem 0;
	margin-bottom: 2.25rem;
}



/*列表页*/
.list-title {
	text-align: left;
}

.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 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>.v-cont {
	padding: 0;
}

.page>.v_content {
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 0.25rem;
	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;
}

/*频道页*/
.cate-cont>h2 {
	text-align: left;
	line-height: 2rem;
	font-size: .75rem;
	overflow: hidden;
}

.cate-cont>h2>span {
	float: right;
}

.cate-cont>h2>span>a {
	/*font-size: .5rem;*/
	font-weight: normal;
	color: #2575D7;
}

/*分页*/
.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;
}

.bar-bottom {
	width: 100%;
	max-width: 750px;
	height: 2.25rem;
	line-height: 2.25rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	box-shadow: 0 -2px 5px #ccc;
}

.bar-bottom>a {
	display: block;
	width: 50%;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bar-bottom>a>img {
	width: 0.925rem;
	margin-right: 0.25rem;
}

.bar-bottom>div {
	width: 0.075rem;
	height: 1.05rem;
	background: #CFCFD7;
}

.fanyu_ad img {
	width: 100%;
	margin: 0.3rem auto;
	border-radius: 0.3rem;
}

/* 公众号 */

.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) !important;
    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;
}

