@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: inherit!important;
}

body {
	height: 100vh;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
	text-align: left;
	position: relative;
	line-height: 20px;
	overflow-x: hidden;
}

img {
	border: 0;
	position: relative;
	max-width: 100%;
}

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div,
ul,
dl,
dd,
dt,
li,
td,
tr,
table,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	word-wrap: break-word;
	position: relative;
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

header,
footer,
nav,
section,
article,
menu,
aside {
	display: block;
	position: relative;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	text-align: left;
}

input {
	font-family: "微软雅黑";
}

input:focus {
	outline: none;
}

input.sub {
	cursor: pointer;
	background: none;
	border: none;
	-webkit-appearance: none;
}

input.text {
	background: none;
	border: none;
}

/* common main */
.red,
a.red {
	color: #f26c6d;
}

.white,
a.white {
	color: #fff;
}

.c0 {
	color: #000;
}

.c3 {
	color: #333;
}

.c6 {
	color: #666;
}

.c7 {
	color: #777;
}

.c9 {
	color: #999;
}

.fc {
	color: #c55560;
}

.fs08 {
	font-size: 0.8em;
}

.fs09 {
	font-size: 0.9em;
}

.fs10 {
	font-size: 1em;
}

.fs11 {
	font-size: 1.1em;
}

.fs12 {
	font-size: 1.2em;
}

.fs13 {
	font-size: 1.3em;
}

.fs14 {
	font-size: 1.4em;
}

.fs15 {
	font-size: 1.5em;
}

.fs16 {
	font-size: 1.6em;
}

.fs17 {
	font-size: 1.7em;
}

.fs18 {
	font-size: 1.8em;
}

.fw-b {
	font-weight: bold;
}

.fw400 {
	font-weight: 400;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh25 {
	line-height: 25px;
}

.lh30 {
	line-height: 30px;
}

.lh35 {
	line-height: 35px;
}

.lh40 {
	line-height: 40px;
}

.unl {
	text-decoration: underline;
}

.ta-l {
	text-align: left;
}

.ta-c {
	text-align: center;
}

.ta-r {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.va-m {
	vertical-align: middle;
}

.va-t {
	vertical-align: top;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.oh {
	overflow: hidden;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inblock {
	display: inline-block;
}

.pointer {
	cursor: pointer;
}

.w100 {
	width: 100%;
}

.w130 {
	width: 130px;
}

.h5 {
	height: 5px;
}

.h10 {
	height: 10px;
}

.h15 {
	height: 15px;
}

.h20 {
	height: 20px;
}

.h25 {
	height: 25px;
}

.h30 {
	height: 30px;
}

.h40 {
	height: 40px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h70 {
	height: 70px;
}

.h100 {
	height: 100%;
}

.ma2 {
	margin: 2px;
}

.ma5 {
	margin: 5px;
}

.ma10 {
	margin: 10px;
}

.ma15 {
	margin: 15px;
}

.ma20 {
	margin: 20px;
}

.pa2 {
	padding: 2px;
}

.pa5 {
	padding: 5px;
}

.pa10 {
	padding: 10px;
}

.pa15 {
	padding: 15px;
}

.pa20 {
	padding: 20px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pt2 {
	padding-top: 2px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.mga {
	margin-left: auto;
	margin-right: auto;
}

.main {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.center {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.mainbox {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
}

.absolute-r {
	position: absolute;
	left: auto;
	right: 0;
}

.absolute-l {
	position: absolute;
	left: 0;
	right: auto;
}

.comtab {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* JS相关 */
#box {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#box img {
	width: 100%;
}

#sum {
	width: 99999px;
	position: relative;
	top: 0;
	left: 0;
}

#sum li {
	float: left;
	width: 300px;
}

#num {
	display: none;
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 20px;
	text-align: center;
	bottom: 10px;
	left: 0;
}

#num a {
	margin: 0 3px;
	display: inline-block;
	background: url(about:blank);
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.4;
	border-radius: 50%;
}

#num a.sel {
	opacity: 0.9;
}

/* 详细样式 */
.indexhead {
	z-index: 99;
	width: 100%;
	height: 50px;
	background: url(../../img/static/images/red_bg.png) repeat;
	position: fixed;
	left: 0;
	top: 0;
}

.indexmore {
	display: block;
	width: 96%;
	background: #eee;
	color: #888;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 40px;
	text-align: center;
}

.new-comhead-wrap {
	z-index: 99;
	width: 100%;
	background: #FFFFFF;
	height: 45px;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #f8f8f8;
}

.new-comhead-wrap p {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1em;
}

.new-comhead-wrap a {
	z-index: 5;
	position: absolute;
	color: #fff;
	font-size: 0.8em;
	height: 100%;
	display: flex;
	align-items: center;
}

.new-comhead-wrap .a1 {
	left: 2%;
}

.new-comhead-wrap .a2 {
	right: 2%;
}

.new-comhead-wrap a img {
	height: 21px;
}

.comhead p {
	text-align: center;
	line-height: 45px;
	font-size: 1.1em;
	color: #fff;
}

.comhead {
	z-index: 99;
	width: 100%;
	background: #c55560;
	height: 45px;
	position: fixed;
	left: 0;
	top: 0;
}

.comhead p {
	text-align: center;
	line-height: 45px;
	font-size: 1.1em;
	color: #fff;
}

.comhead a.a1,
.comhead a.a2,
.comhead a.a3,
.comhead a.a4 {
	z-index: 5;
	position: absolute;
	left: 3%;
	top: 13px;
	color: #fff;
	font-size: 0.8em;
}

.comhead a.a2 {
	top: 16px;
}

.comhead a.a3 {
	left: auto;
	right: 3%;
	top: 16px;
}

.comhead a.a4 {
	left: auto;
	right: 3%;
}

.comhead a.a5 {
	display: inline-block;
	position: absolute;
	left: 3%;
	top: 17px;
	font-size: 0.9em;
	color: #777;
	padding-left: 18px;
	background: url(../../img/static/images/personalapp/step.png) no-repeat left center;
	background-size: auto 17px;
}

.foottab {
	display: table;
	table-layout: fixed;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.foottab nav {
	display: table-row;
}

.foottab a {
	background: #fff;
	border-top: 2px solid #aeaaa8;
	display: table-cell;
	text-align: center;
}

.foottab a.a1 {
	width: 50%;
	height: auto;
	font-size: 0.9em;
	border-left: 1px solid #ccc;
}

.foottab a img {
	height: 25px;
}

.foottab p {
	margin-top: 5px;
	font-size: 0.8em;
	color: #898989;
}

.foottab .num {
	position: absolute;
	left: 50%;
	top: 0px;
}

.foottab .num b {
	position: absolute;
	left: 8px;
	color: #fff;
	background: #cc4f59;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 0.7em;
	font-weight: 400;
	text-align: center;
	display: block;
	border-radius: 50%;
}

.foottab a.sel div {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
}

.foottab a.sel p {
	z-index: 10;
	position: absolute;
	left: -30px;
	top: -22px;
	width: 60px;
	height: 50px;
	padding-top: 10px;
	border-radius: 50%;
	background: #f1f0ef;
	box-shadow: 0px -2px 2px #aaa;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.tablefixed {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.tablefixed nav,
.tablefixed menu {
	display: table-row;
}

.tablefixed a {
	display: table-cell;
}

.listhead {
	z-index: 99;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.listhead a {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #333;
	line-height: 40px;
	color: #fff;
	font-size: 1em;
	text-align: center;
}

.listhead a.sel {
	background: #d8505c;
}

.listtop {
	width: 100%;
}

.listtop th {
	font-size: 0.8em;
	color: #999;
	text-align: center;
	font-weight: 400;
	background: #fff;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.listtop td {
	background: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.searchbox {
	width: 68%;
	padding: 0 15%;
	float: right;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 33px;
	line-height: 33px;
}

.searchbox a {
	position: absolute;
	left: 5px;
	top: 6px;
	z-index: 5;
}

.searchbox .text {
	width: 100%;
	height: 33px;
	line-height: 33px;
}

.searchbox .sub {
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(../../img/static/images/part_ico02.png) no-repeat center center;
	background-size: 20px;
	right: 0px;
	top: 0px;
	z-index: 5;
}

#listleft {
	float: left;
	overflow: auto;
	width: 30%;
}

#listright {
	float: right;
	overflow: auto;
	width: 70%;
}

.prolist {
	display: block;
	width: 94%;
	padding: 10px 3%;
	border-bottom: 1px solid #ccc;
}

.prolist a.a1 {
	float: left;
	display: block;
	width: 30%;
}

.prolist p {
	font-size: 0.8em;
	line-height: 16px;
	float: right;
	width: 68%;
}

.prolist p.lh20 {
	line-height: 20px;
}

.prolist a.a2 {
	position: absolute;
	right: 3%;
	color: #888;
	padding: 0 15px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.prolist a.a2sel {
	background: url(../../img/static/images/ch.png) no-repeat right bottom;
	background-size: 10px;
	color: #d8505c;
	border: 1px solid #d8505c;
}

.prolist .text {
	width: 40%;
	margin-right: 5px;
	font-size: 0.8em;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	text-align: center;
	color: #d8505c;
	border: 1px solid #ccc;
}

.myheader {
	display: block;
	width: 100%;
	text-align: center;
	background: #e9e9e9;
}

.myheader p {
	color: #888;
	text-align: center;
	padding: 100px 0 30px;
	background: url(../../img/static/images/add.png) no-repeat center 30px;
	background-size: auto 50px;
}

.whitebg {
	background: #fff;
}

.greybg {
	background: #e9e9e9;
}

.productlist {
	display: block;
	width: 94%;
	padding: 10px 3%;
	border-bottom: 1px solid #ccc;
	background: #fefefe;
}

.productlist img {
	float: left;
	display: block;
	width: 29%;
}

.productlist p {
	line-height: 18px;
	float: right;
	width: 68%;
}

.productlist p.lh20 {
	line-height: 20px;
}

.countcheck {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #cf5863;
	border-radius: 3px;
	overflow: hidden;
	height: 30px;
	display: none;
}

.countcheck .tablefixed {
	left: -1px;
	width: 101%;
}

.countcheck a {
	font-size: 0.9em;
	color: #cf5863;
	line-height: 30px;
	text-align: center;
	border-left: 1px solid #cf5863;
	border-right: 1px solid #cf5863;
}

.countcheck a.sel {
	background: #cf5863;
	color: #fff;
}

.countcheck a b {
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
	min-width: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	height: 20px;
	font-size: 0.7em;
	color: #fff;
	border-radius: 50%;
	background: #cf5863;
	padding: 0 2px;
}

.countcheck a.sel b {
	display: none;
}

.countlist {
	width: 100%;
	margin: 15px 0 0;
	background: #fff;
	padding-bottom: 10px;
}

.countlist h3 {
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	font-size: 0.9em;
	color: #333;
	margin-bottom: 5px;
	text-indent: 5px;
}

.countlist h3 .sp1 {
	position: absolute;
	right: 3%;
	font-size: 0.8em;
	color: #cf5863;
}

.countlist h3 a {
	position: absolute;
	right: 3%;
	top: 7px;
}

.countlist p {
	padding: 2px 0;
	width: 94%;
	margin: 0 auto;
	font-size: 0.8em;
}

.countlist a.a1 {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0 5px;
	color: #999;
	white-space: nowrap;
	border-radius: 2px;
}

.prolist .num {}

.prolist .num a.a4,
.prolist .num a.a5 {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.5em;
	border-radius: 2px 0 0 2px;
	border: 1px solid #ccc;
}

.prolist .num a.a5 {
	border-radius: 0 2px 2px 0;
}

.prolist .num .text2 {
	width: 40px;
	line-height: 30px;
	text-align: center;
	float: right;
	height: 30px;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
}

.prolist .num .sp01 {
	display: block;
	width: 45%;
	float: left;
}

.prolist .num .sp01 b {
	display: block;
	font-weight: 400;
	font-size: 0.7em;
	color: #999;
}

.prolist .num .sp01 b.red {
	color: #d8505c;
}

.prolist .text3 {
	width: 40px;
	color: #f26c6d;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
	border: 1px solid #ddd;
}

input.redbtn {
	background: #cf5a63;
	color: #fff;
	font-size: 1em;
	width: 85%;
	display: block;
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
}

.loginimg {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.loginimg img {
	max-width: 100%;
	height: 120px;
}

.texttab {
	display: table;
	width: 85%;
	position: relative;
}

.texttab menu {
	display: table-row;
}

.texttab .texttab-li {
	vertical-align: middle;
	height: 40px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
}

.texttab .texttab-li.tit01 {
	background: #fff url(../../img/static/images/login1.png) no-repeat center center;
	background-size: 20px;
	width: 35px;
}

.texttab .texttab-li.tit02 {
	background: #fff url(../../img/static/images/login2.png) no-repeat center center;
	background-size: 20px;
	width: 35px;
}

.texttab .text {
	width: 88%;
	height: 41px;
	text-indent: 1em;
	line-height: 41px;
}
.texttab .textarea-text {
	    width: 92%;
	    border: none;
	    padding: 10px 10px;
	    min-height: 30px;
}


.register {
	margin-bottom: 15px;
}

.register .texttab-li {
	border: 1px solid #ddd;
}

.register .texttab-li.tit03 {
	text-align: center;
	color: #888;
	/* font-size: 0.8em; */
	font-size: 0.8em!important;
	/* font-size: 12px!important; */
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 70px;
}

.register .texttab-li.tit03 span {
	display: block;
	line-height: 20px;
	border-right: 1px solid #ddd;
}

.register .texttab-li.li01 {
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.register .texttab-li.li01 input {
	font-size: 0.8em;
	color: #515151;
}

.register .texttab-li.li01 a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-indent: 1em;
	font-size: 0.9em;
	background: url(../../img/static/images/arrow03.png) no-repeat 97% center;
	background-size: 8px;
}

.logincheck {
	width: 85%;
	margin: 10px auto 30px;
	font-size: 0.9em;
}

.logincheck a {
	color: #999;
}

.logincheck a.a1 {
	padding-left: 20px;
	background: url(../../img/static/images/check02.png) no-repeat left center;
	background-size: 15px;
	display: inline-block;
}

.proinfo p {
	font-size: 0.9em;
	float: none;
	width: 100%;
}

.proinfo .num .sp01 {
	text-align: left;
}

.probox a {
	text-align: center;
	line-height: 35px;
	color: #555;
	font-size: 0.9em;
	border: 1px solid #ccc;
}

.proout {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.probox a.sel {
	color: #fff;
	background: #f26a6a;
}

#listsum,
#listsum li {
	width: 100%;
}

#listsum li {
	left: 0;
	top: 0;
}

.windark {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/static/images/darkbg.png) repeat;
	z-index: 199;
}

.promptwin {
	background: #ebeced;
	width: 90%;
	margin: 30% auto 0;
	border-radius: 5px;
}

.promptwin h2 {
	font-size: 1em;
	text-align: center;
	padding: 15px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	color: #666;
}

.promptwin .btn a {
	display: inline-block;
	width: 35%;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 0.9em;
	border-radius: 3px;
	line-height: 30px;
}

.promptwin .btn a.a1 {
	color: #fff;
	background: #d05862;
}

.promptwin input.text {
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 70%;
	display: block;
	line-height: 35px;
	height: 35px;
}

.prolist .num .noprobtn {
	display: block;
	width: 40%;
	float: right;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	color: #999;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
}

.prolist .num .noprobtnsel {
	border: 1px solid #d8505c;
	color: #d8505c;
	background: url(../../img/static/images/ch.png) no-repeat right bottom;
	background-size: 15px;
}

.promptwin .btn {
	width: 70%;
	margin: 0 auto;
}

#indexhead {
	z-index: 99;
}

.prolist span.sp1 {
	position: absolute;
	right: 3%;
	top: 70px;
}

.prolist p.p1 {
	height: 32px;
	overflow: hidden;
}

.prolist02 {
	width: 46%;
	padding: 10px 2%;
	float: left;
	border: none;
}

.prolist02 a.a1 {
	float: none;
	width: 100%;
	text-align: center;
}

.prolist02 p {
	float: none;
	width: 100%;
}

.prolist02 p.p2 {
	display: none;
}

.prolist02 span.sp1 {
	position: relative;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	font-size: 0.9em;
	margin-top: 5px;
}

.prolist02 p.p1 {
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
}

.prolist02 p.red {
	height: 14px;
	overflow: hidden;
}

.backtop {
	position: fixed;
	z-index: 99;
	right: 2%;
	bottom: 110px;
}

.countlist h3 span.sp2 {
	position: absolute;
	right: 3%;
	top: 0;
	font-size: 0.9em;
	color: #999;
}

.countlist h4.zd {
	font-weight: 400;
	font-size: 0.8em;
	margin-left: 3%;
	width: 97%;
	line-height: 30px;
	border-bottom: 1px solid #f26c6d;
}

.countlist h4.zd span {
	position: absolute;
	right: 3%;
	top: 0;
	color: #f26c6d;
}

.countlist h4.zd span a {
	color: #f26c6d;
}

.countlist hr {
	margin-top: 10px;
}

.paybox {
	width: 100%;
	background: #fff;
}

.paybox a {
	display: block;
	width: 78%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	padding: 10px 2% 10px 20%;
}

.paybox img {
	position: absolute;
	left: 2%;
	top: 10px;
}

.loginname {
	position: absolute;
	top: 60px;
	left: 3%;
	color: #fff;
	z-index: 10;
}

.prolist .num .sp06 {
	display: block;
	width: 40%;
	float: left;
}

.gift_edit {
	font-size: 12px;
}

.gift_edit .gift {
	float: none !important;
	border-right: 1px !important;
	border-left: 1px !important;
	height: 20px;
	line-height: 20px;
	width: 30px;
	border: 1px solid #ccc !important;
	text-align: center;
	border-radius: 5px;
}

.gift_edit .excel {
	width: 50px;
}


/* start--文本行数限制--start */
.he-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.he-line-2 {
	-webkit-line-clamp: 2;
}

.he-line-3 {
	-webkit-line-clamp: 3;
}

.he-line-2,
.he-line-3 {
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}