﻿@charset "UTF-8";
/*------------// Overall //------------------*/
:root {
    --default_red: #c40928;
    --light_red: #ed1c24;
    --dark_blue: #0071bc;
    --dark_green: #39b54a;
    --white: rgba(255, 255, 255, 1);
    --light_grey: #e1e1e1;
    --text_grey: #808080;
    --grey: #4d4d4d;
    --text_black: #1a1a1a;
    --dark_black: #000000;
    --Alpha04_black: rgba(0, 0, 0, .4);
    --transition: all .3s;
}
html {
	font-size:625%;
}
body {
    color: #666666;
    margin: 0;
    background: #FFF;
    line-break: 100%;
    font-family: "微软雅黑";
    font-size: 0.22rem;
    max-width: 7.5rem;
    margin: 0 auto;
    -webkit-text-size-adjust: 100% !important;
}
html, body {
	-webkit-text-size-adjust: none;
	height: 100%;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-touch-callout: none;*/
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
th, td {
	border-collapse: collapse;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
img {
	vertical-align: middle;
	border: 0;/*添加以下属性是解决图片在微信浏览器下默认转换效果造成页面模糊*/
	-webkit-transform: scale(1)rotate(0)translate3d(0, 0, 0);
	transform: scale(1)rotate(0)translate3d(0, 0, 0);
	display: inline-block;
	outline: none;
	max-width: 100%;
	height: auto;
	border: none;
}
div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, button {
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style-type: none;
}
/*IOS下移除按钮原生样式 -webkit-appearance*/
input[type=button] {
	-webkit-appearance: none;
	outline: none;
	border:none;
}
/*去除点击按钮，有灰色阴影*/
a, input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* a {transition: all 0.3s ease-in-out;} */
textarea {
	font-family: Arial;
}
button {
	cursor: pointer;
}
button {
	-webkit-appearance: none;
	outline: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-family:"Microsoft YaHei";
}
.clear {
	clear: both;
}
.pic-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cont {
	width: 7.1rem;
	margin: 0 auto;
}
.pc {
	display: block;
}
.mb {
	display: none;
}
.container {
	min-height: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	font-family: 'Microsoft YaHei';
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1.2rem;
}
.container_graybg {
	width: 100%;
    min-height: 100%;
    background-color: #f4f4f4;
}
.container_wrap{
	min-height: 100%;
	display: block;
	box-sizing: content-box;
	background-color: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
/*头部*/
.i-top {
    width: 100%;
    height: 1.1rem;
    position: relative;
    background: #fff;
    padding-top: 0.25rem;
	box-sizing: border-box;
}
.search_i_top{
	z-index: 11;
	position: fixed;
	top: 0;left: 0;
	height: 1.8rem;
}
.search_i_top .search-top-select{
	margin-left: 0.2rem;
}
.search-top-bz{
	font-size: 0.3rem;
    margin-top: 0.3rem;
    padding-left: 0.2rem;
    color: #666;
}
.i-topBackImg{
	width: 0.4rem;
    position: absolute;
    top: 0.35rem;
    left: 0.1rem;
}
.i-person {
	position: absolute;
    left: 0.3rem;
    top: 0.25rem;
    width: 0.6rem;
    height: 0.6rem;
    text-align: center;
    box-sizing: border-box;
    /* padding-top: 0.275rem; */
    border-radius: 50%;
}
.i-person span{
	display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	border-radius: 50%;
}
.i-person img {
	/*width: 0.55rem;*/
	height: 0.55rem;
	border-radius: 50%;
}
.i-personBack{
	left: 0.6rem;
}
.i-form {
	width: 5.14rem;
	height: 0.6rem;
	position: relative;
	margin: 0 auto;
}
.search_i_form{
	width: 5rem;
	display: inline-block;
}
.i-form-right{
	width: 5rem;
	margin-right: 1rem;
}
.i-input {
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding-left: 0.3rem;
	padding-right: 0.76rem;
	font-size: 0.32rem;
	border:none;
	outline: none;
}
.i-place {
	font-size: 0.22rem;
	color: #ccc;
}
.i-btn {
	width: 0.76rem;
	height: 0.6rem;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.6rem;
	text-align: center;
	background:url(icon.png) no-repeat center center;
	background-size:0.26rem 0.28rem;
}
/*.i-btn img{
  width: 0.26rem;
  height: 0.28rem;
}*/
.i-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.95rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
}
.i-icon a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i-icon img {
	width: 0.5rem;
    height: 0.55rem;
    margin-right: 0.2rem;
}
.i-icon span{
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	margin-top: 0.3rem;
	margin-right: 0.2rem;
}
.banner {
	width: 100%;
	margin: 0 auto;
	height: 3rem;
	position: relative;
}
.banner a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.banner .swiper-pagination {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0.2rem;
	z-index: 2;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 0.26rem;
	height: 0.05rem;
	background-color: #ffffff;
	margin: 0 0.05rem;
	border-radius:0;
	opacity:1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #df0024;
}
/*侧边栏*/
.i-left {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	z-index:1319;
	overflow:hidden;
	display:none;
}
.i-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0, 0, 0, 0.5);
	opacity:0;
}
.i-content {
	width:5.5rem;
	background-color:#fff;
	overflow:hidden;
	position:absolute;
	left:-100%;
	z-index:13191;
	top: 0;
	min-height: 100%;
	overflow-y: scroll;
	height:100%;
}
.i-left_top {
	width: 100%;
	height: 2.1rem;
	background-color: #d64b4b;
	box-sizing: border-box;
	padding-top: 0.43rem;
	padding-left: 0.2rem;
	overflow: hidden;
	padding-right: 0.2rem;
}
.i-left_pic {
	float: left;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
}
.i-left_pic > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.i-left_pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.i-left_text {
	float: left;
	width: 2.3rem;
	box-sizing: border-box;
	padding-top: 0.2rem;
	padding-left: 0.3rem;
	padding-right: 0.2rem;
}
.i-left_h {
	font-size: 0.32rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i-left-wishContent{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.i-left_level img {
	width: 0.34rem;
	height: 0.16rem;
}
.i-left_level span {
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: bold;
	margin-left: 0.05rem;
}
a.i-left_qian {
	float: right;
	width: 1.35rem;
	height: 0.55rem;
	border-radius: 0.28rem;
	border: solid 0.02rem #ffffff;
	line-height:  0.51rem;
	text-align: center;
	margin-top: 0.5rem;
	color: #ffffff;
	font-size: 0.28rem;
	box-sizing: border-box;
}
.i-left_main {
	width: 100%;
	padding-top: 0.2rem;
}
.i-left_list {
	width: 100%;
	height: 0.95rem;
	line-height: 0.95rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.i-left_list a {
	display: block;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	box-sizing: border-box;
	padding-left: 0.75rem;
	position: relative;
}
.i-left_list span {
	color: #666666;
	font-size: 0.32rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.i-left_icon {
	width: 0.75rem;
	height: 0.95rem;
	position: absolute;
	left: 0;
	top: 0;
}
.i-left_icon1 img {
	width: 0.35rem;
	/* height: 0.28rem; */
}
.i-left_icon2 img {
	width: 0.3rem;
	height: 0.28rem;
}
.i-left_icon3 img {
	width: 0.24rem;
	height: 0.29rem;
}
.i-left_icon4 img {
	width: 0.28rem;
	height: 0.28rem;
}
.i-left_icon5 img {
	width: 0.28rem;
	height: 0.28rem;
}
.i-left_icon6 img {
	width: 0.26rem;
	height: 0.24rem;
}
.i-left_icon7 img {
	width: 0.3rem;
	height: 0.3rem;
}
.i-left_icon8 img {
	width: 0.24rem;
	height: 0.3rem;
}
.i-left_icon9 img {
	width: 0.29rem;
	height: 0.27rem;
}
.i-left_icon10 img {
	width: 0.45rem;
}
.i-left_icon_bzcx img{
	width: 0.48rem;
}
.i-left_icon_xb_jz img,.i-left_icon_books img{
	width: 0.45rem;
}
.i-left_bottom {
	border-top: 0.13rem solid #f4f4f4;
	padding-top: 0;
}
.i-left_icon_aoke{
	/* left: -0.1rem; */
}
.i-left_icon_aoke img{
	width: 0.53rem;
}
/*菜单导航*/
.i-dao {
	width: 100%;
	height: auto;
}
.i-dao_list {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0.18rem;
}
.i-dao_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 0.06rem;
}
.i-dao_pic {
	/* width: 0.89rem; */
	height: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
	margin: 0 auto;
}
.i-dao_p {
	text-align: center;
	color: #444444;
	font-size: 0.32rem;
	margin-top: 0.14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i-dao_icon1 img {
	width:  0.4rem;
}
.i-dao_icon2 img {
	width: 0.55rem;
	height: 0.53rem;
}
.i-dao_zhaopin img{
	width: 0.7rem;
	height: 0.7rem;
}
.i-dao_icon3 img {
	width: 0.35rem;
}
.i-dao_icon_bw img{
	width: 0.65rem;
    height: 0.44rem;
}
.i-dao_icon4 img {
	width: 1rem;
	/* width: 0.55rem;
	height: 0.53rem; */
}
.i-dao_icon5 img {
	height: 0.55rem;
}
.i-dao_icon6 img {
	height: 0.55rem;
}
.i-dao_icon7 img {
	width: 0.52rem;
	height: 0.52rem;
}
.i-dao_icon8 img {
	height: 0.45rem;
}
/*热门标准*/
.i-hot {
	border-top: 0.13rem solid #f4f4f4;
	margin-top: 0.4rem;
	overflow: hidden;
}
.i-hot_title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	border-bottom: 1px solid #eeee;
	overflow: hidden;
}
.i-hot_left {
	float: left;
	position: relative;
	color: #444444;
	font-size: 0.32rem;
	padding-left: 0.21rem;
}
.i-hot_left::after {
 content: '';
 position: absolute;
 left: 0;
 top: 50%;
 width: 0.04rem;
 height: 0.26rem;
 background-color: #df0024;
 margin-top: -0.13rem;
}
.i-hot_a {
	float: right;
	text-align: right;
	color: #999999;
	font-size: 0.32rem;
}
.i-hot_a img {
	width: 0.1rem;
	height: 0.2rem;
	margin-left: 0.05rem;
}
.i-hot_con {
	margin-top: 0.25rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
}
.i-hot_list {
	float: left;
	width: 2.2rem;
	margin-right: 0.25rem;
}
.i-hot_list:nth-child(3n) {
 margin-right: 0;
}
.i-hot_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i-hot_pic {
	width: 100%;
	height: 2.2rem;
}
.i-hot_pic img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.i-hot_h {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.2rem;
	color: #f29773;
	font-size: 0.28rem;
}
.i-hot_p {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.1rem;
	color: #444444;
	font-size: 0.28rem;
}
/*四大分类*/
.i-fen_con {
	height: 100%;
}
.i-scroll {
	height: 100%;
}
.i-fenlei {
	border-top: 0.13rem solid #f4f4f4;
	margin-top: 0.4rem;
	overflow: hidden;
}
.i-fen_dao {
	width: 100%;
	height: 0.95rem;
	line-height: 0.95rem;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	position: static;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 10;
}
.i-fen_list {
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
	color: #444444;
	font-size: 0.32rem;
}
.i-fen_list::after {
 content: '';
 position: absolute;
 right: 0;
 top: 50%;
 width: 1px;
 height: 0.24rem;
 background-color: #eeeeee;
 margin-top: -0.12rem;
}
.i-fen_list:last-child::after {
 display: none;
}
.i-fen_list::before {
 content: '';
 width: 0.42rem;
 height: 0.03rem;
 background-color: #df0024;
 position: absolute;
 left: 50%;
 bottom: 0.1rem;
 margin-left: -0.21rem;
 opacity: 0;
}
.i-fen_active {
	color: #df0024;
}
.i-fen_active::before {
 opacity: 1;
}
.i-fen_top {
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.i-fen_top a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.i-fen_left {
	float: left;
	color: #666666;
	font-size: 0.32rem;
}
.i-fen_right {
	float: right;
	text-align: right;
}
.i-fen_pic {
	display: inline-block;
	border-radius: 50%;
	width: 0.44rem;
	height: 0.44rem;
	margin-left: -0.15rem;
}
.i-fen_pic img {
	object-fit: cover;
	border-radius: 50%;
}
.i-tui_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.i-tui_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.4rem 0.2rem;
}
.i-tui_h {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	font-size: 0.26rem;
	line-height: 0.46rem;
	color: #444444;
}
.i-tui_left {
	float: left;
	width: 4.16rem;
}
.i-tui_p {
	margin-top: 0.25rem;
	line-height: 0.43rem;
}
.i-tui_p span {
	display: inline-block;
	color: #999999;
	font-size: 0.22rem;
	margin-right: 0.2rem;
	overflow:hidden;
	vertical-align:top;
}
.i-tui_p span.i-tui_span {
	width: 1rem;
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	color: #444444;
	border-radius: 0.05rem;
	overflow:hidden;
}
.i-tui_p span.i-tui_active {
	background-color: #f7ecec;
}
.i-tui_right {
	float: right;
	width: 2rem;
       	height: 1.52rem;
}
.i-tui_right img {
	width:100%;
	height:100%;
	object-fit: cover;
}
/*课堂*/
.i-ke_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.personal_course .i-ke_right{
	width: 4.52rem;
}
.i-ke_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.4rem 0.2rem;
}
.i-ke_left {
	float: left;
	width: 2.2rem;
	height: 1.8rem;
	position: relative;
    overflow: hidden;
}
.i-ke_pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.i-ke_pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.i-ke_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 1.8rem;
	z-index: 2;
}
.i-ke_bg img {
	width: 0.46rem;
	height: 0.46rem;
}
.i-ke_right {
	float: right;
	width: 4.32rem;
}
.i-ke_h {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #444444;
    font-size: 0.33rem;
    font-weight: bold;
}
.i-ke_p {
	margin-top: 0.1rem;
	color: #999999;
	font-size: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i-ke_s {
	margin-top: 0.1rem;
	color: #666666;
	font-size: 0.3rem;
}
/*新闻*/
.i-news_list {
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.i-news_list a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0.45rem 0.2rem;
	box-sizing: border-box;
}
.i-news_left {
	float: left;
	width: 4.75rem;
	height: 1.7rem;
	position: relative;
}
.i-news_h {
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #444444;
	font-size: 0.32rem;
	font-weight: bold;
}
.i-news_p {
	/* margin-top: 0.1rem; */
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.i-news_sum{
	margin-top: 0.1rem;
	width: 100%;
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i-news_sum_active{
	margin-top: 0.1rem;
	width: 100%;
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.news-main > p {
    text-align: justify;
    font-size: 0.33rem;
    color: #666666;
    /* line-height: 0.32rem; */
    line-height: 0.5rem;
    margin: 0.4rem 0.2rem;
}
    .news-main > p span {
        font-family: "微软雅黑" !important;
        text-align: justify;
        font-size: 0.33rem;
        color: #666666;
        /* line-height: 0.32rem; */
        line-height: 0.5rem;
        /* margin: 0.4rem 0.2rem; */
        text-indent: 2em;
    }
/*清除img的浮动*/
/* .news-main p img {
    margin-left: -2em;
} */
.i-news_right {
	float: right;
	width: 2rem;
	height: 1.7rem;
}
.i-news_right img {
	object-fit: cover;
	height: 100%;
}
/*热榜*/
.i-re_list {
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.i-re_list a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.4rem 0.2rem;
}
.i-re_left {
	float: left;
	width: 4.8rem;
	box-sizing: border-box;
	/*ycy20190613*/
	/*padding-left: 0.9rem;*/
	padding-left: 1.2rem;
	position: relative;
}
.i-re_icon {
	position: absolute;
	width: 0.48rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	background-color: #cccccc;
	left: 0;
	top: 50%;
	margin-top: -0.24rem;
	border-radius: 50%;
}
.i-re_icon1 {
	background-color: #ecbf35;
}
.i-re_icon2 {
	background-color: #b5cdd9;
}
.i-re_icon3 {
	background-color: #ebb885;
}
.i-re_h {
	font-size: 0.24rem;
	line-height: 0.46rem;
	color: #444444;
	/*ycy20190613*/
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;*/
	margin-top: 0.1rem;
}
.i-re_p {
	margin-top: 0.1rem;
}
.i-re_pic {
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
}
.i-re_pic img {
	object-fit: cover;
	border-radius: 50%;
}
.i-re_name {
	display: inline-block;
	color: #666666;
	font-size: 0.22rem;
	margin-left: 0.15rem;
}
.i-re_zan {
	display: inline-block;
	margin-left: 0.44rem;
}
.i-re_zan img {
	width: 0.25rem;
	height: 0.15rem;
}
.i-re_zan span {
	color: #666666;
	font-size: 0.22rem;
	margin-left: 0.14rem;
}
.i-re_right {
	float: right;
	width: 2rem;
	height: 1.52rem;
}
.i-re_right img {
	object-fit: cover;
}
/*底部导航*/
.footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #eee;
	z-index: 100;
}

.footer_cart_num {
    position: relative;
    right: -0.78rem;
    top: -0.85rem;
    width: 0.28rem;
    height: 0.28rem;
    background-color: #ffffff;
    line-height: 0.25rem;
    text-align: center;
    border: 1px solid #df0024;
    border-radius: 50%;
    color: #df0024;
    font-size: 0.16rem;
}

.footer_a {
	float: left;
	width: 20%;
	text-align: center;
	height: 1rem;
	padding-top: 0.15rem;
	box-sizing: border-box;
}
.footer_a span {
	display: block;
	color: #666666;
	font-size: 0.28rem;
	margin-top: 0.04rem;
}
.footer_kefu{
	padding-top: 0.09rem;
}
.footer_kefu .footer_icon1 img{
	width: 0.5rem;
	height: auto;
}
.footer_kefu span{
	margin-top: 0;
}
.footer_icon {
	width: 0.42rem;
	height: 0.39rem;
	margin: 0 auto;
	text-align: center;
	line-height: 0.39rem;
}
.footer_icon img {
	width: 0.39rem;
	height: 0.39rem;
}
.footer_icon img.first {
	display: none;
}
.footer_icon1 img {
	width: 0.4rem;
	height: 0.4rem;
}
.footer_icon1 img.first {
	display: none;
}
.footer_icon3 img {
	width: 0.42rem;
	height: 0.39rem;
}
.footer_icon4 img {
	width: 0.41rem;
	height: 0.39rem;
}
.footer_icon2 {
	width: 0.92rem;
	height: 0.92rem;
	line-height: 0;
	margin: 0 auto;
	top: -0.6rem;
	position: relative;
	text-align: center;
	padding-top: 0.15rem;
	box-sizing: border-box;
}
.footer_icon2 img {
	width: 0.7rem;
	height: 0.7rem;
	margin-top: 0.15rem;
	position: relative;
	z-index: 1;
}
.footer_bg {
	position: absolute;
	width: 0.92rem;
	height: 0.92rem;
	top: 0;
	left: 0;
}
.footer_bg img {
	width: 100%;
	height: 100%;
}
.footer_a span.footer_p {
	margin-top: -0.46rem;
}
.footer_active span {
	color: #df0024;
}
.footer_active img {
	display: none;
}
.footer_active img.first {
	display: inline-block;
}
/*发现（热门）*/
.discover_dao {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-top: 1px solid #eeeeee;
	position: static;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}
.discover_dao_wrap{
	border-bottom: 0.12rem solid #f4f4f4;
}
.discover_hot{
	box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    padding-bottom: 0;
    border-bottom: 0.12rem solid #f4f4f4;
}
.discover_a {
	float: left;
	width: 25%;
	text-align: center;
	color: #444444;
	font-size: 0.32rem;
	position: relative;
}
.discover_a::after {
 content: '';
 position: absolute;
 left: 50%;
 bottom: 0;
 width: 0.46rem;
 height: 0.03rem;
 background-color: #df0024;
 margin-left: -0.23rem;
 opacity: 0;
}
.discover_active {
	color: #df0024;
}
.discover_active::after {
 opacity: 1;
}
.shop_content .discover_hot {
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	padding-bottom: 0;
	border-bottom: 0.12rem solid #f4f4f4;
}
.shop_content .i-news_list a{
	padding: 0.45rem 0;
}
.discover_hot_padding{
	padding: 0.3rem 0;
}
.hot_title {
	color: #444444;
	font-size: 0.3rem;
	font-weight: bold;
}
.hot_title span {
	display: inline-block;
	height: 0.45rem;
	background-color: #f8e7e7;
	border-radius: 0.2rem;
	line-height: 0.48rem;
	padding: 0 0.18rem;
	color: #444444;
	font-size: 0.28rem;
	margin-right: 0.15rem;
}
.hot_con {
    margin-top: 0.25rem;
    display: flex;
    word-break: break-all;
}
.hot_span span{
	font-size: 0.28rem;
}
.hot_text {
	flex: 1;
	font-size: 0.3rem;
	line-height: 0.44rem;
	color: #666666;
}
.hot_pic {
	float: right;
	width: 2.24rem;
	height: 1.52rem;
	background-color: #eeeeee;
	border-radius: 0.05rem;
	margin-left: 0.35rem;
}
.hot_pic img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.hot_video {
	width: 100%;
	height: 3.62rem;
	margin-top: 0.3rem;
	object-fit:cover;
}
.hot_bottom {
	height: 0.8rem;
	line-height: 0.8rem;
	border-top: 1px solid #eee;
	overflow: hidden;
	margin-top: 0.35rem;
}
.hot_ll {
	float: left;
	text-align: left;
}
.hot_ll a {
	display: inline-block;
}
.hot_photo {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
}
    .hot_photo img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.hot_name {
	display: inline-block;
	color: #444444;
	font-size: 0.28rem;
	margin-left: 0.2rem;
}
.hot_date {
	display: inline-block;
	margin-left: 0.4rem;
	color: #999999;
	font-size: 0.28rem;
}
.hot_rr {
	float: right;
	text-align: right;
}
.hot_rr a {
	display: inline-block;
}
.hot_rr a.hot_comment {
	margin-right: 0.4rem;
}
    .hot_rr a.hot_comment img {
		width: 0.4rem;
		/* height: 0.2rem; */
		vertical-align: baseline;
    }
.hot_rr span {
	color: #999999;
	font-size: 0.28rem;
	margin-left: 0.1rem;
}
.hot_rr a.hot_zan img {
	width: 0.3rem;
    /* height: 0.24rem; */
    vertical-align: baseline;
}
.hot_advert {
	border-top: 1px solid #eeeeee;
	height: 0.75rem;
	line-height: 0.75rem;
	overflow: hidden;
	margin-top: 0.3rem;
}
.advert_left {
	float: left;
	color: #666666;
	font-size: 0.22rem;
}
.advert_left img {
	width: 0.06rem;
	height: 0.06rem;
}
.advert_close {
	float: right;
	width: 0.55rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: right;
}
.advert_close img {
	width: 0.3rem;
	height: 0.3rem;
}
.advert_con {
	margin-top: 0.3rem;
	overflow: hidden;
}
.advert_pic {
	float: left;
	width: 1.7rem;
	height: 1.7rem;
}
.advert_pic img {
	object-fit: cover;
}
.advert_text {
	float: right;
	width: 4.92rem;
}
.advert_p {
	margin: 0.15rem 0;
	color: #999999;
	font-size: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.disDetails_zhu > p {
    /* text-align: justify; */
    font-size: 0.3rem;
    font-family: "微软雅黑" !important;
    line-height: 0.5rem !important;
    margin: 0.4rem 0.2rem;
}

    .disDetails_zhu > p span {
		display: inline-block;
        text-align: justify;
        font-size: 0.3rem;
        font-family: "微软雅黑" !important;
        line-height: 0.5rem !important;
        margin: 0.4rem 0;
        text-indent: 0 !important;
    }
/*取消关注*/
.focus_top {
	display: flex;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	padding:0.3rem 0.2rem 0.45rem 0.2rem;
	border-bottom: 0.12rem solid #f4f4f4;
	height: 2.56rem;
}
.focus_people {
	display: inline-block;
	width: 1.6rem;
	/*margin-right: 0.4rem;*/
}
.focus_people a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.focus_pic {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	margin: 0 auto;
}
.focus_pic img {
	border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foucus_name {
	width: 100%;
	text-align: center;
	margin-top: 0.2rem;
	color: #444444;
	font-size: 0.28rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.discover_title{
	font-size: 0.33rem;
    font-weight: bold;
    line-height: 0.5rem;
    padding: 0 0 0.2rem 0;
}
.discover_title span{
	color: #df0024;
}
.focus_tt {
	overflow: hidden;
	margin-bottom: 0.3rem;
	position: relative;
}
.focus_tt .topic_btn_del{
	position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.28rem;
}
.focus_photo {
	float: left;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
}
    .focus_photo img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.focus_text {
	float: left;
    margin-top: 0.05rem;
    margin-left: 0.15rem;
}
.focus_h {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	font-size: 0.3rem;
}
.focus_p {
	margin-top: 0.07rem;
}
.focus_p span {
	color: #999999;
	font-size: 0.28rem;
	margin-right: 0.1rem;
}
/* .focus_con .hot_rr {
	float: none;
	text-align: left;
} */
/*暂无关注*/
.focus_none {
	padding-top: 2.25rem;
	text-align: center;
	padding-bottom: 1rem;
}
.focus_img {
	width: 2.65rem;
	height: 2.08rem;
}
.focus_pp {
	margin-top: 0.3rem;
	color: #9f9f9f;
	font-size: 0.26rem;
}
.focus_pp a{
	color: #df0024;
}
.focus_title {
	margin-top: 1.8rem;
}
.focus_title span {
	color: #444444;
	font-size: 0.24rem;
	position: relative;
	padding: 0 0.63rem;
}
.focus_title span::before {
 content: '';
 width: 0.3rem;
 height: 1px;
 background: #434343;
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -0.05px;
}
.focus_title span::after {
 content: '';
 width: 0.3rem;
 height: 1px;
 background: #434343;
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -0.05px;
}
.focus_c {
	margin-top: 0.4rem;
}
.focus_l {
	width: 0.59rem;
	height: 0.59rem;
	border-right: 50%;
	margin-left: -0.15rem;
	display: inline-block;
}
    .focus_l img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
/*关注的人*/
.concern_top {
	position: relative;
	border-bottom: 0.12rem solid #f4f4f4;
	padding-bottom: 0.3rem;
	padding-top: 0.82rem;
}
.personal_follow_title{
	text-align: center;
    font-size: 0.3rem;
    padding: 0.2rem 0.4rem;
    display: flex;
    justify-content: space-between;
}
.personal_follow_title span{
	position: relative;
}
.personal_follow_title span:nth-child(2)::before,
.personal_follow_title span:nth-child(3)::before,
.personal_follow_title span:nth-child(4)::before,
.personal_follow_title span:nth-child(5)::before{
	content: "";
    display: block;
    position: absolute;
    left: -0.4rem;
    top: 0.08rem;
    width: 1px;
    height: 0.3rem;
    background: #ccc;
}
.personal_follow_active a{
	border-bottom: 1px solid #df0024;
    color: #df0024;
}
.concern_bg {
	width: 100%;
	height: 2.13rem;
	position: absolute;
	left: 0;
	top: 0;
}
.concern_bg span{
	position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    font-size: 0.3rem;
    color: #fff;
}
.concern_bg span img{
	width: 0.5rem;
}
.concern_user {
	position: relative;
	z-index: 1;
	width: 1.73rem;
	height: 1.73rem;
	background-color: #dcdcdc;
	border: solid 0.05rem #ffffff;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 50%;
}
.share_userinfo{
	display: inline-block;
    height: 0.5rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
    border-radius: 20px;
    padding: 0 0.2rem;
}
.share_userinfo img{
	width: 0.25rem;
    float: left;
    margin-top: 0.12rem;
    margin-right: 0.1rem;
}
    .concern_user img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.concern_name {
	text-align: center;
	margin-top: 0.25rem;
	color: #444444;
	font-size: 0.28rem;
}
.concern_status {
	text-align: center;
	margin-top: 0.25rem;
}
.concern_zan {
	display: inline-block;
	margin: 0 0.16rem;
	color: #666666;
	font-size: 0.28rem;
}
.concern_zan span {
	color: #444444;
	font-size: 0.28rem;
}
.concern_guan {
	position: absolute;
	right: 0.2rem;
	bottom: 0.8rem;
	width: 1.45rem;
	height: 0.55rem;
	border-radius: 0.28rem;
	border: solid 1px #df0024;
	line-height: 0.55rem;
	text-align: center;
	color: #df0024;
	font-size: 0.24rem;
}
.concern_yiguan {
    position: absolute;
    right: 0.2rem;
    bottom: 0.8rem;
    width: 1.45rem;
    height: 0.55rem;
    border-radius: 0.28rem;
    border: solid 1px #ccc;
    line-height: 0.55rem;
    text-align: center;
    color: #ccc;
    font-size: 0.24rem;
}
.concern_guan img {
	width: 0.22rem;
	height: 0.22rem;
}
.concern_title {
	border-bottom: 1px solid #eee;
	padding: 0 0.2rem;
	box-sizing: border-box;
	height: 0.82rem;
	line-height: 0.81rem;
	position: relative;
	color: #444444;
	font-size: 0.32rem;
	padding-left: 0.37rem;
}
.concern_title::after {
 content: '';
 width: 0.03rem;
 height: 0.25rem;
 background-color: #df0024;
 position: absolute;
 left: 0.2rem;
 top: 50%;
 margin-top: -0.125rem;
}
.concern_con .discover_hot {
	/* padding-bottom: 0.3rem; */
}
.concern_noactive {
    padding-top: 1.6rem;
    text-align: center;
    padding-bottom: 1rem;
}
.concern_con .concern_noactive {
    padding-top: 1.6rem;
    text-align: center;
    padding-bottom: 1rem;
}

.shop-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}
.shop-more div:nth-of-type(1) {
 width: 0.3rem;
 height: 0.3rem;
 -webkit-animation: rotate 1.0s linear infinite;
 animation: rotate 1.0s linear infinite;
}
.shop-more div:nth-of-type(1) img {
 display: block;
}
@-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
.shop-more div:nth-of-type(2) {
 font-size: 0.28rem;
 line-height: 0.38rem;
 color: #666;
 margin-left: 0.1rem;
}
/*可能感兴趣的人*/
.interest_list {
	border-bottom: 1px solid #eeeeee;
	padding: 0.35rem 0.2rem 0.4rem 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
    position:relative;
}
.interest_left {
	float: left;
	width: 5rem;
	overflow: hidden;
}
.interest_pic {
	float: left;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}
    .interest_pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.interest_text {
	float: right;
	width: 3.63rem;
	padding-top: 0.1rem;
}
.interest_h {
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	color: #444444;
	font-size: 0.3rem;
}
.interest_p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999999;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}
.interest_right {
	float: right;
	margin-top: 0.18rem;
	text-align: center;
	width: 1.45rem;
	height: 0.55rem;
	border-radius: 0.28rem;
	border: solid 1px #df0024;
	line-height: 0.55rem;
	color: #df0024;
	font-size: 0.28rem;
}
.interest_right_yiguan {
    float: right;
    margin-top: 0.18rem;
    text-align: center;
    width: 1.45rem;
    height: 0.55rem;
    border-radius: 0.28rem;
    border: solid 1px #ccc;
    line-height: 0.55rem;
    color: #ccc;
    font-size: 0.28rem;
}
.interest_right img {
	width: 0.22rem;
	height: 0.22rem;
}
.interest_active {
	background: #d3d3d3;
	border: solid 1px #d3d3d3;
	color: #fff;
}
.interest_active img {
	width: 0.21rem;
	height: 0.15rem;
}
/*课堂*/
.dis_ke {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.67rem;
	height: 0.3rem;
	z-index: 5;
	overflow: hidden;
	line-height: 0.3rem;
}
.i-ke_bg .dis_ke img {
	width: 100%;
	height: 100%;
}
.discover_c .i-ke_right {
	width: 4.52rem;
}
.i-fenlei  .i-ke_right {
	width: 4.52rem;
}

/*圈子*/
.focus_con1 .hot_rr {
	float: right;
	text-align: right;
}
/*圈子详情*/
.cir_top {
	box-sizing: border-box;
	padding: 0.35rem 0.2rem;
	border-bottom: 0.12rem solid #f4f4f4;
	overflow: hidden;
}
.cir_pic {
	float: left;
	width: 1.95rem;
	height: 1.45rem;
	overflow: hidden;
}
.cir_pic img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.cir_text {
	float: left;
	width: 3.4rem;
	margin-left: 0.42rem;
}
.cir_h {
	color: #444444;
	font-size: 0.33rem;
	height: 0.8rem;
}
.cir_h span {
	height: 0.28rem;
	line-height: 0.28rem;
	padding: 0 0.05rem;
	border-radius: 0.03rem;
	border: solid 1px #cc3333;
	color: #df0024;
	font-size: 0.22rem;
	margin-left: 0.1rem;
}
.cir_p {
	color: #999999;
	font-size: 0.28rem;
	margin-top: 0.1rem;
}
.cir_p a{
	color: #999 !important;
}
.cir_p img {
	width: 0.3rem;
	margin-right: 0.1rem;
	vertical-align: baseline;
}
.cir_btn {
	float: right;
	width: 1.03rem;
	height: 0.44rem;
	background-color: #df0024;
	border-radius: 0.03rem;
	text-align: center;
	line-height: 0.44rem;
	color: #fff !important;
	font-size: 0.22rem;
	margin-top: 0.1rem;
}
.cir_btn img {
	width: 0.14rem;
	height: 0.14rem;
}
.cir_Joined {
    background-color: #ccc;
}
.cir_bb {
	margin-top: 0.3rem;
	color: #999999;
	font-size: 0.3rem;
}
.cir_bb span {
	color: #666666;
}
.cir_title {
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #eee;
	padding: 0 0.2rem;
	box-sizing: border-box;
	padding-left: 0.41rem;
	position: relative;
	color: #444444;
	font-size: 0.33rem;
}
.cir_title::after {
 position: absolute;
 left: 0.2rem;
 top: 50%;
 content: '';
 width: 0.03rem;
 height: 0.25rem;
 background-color: #1b1b1b;
 margin-top: -0.125rem;
}
.cir_list {
	padding: 0.35rem 0.2rem 0.28rem 0.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.cir_zhu {
	font-size: 0.24rem;
	line-height: 0.44rem;
	color: #444444;
}
.cir_c .hot_ll {
	width: 100%;
	float: none;
	margin-top: 0.15rem;
}
/*详情*/
.disDetails_top {
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	border-bottom: 0.12rem solid #f4f4f4;
	overflow: hidden;
}
.disDetails_big_img{
	width: 100vw;
	height: 100vh;
	line-height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
	display: none;
	background: #000;
	z-index: 1001;
	text-align: center;
}
.disDetails_zhu {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666666;
    word-break: break-all;
}
.disDetails_zhu video{
	width: 100% !important;
}
.disDetails_c {
	margin-top: 0.3rem;
	overflow: hidden;
}
.disDetails_list {
	float: left;
	width: 2.28rem;
	height: 2.28rem;
	margin-right: 0.13rem;
	margin-bottom: 0.13rem;
	overflow: hidden;
}
.disDetails_list img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.disDetails_list:nth-child(3n) {
 margin-right: 0;
}
.disDetails_tui {
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	padding-bottom: 0;
}
.tui_title {
	color: #df0024;
	font-size: 0.32rem;
}
.disDetails_tui .discover_hot {
	padding: 0.3rem 0;
	padding-top: 0.2rem;
}
.comment_title {
	box-sizing: border-box;
	padding: 0 0.2rem;
	color: #444444;
	font-size: 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #eee;
}
.comment_con {
	padding: 0.35rem 0.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.comment_left {
    float: left;
    width: 10%;
    height: 0.69rem;
    border-radius: 50%;
}
    .comment_left img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.comment_right {
    float: right;
    width: 85%;
}
.comment_name {
    color: #666666;
    font-size: 0.33rem;
    position: relative;
    padding-right: 1.5rem;
}
.comment_zan {
	width: 1.5rem;
	text-align: right;
	color: #999999;
	font-size: 0.28rem;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.36rem;
}
.course_zan{
	right: 0.2rem;
	color: #df0024;
}
.comment_zan img {
	width: 0.3rem;
	/* height: 0.26rem; */
	vertical-align: top;
	margin-right: 0.2rem;
}
.comment_zhu {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.44rem;
    color: #444444;
}
.comment_date {
	margin-top: 0.1rem;
}
.comment_date span {
	margin-right: 0.2rem;
	color: #999999;
	font-size: 0.28rem;
}
.comment_date span.comment_hui {
	display: inline-block;
	padding: 0 0.15rem;
	background: #eee;
	height: 0.45rem;
	line-height: 0.45rem;
	border-radius: 0.2rem;
}
.comment_form {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background: #fff;
	border-top: 1px solid #eeeeee;
}
.bigImgUrl{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background: #333;
	display: flex;
	z-index: -1;
	opacity: 0;
	align-items: center;
    justify-content: center;
}
.bigImgUrl img{
	-webkit-align-self: center;
    -ms-flex-item-align: center;
	align-self: center;
	width: 100%;
	display: none;
}
.comment_show {
	position: relative;
	box-sizing: border-box;
	padding: 0.15rem 0.2rem;
	overflow: hidden;
	padding-right: 0;
}
.comment_input {
    float: left;
    box-sizing: border-box;
    width: 5.2rem;
    height: 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.1rem;
    padding-left: 0.24rem;
    color: #444444;
    font-size: 0.33rem;
    border: none;
}
.comment_place {
	color: #999999;
	font-size: 0.24rem;
}
.comment_dian {
	width: 0.9rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	float: left;
	margin-left: 0.3rem;
}
.comment_dian img {
	width: 0.35rem;
	height: 0.37rem;
}
.comment_share {
	width: 0.9rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	float: right;
}
.comment_share img {
	width: 0.39rem;
	height: 0.37rem;
}
.btn_yinying{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.comment_yin {
	padding: 0.15rem 0.2rem;
	box-sizing: border-box;
	display: none;
}
.yin_top {
	height: 0.7rem;
	line-height: 0.7rem;
	overflow: hidden;
}
.yin_left {
	float: left;
	width: 50%;
	font-size: 0.28rem;
	color: #444444;
	box-sizing: border-box;
}
.yin_right {
	float: right;
	width: 50%;
	height: 100%;
	text-align: right;
	font-size: 0.28rem;
	color: #df0024;
}
.yin_area {
	width: 100%;
	box-sizing: border-box;
	padding: 0.15rem;
	color: #444444;
	font-size: 0.28rem;
	height: 1.5rem;
	background: #f4f4f4;
	border-radius: 0.1rem;
	margin-top: 0.1rem;
	border: none;
}
.yin_place {
	color: #999999;
	font-size: 0.24rem;
}
.comment {
	padding-bottom: 1rem;
}
/*评论详情*/
.comment_one {
	height: 0.26rem;
	background-color: #6cb8d1;
	border-radius: 0.03rem;
	border: solid 1px #6cb8d1;
	line-height: 0.26rem;
	padding: 0 0.05rem;
	color: #ffffff;
	font-size: 0.18rem;
	margin-left: 0.1rem;
}
.comment_con1 .comment_name {
	padding-right: 0;
	line-height: 0.69rem;
}
.comment_con1 .comment_date {
	margin-top: -0.05rem;
}
.comment_last {
	margin-top: 0.3rem;
}
.last_share {
	width: 1.76rem;
    height: 0.65rem;
    border-radius: 0.33rem;
    border: solid 1px #999999;
    line-height: 0.65rem;
    text-align: center;
    color: #666666;
    font-size: 0.22rem;
    margin: 0 auto;
    margin-top: 0.35rem;
}
.last_share img {
	width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
}
.last_zan img {
	width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
}
.last_zan{
	border-color: red;
}
.last_zan span{
	color: red;
}
.erjizan {
    margin-left: 2.5rem;
}
.comment_form1 .comment_input {
	float: none;
	width: 7.1rem;
	box-sizing: border-box;
}
.comment_huifu {
	background-color: #f6f6f6;
	padding: 0.15rem 0.25rem;
	box-sizing: border-box;
	font-size: 0.22rem;
	color: #666666;
	margin-top: 0.2rem;
}
.comment_huifu span {
	color: #0e9ec2;
}
.huifu_list {
	margin: 0.1rem 0;
}
.dis_fa {
    position: fixed;
    width: 0.8rem;
    height: 0.8rem;
    right: 0.2rem;
    top: 80%;
    margin-top: -0.4rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 100;
}
    .dis_fa img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
/*发布帖子*/
.zhl_admin_update_no{width:200px;height:100px;}
.zhl_admin_update_two{width:100px;height:200px;}
.zhl_admin_update_no #zhl_update_hint,.zhl_admin_update_two #zhl_update_hint{display:none;}
#zhl_admin_update{
	margin-top: 0.2rem;
}
#zhl_admin_update img{
	width:2.1rem;
	height:2.1rem;
	border: 1px solid #bfbfbf;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
}
#zhl_admin_update #zhl_admin_img{
	width:2.1rem;
	height:2.1rem;

}
#zhl_admin_update img:nth-child(3n){
	margin-right: 0;
}
.post {
	box-sizing: border-box;
	padding: 0.5rem 0.2rem;
}
.post_area {
	width: 100%;
	font-size: 0.28rem;
	color: #444444;
	height: 4.5rem;
	border: none;
}
.post_place {
	font-size: 0.26rem;
	color: #999999;
}
.post_title {
	color: #666666;
	font-size: 0.26rem;
}
.post_input {
	width: 100%;
	box-sizing: border-box;
	margin-top: 1.14rem;
	height: 0.8rem;
	background-color: #f6f6f6;
	padding: 0 0.26rem;
	font-size: 0.28rem;
	color: #444444;
	border: none;
}
.post_btn {
	width: 100%;
	margin-top: 1rem;
	height: 0.9rem;
	background-color: #d64b4b;
	box-shadow: 0px 0px 0.2rem 0px  rgba(0, 0, 0, 0.2);
	border-radius: 0.05rem;
	line-height: 0.9rem;
	text-align: center;
	color: #fff;
	font-size: 0.3rem;
}
.weui-cell {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 0.35rem;
}
.weui-cell_input {
	padding-top: 0;
	padding-bottom: 0;
}
.weui-uploader__hd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.weui-uploader__info {
	color: #b2b2b2;
}
.weui-uploader__bd {
	margin-bottom: -0.08rem;
	margin-right: -0.18rem;
	overflow: hidden;
}
.weui-uploader__files {
	float: left;
}
.weui-uploader__file {
	float: left;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}
.weui-uploader__img {
	display: block;
	width: 2.1rem;
	height: 2.1rem;
}
.weui-uploader__input-box {
	float: left;
	position: relative;
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
	width: 2.1rem;
	height: 2.1rem;
	border: 1px solid #bfbfbf;
}
.weui-uploader__input-box:before, .weui-uploader__input-box:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #d9d9d9;
}
.weui-uploader__input-box:before {
	width: 0.04rem;
	height: 0.79rem;
}
.weui-uploader__input-box:after {
	width: 0.79rem;
	height: 0.04rem;
}
.weui-uploader__input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/*商城*/
.shop_banner {
	width: 100%;
	/* height: 4rem; */
}
.shop_banner a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.shop_top_product_wrap{
	border-bottom: 0.12rem solid #f4f4f4;
	overflow-x: scroll;
	scroll-behavior: smooth;
	z-index: 10;
}
.shop_top_liveDetail{
	height: 0.9rem;
	line-height: 0.9rem;
}
.shop_top_product_wrap .shop_top{
	height: 0.9rem;
	line-height: 0.9rem;
	/* width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; */
	position: static;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #eee;
}
.shop_top {
	width: 100%;
	/* border-bottom: 0.12rem solid #f4f4f4; */
}
.shop_dao {
	float: left;
	width: 25%;
	text-align: center;
	color: #666666;
	font-size: 0.32rem;
	position: relative;
	background: #fff;
}
.shop_top_product_wrap::-webkit-scrollbar {
	display: none;
}
.shop_top_search{
	/* width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; */
	height: 0.9rem;
	line-height: 0.9rem;
	position: static;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 10;
	/* display: none; */
}
.shop_keyword{
	font-size: 0.3rem;
	padding: 0.2rem;
	background: #f6f6f6;
}
.shop_top_search_wrap{
	border-bottom: 0.12rem solid #f4f4f4;
	overflow-x: scroll;
	scroll-behavior: smooth;
	z-index: 10;
	/* height: 0; */
	overflow: hidden;
}
.shop_top_search_wrap::-webkit-scrollbar {
	display: none;
}
.shop_top_search .shop_dao,.shop_top_product_wrap .shop_dao{
	width: 1.88rem;
}
.shop_dao::after {
 content: '';
 position: absolute;
 left: 50%;
 bottom: 0;
 width: 0.54rem;
 height: 0.03rem;
 background-color: #d64b4b;
 margin-left: -0.27rem;
 opacity: 0;
}
.shop_active {
	color: #d64b4b;
}
.shop_active::after {
 opacity: 1;
}
.shop_content {
	box-sizing: border-box;
    padding: 0.1rem 0.2rem 0.4rem 0.2rem;
    overflow: hidden;
	background: #f6f6f6;
	/* min-height: 100%; */
	
}
.shop_content .list-detail:nth-of-type(1) a{
	padding: 0 .2rem .4rem .2rem;
}
.shop_list {
	float: left;
    width: 3rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    height: 5.72rem;
    padding: 0.2rem 0.2rem 0.05rem 0.2rem;
    box-sizing: content-box;
    background: #fff;
	/* float: left;
	width: 3.35rem;
	border-bottom: 1px solid #eeeeee;
	margin-right: 0.4rem;
	margin-bottom: 0.35rem;
	padding-bottom: 0.2rem;
	height: 5.72rem; */
}
.shop_list:nth-child(2n) {
 margin-right: 0;
}
.shop_pic {
	width: 100%;
	height: 3.35rem;
	/* overflow:hidden; */
}
.shop_pic img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.shop_h {
	color: #f29773;
	font-size: 0.26rem;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	margin-top: 0.2rem;
}
.shop_h a{
	color: #f29773;
}
.shop_h_p{
	color: #f29773;
	font-size: 0.28rem;
	margin-top: 0.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
	height: 0.72rem;
}
.shop_p {
	color: #444444;
	font-size: 0.28rem;
    width:2.85rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
	height: 0.72rem;
}
.shop_p_n{
	color: #444444;
	font-size: 0.28rem;
	margin-top: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop_p_x{
	color: #444444;
	font-size: 0.28rem;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop_p_p{
	color: #444444;
	font-size: 0.28rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
	height: 0.72rem;
}
.shop_p em{
	font-style: normal;
	color: #df0024;
}
.shop_t{
	margin-top: -0.12rem;
    font-size: 0.28rem;
    color: #444444;
    position: absolute;
}
.shop_last {
	margin-top: 0.2rem;
	overflow: hidden;
}
.shop_price {
	float: right;
	color: #cc3333;
	font-size: 0.26rem;
}
.shop_price span {
	text-decoration: line-through;
	color: #cccccc;
	font-size: 0.28rem;
}
.shop_add {
	float: right;
	width: 0.57rem;
	height: 0.31rem;
	text-align: center;
}
.shop_add img {
	width: 0.33rem;
	height: 0.31rem;
}
/*商品详情*/
.shopDetails_banner {
	width: 100%;
	height: 7.5rem;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.shopDetails_banner swiper {
	width: 100%;
	height: 7.5rem;
}
.shopDetails_banner .swiper-pagination {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	position: absolute;
	left: 0;
	bottom: 0.35rem;
	z-index: 15;
	opacity: 1;
}
.shopDetails_banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.06rem;
	transition: all 0.5s ease-in-out;
	border-radius: 50%;
	height: 0.16rem;
	width: 0.16rem;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.shopDetails_banner .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ffffff;
}
.shop_con {
	border-bottom: 0.12rem solid #f4f4f4;
}
.shop_cc {
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 0.43rem 0.2rem 0.2rem 0.2rem;
	overflow: hidden;
}
.shop_auto {
	height: auto;
}
.shop_title {
	color: #444444;
	font-size: 0.32rem;
	position: relative;
	padding-right: 2rem;
    font-weight:bold;
}
.shop_jia {
	width: 2rem;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	color: #cc3333;
	font-size: 0.3rem;
}
.seljia {
    color: #cc3333;
}
.shop_guige {
	margin-top: 0.1rem;
}
.shop_guige span {
	font-size: 0.3rem;
	color: #999999;
}
.shop_more {
	height: 0.73rem;
	line-height: 0.73rem;
	text-align: center;
	color: #666666;
	font-size: 0.22rem;
}
.shop_more img {
	width: 0.22rem;
	height: 0.12rem;
	margin-left: 0.1rem;
}
.shop_txt {
	border-bottom: 1px solid #eee;
	height: 0.88rem;
	line-height: 0.87rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	padding-left: 0.4rem;
	position: relative;
	color: #444444;
	font-size: 0.3rem;
}
.shop_txt::after {
 content: '';
 position:  absolute;
 left: 0.2rem;
 top: 50%;
 width: 0.03rem;
 height: 0.26rem;
 background-color: #df0024;
 margin-top: -0.13rem;
}
.shop_dd {
	box-sizing: border-box;
	padding: 0.35rem 0.2rem;
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.shop_tab {
	border-right: 1px solid #dcdcdc;
	margin-bottom: 0.3rem;
}
.shop_th {
	height: 0.6rem;
	background-color: #5f5f5f;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.18rem;
	line-height: 0.6rem;
	color: #ffffff;
	font-size: 0.28rem;
}
.shop_tr {
	/* height: 0.7rem; */
	/* line-height: 0.7rem; */
	/* border-bottom: 1px solid #dcdcdc; */
	overflow: hidden;
	display: flex;
}
/*ycy20190613*/
.shop_td {
    width: 33.33%;
    float: left;
    /*text-align: center;*/
    color: #666666;
    font-size: 0.28rem;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #ccc;
    /* height: 0.7rem; */
	padding: 0.2rem;
    /**/
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
/*.shop_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/
/*end*/
.shop_wd {
	width: 66.66%;
	line-height: 0.4rem;
}
.shop_td:first-child {
	text-align: left;
	padding-left: 0.18rem;
	background-color: #f2f2f2;
}
.shop_zhu span {
	font-size: 0.24rem;
	line-height: 0.44rem;
	color: #444444;
}
.shop_footer {
	width: 100%;
	height: 1rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 0.15rem 0px  rgba(0, 0, 0, 0.15);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.shop_ll {
	width: 2.4rem;
	float: left;
	margin-left: 0.1rem;
}
.shop_aa {
	float: left;
	height: 1rem;
	box-sizing: border-box;
	padding-top: 0.17rem;
	width: 0.8rem;
	text-align: center;
	margin-left: 0.3rem;
}
.shop_icon {
	width: 100%;
	height: 0.37rem;
	line-height: 0.37rem;
	text-align: center;
}
.shop_icon img {
	width: 0.35rem;
	height: 0.35rem;
}
.shop_icon1 img {
	width: 0.34rem;
	height: 0.36rem;
}
.shop_icon2 img {
	width: 0.39rem;
	height: 0.37rem;
}
.shop_nn {
	margin-top: 0.05rem;
    color: #666666;
    font-size: 0.28rem;
}
.shop_rr {
	float: right;
	padding-right: 0.2rem;
	padding-top: 0.14rem;
}
.shop_btn {
	width: 2.2rem;
	height: 0.72rem;
	background-color: #e7c527;
	border-radius: 0.36rem;
	line-height: 0.72rem;
	text-align: center;
	color: #fefefe;
	font-size: 0.28rem;
	display: inline-block;
}
a.shop_btn1 {
	background-color: #d64b4b;
	margin-left: 0.13rem;
	color: #fff;
}
/*规格弹出框*/
.shopDetails-modal02 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1319;
	overflow: hidden;
	display: none;
}
.shopDetails-modal02 .shopDetails-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.shopDetails-modal02 .con {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 13191;
	bottom: -40%;
	padding-top: 0.37rem;
	box-sizing: border-box;
}
.shopDetails-cart-con {
	width: 100%;
	/*overflow: hidden;*/
	padding: 0 0.2rem;
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;*/
	position: relative;
	box-sizing: border-box;
}
.shopDetails-cart-con .img {
	width: 1.6rem;
	height: 1.6rem;
	overflow: hidden;
	float: left;;
}
.shopDetails-cart-con .img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.shopDetails-cart-con .txt {
	/*flex: 1;*/
	width: 5.2rem;
	float: right;
	overflow: hidden;
	position: relative;
	padding-left: 0;
	box-sizing: border-box;
}
.shop_hh {
	color: #444444;
	font-size: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shopDetails-cart-con .price {
	color: #cc3333;
	font-size: 0.24rem;
	margin-top: 0.15rem;
}
.shopDetails-cart-con .stock {
	font-size: 0.22rem;
	color: #999999;
	margin-top: 0.15rem;
}
.shopDetails-cart-con .stock span {
	margin-right: 0.2rem;
}
.shopDetails-cart-con .icon {
	position: absolute;
	top: -0.1rem;
	right: 0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
}
.shopDetails-cart-num {
	width: 7.1rem;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #eeeeee;
	margin-top: 0.55rem;
	padding-top: 0.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-bottom: 0.55rem;
}
.shopDetails-cart-num .title {
	font-size: 0.28rem;
	line-height: 0.38rem;
	color: #353535;
	flex: 1;
}
.shopDetails-cart-num .btn {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
}
.shopDetails-cart-num .minus {
	width: 0.55rem;
	height: 0.55rem;
	border: 0.02rem solid #dedede;
	border-top-left-radius: 0.06rem;
	border-bottom-left-radius: 0.06rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
	color: #353535;
	position: relative;
}
.shopDetails-cart-num .minus::after {
 position: absolute;
 top: 50%;
 left: 50%;
 content: '';
 width: 0.2rem;
 height: 0.03rem;
 transform: translate(-50%, -50%);
 background-color: #353535;
}
.shopDetails-cart-num .minus.active::after {
 background-color: #dedede;
}
.shopDetails-cart-num .number {
	width: 0.8rem;
	height: 0.55rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	border: none;
	border-top: 0.02rem solid #dedede;
	border-bottom: 0.02rem solid #dedede;
	font-size: 0.28rem;
	color: #333;

}
.shopDetails-cart-num .plus {
	width: 0.55rem;
	height: 0.55rem;
	border: 0.02rem solid #dedede;
	border-top-right-radius: 0.06rem;
	border-bottom-right-radius: 0.06rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
	position: relative;
}
.shopDetails-cart-num .plus::after {
 position: absolute;
 top: 50%;
 left: 50%;
 content: '';
 width: 0.2rem;
 height: 0.03rem;
 transform: translate(-50%, -50%);
 background-color: #353535;
}
.shopDetails-cart-num .plus::before {
 position: absolute;
 top: 50%;
 left: 50%;
 content: '';
 width: 0.03rem;
 height: 0.2rem;
 transform: translate(-50%, -50%);
 background-color: #353535;
}
.shopDetails-cart-num .plus.active::before, .shopDetails-cart-num .plus.active::after {
 background-color: #dedede;
}
.shopDetails-cart-btn {
	width: 100%;
	height: 1rem;
	background-color: #d64b4b;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
}
.shopDetails-cart-btn span {
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.4rem;
}
/*提交订单*/
.submitOrder-add {
	border-bottom: 0.12rem solid #f4f4f4;
}
    .submitOrder-add a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.2rem 0.35rem 0.85rem;
        position: relative;
        background: url(check_box.png) no-repeat 0.2rem center;
        background-size: 0.4rem;
    }
.SOrder_active a{
    background: url(check_box_red.svg) no-repeat 0.2rem center;
    background-size: 0.4rem;
}
.submitOrder-name span {
	color: #666666;
	font-size: 0.28rem;
}
.submitOrder-tel {
	margin-left: 0.7rem;
}
.submitOrder-dizhi {
	margin-top: 0.2rem;
	color: #666666;
	font-size: 0.28rem;
}
.switch_btn_moren{
	width: 1.31rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    border: solid 1px #999999;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
	display: inline-block;
	background-color: #999999;
	position: absolute;
    right: 0.8rem;
    top: 0.65rem;
}
.submitOrder-icon {
	position:  absolute;
	right: 0.2rem;
	top: 50%;
	width: 0.18rem;
	height: 0.32rem;
	margin-top: -0.16rem;
}
.submitOrder-shop {
	border-bottom: 0.12rem solid #f4f4f4;
}
.submitOrder-shop a {
	display: block;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.submitOrder-pic {
	float: left;
	width: 1.8rem;
	height: 1.8rem;
}
.submitOrder-text {
	float: right;
	width: 5rem;
}
.submitOrder-h {
	font-size: 0.3rem;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.submitOrder-p {
	margin-top: 0.1rem;
}
.submitOrder-p span {
	color: #999999;
	font-size: 0.22rem;
	margin-right: 0.2rem;
}
.submitOrder-last {
	margin-top: 0.3rem;
	overflow: hidden;
}
.submitOrder-price {
	float: left;
	color: #cc3333;
	font-size: 0.24rem;
}
.submitOrder-num {
	float: right;
	text-align: right;
	color: #666666;
	font-size: 0.24rem;
}
.submitOrder-bottom {
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.submitOrder-list {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	height: 0.87rem;
	line-height: 0.87rem;
}
.submitOrder-left {
	float: left;
	color: #666666;
	font-size: 0.24rem;
}
.submitOrder-right {
	float: right;
	text-align: right;
	color: #666666;
	font-size: 0.24rem;
}
.submitOrder-title {
	padding-top: 0.2rem;
	color: #666666;
	font-size: 0.24rem;
}
.submitOrder-area {
	width: 100%;
	box-sizing: border-box;
	padding: 0.23rem;
	margin-top: 0.25rem;
	height: 1.9rem;
	background-color: #f4f4f4;
	border-radius: 0.05rem;
	font-size: 0.24rem;
	color: #444444;
	border: none;
}
.submitOrder-area::-webkit-input-placeholder {
	color: #999999;
}
.submitOrder-footer {
	position: fixed;
	box-sizing: border-box;
	padding: 0 0.2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 0.1rem 0px  rgba(0, 0, 0, 0.15);
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	padding-right: 0;
}
.submitOrder-sum {
	float: left;
	color: #666666;
	font-size: 0.24rem;
}
.submitOrder-sum span {
	color: #cc3333;
	font-size: 0.3rem;
}
a.submitOrder-a {
	float: right;
	text-align: center;
	width: 2.7rem;
	height: 0.9rem;
	background-color: #d64b4b;
	line-height: 0.9rem;
	color: #ffffff;
	font-size: 0.28rem;
}
.submitOrder-container {
	padding-bottom: 1rem;
}
.addressdiv_msg{
	width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    color: #999;
}
/*地址管理*/
a.switch_add {
	display: block;
    width: 6.9rem;
    height: 0.9rem;
    background-color: #d64b4b;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.3rem;
    margin: 0 auto;
}
.switch_add {
	display: inline-block;
	width: 6.9rem;
	height: 0.9rem;
	background-color: #d64b4b;
	box-shadow: 0px 0.1rem 0.2rem 0px  rgba(0, 0, 0, 0.3);
	border-radius: 0.1rem;
	line-height: 0.9rem;
	text-align: center;
	color: #ffffff;
	font-size: 0.3rem;
	position: relative;
    left: 0.25rem;
    top: 0.75rem;
}
.swith_userBtn{
	width: 100%;
	height: 0.9rem;
	position: relative;
	top: 1rem;
}
.switch_add_user{
	margin-left: 10%;
	width: 40%;
	height: 0.9rem;
	background-color: #d64b4b;
	box-shadow: 0px 0.1rem 0.2rem 0px  rgba(0, 0, 0, 0.3);
	border-radius: 0.1rem;
	line-height: 0.9rem;
	text-align: center;
	color: #ffffff;
	font-size: 0.3rem;
}
.switch_back{
	margin-left: 5%;
	display: inline-block;
	width: 40%;
	height: 0.9rem;
	background-color: #999;
	box-shadow: 0px 0.1rem 0.2rem 0px  rgba(0, 0, 0, 0.3);
	border-radius: 0.1rem;
	line-height: 0.9rem;
	text-align: center;
	color: #ffffff !important;
	font-size: 0.3rem;
}
.gift_footer {
    width: 100%;
    height: 1.1rem;
    background-color: #ffffff;
	padding: 0.1rem 0.2rem;
	margin-top: -0.3rem;
    margin-bottom: 0.5rem;
}
    .gift_footer .gift_exchange {
        width: 100%;
        height: 0.9rem;
        background-color: #d64b4b;
        box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.3);
        border-radius: 0.1rem;
        line-height: 0.9rem;
        text-align: center;
        color: #ffffff;
        font-size: 0.26rem;
    }
.address {
	padding-bottom: 2.5rem;
}
.swith-none {
	text-align: center;
	padding-top: 0.5rem;
	font-size: 0.24rem;
	color: #444444;
	display: none;
}
.mui-switch {
  width: 1.04rem;
  height: 0.62rem;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 0.4rem;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
 }
  .mui-switch:before {
    content: '';
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 1px 0.06rem rgba(0, 0, 0, 0.4); }
  .mui-switch:checked {
    border-color: #fd5454;/*颜色修改*/
    box-shadow: #fd5454 0 0 0 0.32rem inset;/*颜色修改*/
    background-color: #fd5454; }
    .mui-switch:checked:before {
      left: 0.42rem; 
}
  .mui-switch.mui-switch-animbg {/*加过度效果*/
    transition: background-color ease 0.4s; 
}
    .mui-switch.mui-switch-animbg:before {
      transition: left 0.3s; 
}
    .mui-switch.mui-switch-animbg:checked {
      box-shadow: #fd5454 0 0 0 0 inset;/*颜色修改*/
      background-color: #fd5454;
      transition: border-color 0.4s, background-color ease 0.4s; }
/*编辑地址*/
.edit {
	box-sizing: border-box;
	padding: 0 0.3rem;
}
.edit_p {
	border-bottom: 1px solid #eee;
	position: relative;
	height: 0.88rem;
	line-height: 0.88rem;
	box-sizing: border-box;
	padding-left: 1.55rem;
}
.edit_label {
	width: 1.55rem;
	position:  absolute;
	left: 0;
	top: 0;
	color: #444444;
	font-size: 0.28rem;
}
.edit_input {
    width: 100%;
    color: #444;
    font-size: 0.28rem;
    height: 0.86rem;
    border: none;
}
.edit_input::-webkit-input-placeholder {
	font-size: 0.28rem;
	color: #ccc;
}
.edit_switch {
    position: absolute;
    right: 0;
    top: 0.1rem;
}
.edit .edit_p1 {
	border-bottom: none;
}
/*支付成功*/
.success {
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.3rem;
	padding-top: 2.18rem;
}
.success_pic {
	width: 1.25rem;
	height: 1.25rem;
	margin: 0 auto;
}
.success_title {
	color: #444444;
	margin-top: 0.4rem;
	font-size: 0.36rem;
}
.success_zhu {
	margin-top: 0.4rem;
	color: #444444;
	font-size: 0.24rem;
}
a.success_a {
	width: 3rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	border: solid 0.02rem #666666;
	line-height: 0.8rem;
	text-align: center;
	color: #666666;
	font-size: 0.26rem;
	margin: 0 auto;
	margin-top: 0.8rem;
	display: inline-block;
}
/*评论列表*/
.my-gallery figure {
	float: left;
	position: relative;
	transition: border-color .2s ease-out;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.img-dv{
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.2rem;
    margin-right: 0.13rem;
}
.img-dv img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.comment-list {
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	padding: 0.35rem 0.2rem;
	position: relative;
	padding-left: 1.5rem;
}
.comment-pic {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
	left: 0.2rem;
	top: 0.35rem;
}
    .comment-pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.comment-top {
	line-height: 0.3rem;
}
.comment-name {
	float: left;
	color: #444444;
	font-size: 0.28rem;
	width: 1.4rem;
	box-sizing: border-box;
	padding-right: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comment-star {
	float: left;
}
.comment-star img {
	width: 0.2rem;
	height: 0.2rem;
	margin: 0 0.02rem;
	margin-top: -0.05rem;
}
.comment-date {
	float: right;
	text-align: right;
	color: #999999;
	font-size: 0.22rem;
}
.comment-text {
	margin-top: 0.2rem;
	color: #666666;
	font-size: 0.22rem;
}
.comment-lie {
	margin-top: 0.2rem;
	overflow: hidden;
}
.comment-c {
	float: left;
	width: 1.8rem;
	height: 1.8rem;
	margin-top: 0.2rem;
	margin-right: 0.2rem;
}
.comment-c:nth-child(3n) {
 margin-right: 0;
}
/*搜索*/
.search {
	box-sizing: border-box;
	padding: 0.4rem 0.2rem;
}
.search-top-form{
	width: 85%;
	position: relative;
	display: inline-block;
}
.search-top-select{
	width: 1rem;
	display: inline-block;
	height: 0.6rem;
	line-height: 0.6rem;
	vertical-align: middle;
	background: url(icon_down.svg) no-repeat;
	background-position: 90% 30%;
	position: relative;
    z-index: 1;
}
.search-top-select span{
	display: inline-block;
	font-size: 0.3rem;
}
.search-top-select ul{
	background: #fff;
    width: 1.8rem;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.15rem;
    box-shadow: 0px 0px 5px #cccccc;
    border-radius: 0.1rem;
    padding: 0.1rem 0;
    position: absolute;
	left: -0.1rem;
	display: none;
}
.search-top-select ul li{
	color: #444;
}
.search-yy{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	display: none;
}
.searchShow{
	display: block !important;
}
.search-top-cancle{
	display: inline-block;
	font-size: 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-left: 0.2rem;
	vertical-align: middle;
}
.search-top {
	position: relative;
}
.search-top .i-input {
	height: 0.73rem;
	border-radius: 0.05rem;
	padding-left: 0.8rem;
	padding-right: 0.2rem;
}
.search-top .i-btn {
	height: 0.73rem;
	line-height: 0.73rem;
	width: 0.8rem;
	right: inherit;
	left: 0;
	background: url(icon60.png) no-repeat center center;
	background-size: 0.3rem 0.3rem;
}
/*.search-top .i-btn img {
	width: 0.3rem;
	height: 0.3rem;
}*/
.search-list {
	margin-top: 0.5rem;
}
.search-title {
	position: relative;
	padding-right: 2rem;
}
.search-history img {
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.05rem;
}
.search-history {
	color: #666666;
	font-size: 0.3rem;
}
.search-delete {
	width: 2rem;
	text-align: right;
	color: #666666;
	font-size: 0.28rem;
	position: absolute;
	right: 0;
	top: 0;
}
.search-delete img {
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.05rem;
}
.search-con {
	margin-top: 0.2rem;
	overflow: hidden;
}
.search-a {
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.2rem;
	width: 1.6rem;
	height: 0.6rem;
	background-color: #f4f4f4;
	border-radius: 0.05rem;
	line-height: 0.62rem;
	text-align: center;
	color: #666666;
	font-size: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search-a:nth-child(4n) {
 margin-right: 0;
}
.search-hot img {
	width: 0.24rem;
	height: 0.26rem;
}
/*个人中心*/
.person_bg {
	width: 100%;
	height: 3.52rem;
	position: absolute;
	left: 0;
	top: 0;
}
.person_login {
	position: absolute;
	width: 1.5rem;
	right: 0.3rem;
	top: 0.42rem;
	z-index: 1;
	color: #ffffff;
	line-height: 0.34rem;
	font-size: 0.24rem;
	text-align: right;
}
.person_login a{
	font-size: 0.24rem;
	color: #fff;
}
.person_login img {
	width: 0.34rem;
	height: 0.34rem;
	margin-right: 0.05rem;
}
.person_user {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 0.5rem;
}
.user_pic {
    width: 1.58rem;
    height: 1.58rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 0.05rem #ffffff;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
    .user_pic a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .user_pic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.user_name {
    color: #ffffff;
    font-size: 0.28rem;
    margin: 0 auto;
    margin-top: 0.1rem;
    width: 80%;
}
.person_top {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 0.85rem;
	position: relative;
	z-index: 1;
	border-bottom: 0.12rem solid #f4f4f4;
}
.person_title {
	line-height: 0.7rem;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 0.2rem;
	margin-top: -0.2rem;
}
.person_min {
	float: left;
	color: #444444;
	font-size: 0.28rem;
}
.person_look {
	float: right;
	text-align: right;
	color: #666666;
	font-size: 0.28rem;
}
.person_look img {
	width: 0.1rem;
	height: 0.18rem;
	margin-left: 0.05rem;
}
.person_list {
	margin-top: 0.1rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.person_a {
	float: left;
	width: 25%;
	text-align: center;
	display: block;
}
.person_img {
	width: 0.55rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.person_fapiao img{
	width: 0.5rem;
    height: 0.5rem;
}
.person_jifen img{
	width: 0.45rem;
    height: 0.4rem;
}
.person_img1 img {
	width: 0.5rem;
	height: 0.44rem;
}
.person_img2 img {
	width: 0.5rem;
	height: 0.47rem;
}
.person_img3 img {
	width: 0.55rem;
	height: 0.47rem;
}
.person_img4 img {
	width: 0.47rem;
	height: 0.49rem;
}
.person_ming {
	width: 100%;
	text-align: center;
	margin-top: 0.25rem;
	color: #444444;
	font-size: 0.28rem;
}
.person_num {
	position: absolute;
	right:-0.3rem;
	top: 0;
	width: 0.3rem;
	height: 0.3rem;
	background-color: #d64b4b;
	line-height: 0.3rem;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	font-size: 0.14rem;
}
.person_content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem;
	position: relative;
	z-index:1;
}
.person_c {
	float: left;
	width: 25%;
	box-sizing: border-box;
	height: 1.6rem;
	text-align: center;
	padding-top: 0.35rem;
}
.person_icon {
	width: 100%;
	height:  0.51rem;
	line-height:  0.51rem;
	text-align: center;
	position: relative;
}
.person_icon1 img {
	width: 0.42rem;
	height: 0.42rem;
}
.person_icon2 img {
	width: 0.5rem;
	height: 0.4rem;
}
.person_fapiao img{
	width: 0.5rem;
    height: 0.5rem;
}
.person_icon3 img {
	width: 0.44rem;
	height: 0.44rem;
}
.person_icon4 img {
	width: 0.5rem;
	height: 0.42rem;
}
.person_icon5 img {
	width: 0.47rem;
	height: 0.47rem;
}
.person_icon6 img {
	width: 0.39rem;
	height: 0.45rem;
}
.person_icon7 img {
	width: 0.44rem;
	height: 0.38rem;
}
.person_icon8 img {
	width: 0.4rem;
	height: 0.4rem;
}
.person_icon9 img {
	width: 0.35rem;
	height: 0.43rem;
}
.person_icon10 img {
	width: 0.44rem;
	height: 0.44rem;
}
.person_tt {
	color: #444444;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}
.person_tt_num{
	display: none;
	position: absolute;
    right: 0.5rem;
    top: -0.08rem;
    width: 0.28rem;
    height: 0.28rem;
    background-color: #ffffff;
    line-height: 0.25rem;
    text-align: center;
    border: 1px solid #df0024;
    border-radius: 50%;
    color: #df0024;
    font-size: 0.16rem;
}
.person_c:nth-child(4n) {
 border-right: none;
}
.user_box_model{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
}
.user_mask_hook{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: transparent;
}
.user_box{
	width: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
	z-index: 101;
	height: 200px;
}
.user_box_title{
	height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
}
.user_box_title span{
	display: block;
    width: 33.33%;
    float: left;
}
.user_box_title span:nth-child(1){
	padding-left: 0.2rem;
	text-align: left;
}
.user_box_title span:nth-child(3){
	padding-right: 0.2rem;
	text-align: right;
	color: #fb9531;
}
.user_box_title span:nth-child(2){
	text-align: center;
	font-size: 0.33rem;
    font-weight: bold;
    color: #333;
    display: block;
    width: 33.3%;
    float: left;
}
.user_box_ul{
	width: 100%;
	height: 100%;
}
.user_box_ul li{
	width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.33rem;
}
/*我的订单*/
.order_dao {
	box-sizing: border-box;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.3rem;
}
.order_scroll {
	width: 100%;
	white-space: nowrap;
	display: flex;
}
.order_a {
	display: inline-block;
	position: relative;
	padding: 0 0.1rem;
	color: #666666;
	font-size: 0.33rem;
	margin-right: 0.55rem;
}
.order_active {
	color: #d64b4b;
}
    .order_active a{
        color: #d64b4b;
    }
    .order_active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0.02rem;
        background-color: #d64b4b;
        width: 100%;
    }
.order_content {
	border-top: 0.15rem solid #f4f4f4;
}
.order_c {
	box-sizing: border-box;
	padding: 0 0.3rem;
	padding-bottom: 0.3rem;
	overflow: hidden;
	border-bottom: 0.15rem solid #f4f4f4;
	position: relative;
}
.order_top {
	overflow: hidden;
	line-height: 0.8rem;
}
.order_number {
	float: left;
	color: #666666;
	font-size: 0.3rem;
}
.order_status {
	float: right;
	text-align: right;
	color: #d64b4b;
	font-size: 0.3rem;
}
.order_lie {
	border-top: 1px solid #eee;
}
.order_lie a{
	display: block;
}
.order_liebiao {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 0.23rem 0;
	padding-bottom: 0.5rem;
}
.order_img {
	float: left;
	width: 1.45rem;
	height: 1.45rem;
}
.order_txt {
    padding-top: 0.3rem;
    width: 6rem;
    margin: 0 auto;
}
.order_tt {
    color: #444444;
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.1rem 0 0.1rem 0;
}
.order_time{
	font-size: 0.28rem;
	color: #666;
}
.order_time span{
	color: #df0024;
}
.order_ono{
	color: #444;
}
.orderDetail_txt {
    width: 5rem;
    margin: 0.1rem auto;
    float: right;
}

.orderDetail_tt {
    color: #444444;
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.1rem;
}

.order_gui {
	margin-top: 0px;
}
    .order_gui span {
        display: inline-block;
        color: #999999;
        font-size: 0.28rem;
        margin-right: 0.2rem;
        margin-top: 0.1rem;
    }
.order_bb {
	margin-top: 0.2rem;
	overflow: hidden;
}
.order_pp {
	float: left;
	color: rgb(102, 102, 102);
	font-size: 0.3rem;
}
.order_nn {
    float: right;
    text-align: right;
    color: #666666;
    font-size: 0.28rem;
    margin-right: 0.1rem;
}
.order_lian {
    padding-top: 0.4rem;
    text-align: right;
}
.order_lookDetail{
	position: absolute;
    right: 0.2rem;
    top: 0.75rem;
}
.order_look_detail{
	position: absolute;
    right: 0.2rem;
    top: 2rem;
}
.order_look_detail span{
	display: inline-block;
    text-align: center;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.3rem;
    line-height: 0.45rem;
    font-size: 0.28rem;
	margin-left: 0.24rem;
	color: #df0034;
    border: solid 1px #df0024;
}
.order_la {
    display: inline-block;
    text-align: center;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.3rem;
    border: solid 1px #666666;
    line-height: 0.45rem;
    color: #666666;
    font-size: 0.28rem;
    margin-left: 0.24rem;
}
a.order_la1 {
    color: #df0034;
    border: solid 1px #df0024;
}
.order-none {
	font-size: 0.24rem;
	text-align: center;
	color: #999999;
	padding: 0.5rem 0.3rem;
}
/*订单详情*/
.order-top {
	position: relative;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	border-bottom: 0.15rem solid #f4f4f4;
	padding-right: 1.65rem;
}
.order-title {
	color: #52ba65;
	font-size: 0.36rem;
}
.order-h {
	font-size: 0.3rem;
	margin-top: 0.2rem;
	color: #666666;
}
.order-tui {
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
	width: 1.7rem;
	height: 0.56rem;
	border-radius: 0.28rem;
	border: solid 1px #cccccc;
	line-height: 0.56rem;
	text-align: center;
	color: #666666;
	font-size: 0.3rem;
}

.order-infor {
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.infor-title {
	color: #444444;
	font-size: 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
}
.order-infor .order_liebiao {
	padding: 0.35rem 0;
}
.order-infor .order_img {
	width: 1.8rem;
	height: 1.8rem;
}
.order-infor .order_txt {
	width: 5rem;
}
.order-mode {
	overflow: hidden;
	height: 0.9rem;
	line-height: 0.9rem;
}
.mode-left {
	float: left;
	color: #666666;
	font-size: 0.3rem;
}
.mode-right {
	float: right;
	text-align: right;
	color: #666666;
	font-size: 0.3rem;
}
.mode_fukuan{
	position: absolute;
    right: 0.2rem;
    top: 0.7rem;
    width: 1.7rem;
    height: 0.56rem;
    border-radius: 0.28rem;
	border: solid 1px #df0024;
    line-height: 0.56rem;
    text-align: center;
    color: #df0024;
    font-size: 0.3rem;
}
.order-deliver {
	border-top: 0.15rem solid #f4f4f4;
	box-sizing: border-box;
	padding: 0 0.2rem;
	margin-bottom: 0.8rem;
}
.deliver-con {
	border-top: 1px solid #eee;
	padding-top: 0.3rem;
	position: relative;
}
.deliver-h {
    position: relative;
	color: #666666;
	font-size: 0.3rem;
	margin-bottom: 0.3rem;
}
a.order-pin {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 0.9rem;
	background-color: #d64b4b;
	line-height: 0.9rem;
	text-align: center;
	color: #ffffff;
	font-size: 0.28rem;
}
/*订单评论*/
.comment1 {
	padding-bottom: 2rem;
}
.orderComment {
	padding-bottom: 0.5rem;
	margin-bottom: 0.3rem;
	border-bottom: 0.15rem solid #f4f4f4;
}
.orderComment .order_liebiao {
	padding: 0.3rem 0.2rem;
	border-bottom: 0.15rem solid #f4f4f4;
	box-sizing: border-box;
}
.orderComment .order_img {
	width: 1.26rem;
	height: 1.26rem;
}
.orderComment .order_txt {
	width: 5.4rem;
}
.orderC_con {
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}
.orderC_title {
	text-align: center;
	color: #444444;
	font-size: 0.26rem;
}
.orderC_cc {
	margin-top: 0.3rem;
	text-align: center;
}
.orderC_xing {
	display: inline-block;
}
.orderC_xing li{
	display: inline-block;;
	width: 0.51rem;
	height: 0.5rem;
	margin: 0 0.16rem;
	background:  url(icon81.png) no-repeat center center;
	background-size: 0.51rem 0.5rem;
}
.orderC_xing li.light{
	background:  url(icon80.png) no-repeat center center;
	background-size: 0.51rem 0.5rem;
}
.orderC_area {
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	height: 2rem;
	background-color: #f4f4f4;
	border-radius: 0.05rem;
	font-size: 0.24rem;
	color: #444;
	margin-top: 0.79rem;
	border: none;
}
.orderC_area::-webkit-input-placeholder {
	color: #999999;
}
.order-photo {
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.order-photo .post_title {
	position: relative;
	padding-left: 0.26rem;
}
.order-photo .post_title::after {
 content: '';
 position: absolute;
 left: 0;
 top: 50%;
 width: 0.04rem;
 height: 0.26rem;
 background-color: #d64b4b;
 margin-top: -0.13rem;
}
/*物流信息*/
.logistic-top {
	box-sizing: border-box;
	padding: 0.3rem;
	border-bottom: 0.15rem solid #f4f4f4;
}
.logistic-status {
	color: #444444;
	font-size: 0.26rem;
}
.logistic-status span {
	color: #cc3333;
}
.logistic-name {
	margin-top: 0.15rem;
	color: #999999;
	font-size: 0.22rem;
}
.logistic-content {
	box-sizing: border-box;
	padding-left: 0.3rem;
	margin-top: 0.4rem;
}
.logistic-list {
	border-left: 1px solid #e4e4e4;
	box-sizing: border-box;
	padding-left: 0.5rem;
	position: relative;
}
.logistic-list::after {
 content: '';
 position: absolute;
 left: -0.06rem;
 width: 0.12rem;
 height: 0.12rem;
 background-color: #bfbfbf;
 border-radius: 50%;
 z-index: 2;
 top: 0.5rem;
}
.logistic-con {
	padding:0.25rem 0;
	border-bottom: 1px solid #eeeeee;
	padding-right: 0.3rem;
	box-sizing: border-box;
}
.logistic-list:first-child .logistic-con {
	padding-top: 0;
}
.logistic-list:first-child::after {
 top: 0.45rem;
 width: 0.22rem;
 height: 0.22rem;
 border: solid 0.02rem #03b988;
 box-sizing: border-box;
 left: -0.11rem;
 background: #fff;
}
.logistic-list:first-child::before {
 content: '';
 width: 0.12rem;
 height: 0.12rem;
 background-color: #03b988;
 border-radius: 50%;
 position: absolute;
 left: -0.06rem;
 z-index: 5;
 top: 0.5rem;
}
.logistic-title {
	color: #666666;
	font-size: 0.26rem;
}
.logistic-date {
	margin-top: 0px;
}
.logistic-date span {
	color: #cccccc;
	font-size: 0.22rem;
	margin-right: 0.2rem;
	display: inline-block;
}
.switch_add1 {
	bottom: 0.5rem;
}
/*我的帖子*/
.post-container .discover_hot {
	padding: 0.4rem 0.2rem;
}
/*我的发票*/
.invoice-list {
	box-sizing: border-box;
	border-bottom: 0.12rem solid #f4f4f4;
	padding: 0.4rem 0.2rem;
}
.invoice-top {
	position: relative;
	box-sizing: border-box;
	padding-right: 1.5rem;
	color: #444444;
	font-size: 0.28rem;
}
.invoice-status {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.5rem;
	text-align: right;
	color: #d64b4b;
	font-size: 0.24rem;
}
.invoice-bottom {
	margin-top: 0.2rem;
	padding-right: 1.5rem;
	position: relative;
	box-sizing: border-box;
}
.invoice-h {
	margin-top: 0.2rem;
	color: #999999;
	font-size: 0.24rem;
}
.invoice-h span {
	color: #666666;
}
.invoice-icon {
	position: absolute;
	right: 0;
	top: 50%;
	width: 0.55rem;
	height: 0.55rem;
	margin-top: -0.27rem;
	border-radius: 50%;
	box-shadow: 0px 0px 0.15rem 0px  rgba(0, 0, 0, 0.15);
}
/*我的发票详情*/
.invoice-con {
	box-sizing: border-box;
	padding:0.2rem;
}
.invoice-title {
	position: relative;
	line-height: 0.66rem;
	text-align: center;
}
.invoice-title span {
	position: relative;
	z-index: 2;
	color: #444444;
	font-size: 0.28rem;
}
.invoice-bg {
	width: 1.53rem;
	height: 0.66rem;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -0.765rem;
}
.invoice-c {
	margin-top: 0.5rem;
}
.invoice-c1 {
	border-top: 1px dotted #bfbfbf;
	padding-top: 0.2rem;
}
.invoice-h1 span {
	color: #d64b4b;
}
/*我的积分*/
.point-banner {
	width: 100%;
	height: auto;
	position: relative;
	background-image: linear-gradient(-90deg,  #d64b4b 0%,  #e86464 100%),  linear-gradient(  #eeeeee,  #eeeeee);
	background-blend-mode: normal,  normal;
	padding-top: 0.8rem;
	overflow: hidden;
}
.point-number {
	text-align:  center;
	width: 100%;
}
.point-name {
	color: #fff;
	font-size: 0.3rem;
}
.point-num {
	color: #ffffff;
	font-size: 0.4rem;
	margin-top: 0.15rem;
}
.point-dao {
	width: 100%;
	margin-top: 0.45rem;
}
.point-d {
	width: 33.3%;
	text-align: center;
	position: relative;
	height: 0.96rem;
	line-height: 0.96rem;
	color: #ffffff;
	font-size: 0.3rem;
	float: left;
}
.point-d a{
	color: #fff;
}
.point-d::after {
 content: '';
 position: absolute;
 left: 50%;
 bottom: 0;
 border-left: 0.12rem solid transparent;
 border-right: 0.12rem solid transparent;
 border-bottom: 0.15rem solid #fff;
 margin-left: -0.12rem;
 opacity: 0;
}
.point-active::after {
 opacity:1;
}
a.point-a {
	position: absolute;
	right: 0;
	top: 0.4rem;
	padding-right: 0.18rem;
	color: #ffffff;
	font-size: 0.3rem;
}
.point-c{
	display: none;
}
.point-a img {
	width: 0.27rem;
	height: 0.25rem;
	margin-right: 0.05rem;
}
.point-con {
	margin-top: 0.2rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.point-list {
	border-bottom: 1px solid #eee;
	padding: 0.2rem 0;
	overflow: hidden;
}
.point-left {
	float: left;
}
.point-h {
	color: #444444;
	font-size: 0.28rem;
}
.point-p {
	color: #999999;
	font-size: 0.26rem;
	margin-top: 0.1rem;
}
.point-right {
	float: right;
	text-align: right;
	color: #52ba65;
	font-size: 0.3rem;
	padding-top: 0.15rem;
}
.point-list1 .point-right {
	color: #cc3333;
}
.point-exchange {
	border-bottom: 1px solid #eee;
	padding: 0.35rem 0;
	overflow: hidden;
}
.jifen_href{
	display: block;
}
.exchange:first-child {
	padding-top: 0.15rem;
}
.exchange-pic {
	float: left;
	width: 1.24rem;
	height: 1.24rem;
	overflow: hidden;
}
.exchange-pic img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.exchange-text {
	float: right;
	width: 5.5rem;
	padding-top: 0.15rem;
}
.exchange-h {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	font-size: 0.3rem;
}
.exchange-p {
	margin-top: 0.3rem;
	color: #999999;
	font-size: 0.28rem;
}
/*积分兑换*/
.record .point-exchange {
	box-sizing: border-box;
	padding: 0.35rem 0.2rem;
}
.exchange_more{
	width: 100%;
    height: 1.5rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.3rem;
}
.record .exchange-pic {
	width: 1.98rem;
	height: 1.98rem;
}
.record .exchange-text {
	width: 4.8rem;
	padding-top: 0;
}
.record .exchange-h {
	white-space: inherit;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	line-height: 0.48rem;
}
.record .record-p {
	margin-top: 0.3rem;
	overflow: hidden;
}
.record-num {
	float: left;
	line-height: 0.65rem;
	color: #666666;
	font-size: 0.28rem;
}
.record-num span {
	color: #d64b4b;
}
.record-a {
	float: right;
	text-align: center;
	width: 1.75rem;
	height: 0.65rem;
	border-radius: 0.33rem;
	border: solid 1px #d64b4b;
	line-height: 0.65rem;
	color: #d64b4b;
	font-size: 0.28rem;
}
/*打卡签到*/
.sign-banner {
	width: 100%;
	height: 3rem;
	position: relative;
	padding-top: 0.65rem;
	box-sizing: border-box;
}
.sign-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sign-title {
	position: relative;
	z-index: 1;
	text-align:  center;
	color: #fff;
	font-size: 0.24rem;
}
.sign-num {
	position: relative;
	z-index: 1;
	text-align:  center;
	color: #fff;
	font-size: 0.24rem;
	margin-top: 0.4rem;
}
.sign-num span {
	font-size: 0.6rem;
}
.sign-sian {
	width: 2.5rem;
    height: 0.7rem;
    background-color: #d64b4b;
    box-shadow: 0px 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.45rem;
    line-height: 0.7rem;
    text-align: center;
    color: #fff;
    font-size: 0.33rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.sign-con {
	margin-top: 0.43rem;
	padding: 0.35rem 0.2rem 0 0.2rem;
	box-sizing: border-box;
	border-top: 0.12rem solid #f4f4f4;
}
.sign-name {
	color: #444444;
	font-size: 0.28rem;
}
.sign-list {
	margin-top: 0.35rem;
	overflow: hidden;
}
.sign-l {
	width: 1.55rem;
	height: 1.2rem;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	float: left;
	background-color: #f2f2f2;
	border-radius: 0.1rem;
}
.sign-l .pic-box {
	width: 1.55rem;
	height: 1.2rem;
}
.sign-l:nth-child(4n) {
 margin-right: 0;
}
.sign-h {
	color: #666666;
	font-size: 0.22rem;
}
.sign-p {
	color: #666666;
	font-size: 0.18rem;
	margin-top: 0.05rem;
}
.sign-active {
	background-color: #e66a6a;
}
.sign-active .sign-h {
	color: #fff;
}
.sign-active .sign-p {
	color: #fff;
}
.sign-gui {
	box-sizing: border-box;
	padding: 0.35rem 0.2rem;
	border-top: 0.12rem solid #f4f4f4;
	margin-top: 0.39rem;
}
.sign-tip {
	color: #444444;
	font-size: 0.28rem;
}
.sign-tip img {
	width: 0.31rem;
	height: 0.31rem;
}
.sign-text {
	margin-top: 0.3rem;
}
.sign-text div {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #666666;
}
.sign-sian1 {
	background: #bfbfbf;
}
.sign_title{
	width: 100%;
    font-size: 0.33rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333;
    padding-left: 0.2rem;
    margin-left: 0.3rem;
    position: relative;
}
.sign_title::before{
	content: "";
    display: block;
    position: absolute;
    left: -0.05rem;
    top: 0.08rem;
    width: 4px;
    height: 0.35rem;
    border-radius: 0.2rem;
    background: #d64b4b;
}
.sign_list{
	margin-top: 0.3rem;
	text-align: center;
}
.sign_list li{
	display: inline-block;
	margin: 0.2rem;
	position: relative;
}
.sign_list li:nth-child(n+2)::after{
	content: "";
    display: block;
    position: absolute;
    width: 0.3rem;
    height: 1px;
    background: #f1f1f1;
    top: 0.4rem;
    left: -0.4rem;
}
.sign_list .sign_list_active:nth-child(n+2)::after{
	content: "";
    display: block;
    position: absolute;
    width: 0.3rem;
    height: 1px;
    background: #d64b4b;
    top: 0.4rem;
    left: -0.4rem;
}
.sign_list li span{
	display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
	border-radius: 50%;
	background: #f1f1f1;
	color: #666;
    line-height: 0.85rem;
    text-align: center;
    font-size: 0.28rem;
}
.sign_list_active span{
	background: #d64b4b !important;
    color: #fff !important;
}
.sign_list li p{
	margin-top: 0.2rem;
}
.sign_task{
	margin-top: 0.4rem;
    border-top: 0.12rem solid #f4f4f4;
}
.sign_task_title{
	width: 100%;
    font-size: 0.33rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333;
    padding: 0.3rem;
    padding-left: 0.5rem;
    position: relative;
    box-sizing: content-box;
    border-bottom: 1px solid #e5e5e5;
}
.sign_task_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0.25rem;
    top: 0.38rem;
    width: 4px;
    height: 0.35rem;
    border-radius: 0.2rem;
    background: #d64b4b;
}
.myTask_content{
	padding: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
}
.myTask_content_jifen{
	width: 22%;
    display: inline-block;
    line-height: 0.4rem;
}
.myTask_content_jifen img{
	width: 0.4rem;
    float: left;
}
.myTask_content_jifen span{
	font-size: 0.3rem;
    color: #d64b4b;
    margin-left: 0.05rem;
}
.myTask_content_description{
    display: inline-block;
    width: 55%;
}
.myTask_content_description span:nth-child(1){
	font-size: 0.3rem;
    font-weight: bold;
    color: #333;
}
.myTask_content_description span:nth-child(2){
	color: #c7c7c7;
    margin-left: 0.1rem;
    font-size: 0.3rem;
}
.myTask_content_btn{
	display: inline-block;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.45rem;
    text-align: center;
    color: #d64b4b !important;
    border: 1px solid #d64b4b;
    border-radius: 0.4rem;
    cursor: pointer;
}
.myTask_content_btn_active{
	display: inline-block;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.45rem;
    text-align: center;
    border-radius: 0.4rem;
    cursor: pointer;
	border: 1px solid #bfbfbf;
    color: #bfbfbf !important;
}
/*账号管理*/
.account_li {
	border-bottom: 0.15rem solid #f4f4f4;
}
.account_li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.3rem;
	overflow: hidden;
	box-sizing: border-box;
}
.accout_top {
	overflow: hidden;
	margin: 0.25rem 0;
}
.account_left {
	float: left;
	color: #444444;
	font-size: 0.3rem;
}
.account_left span {
	color: #cccccc;
	font-size: 0.26rem;
}
.account_right {
	float: right;
	text-align: right;
	color: #444444;
	font-size: 0.3rem;
}
.account_change {
	display: inline-block;
	font-size: 0.3rem;
}
.account_change img {
	width: 0.12rem;
	height: 0.19rem;
	margin-left: 0.05rem;
}

/*修改密码*/
.changePass {
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.changePass_p {
	position: relative;
	padding-left: 2.27rem;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	/*height: 1rem;*/
	line-height: 1rem;
}
.changePass_label {
	position:  absolute;
	left: 0;
	top: 0;
	width: 2.27rem;
	color: #444444;
	font-size: 0.26rem;
}
.changePass_label span {
	color: #cc3333;
}
.changePass_input {
	width: 100%;
	height: 1rem;
	font-size: 0.28rem;
	color: #444444;
	border: none;
	outline: none;
}
.changePass_input::-webkit-input-placeholder {
	color: #cccccc;
}
.changePass_p1 {
	padding-right: 1.45rem;
}
input.changePass_yan {
	position: absolute;
	right: 0;
	top: 0.24rem;
	width: 1.8rem;
	height: 0.6rem;
	border-radius: 0.05rem;
	border: solid 0.02rem #d64b4b;
	line-height: 0.6rem;
	text-align: center;
	color: #d64b4b;
	font-size: 0.28rem;
	background: none;
	outline: none;
	display: block;
}
/*我的收藏*/
.collect{
	height: 100%;
}
.collect_dao {
	line-height: 0.7rem;
	overflow: hidden;
	border-bottom: 0.12rem solid #f4f4f4;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.collect_a {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	color: #666666;
	font-size: 0.28rem;
}
.collect_active {
	color: #d64b4b;
}
.collect_active::after {
 content: '';
 position:  absolute;
 left: 50%;
 bottom: 0;
 width: 0.64rem;
 height: 0.03rem;
 background-color: #d64b4b;
 border-radius: 0.02rem;
 margin-left: -0.32rem;
}
.collect_content {
	padding: 0 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
	background: #f6f6f6;
	min-height: 100%;
}
.collect_content_con{
	background: #fff;
	display: none;
}
.collect_con1 {
	margin-top: 0.4rem;
}
.collect_content .shop_list {
	/* height: 4.7rem; */
}
#bz-list .shop_list, #biaozhun-list .shop_list{
	height: 5rem;
}
#ts-list .shop_price,#book-list .shop_price{
	float: left;
}
#ts-list .shop_h{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
#jz-list .shop_list,#xb-list .shop_list{
	height: 5.15rem;
}
#ts-list .shop_list{
	height: 5.5rem;
}
/*新闻资讯*/
.news-top {
	border-bottom: 0.12rem solid #f4f4f4;
	line-height: 0.8rem;
	overflow: hidden;
}
.news-dao {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	color: #666666;
	font-size: 0.32rem;
}
.news-dao::after {
 content: '';
 position: absolute;
 left: 50%;
 bottom: 0;
 width: 0.64rem;
 height: 0.02rem;
 background-color: #d64b4b;
 margin-left: -0.32rem;
 opacity: 0;
}
.news-acitve {
	color: #d64b4b;
}
.news-acitve::after {
 opacity: 1;
}
.news .i-news_lis a {
	padding: 0.35rem 0.2rem;
}
.news .i-news_right {
	height: 1.8rem;
}
.news .i-news_p {
	margin-top: 0.15rem;
}
.news-last {
	margin-top: 0.1rem;
    position: absolute;
    bottom: 0.3rem;
    left: 0.2rem;
}
.news-last span {
	color: #999;
    font-size: 0.26rem;
    margin-right: 0.32rem;
    float: left;
}
.shop_c .news-last{
	left: 0;
}
.news-last span img{
	margin-right: 0.1rem;
    float: left;
    margin-top: 0.07rem;
}
.news-last span:nth-child(2) img{
	width: 0.4rem;
}
.news-last span:nth-child(3) img{
	width: 0.33rem;
    margin-top: 0.03rem;
}
.news-last span:nth-child(4) img{
	width: 0.28rem;
    margin-top: 0.04rem;
}
.news-last-author{
	bottom: 0.8rem;
}
.news-c{
	display: none;
}
/*新闻资讯详情*/
.news-title {
	text-align: center;
}
.news-name {
    color: #444444;
    font-size: 0.35rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}
.news-title span {
	color: #999999;
	font-size: 0.28rem;
	margin: 0 0.2rem;
}
.news-main {
	margin-top: 0.4rem;
	position: relative;
}
.news-main table{
	width: 100% !important;
}
.news-main span {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #666666;
}
.news-main img {
	margin: 0.3rem 0;
	display: block;
}
.articleVideo {
    width: 6.7rem;
    height: 3.77rem;
    margin: 0 auto;
}
.news-zan {
	width: 1.76rem;
	height: 0.65rem;
	border-radius: 0.33rem;
	border: solid 1px #999999;
	line-height: 0.65rem;
	text-align: center;
	color: #666666;
	font-size: 0.22rem;
	margin: 0 auto;
	margin-top: 0.35rem;
}
.news-zan img {
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.1rem;
	margin-top: -0.05rem;
}
.news-btn {
	position: absolute;
	right: 0.2rem;
	top: 0.15rem;
	width: 0.82rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	background: url(icon90.png) no-repeat center center;
	background-size: 0.36rem 0.35rem;
}
.news-btn img{
	width: 0.36rem;
	height: 0.35rem;
}
.comment_show1 form {
	width: 100%;
	display: block;
}
.comment_show1 .comment_input {
	width: 7.1rem;
	padding-right: 0.82rem;
	outline: none;
}
/*学知识*/
.article-list a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	padding: 0.4rem 0.2rem 0.3rem 0.2rem;
}
.article-h {
	color: #444444;
	font-size: 0.33rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article-h img {
	width: 0.33rem;
	height: 0.33rem;
}
.article-p {
    font-size: 0.33rem;
    line-height: 0.48rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
}
.article-last {
	margin-top: 0.2rem;
}
.article-span {
	display: inline-block;
    margin-right: 0.49rem;
	line-height: 0.26rem;
	line-height: 0.26rem;
	overflow: hidden;
}
.article-span span {
	color: #999999;
	font-size: 0.26rem;
	vertical-align: bottom;
}
.article-span img {
	width: 0.27rem;
	height: 0.27rem;
	margin-right: 0.15rem;
}
.article-span1 img {
	width: 0.32rem;
	height: auto;
}
/*详情*/
.article-all {
	box-sizing: border-box;
	padding: 0 0.2rem;
	padding-top: 0.32rem;
}
.article-title {
	text-align: center;
}
.LibDetail_download{
    display: block;
    width: 7rem;
    height: 0.9rem;
    background-color: #d64b4b;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.3rem;
    position: fixed;
    bottom: 0.8rem;
    left: 50%;
    margin-left: -3.5rem;
}
.LibDetail_download:link{
	color: #fff !important;
}
.article-name {
    color: #444444;
    font-size: 0.35rem;
    font-weight: bold;
}
.article-date {
	color: #999999;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}
.article-con {
	margin-top: 0.4rem;
}
.news-icon {
	position: absolute;
	right: 0.5rem;
	top: 0.3rem;
	width: 0.09rem;
	height: 0.09rem;
	background-color: #cc3333;
	border-radius: 50%;
}
/*我的消息*/
.notice-list {
	box-sizing: border-box;
	border-bottom: 0.12rem solid #fff;
	padding: 0.3rem 0.2rem;
}
.notice-date {
	color: #999999;
	font-size: 0.28rem;
}
.notice-text {
	font-size: 0.3rem;
	line-height: 0.5rem;
	color: #444444;
	margin-top: 0.15rem;
}
/*私信*/
.letter_list_div {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    border-bottom: 1px solid #eee;
}
.letter-pic {
	float: left;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}
    .letter-pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.letter-text {
	float: left;
	margin-left: 0.38rem;
	width: 3.8rem;
	padding-top: 0.1rem;
}
.letter-h {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	font-size: 0.3rem;
}
.letter-p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999999;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}
.letter-rr {
	float: right;
	text-align: right;
	padding-top: 0.1rem;
}
.letter-date {
	color: #666666;
	font-size: 0.28rem;
}
.letter-num {
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	color: #fff;
	font-size: 0.22rem;
	border-radius: 50%;
	margin-top: 0.2rem;
	background-color: #d64b4b;
}
.letter-icon {
	position: fixed;
	right: 0.2rem;
	bottom: 2rem;
	z-index: 100;
	width: 0.9rem;
	height: 0.9rem;
	box-shadow: 0px 0.05rem 0.15rem 0px  rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
/*弹出框*/
.letter-tan {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 200;
	display: none;
}
.letter-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	opacity: 0;
}
.letter-con {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -100%;
	z-index: 20;
	background: #fff;
	box-sizing: border-box;
	padding: 0 0.2rem;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
}
.letter-title {
	line-height: 0.98rem;
	border-bottom: 1px solid #eee;
	color: #444444;
	font-size: 0.28rem;
	padding-right: 1rem;
}
.letter-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.65rem;
	height: 0.98rem;
	line-height: 0.98rem;
	text-align: center;
}
.letter-close img {
	width: 0.25rem;
	height: 0.25rem;
}
.letter-ul a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.25rem 0;
	border-bottom: 1px solid #eee;
}
.letter-ul .letter-pic {
	width: 0.8rem;
	height: 0.8rem;
}
.letter-ul .letter-text {
	margin-left: 0.33rem;
	padding-top: 0.25rem;
}
.letter-into {
	float: right;
	text-align: right;
	color: #d64b4b;
	font-size: 0.24rem;
	padding-top: 0.28rem;
}
.letter-c {
	max-height: 8rem;
	overflow-y: scroll;
}
/*评论*/
.discuss-date {
	background-color: #f4f4f4;
	line-height: 0.65rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	color: #999999;
	font-size: 0.28rem;
}
.discuss-c {
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.discuss-list {
	padding: 0.2rem 0;
	border-bottom: 1px solid #eee;
	font-size: 0.3rem;
	line-height: 0.5rem;
	color: #666666;
}
.discuss-list span {
	color: #1883b0;
	font-size: 0.3rem;
}
/*点赞*/
.great-list {
	box-sizing: border-box;
	padding: 0.18rem 0.2rem;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.great-list  .notice-date{
	margin: 0 0 0.2rem 0;
}
.great-pic {
	float: left;
	width: 0.54rem;
	height: 0.54rem;
	border-radius: 50%;
}
    .great-pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.great-name {
	margin-left: 0.2rem;
	width: 1.5rem;
	line-height: 0.54rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	font-size: 0.28rem;
	float: left;
}
.great-text {
	float: left;
	width: 4.26rem;
	line-height: 0.54rem;
	color: #999999;
	font-size: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.great-icon {
	float: right;
	width: 0.29rem;
	height: 0.29rem;
	margin-top: -0.5rem;
}
/*我的足迹*/
.footprint {
	background: #f4f4f4;
}
.footprint .footprint-con {
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.footprint .discuss-date {
	padding: 0;
}
.footprint-list {
	overflow: hidden;
	background: #fff;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
}
.footprint-list .submitOrder-pic {
	width: 1.55rem;
	height: 1.55rem;
	overflow: hidden;
}
.submitOrder-pic img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.footprint-list .submitOrder-text {
	width: 4.8rem;
}
.footprint-p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #f29773;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}
.footprint-list .submitOrder-price {
	float: none;
	margin-top: 0.2rem;
}
.footprint-list .i-ke_right {
	width: 4.22rem;
}
.foot-left {
	float: left;
	width: 2.24rem;
	height: 1.52rem;
	background-color: #eeeeee;
	border-radius: 0.05rem;
}
.foot-left img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.foot-right {
	float: right;
	width: 4.1rem;
}
.foot-h {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
	font-size: 0.26rem;
}
.foot-p {
	font-size: 0.22rem;
	line-height: 0.44rem;
	color: #666666;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
/*我要定制*/
.made {
	box-sizing: border-box;
	padding: 0 0.2rem;
	margin-top: 0.43rem;
}
.made-list {
	position: relative;
	height: 0.9rem;
	background-color: #f4f4f4;
	border-radius: 0.05rem;
	line-height: 0.9rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	margin-bottom: 0.3rem;
}
    .made-list::after{
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        opacity: 0;
    }
    .made-label {
        float: left;
        width: 1.6rem;
        color: #444444;
        font-size: 0.3rem;
	}
	.su_span{
		position: absolute;
		left: 0.2rem;
	}
.made-label span {
	color: #cc3333;
}
.made-input {
	float: right;
	text-align: right;
	width: 4.55rem;
	height: 0.9rem;
	font-size: 0.3rem;
	color: #444444;
	border: none;
	background: none;
	outline: none;
}
.made-textarea{
	float: right;
    text-align: left;
    width: 100%;
    height: 100%;
    font-size: 0.3rem;
    color: #444444;
    border: none;
    background: none;
    outline: none;
}
.made-textarea-list{
	height: 2rem;
	padding: 0.2rem;
}
.made-input ::-webkit-input-placeholder {
	color: #cccccc;
}
.made-tip {
	color: #444444;
	font-size: 0.3rem;
}
.made-tip span {
	color: #cc3333;
}
/*发送消息*/
.chat {
	background-color: #efefef;
	box-sizing: border-box;
	padding-top: 0.35rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.chat-date {
	width: 100%;
	text-align: center;
	font-size: 0.22rem;
	color: #666666;
}
.chat-l {
	margin-bottom: 0.35rem;
	overflow: hidden;
}
.chat-pic {
	display: inline-block;
	width: 0.87rem;
	height: 0.87rem;
	border-radius: 50%;
	vertical-align: top;
}
    .chat-pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.chat-text {
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0.12rem 0.36rem 0.12rem 0.26rem;
	box-sizing: border-box;
	max-width: 4.85rem;
	margin-left: 0.24rem;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #444444;
	word-wrap: break-word;
}
.chat-text::after {
 content: '';
 position: absolute;
 top: 0.26rem;
 width: 0;
 height: 0;
 border-top: 0.1rem solid transparent;
 border-bottom: 0.1rem solid transparent;
 border-right: 0.17rem solid #fff;
 left: -0.16rem;
}
.chat-r {
	text-align: right;
}
.chat-r .chat-text {
	text-align: left;
	background-color: #d64b4b;
	color: #fff;
	margin-left: 0;
	margin-right: 0.24rem;
}
.chat-r .chat-text::after {
 border-right: none;
 border-left: 0.17rem solid #d64b4b;
 left: inherit;
 right: -0.16rem;
}
.chat-btn {
	float: right;
	width: 1.03rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	background: url(icon97.png) no-repeat center center;
	background-size: 0.49rem 0.49rem;
	border: none;
}
.chat-btn img {
	width: 0.49rem;
	height: 0.49rem;
}
.chat .comment_input {
	width: 6.25rem;
}
.show {
	display: block;
}
.close {
	display: none;
}
@media screen and (max-width:750px){
	.shop_list{
		margin-right:0.25rem;
	}
}
/*ycy20190613*/
.bbs_pen {
    float: right;
}
.showReply,.hideReply{
	color:#df0024;
	cursor: pointer;
}
/*end*/

/*course*/
.liveList {
    float: none;
    border-bottom: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    margin: 0.1rem 0.37rem 0.1rem 0
}

.courseDesc{
    margin: 0.15rem 0 0.15rem 0.25rem;
}
.cour_name {
    width: 100%;
    height: 0.75rem;
    /* overflow: hidden; */
	margin-top: 0.15rem;
	zoom: 1;
}
.cour_name::after{
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	clear: both;
}

    .cour_name > a {
        /* width: 0.5rem;
        height: 0.5rem; */
		float: left;
		margin-top: 0.05rem;
    }

        .cour_name > a > img {
            width: 0.7rem;
            height: 0.7rem;
            border-radius: 50%;
			vertical-align: middle;
			overflow: hidden;
        }

.lecturer {
    float: left;
    width: 6.2rem;
    margin-left: 0.2rem;
}

    .lecturer > p {
        /*    margin: 0.1rem 0 0.1rem 0;*/
        font-size: 0.16rem;
    }

        .lecturer > p > span {
            margin-right: 0.3rem;
        }

            .lecturer > p > span .spr {
                width: 0.24rem;
                height: 0.24rem;
                margin-right: 0;
            }

            .lecturer > p > span .sx {
                margin-right: 0.02rem;
                background-position: -1.68rem -1.95rem;
            }

            .lecturer > p > span .sha {
                background-position: -1.76rem -1.72rem;
            }

.vid_left {
    float: left;
    width: 5.6rem;
}
.room_left {
    width: 25%;
    float: left;
    text-align: right;
}

.room_right {
    width: 75%;
    float: left;
}

.rec_list {
    border-bottom: 1px solid #eeeeee;
    padding: 0.35rem 0.2rem 0.4rem 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}
.rec_play_icon {
    width: 0.7rem;
    height: 0.7rem;
}
.rec_text {
    width: 4rem;
}
.rec_play_text {
    width: 1.2rem;
}
.course_bg {
    left: 0;
    top: 1rem;
    text-align: center;
    line-height: 1.5rem;
    z-index: 2;
    background-color: #000;
    opacity: 0.9;
    width: 100%;
    height: 2rem;
    position: absolute;
    transition: 1s;
}
.count_down {
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    margin-top: 0.5rem;
    padding: 0 0.2rem;
    position: relative;
}
    .count_down span {
        display: inline-block;
        color: #fff;
        margin: 0.1rem auto;
    }

    .count_down .date-s {
        color: red !important;
    }
.CourseList_active > div {
 color:red;
}

.ML_06 {
    margin-left:0.6rem;
}
    /*end*/
.search_Noresult {
    padding-top: 3.25rem;
    text-align: center;
    padding-bottom: 1rem;
}
.search_NoTop_125{
    padding-top: 1.25rem;
}


/*关于我们*/
.about-top{
	padding: 0 0.2rem;
	padding-top: 0.3rem;
	border-bottom: 0.13rem solid #eee;
	padding-bottom: 0.5rem;
}
.about_joinUs p{
	font-size: 0.3rem;
    color: #444444;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    text-indent: 2em;
}
.about_joinUs{
	margin-bottom: 0.2rem;
}
.about_joinUs a{
	color: #df0024 !important;
}
.about-title{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.15rem;
}
    .about-title h3 {
        font-weight: normal;
        font-size: 0.4rem;
        color: #444444;
        font-weight: bold;
    }
.about-title p{
	font-size: 0.3rem;
	color: #666;
	text-transform: uppercase;
}
.about-lianxi{
	padding: 0 0.2rem;
	margin-top: 0.25rem;
}
.about-lianxi p{
	font-size: 0.3rem;
	color: #666;
	line-height: 0.48rem;
}
.about-video{
	width: 100%;
	height: 4rem;
	background-image: url(http://1256414354.vod2.myqcloud.com/14bebfc2vodgzp1256414354/fbfa5ef…/5285890783666380783.jpg);
	display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
	padding: 0;
}
.about-a{
	text-align: center;
	margin-top: 0.4rem;
}
    .about-a a {
        display: inline-block;
        width: 2.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: left;
        font-size: 0.33rem;
        padding-left: 0.9rem;
        border: 1px solid #e5e5e5;
        border-radius: 0.1rem;
        margin: 0 0.3rem;
    }
.about-a a.about-ke{
	background: url(icon98.png) no-repeat 0.25rem center;
	background-size: 0.35rem 0.36rem;
}
.about-a a.about-tel{
	background: url(icon99.png) no-repeat 0.25rem center;
	background-size: 0.34rem 0.34rem;
}
.about-banner{
	height: 4.9rem;
	position: relative;
	margin-top: 0.6rem;
}
.about-banner .swiper-container{
	height: 4.2rem;
}
.about-banner .swiper-slide{
	height: 1.2rem;
}
.about-pic{
	float: left;
	width: 0.94rem;
	height: 0.94rem;
	border-radius: 50%;
	overflow: hidden;
}
.about-pic img{
	width: 100%;
	height:100%;
	object-fit:cover;
	border-radius: 50%;
}
.about-text{
	float: right;
	width: 2.6rem;
	padding-left: 0.23rem;
	padding-right: 0.15rem;
}
.about-text p{
	font-size: 0.22rem;
	line-height: 0.36rem;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.about-banner .swiper-pagination{
	width: 100%;
	bottom: 0;
	text-align: center;
}
.about-banner .swiper-pagination-bullet{
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 50%;
	margin: 0 0.12rem;
	opacity: 0.5;
	background: #0093b0;
	border: none;
}
.about-banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.about-accout li{
	padding: 0.4rem 0;
	border-bottom: 1px solid #e5e5e5;
}
    .about-accout li p {
        font-size: 0.3rem;
        line-height: 0.44rem;
        color: #444444;
    }
.about-er{
	margin-top: 0.5rem;
	text-align: center;
}
.about-er li{
	display: inline-block;
	margin: 0 0.1rem;
	border: 1px solid #b7db9e;
	padding: 0.05rem;
}
.er-pic {
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
}
.er-pic img{
	width: 100%;
	height: 100%;
}
.er-p {
    text-align: center;
    font-size: 0.28rem;
    color: #444444;
    margin-top: 0.02rem;
}
.er-p img{
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 0.05rem;
	margin-right: 0.02rem;
}
.about-jian{
	width: 100%;
	height: 4.6rem;
	background: url(pic41.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.about-next{
	position: absolute;
	left: 50%;
	bottom: 0.7rem;
	width: 0.5rem;
	height: 0.5rem;
	margin-left: -0.25rem;
	background: url(icon102.png) no-repeat center center;
	background-size: 0.5rem 0.5rem;
}
.about-qiao{
	width: 100%;
	height: 5.2rem;
	background: #d40001;
}
.about-qiao .pic-box{
	width: 7.5rem;
	height: 5.2rem;
	padding: 0.5rem;
}
.about-qiao h3{
	font-size: 0.4rem;
	color: #fff;
}
.about-qiao p{
	font-size: 0.28rem;
	color: #fff;
	margin-top: 0.3rem;
}
.about-history{
	padding: 0 0.2rem;
	margin-top: 0.5rem;
}
.about-tt{
	text-align: center;
}
    .about-tt h3 {
        font-size: 0.4rem;
        color: #444444;
    }
    .about-tt p {
        font-size: 0.3rem;
        color: #444444;
        margin-top: 0.3rem;
        font-weight: bold;
    }
.about-list li{
	padding: 0.4rem 0;
	border-bottom: 1px solid #e5e5e5;
}
    .about-list li h3 {
        font-weight: normal;
        font-size: 0.33rem;
        color: #444444;
    }
    .about-list li p {
        font-size: 0.3rem;
        color: #444444;
        line-height: 0.44rem;
        margin-top: 0.2rem;
    }
@media screen and (max-width:750px){
	.shop_list{
		margin-right:0.2rem;
	}
}
@media screen and (max-width:375px){
	.about-text{
		padding-left: 0.15rem;
	}
}

.wxlogin{
	float: right;
	margin-top: 0.74rem !important;
	width: 45% !important;
}
.register_c::before{
	content:"";
	display: block;
	opacity: 0;
	visibility: hidden;
	clear: both;
}
.Vid_Content {
background-color:#ffffff;
}

.About_phone{
	padding: 10px 20px 10px;
	text-align: left;
	font-size: 0.28rem;
}
.About_tellPhone{
	padding: 20px 20px 10px;
	font-size: 0.28rem;
}
.About_tellPhone_wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.About_tellPhone_input{
	margin-left: 20px;
    width: 87%;
	height: 0.8rem;
	line-height: 0.8rem;
    border: 1px solid #c10728;
	padding-left: 0.2rem;
	outline: none;
}
.About_tellPhone_content{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.95);
	border-radius: 10px;
}
.About_tellPhone_Btn{
	border-top: 1px solid #eee;
	font-size: 0;
	margin-top: 0.4rem;
}
.About_tellPhone_Btn span:nth-child(1){
	color: #999;
}
.About_tellPhone_Btn span:nth-child(2){
	border-left: 1px solid #eee;
}
.About_tellPhone_Btn span{
	display: inline-block;
	height: 44px;
    line-height: 44px;
    color: #007aff;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
	background-color: transparent;
	width: 50%;
	text-align: center;
	zoom: 1;
}
.About_tellPhone_yy{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.About_tellPhone_title{
	padding: 20px 20px 10px;
    margin-bottom: -25px;
	text-align: center;
	font-size: 0.35rem;
    font-weight: 400;
    color: #333;
}

/* 招聘 */
.recruit_main{
	box-sizing: border-box;
    padding: 0.3rem 0.4rem 0.8rem;
}

.recruit_main h1{
	color: #444444;
    font-size: 0.35rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
    text-align: center;
}

.recruit_main p{
	text-align: center;
	font-size: 0.33rem;
	color: #666666;
	line-height: 0.7rem;
}

.recruit_main .recruit_div{
	font-size: 0.33rem;
	color: #666;
	line-height: 0.7rem;
	text-indent: 1.5em;
}

.recruit_main section{
	font-size: 0.33rem;
	color: #666;
	line-height: 0.7rem;
}

.recruit_video{
	width: 100%;
    height: 3.8rem;
    background-image: url(http://1256414354.vod2.myqcloud.com/14bebfc2vodgzp1256414354/fbfa5ef…/5285890783666380783.jpg);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

/* 我的发票lzh2019 */
.fapiao_wrap{
	height: 100%;
}
.navbar{
	height: .9rem !important;
    border-bottom: 1px solid #F2F1F3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
	border-bottom: 1px solid rgb(242, 241, 243);
}
.navbar_left,.navbar_title,.navbar_right{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -ms-flex-align: center;
}
.navbar_left{
	padding-left: .1rem;
    font-size: .24rem;
}
.fapiao_leftimg{
	width: 0.5rem;
	margin-bottom: 0.05rem;
}
.fapiao_rightimg{
	width: 0.5rem;
	float: right;
	margin-top: 0.2rem;
}
.fapiao_second_leftimg{
	width: 0.4rem;
	margin-left: 0.05rem;
    margin-bottom: 0.01rem;
}
.fapiao_list{
	border-top: 1px solid #f2f1f3;
}
.fapiao_list ul li{
	height: 0.9rem;
    line-height: 0.9rem;
	margin: 0 0.3rem;
	border-bottom: 1px solid #f2f1f3;
	color: #363951;
	font-size: 0.33rem;
}
.fapiao_first_span{
	margin-left: 0.15rem;
}
.fapiao_second_span{
	margin-left: 0.2rem;
}

.fapiao_navbar{
	padding: 0 0.2rem;
    overflow: hidden;
	text-align: center;
	font-size: 0.33rem;
	height: 0.9rem;
    line-height: 0.9rem;
}
.fapiao_navbar span{
	float: left;
	display: block;
	width: 50%;
	position: relative;
}
.fapiao_active{
	color: #df0024;
}
.fapiao_active::after {
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.46rem;
    height: 0.03rem;
    background-color: #df0024;
    margin-left: -0.23rem;
}
.fapiao_noapply,.fapiao_apply{
	padding-bottom: 1rem;
}
.fapiao_noapply ul li,.fapiao_apply ul li{
	overflow: hidden;
	padding: 0.4rem 0.2rem;
	border-bottom: 1px solid #eee;
}
.fapiao_check {
	width: 10%;
	float: left;
	height: 2.5rem;
    background: url(icon55.png) no-repeat left center;
    background-size: 0.4rem 0.4rem;
}
.fapiao_checked{
	position: relative;
	width: 10%;
	float: left;
	height: 2.5rem;
}
.fapiao_checked::after{
	content: '';
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0.05rem;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-top: -0.2rem;
    margin-left: 0;
}
.fapiao_noapply_right{
	float: left;
	font-size: 0.33rem;
	width: 90%;
	line-height: 0.5rem;
}
.fapiao_noapplybottom{
	position: fixed;
	left: 0;
	bottom: 1rem;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	padding: 0 0.2rem;
	background-color: #fff;
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: row;
}
.fapiao_noapplybtn_icon{
	width: 1.3rem;
	height: 100%;
}
.fapiao_allselect{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(icon55.png) no-repeat left center;
	background-size: 0.4rem 0.4rem;
	padding-left: 0.6rem;
    font-size: 0.3rem;
    color: #666666;
}
.fapiao_allselect_checked {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 0.6rem;
    font-size: 0.3rem;
    color: #666666;
}
.fapiao_allselect_checked::after{
	content: '';
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0.05rem;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-top: -0.2rem;
}
.fapiao_noapplybtn a{
	text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    margin-right: 0.2rem;
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #d64b4b;
	border-radius: 0.35rem;
	color: #ffffff;
    font-size: 0.28rem;
}

.fapiao_apply{
	display: none;
}
.fapiao_apply .fapiao_check{
	height: 3rem;
}
.fapiao_xiazai{
	text-align: right;
	padding-right: 0.2rem;
}
.fapiao_xiazai a{
	color: #df0024;
}
.fapiao_applybottom{
	position: fixed;
    bottom: 1rem;
    left: 5%;
    width: 90%;
    height: 0.9rem;
    background-color: #d64b4b;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.05rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
}
.fapiao_applybottom a{
	color: #fff;
}
.noapplyfapiao_select{
	font-size: 0.33rem;
	margin-top: 0.2rem;
	padding: 0.1rem 0.2rem 0.2rem;
    border-bottom: 1px solid #eee;
}
.noapplyfapiao_select select{
	font-size: 0.33rem;
    width: 3rem;
    border: 1px solid #999;
	height: 0.7rem;
	padding-left: 0.2rem;
	background: #fff;
}
.noapplyfapiao_select div{
	margin-top: 0.1rem;
}

/* 课堂 */
.livedetail_laud_user{
	border-bottom: 0.12rem solid #f4f4f4;
    padding: 0 0.2rem 0.2rem 0.2rem;
}
.livedetail_laud_user > p{
	color: #666666;
    font-size: 0.32rem;
    position: relative;
    background: #fff;
    height: 0.9rem;
    line-height: 0.9rem;
    display: inline-block;
}
.livedetail_user{
	overflow: hidden;
}
.livedetail_user li{
	width: 1.2rem;
    text-align: center;
    box-sizing: content-box;
    display: inline-block;
    margin: 0.08rem;
}
.livedetail_user li img{
	width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.livedetail_user li p{
	margin-top: 0.1rem;
    font-size: 0.28rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topic_content_wrap{
	padding: 0.3rem 0.2rem 0.4rem;
    border-bottom: 1px solid #f4f4f4;
}
.topic_content_header{
	width: 100%;
    height: 1rem;
    overflow: hidden;
}
.topic_content_header > a{
	float: left;
}

.topic_content_header > a img{
	width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.topic_content_user{
    padding-left: 1rem;
}
.topic_content_user p{
	font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .topic_content_user p span {
        color: #df0024;
    }
.topic_content_user span{
    font-size: 0.28rem;
    margin-top: 0.05rem;
    display: inline-block;
}
.topic_content_user span a{
	color: #20c2d6;
}
.topic_content_circle span{
	display: inline-block;
    height: 0.45rem;
    background-color: #f8e7e7;
    border-radius: 0.2rem;
    line-height: 0.48rem;
    padding: 0 0.18rem;
    color: #444444;
    font-size: 0.28rem;
    margin-right: 0.15rem;
}
.topic_content_summary {
    font-size: 0.3rem;
    color: #666;
    padding-left: 1rem;
    text-align: justify;
}
    .topic_content_summary a {
        /*color: #333333;*/ /*ycy0930*/
    }
.topic_content_views {
    padding-left: 1rem;
    margin-top: 0.3rem;
    overflow: hidden;
}
.topic_content_views > span:nth-child(1){
	color: #999;
    font-size: 0.28rem;
}
.topic_content_views > span:nth-child(2){
	color: #999;
    font-size: 0.28rem;
    float: right;
    overflow: hidden;
}
.topic_content_circle_views{
	text-align: center;
}
.topic_content_circle_views > span:nth-child(1){
	float: left;
}
.topic_content_views > span:nth-child(2) img{
	margin-right: 0.15rem;
    float: left;
    margin-top: 0.05rem;
}
.topic_content_laud {
    overflow: hidden;
    font-size: 0.28rem;
    color: #999;
    padding: 0.1rem 0.2rem;
    box-sizing: content-box;
    margin-left: 1rem;
    background: #f4f4f4;
    margin-top: 0.1rem;
}
.topic_content_laud div{
	float: left;
}
.topic_content_laud div img{
    width: 0.45rem;
}
.topic_content_laud p{
	font-size: 0.28rem;
    color: #999;
    padding-left: 0.6rem;
	line-height: 0.5rem;
	word-break: break-all;
}
.topic_content_laud p a{
	color: #999999;
}
.topic_content_laud p span{
	height: 0.5rem;
    display: inline-block;
}

/* 帖子详情页 */
.topic_detail_line{
	text-align: center;
    margin-top: 0.4rem;
}
.topic_detail_line span{
	display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    line-height: 1rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #df0024;
    position: relative;
    zoom: 1;
    cursor: pointer;
}
.topic_detail_line span img{
	width: 0.4rem;
    float: left;
    margin-top: 0.27rem;
    margin-left: 0.12rem;
}
.topic_detail_line span::after{
	content: "";
    display: block;
    width: 4.15rem;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    right: -4.35rem;
    top: 0.5rem;
}
.topic_detail_line span::before{
	content: "";
    display: block;
    width: 4.15rem;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: -4.35rem;
    top: 0.5rem;
    clear: both;
}
.topic_detail_laud_username {
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
}
.topic_detail_laud_username li {
    text-align: center;
    width: 0.8rem;
    float: left;
    padding-bottom: 0.2rem;
    margin: 0.05rem;
}
.topic_detail_laud_username li img {
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
}
.topic_detail_laud_username li p {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 我的私信 */
.myletter_wrap{
	width: 100%;
}
.myLetter_list{
	padding: 0.3rem 0.5rem 0.1rem 0.3rem;
    border-bottom: 1px solid #eee;
}
.myLetter_user{
	overflow: hidden;
}
.myLetter_user img{
	float: left;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.myLetter_user p{
	margin-top: 0.25rem;
    padding-left: 1rem;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
}
.myLetter_summary{
	font-size: 0.3rem;
    color: #666;
    padding-left: 0.9rem;
    line-height: 0.5rem;
}
.myLetter_user_action{
	font-size: 0.28rem;
    color: #999;
    padding-left: 0.9rem;
    margin-top: 0.1rem;
}
.myLetter_user_show{
	float: right;
    padding-left: 0.5rem;
    background: url(/static/m/images/letterreply.png) no-repeat;
    background-size: 0.4rem;
    background-position: left center;
}
.myLetter_user_hide{
	float: right;
    padding-left: 0.5rem;
    background: url(/static/m/images/letterreply.png) no-repeat;
    background-size: 0.4rem;
	background-position: left center;
	display: none;
}
.myLetter_reply_list{
	margin-left: 0.9rem;
    margin-top: 0.1rem;
	padding-top: 0.2rem;
	border-top: 1px solid #ececec;
	display: none;
}
.myLetter_reply_user img{
	float: left;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.myLetter_reply_user div{
	position: relative;
	margin-left: 1rem;
    padding: 0.1rem 0.2rem;
    border: 1px solid #ececec;
    font-size: 0.3rem;
    color: #666;
    line-height: 0.5rem;
	border-radius: 6px;
}
/* .myLetter_reply_user div::before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0.8rem solid transparent;
	border-bottom: 0.8rem solid transparent;
	border-right: 1rem solid #ececec;

} */
.myLetter_reply_user span{
	display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
	border-right: 0.15rem solid #ececec;
	position: absolute;
    left: -0.15rem;
    top: 0.15rem;
}
.myLetter_reply_user span::before{
	content: "";
    position: absolute;
    right: -0.14rem;
    width: 0;
    height: 0;
    top: -0.09rem;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-right: 0.1rem solid #fff;
}
.myLetter_accept_user span{
	display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
	border-left: 0.15rem solid #ececec;
	position: absolute;
    right: -0.15rem;
    top: 0.15rem;
}
.myLetter_accept_user span::after{
	content: "";
    position: absolute;
    left: -0.15rem;
    width: 0;
    height: 0;
    top: -0.12rem;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-left: 0.1rem solid #fff;
}
.myLetter_reply_user p{
    text-align: center;
    font-size: 0.28rem;
    color: #999;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.myLetter_accept_user img{
	float: right;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.myLetter_accept_user div{
	position: relative;
	margin-right: 1rem;
    padding: 0.1rem 0.2rem;
    border: 1px solid #ececec;
    font-size: 0.3rem;
    color: #666;
    line-height: 0.5rem;
    border-radius: 6px;
}
.myLetter_accept_user p{
    text-align: center;
    font-size: 0.28rem;
    color: #999;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.myletter_form,.myletter_form_second{
	width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
	border-top: 1px solid #eeeeee;
	display: none;
}
.myletter_yin{
	padding: 0.15rem 0.2rem;
    box-sizing: border-box;
}
.myletter_top{
	height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
}
.myletter_left{
	float: left;
    width: 50%;
    font-size: 0.28rem;
    color: #444444;
    box-sizing: border-box;
}
.myletter_right,.myletter_form_second_right{
	float: right;
    width: 50%;
    height: 100%;
    text-align: right;
    font-size: 0.28rem;
    color: #df0024;
}
.myletter_area,.myletter_form_second_area{
	width: 100%;
    box-sizing: border-box;
    padding: 0.15rem;
    color: #444444;
    font-size: 0.28rem;
    height: 1.5rem;
    background: #f4f4f4;
    border-radius: 0.1rem;
    margin-top: 0.1rem;
	border: none;
	outline: none;
}
.myletter_yinying{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.disDetails_zhu em {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
}

/*课程投稿*/
.applyLesson_wrap {
	padding: 1.2rem 0.6rem 1rem;
	height: 100%;
}
.applyLesson_wrap_img {
	margin: 0 auto;
	width: 100%;
}
.applyLesson_wrap_pp {
	margin-top: 0.3rem;
	color: #333;
	font-size: 0.32rem;
	line-height: 0.5rem;
	text-align: justify;
}

/*网络研讨会*/
.i-ke_left .live_tag {
    height: 0.4rem;
    line-height: 0.4rem;
    margin-left: 48%;
    padding-left: 0.2rem;
    color: var(--white);
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
}
    .i-ke_left .live_tag.blue {
        background-color: var(--dark_blue);
        margin-left: 39%;
    }

    .i-ke_left .live_tag.red {
        background-color: var(--default_red);
    }

    .i-ke_left .live_tag.green {
        background-color: var(--dark_green);
    }


.comment_recommand_wrap {
	border-bottom: 0.12rem solid #f4f4f4;
}

.recommand_content_wrap {
	margin-top: 0.4rem;
	border-top: 1px solid #eee;
}
.recommand_content_wrap p {
	text-align: justify;
	font-size: 0.33rem;
	color: #666666;
	line-height: 0.5rem;
	margin: 0.4rem 0.2rem;
	font-weight: bold;
}

.recommand_content_list {
	text-align: justify;
	font-size: 0.33rem;
	line-height: 0.5rem;
	display: block;
	color: #666666 !important;
	margin: 0.25rem 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}