@charset "utf-8";

body {
	line-height: 1.6;
	font-family: -apple-system-font, "Helvetica Neue", sans-serif;
	font-size: 0.28rem;
	color: #333;
}

input {
	border: 0;
	outline: 0;
}

.card-top img {
	/* vertical-align: bottom||top||text-bottom;
	display:block; */
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

ol,
ul {
	list-style: none
}

i {
	font-style: normal;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}

.mt1 {
	margin-top: 0.1rem;
}

.mt2 {
	margin-top: 0.2rem;
}

.mt3 {
	margin-top: 0.3rem;
}

.mt4 {
	margin-top: 0.4rem;
}

.mt5 {
	margin-top: 0.5rem;
}

.mt6 {
	margin-top: 0.6rem;
}

.mt7 {
	margin-top: 0.7rem;
}

.pt1 {
	padding-top: 0.1rem;
}

.pt2 {
	padding-top: 0.2rem;
}

.pt3 {
	padding-top: 0.3rem;
}

.pt4 {
	padding-top: 0.4rem;
}

.pt5 {
	padding-top: 0.5rem;
}

.pt6 {
	padding-top: 0.6rem;
}

.pt7 {
	padding-top: 0.7rem;
}

.bg-fd {
	/* background: #f5f5f5; */
}

/* 头部 */
.top-card {
	background: #fff;
	padding: 0 20px;
	height: .88rem;
}

.top-card h4 {
	flex: 1;
	text-align: center;
	font-size: 0.36rem;
	line-height: .88rem;
	font-weight: normal;
}

.return {
	margin: .3rem 0 0 1%;
}

.return img {
	width: .2rem;
	height: 0.3rem;
	display: block;
}

.rig {
	line-height: .88rem;
}

.rig a {
	font-size: 0.3rem;
	color: #666;
	display: block;
}

/* 顶部固定 */
.ban-bgt {
	position: fixed;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
}

.ban-bgt {
	padding: 0.15rem;
	background: #fff;
	color: #333;
}
.b-lef img{
	width: 1.4rem;
}

.inp-tel-int input {
	width: 66%;
}

.r-login a {
	margin-top: 0.15rem;
    display: inline-block;
}

.null-empt {
	height:0.8rem;
}

/* 搜索 */
.serch {
	margin-top: 0.3rem;
	padding: 0 0.2rem;
}

.serch-all {
	justify-content: center;
}

.inp {
	line-height: 0.8rem;
    border: 0.01rem solid #d5d5d5;
    width: 80%;
    background: #fff;
}

.inp input {
	width: 100%;
	background: none;
	text-indent: 8px;
}

.sz {
	line-height: 0.8rem;
	background: #D9534F;
	color: #fff;
	padding: 0 0.2rem;
	border: 0.01rem solid #D9534F;
}

.s-m img {
	width: 0.4rem;
	height: 0.4rem;
	margin-top: 0.22rem;
	margin-right: 0.1rem;
	margin-left: 0.2rem;
}




/* 首页 */
.banne {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 0.2rem;
}

.banne ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
}

.banne ul li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	position: relative;
}

.banne ul li img {
	width: 100%;
}

.banne .cirl {
	position: absolute;
	bottom: .2rem;
	text-align: center;
	width: 100%;
	left: 0;
}

.current {
	color: #f8b62d;
}


/* 开通会员 */
 /*开通会员、获取优惠券*/
 .ktBoxWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin: 0.25rem; */
	background: #fff;
    padding: 0.2rem 0.25rem;
}

.ktBoxWrap .ktList {
	background: #fff;
	border: 0.02rem solid #eee;
	padding: 0.15rem 0.2rem;
	width: 42%;
	position: relative;
	border-radius: 0.1rem;
}

.ktBoxWrap .ktList img {
	width: 1rem;
	/* height: 1.6rem; */
	display: block;
	position: absolute;
	left: 0.1rem;
	top: 0.05rem;
}
.ktLeftTxt{
	padding-left:1.1rem;
}


.ktBoxWrap .ktList a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ktBoxWrap .ktList a h2 {
	font-size: 0.3rem;
	font-weight: 600;
}

.ktBoxWrap .ktList a p {
	font-size: 0.22rem;
	color: #666;
	margin-top: 0.1rem;
}

.ktBoxWrap .ktList.kt_hyList {
	background: linear-gradient(to right, rgba(232, 252, 250, 0.8), rgba(255, 255, 255, 0.8));
	border: 0.01rem solid rgba(232, 252, 250, 1);
}

.ktBoxWrap .ktList.kt_yhList {
	background: linear-gradient(to right, rgba(255, 250, 229, 0.8), rgba(255, 255, 255, 0.2));
	border: 0.01rem solid rgba(255, 235, 168, 0.5);
}


/* 通知公告 */
.noteBd {
	background: #f3f3f3;
	padding: 0.1rem;
	/* margin-top: 0.2rem; */
}

.v-sst {
	margin: 0.15rem;
	justify-content: space-between;
	align-items: center;
}

.v-icon img {
	width: 0.4rem;
	height: 0.4rem;
}

.a-cont {
	flex: 1;
	margin-left: 0.25rem;
	font-size: 0.3rem;
}



/* footer */
.null-box {
	height: 1.2rem;
}



.tp-ind {
	border-bottom: 0.01rem solid #f5f5f5;
	padding-bottom: 0.2rem;
}

/* .im img{
	vertical-align: bottom||top||text-bottom;
	display:block;
} */
.banne img {
	width: 7.5rem;
	height: 3.8rem;
}

.ic-g img {
	width: 0.9rem;
	margin: auto;
}


.icon-all ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.icon-all ul li p {
	margin-top: 0.1rem;
	font-size: 0.26rem;
}

.icon-all {
	padding: 0.2rem;
}



/* 列表 */
.hot-all {
	padding: 0.2rem;
}

.shu {
	width: 0.1rem;
	height: 0.42rem;
	background: #c59a6d;
	margin-right: 0.1rem;
}

.a-cent {
	align-items: center;
}

.hot-tit h3 {
	font-weight: normal;
}

.tit-lef {
	flex: 1;
}

.mor {
	font-size: 0.24rem;
}

.adver-wz {
	margin-left: 0.2rem;
}

.adver-wz h2 {
	font-size: 0.3rem;
	line-height: 0.42rem;
	overflow: hidden;
}

.adver-slt img {
	width: 3.2rem;
	height: 1.2rem;
	object-fit: cover;
}

.date {
	margin-top: 0.2rem;
	color: #323232;
	opacity: 0.47;
	font-size: 0.24rem;
}

.adver-list {
	margin-top: 0.2rem;
	padding: 0.2rem;
	border-bottom: 0.01rem solid #ddd;
}

.adver-list a {
	width: 100%;
}


.pubLeftIcon ul li {
	background: url(../../images/mini/docx.png) left 0.3rem no-repeat;
    background-size: 0.5rem 0.5rem;
    padding-left: 0.5rem;
}
.adver_Bd ul li:last-child{
	border-bottom:none;
}

.moreBtn{
	text-align: center;
	margin-top:0.4rem;
}
.moreBtn a{
	background: url(../../images/mini/rightJan.png) right 0.05rem no-repeat;
    background-size: 0.16rem 0.27rem;
    padding-right: 0.3rem;
}


.noticeBox .pubLeftIcon ul li{
	background:none;
	padding-left:0rem;
}




/* 底部 */
.bottomBd{
	background:#eee;
	padding:0.2rem 0.3rem;
	color:#333;
	margin-top: 0.5rem;
}
.cpt{
	font-size:0.24rem;
	color: #888;
	text-align: center;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}
.footKind ul {
	flex-wrap:wrap;
	justify-content: center;
}

.footKind ul li{
	font-size:0.26rem;
	margin:0.2rem 0.25rem;
}



/* 底部 */
.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
.fx-bot {
	height: 1rem;
	background: #c59a6d;
	line-height: 1rem;
	border-radius: 3rem;
	margin: 0 0.3rem;
}

.fx-bot p {
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
}

.fx-bot p span {
	font-size: 0.28rem;
	color: #333;
}

.fx-bot p span i {
	text-decoration: line-through;
}

.g-ict img {
	width: 0.4rem;
	height: 0.4rem;
	margin: auto;
}

.foot {
	height: 1rem;
	background: #fff;
	line-height: 1rem;
	padding-top: 0.2rem;
}

.grid-list {
	flex: 1;
	align-items: center;
	justify-content: center;
	line-height: 0.55rem;
}

.grid-list p {
	text-align: center;
}

.red {
	color: #D9534F;
}


/* 搜索页面 */
.kindAll{
	padding: 0 0.2rem;
	margin-top: 0.2rem;
}
.kindUl{
    display:flex;
    align-items:center;
	flex-wrap: wrap;
}
.kindUl li{
    padding: 0.1rem 0.2rem;
    background: rgba(217, 83, 79, 0.1);
    color: #D9534F;
    border-radius: 4px;
    margin: 0.1rem;
    cursor: pointer;
    font-size: 0.26rem;
}
.kindUl li.active{
    background:#D9534F;
    color:#fff;
}

.pagePage {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap; /* 确保不换行 */
	width: 100%; /* 或者指定一个足够的宽度 */
	box-sizing: border-box; /* 确保 padding 和 border 包含在 width 内 */
}

.pagePage a {
	height: 0.5rem;
	line-height: 0.5rem;
	border: 0.01rem solid #ddd;
	color: #333;
	font-size: 0.26rem;
	padding: 0.1rem 0.15rem;
	margin: 0 0.03rem;
	box-sizing: border-box; /* 确保 padding 和 border 包含在元素宽度内 */
}

.pagePage span {
    height: 0.5rem;
    line-height: 0.5rem;
    border: 0.01rem solid #ddd;
    color: #333;
    background-color: #D9534F;
    font-size: 0.26rem;
    padding: 0.1rem 0.15rem;
    margin: 0 0.03rem;
    box-sizing: border-box; /* 确保 padding 和 border 包含在元素宽度内 */
}



/* 范文大全 */
.ban-ny img {
	width: 100%;
}

.ny-topic b {
	font-size: 0.3rem;
	font-weight: normal;
	color: #333;
}

.home p {
	font-size: 0.28rem;
	color: #fff;
}

.rgt-fx {
	position: fixed;
	right: 0;
	bottom: 0.5rem;
	z-index: 99;
}

.home {
	opacity: 0.78;
	border-radius: 2rem;
	background: #000000;
	padding: 0.1rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 0.2rem;
}

.hm img {
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.1rem;
}

.ny-slt img {
	width: 1.4rem;
	height: 0.9rem;
}

.adv-tit {
	flex: 1;
	margin-left: 0.3rem;
	margin-right: 0.1rem;
}

.adv-tit h2 {
	font-size: 0.3rem;
	height: 0.88rem;
	line-height: 0.42rem;
	overflow: hidden;
	font-weight: normal;
}

.dat-no {
	margin-top: 0;
}

.ppt-all {
	margin-top: 0.2rem;
}

.ppt_Bd ul li {
	width: 50%;
	float: left;
}

.ppt_Bd ul li .ppt-list {
	margin: 10px;
}

.ppt-bot p {
	flex: 1;
	color: #323232;
	opacity: 0.47;
}

.ppt-list h3 {
	height: 0.9rem;
	overflow: hidden;
	font-weight: normal;
	font-size: 0.28rem;
}

.ppt-bot {
	margin-top: 0.05rem;
}

 .single{
    color: #D9534F;
    display: inline-block;
    border:0.01rem solid #d9534f;
    width:0.6rem;
    height: 0.34rem;
    line-height:0.34rem;
    text-align: center;
    border-top-left-radius:0.15rem;
    border-bottom-right-radius:0.15rem;
    font-size:0.24rem;
}


/* 面包屑导航 */
.location {
    font-size: 0.26rem;
    line-height:0.5rem;
    display:flex;
	padding: 0.2rem 0.3rem;
	padding-top: 0.3rem;
	border-bottom: 0.01rem solid #d9d9d9;
}
.location strong{
    margin-right:0.1rem;
    letter-spacing:1px;
}
.location a{
    margin:0 0.1rem;
}


/* 翻页 */
.pageBox{
	margin-top: 0.5rem;
}
.pageBox ul{
	display: flex;
	justify-content: center;
}
.pageBox ul li a{
	height:0.5rem;
	line-height:0.5rem;
	border:0.01rem solid #ddd;
	color:#333;
	font-size:0.26rem;
	padding: 0.1rem 0.15rem;
	margin: 0 0.03rem;
}
.pageBox ul li.pageActive a{
	background:#D9534F;
	color:#fff;
}


/* 关于我们 */
.aboutFx{
	position: fixed;
	top:0rem;
}
.nav-pill{
	margin-top:2.4rem;
}

.navUl{
	position: fixed;
    background: #fff;
}
.nav-pill ul{
	flex-wrap:wrap;
	padding: 0 0.3rem;
}
.nav-pill ul li{
	width: 24%;
    text-align: center;
	margin: 0.15rem 0rem;
	line-height: 0.6rem;
}
.navUl li.active{
	background:#D9534F;

}
.navUl li.active a{
	color:#fff;
}
.aboutBd{
	padding:0.2rem 0.3rem;
	padding-top: 2rem;
}
.about_Txt p{
	line-height:1.8;
	padding:0.2rem 0rem;
}




/* 分类 */
.topLogo img{
	width: 2rem;
    margin: 0.2rem auto;
}
.wenku-wrap{
	margin-top: 0.4rem;
}

.panel{
	padding: 0.2rem 0.3rem;
}
.panel-head{
	font-weight:bolder;
	color:#333;
}
.panel-body ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.panel-body ul li {
	font-size:0.28rem;
	border-bottom: 0.01rem solid #f4f4f4;
    width: 48%;
    background-color: #f3f3f3;
    border-radius:0.1rem;
    margin-top: 0.2rem;
}
.panel-body ul li a{
	line-height: 0.7rem;
    display: block;
    color: #333333;
    padding-left: 0.4rem;
}


/* 会员 */
.kthy-wrap{
	padding:0.2rem 0.3rem;
}

.hy-title{
    text-align: center;
    margin-top:0.3rem;
    margin-bottom:0.3rem;
}
.hy-title h2{
	font-size:0.36rem;
}
.hy-title p{
    color:#777;
    margin-top:0.2rem;
	font-size:0.26rem;
}


.hyKind{
	margin-top: 0.6rem;
    margin-bottom: 0.8rem;
}
.hyKind ul{
    display:flex;
    align-items:center;
    justify-content:space-between;
	overflow-x: auto;
}

.hyKind ul li{
    width:280px;
    background:#fff;
    box-shadow:0 2px 8px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius:16px;
    padding-bottom:40px;
	margin-right: 0.2rem;
}

.ht{
    line-height:60px;
    background:#68718C;
    color:#fff;
    border-top-left-radius:16px;
    border-top-right-radius:16px;
    font-weight:700;
}

.priceIntro{
    margin-top:48px;
    position:relative;
	padding: 0 0.5rem;
}
.priceIntro p{
    font-size: 0.26rem;
    background: #e8e8e8;
    width: 1.8rem;
    margin: auto;
    line-height: 0.6rem;
    border-radius: 1rem;
    color: #666;
}
.priceIntro b{
    font-size:0.6rem;
    font-weight:700;
}
.priceIntro b span{
    font-size:0.28rem;
    font-weight:normal;
}
.recom{
    position: absolute;
	right: 0.3rem;
    top: -0.1rem;
}
.recom img{
    width:0.5rem;
}

.priceTxt{
    margin-top:0.6rem;
	font-size: 0.28rem;
}
.priceTxt .before{
    text-decoration: line-through;
}

.hyKind ul li .openV{
	display: block;
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #68718C;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
}
.hyKind ul li .ht{
	font-size:0.36rem;
}

.hyKind ul li.active .ht{
    background:#D9534F;
}
.hyKind ul li.active .openV{
    background:#D9534F;
}


.hyIntro{
    box-shadow:0 2px 8px 2px rgba(0, 0, 0, 0.05);
    padding:0.2rem 0.3rem;
    border-radius:16px;
    padding-bottom:40px;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.hyShu {
    width:100%;
    margin-bottom: 30px;
}
.hyShu h2{
    color: #D9534F;
    font-size: 0.32rem;
    padding: 0.2rem 0rem;
    padding-bottom: 0.2rem;
}
.hyShu ul{
    padding-left:20px;
    color:#555;
}
.hyShu ul li{
    list-style-type:disc;
    padding: 0.1rem 0rem;
	font-size: 0.28rem;
}


/* 登录注册 */
.contBox{
	padding:0.5rem 0.3rem;
}

.pubLogCon .publabel1 {
    display: block;
    width: 100%;
    padding: 40px 40px 30px 40px;
}
.publabel1 .formList{
	margin-bottom:0.4rem;
}
.publabel1 p {
    margin-bottom: 0.1rem;
    color: #333333;
	font-weight: bolder;
}

.publabel1 input {
    width:98%;
    line-height: 0.65rem;
    background: #FFFFFF;
    border: 0.01rem solid #DADDE4;
    border-radius: 0.1rem;
	text-indent: 0.3rem;
    margin-bottom: 0.2rem;
}

.pubLogMsg {
    position: relative;
    margin-bottom: 0.2rem;
	display: flex;

}

.pubLogMsg input {
    margin-bottom: 0px;
    padding-right: 55px;
	width:auto;
	flex:1;
}

.pubLogMsg .getMsCodeBtn{
	margin-left:0.2rem;

}
.pubLogMsg .getMsCode {
    line-height: 0.65rem;
    background: none;
    border: 0.01rem solid #D9534F;
    color: #fff;
    background: #D9534F;
	border-radius: 0.1rem;
	padding: 0 0.2rem;
}

.publabel1 .submit {
    width: 100%;
}

.publabel1 .pubPromptBtnBox {
    padding: 0px;
	margin-top: 0.8rem;
}

.pubPromptBtnBox {
    padding: 0px 40px 50px 40px;
}
.pubPromptBtnBox .submit {
    line-height: 0.8rem;
    background:#D9534F;
    box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 47, 113, 0.15);
    border-radius: 0.1rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.knowTip{
	margin-top:0.2rem;
	font-size:0.24rem;
	color:#999;
}
.formTab{

}


/* 文章详情 */

.articleBox{
    padding: 0.2rem 0.3rem;
    /* box-shadow: 0 6px 6px 3px rgba(0, 0, 0, 0.03); */
    margin-bottom: 0.2rem;
}
.articleBox .txt-title{
    text-align: center;
    margin: 0.2rem 0;
    font-weight: 700;
    line-height: 0.5rem;
    font-size: 0.34rem;
}

.detailTxt{
    margin-top: 0.2rem;
}
.detailTxt p{
    font-size: 0.28rem;
    line-height: 1.8;
    text-indent: 0.6rem;
    text-align: left;
    color: #333;
    padding: 0.2rem 0;
}

/* 添加表格样式以确保表格能正常显示 */
.detailTxt table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.2rem 0;
}

.detailTxt table td,
.detailTxt table th {
    border: 0.01rem solid #ddd;
    padding: 0.16rem;
    text-align: left;
}

.detailTxt table th {
    background-color: #f2f2f2;
}

.boxIntro {
    display:flex;
    align-items:center;
    margin-top:0.3rem;
    justify-content: center;
}
.boxIntro p{
    font-size:0.24rem;
    color:#999;
    color:#333;
    padding-left:0.4rem;
}
.boxIntro p.see{
    border-right:0.01rem solid #999;
    padding-right:0.3rem;
    margin-right: 0.3rem;
    background:url(../../images/mini/seeIcon.png)left center no-repeat;
    background-size:0.35rem 0.35rem;
}
.boxIntro p.time{
    background:url(../../images/mini/timeIcon.png)left center no-repeat;
    background-size:0.35rem 0.35rem;
}


.artRight{
    width:300px;
}

.anBottom{
    border-bottom: 0.01rem solid #FD3028;
    margin-top: 0.36rem;
    position:relative;
}

.downBox{
    display:flex;
    align-items:center;
    margin-top:50px;
    margin-bottom:30px;
    justify-content:space-between;
}
.downBox ul{
    display:flex;
    align-items:center;
}
.downBox ul li{
    display:flex;
    align-items: center;
    margin-right:0.4rem;
	font-size: 0.26rem;
}
.downBox ul li:last-child{
	margin-right:0rem;
}
.downBox ul li p{
    margin-left: 0.1rem;
}
.downBox ul li p span{
    display:block;
}
.downBox ul li button{
    border:none;
    background:none;
	cursor: pointer;
}
.downBox ul li button img{
    width:0.8rem;
}


/* 文章解锁 */
.lock{
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0rem 0.4rem;
    text-align: center;
    font-weight: 700;
    background: #D9534F;
    color: #fff;
    border-radius: 0.1rem;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
.hyFree {
    margin-top:0.6rem;
	width: 100%;
    text-align: center;
}
.hyFree .butest{
    font-weight:700;
    border-radius:0.1rem;
    color:#fff;
    height:0.7rem;
    line-height:0.7rem;
    margin:0.1rem 0.2rem;
    border: none;
}
.hyFree .hyTip{
    background:#D9534F;
    padding:0 0.3rem;
    color:#fff;
}
.hyFree .payGreen{
    background:#5CB85C;
    padding:0 0.3rem;
}

.downLoad{
	display:block;
    width:1.6rem;
    height:0.6rem;
    line-height:0.6rem;
    background:#5D98FF;
    text-align: center;
    color:#fff;
    border-radius:0.1rem;
}
.downBoxUp{
	display:block;
}
.downBoxUp .downLoad{
	margin-top: 0.4rem;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}


/* 相关文章 */
.relateArt {
	padding:0.3rem;
	padding-top: 0rem;
}
.pubTitle_shu h2{
	color:#D9534F;
	font-size:0.32rem;
}

.relateArt .contWrap{
	margin-top:0.2rem;
}
.relateArt .contWrap li{
	padding: 0.2rem 0rem;
    border-bottom: 0.01rem solid #ededed;
}

.relateArt .contWrap li:last-child{
	border-bottom:none;
}
.relateArt .contWrap li a{
	/* white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
	display:block; */
}




/* 热门专题 */
.hotImgBox ul{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
	justify-content: space-between;
}
.hotImgBox ul li{
    width:48%;
}
.hotImgBox ul li a{
    padding:0.1rem;
    padding-top:0rem;
}
.hotImgBox ul li h2{
    font-size:0.32rem;
    font-weight:700;
    padding:0.2rem;
    text-align: center;
    letter-spacing:1px;
}
.hotImgBox ul li a img{
    width:100%;
}


/* 个人中心 */
.tp-per {
	background: linear-gradient(to top right, #fdb0ad, #D9534F);
	height: 2.2rem;
	padding: 0.3rem;
	padding-top: 0.5rem;
}

.tp-tx img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 3rem;
}

.per-wz {
	flex: 1;
	margin-left: 0.2rem;
	margin-right: 0.25rem;
	color: #fff;
}
.per-wz .score strong{
	font-size:0.36rem;
}

.a-inf img {
	width: 0.4rem;
	height: 0.4rem;
}

.tp-pat {
	width: 100%;
}

.per-wz b {
	font-weight: normal;
	font-size: 0.32rem;
	width: 4rem;
	display: block;
}
.per-wz  p{
	font-size:0.28rem;
}

.per-wz b span {
	font-size: 0.3rem;
}

.ellip {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.vp-wz {
	color: #D9534F;
	flex: 1;
}
.vp-wz .no_hy{
	color:#333;
	font-size: 0.32rem;
}

.wh-md {
	background: #fff;
	margin: 0.3rem;
	padding: 0.2rem 0.3rem;
	position: relative;
	border-radius: 0.1rem;
	box-shadow: 0 0.04rem 0.08rem #ddd;
	margin-top: -0.5rem;
}

.vp-a {
	display: block;
	padding: 0 0.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background:#D9534F;
	color: #fff;
	border-radius: 0.1rem;
}

.vp-wz b {
	font-size: 0.36rem;
}

.vp-wz b span {
	font-size: 0.3rem;
	font-weight: normal;
}

.my-sy {
	margin: 0.3rem;
}

.my-sy-tp {
	background: #e5c277;
	padding: 0.15rem 0.3rem;
	font-size: 0.32rem;
	color: #fff;
	border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem;
}

.my-sy-tp span {
	font-size: 0.28rem;
	margin-left: 0.1rem;
}

.ic-p img {
	width: 0.9rem;
	height: 0.9rem;
}

.my-sy-md {
	background: #fff;
	padding: 0.3rem;
	box-shadow: 0 0.04rem 0.08rem #ddd;
	border-bottom-left-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}

.md-ic {
	margin-right: 0.5rem;
}

.md-ic:last-child {
	margin-right: 0;
}

.md-ic p {
	font-size: 0.26rem;
	margin-top: 0.1rem;
}

.per-item-all {
	margin: 0.3rem;
}

.item-ic img {
	width: 0.42rem;
	height: 0.42rem;
}

.per-item-all ul li {
	padding: 0.2rem 0;
	border-bottom: 0.01rem solid #ededed;
}

.per-item b {
	font-weight: normal;
	font-size: 0.3rem;
	flex: 1;
	margin-left: 0.15rem;
}

.jt img {
	width: 0.3rem;
}
.equit{
	width: 100%;
    margin-top: 0.4rem;
    line-height: 0.75rem;
    border: none;
    background: #ebebeb;
    font-size: 0.3rem;
    border-radius: 0.1rem;
}


/* 个人中心-会员开通 */
.hyPart{
	padding:0 0.3rem;
}
.hyKind{
    margin-top:40px;
}

.hyKind ul{
    display:flex;
	flex-wrap: wrap;
    align-items:center;
    justify-content:space-between;
}
.hyKind ul li{
    width: 47%;
    background:#fff;
    box-shadow:0 2px 8px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius:0.2rem;
    padding-bottom:0.2rem;
	margin-bottom:0.3rem;
	margin-right:0rem;
	cursor: pointer;
	overflow:hidden;
}

.hyKind ul li .ht{
    line-height:60px;
    background:#68718C;
    color:#fff;
	border-radius:0rem;
    font-weight:700;
}
.hyKind ul li.selectActive{
	border:3px solid #D9534F;
}


.priceIntro{
    margin-top: 0.4rem;
    position:relative;
}
.priceIntro p{
    font-size:14px;
    background: #e8e8e8;
    width: 110px;
    margin: auto;
    line-height: 30px;
    border-radius: 100px;
    color:#666;
}
.priceIntro b{
    font-size:36px;
    font-weight:700;
}
.priceIntro b span{
    font-size:16px;
    font-weight:normal;
}
.recom{
    position: absolute;
    right: 27px;
    top: -20px;
}
.recom img{
    width:32px;
}

.priceTxt{
    margin-top: 0.5rem;
}

.priceTxt .before{
    text-decoration: line-through;
}

.hyKind ul li .openV{
    width:146px;
    height:46px;
    line-height:46px;
    background:#68718C;
    color:#fff;
    text-align: center;
    border-radius:100px;
    margin:0 auto;
    margin-top:30px;
    font-size:18px;
}

.hyKind ul li.selectActive .ht{
    background:#D9534F;
}
.hyKind ul li.selectActive .openV{
    background:#D9534F;
}
.hyKind ul li:hover{
	border:3px solid #D9534F;
}
.hyKind ul li:hover .ht{
    background:#D9534F;
}
.hyKind ul li:hover .openV{
    background:#D9534F;
}



/* 选择优惠券 */
.choseBox{
	margin-top:30px;
}
.choseBox .topic{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid #ededed;
	margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
}
.topic a{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.topic img{
	width:12px;
}
.topic .nomalTitle{
	border-bottom:none;
	flex:1;
}

.yhInt ul li{
	border: 2px solid #f5f5f5;
	padding: 10px 20px;
	margin:10px 0px;
	cursor: pointer;
}
.yhInt ul li h4{
	font-size: 20px;
	font-weight: 600;
}
.yhInt ul li p{
	margin-top:6px;
}
.yhInt ul li.choseActive{
	border: 2px solid #D9534F;
	background:url(../../images/mini/selectBot.png) right bottom no-repeat;
	background-size:40px 40px;
}

/* 选择优惠券弹框 */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	}
	.modal-content {
	position:relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding:0.3rem;
	border-radius: 0.15rem;
	border: 1px solid #888;
	width: 80%;
	animation-name: slideIn; /*添加动画名称*/
	animation-duration: 0.5s; /*设置动画持续时间*/
	}
	@keyframes slideIn { /*定义动画样式*/
	from {top: -300px; opacity: 0} /*开始状态*/
	to {top: 0; opacity: 1} /*结束状态*/
	}
	.close {
	color: #aaa;
	position:absolute;
	right:0.3rem;
	top:0rem;
	font-size: 28px;
	font-weight: bold;
	}
	.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
	}
	.modal-content .publabel{
		margin-top:0.6rem;
	}

.publabel .topInt{
    border-bottom:0.01rem dashed #d0d0d0;
	padding-bottom: 0.1rem;
}
.topInt p .numberTxt{
    font-size:0.26rem;
    font-weight:600;
}
.introTat{
    margin-top: 0.3rem;
    color:#666;
}
.introTat h3{
    font-weight:600;
}
.introTat p{
    margin-top:0.15rem;
}
.formTab{
    margin-top:0.4rem;
}
.formTab .formList{
    display:flex;
    align-items: center;
    margin-top: 0.15rem;
}
.formTab .formList h4{
    width: 38%;
    margin-right: 0.15rem;
}
.formTab .formList h4 span{
    color:#D9534F;
}
.formTab .formList input{
    height:0.6rem;
    line-height:0.6rem;
    border:0.01rem solid #ededed;
    text-indent:0.2rem;
    width:100%;
}

.btnBat{
    display:flex;
    align-items: center;
    margin-top:0.4rem;
}
.btnBat a{
    width:1.5rem;
    height:0.6rem;
    line-height:0.6rem;
    border-radius:0.1rem;
    background:#ededed;
    text-align: center;
   margin-right:0.2rem;
}

.btnBat a.sure{
    background:#D9534F;
    color:#fff;
}




/* 订单确认 */
.orderSure{
    margin-top:0.3rem;
	margin-bottom:0.3rem;
}
.orderSure .orderWrap{
    padding-top: 0.2rem;
}
.orderSure .title{
	border-bottom:0.01rem solid #ededed;
	font-size: 0.28rem;
    text-align: left;
    padding: 0.2rem 0 !important;
}
.payTxt{
	flex:1;
}
.payTxt p{
    font-size:0.3rem;
    color:#333;
}
.payTxt_wz{
	margin-right:0.3rem;
}
.payTxt_wz p{
	margin-top:0.2rem;
}
.payTxt_wz .payPrice{
	font-size:0.4rem;
	font-weight: 600;
}
.payTxt_wz .red{
	color: #D9534F;
}
.payErm{
	margin-top:0.4rem;
}
.payErm img{
    display:block;
	width: 3rem;
    height: 3rem;
	margin:auto;
}
.payErm p{
	text-align:center;
	font-size:0.26rem;
}


.smTit{
    margin-top:0.1rem;
}
.priceInfo{
    display:flex;
    align-items:baseline;
    margin-top: 0.15rem;
}
.priceInfo .price{
    font-size:0.3rem;
    color:#D9534F;
    font-weight:600;
    margin-right: 0.2rem;
}
.priceInfo .price span{
    font-size:0.36rem;
}
.enterOrder{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #FA8C16;
    border-radius: 0.1rem;
    border: none;
    margin-top: 0.3rem;
    color: #fff;
    cursor: pointer;
	font-size: 0.32rem;
}





/* 我的优惠券 */
.yhjBox ul li{
    padding:0.2rem 0rem;
    border-bottom:0.01rem dashed rgba(0, 0, 0, 0.05);
	background: #f7f7f7;
	padding:0.25rem;
}
.yhjBox ul li:last-child{
    border-bottom:none;
}
.yhjBox ul li h4{
	font-size: 0.36rem;
	font-weight:600;
}
.yhjBox ul li p{
    margin-top: 0.15rem;
}
.yhjBox ul li p .priceTat{
	font-size: 0.36rem;
    font-weight:600;
}

.give_box ul li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
.giveBtn{
	font-size:0.26rem;
	width:1.2rem;
	height:0.5rem;
	line-height:0.5rem;
	border:1px solid #555;
	padding:0 0.1rem;
	text-align: center;
	border-radius:0.1rem;
	color:#555;
}
.give_box ul li:hover .giveBtn{
	background:#D9534F;
	color:#fff;
	border:none;
}





/* 我的收藏 */
.starBox{
	padding:0.3rem;
}
.starBox .nyList ul li {
    position: relative;
    display: flex;
	margin-bottom: 0.3rem;
	padding-left: 0.6rem;
	background: url(../../images/mini/docx.png) left 0rem no-repeat;
	overflow:hidden;
	border-bottom:0.01rem solid #ededed;
	padding-bottom:0.2rem;
	padding-left:0rem;
	background:none;
	align-items: flex-start;
}
.starBox .nyList ul li:last-child{
	border-bottom:none;
}
.starBox .nyList ul li .titleName{
	background: url(../../images/mini/docx.png) left 0.1rem no-repeat;
	background-size: 20px 20px;
	padding-left: 0.5rem;
	margin-left: 0.1rem;
}
.starBox .nyList ul li .titleName .title{
	padding-left:0px;
}
.starBox .pubList input{
	margin-top:0.15rem;
}

.starBox .del{
    background: url(../../images/mini/del.png) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 0.4rem;
	display:block;
	margin-top:0.2rem;
	float:right;
}

.starBox .pubList .del:hover{
    color:#D9534F;
    background: url(../../images/mini/delRed.png) left center no-repeat;
    background-size: 20px 20px;
}

.choseAll{
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	font-size:16px;
}


/* 我的订单 */
.orderBox ul li{
	background:none;
}

/* 我的投稿 */
.postBox{
	width:100%;
}
.postHead{
    background:linear-gradient(to left, rgba(217, 83, 79, 1), rgba(217, 83, 79, 0.8));
    padding: 0.4rem 0.3rem;
    position:relative;
    color: #fff;
}
.topFex{
	display: flex;
	align-items: center;
	justify-content: space-between;
 }
 .centCont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:0.3rem;
 }

.postHead h3{
	text-align:left;
	font-size: 0.34rem;
}

.centCont h4{
    font-size: 0.96rem;
    color:#fff;
}
.centCont .withDraw{
	display: block;
    width: 1.6rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 0.01rem solid #fff;
    border-radius: 0.1rem;
	text-align: center;
}
.centCont p{
    color:#fff;
    margin-top:0.2rem;
}
.postTwo{
	position:relative;
	padding:0.2rem;
}
.solve {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    color: #D9534F;
    font-weight: 600;
    font-size: 0.32rem;
}
.recordTxt{
	color:#fff;
}
.overTab{
	overflow-x: scroll;
}
/* .rightBar{
    position:absolute;
    right:0.2rem;
    top:0.2rem;
    display:flex;
    align-items: center;
} */
.rightBar a{
    display:inline-block;
    font-size: 0.26rem;
    margin:0 0.2rem;
	color: #fff;
}


.postArt{
    margin-top:0.3rem;
	padding: 0 0.2rem;
	overflow:hidden;
}

.postArt table .head{
    margin-bottom:20px;
}
.postArt table th{
    text-align:left;
	padding: 0.2rem;
	border:0.01rem solid #ddd;
}
.postArt table td{
	width:100%;
	text-align:left;
	padding: 0.1rem;
	width:16%;
	border:0.01rem solid #ddd;
	font-size:0.26rem;
}
.postArt table td:first-child{
	width:50%;
}
.postArt table td:nth-child(3){
	width:10%;
}
.postArt table td:last-child{
	width:25%;
}


/* 我要投稿 */
.writeBd{
    padding: 0.2rem 0.3rem;
	text-align: left;
}
.contPart .title{
	font-size: 0.28rem;
    text-align: left;
    padding: 0.3rem;
}
.contPart .smTip{
    color: #D9534F;
    font-size:0.26rem;
}
.post-list input{
    border: 0.01rem solid #ededed;
    width: 100%;
    height: 40px;
    margin-top: 0.2rem;
    text-indent: 0.15rem;
    border-radius: 0.1rem;
}
.post-list h3,.upDownTxt h3{
    font-size: 0.28rem;
}
.upDownTxt{
    margin-top:0.3rem;
    margin-bottom:0.2rem;
}
.upInput{
    margin-top:0.2rem;
}
.btnBottom{
	margin-top:0.3rem;
    margin-bottom:0.2rem;
}
.btnBottom .subSure{
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #D9534F;
    border-radius: 0.1rem;
    color: #fff;
    border: none;
    cursor: pointer;
}
.btnBottom p{
    color:#D9534F;
    font-size:0.26rem;
    margin-top:0.2rem;
}


/* 提现记录 */
.moneyBox table{
   width:100%;
}

.moneyBox table th{
    width:25%;
}
.moneyBox table td{
	width:25%;
}
.moneyBox  table td:first-child {
    width: 32%;
}
