@charset "utf-8";
:root {
    --pink: #D2618E;
}
/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #000;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	max-width: 100%;
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
 

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../fonts/SourceHanSansCN-Normal.eot');
	src: local('☺'),
		url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Normal.dfont') format('dfont'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN-Normal') format('svg');
}



body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	/*overflow: hidden;*/
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}


input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: 'SourceHanSansCN-Normal';
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.relative { position: relative; }

.fl { float: left; }
.fr { float: right; }
.relative { position: relative; }
.bgWhite { background: #fff; }
.borderRadius12 { border-radius:12px; overflow: hidden; }
i { font-style: normal; }
.zIndex10 { z-index: 10; }
.uppercase { text-transform:uppercase; }
.capitalize { text-transform: capitalize; }
.yh { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eh { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sh { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.marginT5 { margin-top:0.05rem; }
.marginT6 { margin-top: 0.06rem; }
.marginT8 { margin-top: 0.08rem; }
.marginT10 { margin-top:0.1rem; }
.marginT15 { margin-top:0.15rem; }
.marginT16 { margin-top:0.16rem; }
.marginT20 { margin-top:0.2rem; }
.marginT30 { margin-top:0.3rem; }
.marginT35 { margin-top:0.35rem; }
.marginT40 { margin-top:0.4rem; }
.marginT50 { margin-top:0.5rem; }
.marginT60 { margin-top:0.6rem; }
.marginT70 { margin-top:0.7rem; }
.marginT80 { margin-top:0.8rem; }
.marginT90 { margin-top:0.9rem; }
.marginT100 { margin-top:1rem; }
.marginT120 { margin-top:1.2rem; }
.marginT122 { margin-top:1.22rem; }
.marginT156 { margin-top: 1.56rem; }
.paddingT30 { padding-top:0.3rem; } 
.lh12 { line-height:1.2!important; }
.lh13 { line-height:1.3!important; }
.lh14 { line-height:1.4!important; }
.lh15 { line-height:1.5!important; }
.lh16 { line-height:1.6!important; }
.lh17 { line-height:1.7!important; }
.lh18 { line-height:1.8!important; }
.lh19 { line-height:1.9!important; }
.font80 { font-size:0.8rem; line-height: 1.2; }
.font55 { font-size:0.55rem; line-height: 1.2; }
.font52 { font-size:0.52rem; line-height: 1.2; }
.font58 { font-size:0.58rem; line-height: 1.2; }
.font50 { font-size:0.5rem; line-height: 1.2; }
.font72 { font-size:0.72rem; line-height: 1.2; }
.font70 { font-size:0.7rem; line-height: 1.2; }
.font40 { font-size:0.4rem; line-height: 1.2; }
.font45 { font-size:0.45rem; line-height: 1.2; }
.font42 { font-size:0.42rem; line-height: 1.2; }
.font46 { font-size:0.46rem; line-height: 1.2; }
.font44 { font-size:0.44rem; line-height: 1.2; }
.font48 { font-size:0.48rem; line-height: 1.2; }
.font76 { font-size:0.76rem; line-height: 1.2; }
.font75 { font-size:0.75rem; line-height: 1.2; }
.font26 { font-size:0.26rem; line-height: 1.2; }
.font28 { font-size:0.28rem; line-height: 1.2; }
.font36 { font-size:0.36rem; line-height: 1.2; }
.font24 { font-size:0.22rem; line-height: 1.2; }
.font24 { font-size:0.24rem; line-height: 1.2; }
.font32 { font-size:0.32rem; line-height: 1.2; }
.font30 { font-size:0.30rem; line-height: 1.2; }
.font22 { font-size:0.22rem; line-height: 1.2; }
.font21 { font-size:0.21rem; line-height: 1.2; }
.font20 { font-size:0.20rem; line-height: 1.2; }
.font18 { font-size:0.18rem; line-height: 1.6; }
.font16 { font-size:0.16rem; line-height: 1.6; }
.font15 { font-size:0.15rem; line-height: 1.6; }
.font14 { font-size:0.14rem; line-height: 1.6; }
.font12 { font-size:0.12rem; line-height: 1.6; }
.font60 { font-size:0.60rem; line-height: 1.2; }
.font56 { font-size:0.56rem; line-height: 1.2; }
.font64 { font-size:0.64rem; line-height: 1.2; }
.font66 { font-size:0.66rem; line-height: 1.2; }
.font120 { font-size:1.2rem; line-height: 1.2; }
.font85 { font-size: 0.85rem; line-height: 1.2; }

.bold { font-weight:bold; }
.borderRadius6 { border-radius: 6px; overflow: hidden; }
.borderRadius10 { border-radius: 0.1rem; overflow: hidden; }
.borderRadius20 { border-radius: 0.2rem; overflow: hidden; }
.borderRadius30 { border-radius: 0.3rem; overflow: hidden; }
.borderRadius40 { border-radius: 0.4rem; overflow: hidden; }

.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }
.colorWhite { color:#fff; }
.colorRed { color: var(--red); }
.color1 { color:#111; }
.color2 { color:#222; }
.color3 { color:#333; }
.color4 { color:#444; }
.color46 { color:#465059; }
.color5 { color:#555; }
.color6 { color:#666; }
.color7 { color:#777; }
.color8 { color:#888; }
.color9 { color:#999; }
.color0 { color:#000; }
.colorA { color:#aaa; }
.colorB { color:#bbb; }
.colorC { color:#ccc; }
.colorD { color:#ddd; }
.textTra { text-transform:uppercase; }
.opa1 { opacity: 0.1; }
.opa2 { opacity: 0.2; }
.opa3 { opacity: 0.3; }
.opa4 { opacity: 0.4; }
.opa5 { opacity: 0.5; }
.opa6 { opacity: 0.6; }
.opa7 { opacity: 0.7; }
.opa8 { opacity: 0.8; }
.opa9 { opacity: 0.9; }
.colorBlue { color:var(--blue); }
.weight100 { font-weight: 100; }
.weight200 { font-weight: 200; }
.weight300 { font-weight: 300; }
.weight400 { font-weight: 400; }
.weight500 { font-weight: 500; }
.weight600 { font-weight: 600; }
.weight700 { font-weight: 700; }
.weight800 { font-weight: 800; }
.weight900 { font-weight: 900; }
@media(max-width: 1600px){
    .font20 { font-size: 0.24rem; }
    .font26 { font-size: 0.3rem; }
    .font18 { font-size: 0.2rem; }
    .font16 { font-size: 0.2rem; }
    .font14 { font-size: 0.2rem; }
    .font12 { font-size: 0.2rem; }
}
@media(max-width: 1400px){
    .font16 { font-size: 0.2rem; }
    .font14 { font-size: 0.2rem; }
    .font12 { font-size: 0.2rem; }
}
.img{line-height: 0;}
.img100 img{width: 100%;line-height: 0;}
.relative{position: relative;}
.hidden{overflow: hidden;}
.container { width: 76%; margin: 0 auto; }
@media(max-width: 1600px){
	.container { width: 84%; margin: 0 auto; }
}
@media(max-width: 1100px){
	.container { width: 94%; margin: 0 auto; }
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
body {
	-webkit-font-smoothing: antialiased; /* 针对webkit内核浏览器 chrome safari 用于控制字体的抗锯齿效果，让文字显得更平滑、清晰 */
	background: #FFF;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:600000000px) {
	html{
		font-size: calc(100vw / 19.2) !important;
	}
}
@media (max-width: 1100px) {
	html{
		font-size: calc(100vw / 7.5) !important;
	}
	.menu-btn {
		width: 50px;
		height: 50px;
		position: relative;
		display: block;
		background: none;
		border: 0;
		float: left;
		left: 3%;
	}
	.menu-close {
		width: 50px;
		height: 50px;
		position: relative;
		display: none;
		background: none;
		border: 0;
		float: left;
		left: 3%;
	}
	.menu-i,
	.menu-c {
		height: 2px;
		right: 0;
		position: absolute;
		font-style: normal;
		background-color: #000;
		display: block;
		transition: all 0.5s;
		border-radius: 2px;
	}
	.menu-i-1 { width: 24px; top: 15px; }
	.menu-i-2 { width: 32px; top: 25px; }
	.menu-i-3 { width: 24px; top: 35px; }
	.menu-c-1 { width: 24px; top: 25px; transform: rotate(45deg); }
	.menu-c-2 { width: 24px; top: 25px; transform: rotate(-45deg); }
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.multiline-ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
/* Explore more */
.more {
    display: inline-block;
    height: 0.55rem;
    line-height: 0.55rem;
	padding: 0 0.7rem 0 0.15rem;
    background: #FFF;
    border-radius: 0.4rem;
    border: 1px solid #E6E6E6;
    text-transform: uppercase;
    color: #333;
    font-size: 0.15rem;
    font-weight: 400;
    position: relative;
}
.more i {
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.more span {
    display: inline-block;
    width: 0.54rem;
    height: 0.44rem;
    border-radius: 0.9rem;
    background: #D2618E;
    vertical-align: middle;
    position: absolute;
    top: 0.04rem;
    right: 0.06rem;
    transition: all .5s;
}
.more span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.22rem;
    transform: translatey(-50%);
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/w-r.svg) no-repeat center center / cover;
}

.more:hover {
	background: var(--pink);
	transition: all .5s;
}
.more:hover span {
	background: #FFF;
	transition: all .5s;
}
.more:hover span::before {
	background: url(../images/pink-jt.png) no-repeat center center / cover;
	transition: all .5s;
}
.more:hover i { color: #FFF; transition: all .5s; }
input[type="text"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* 移除默认样式 */
  display: none; /* 隐藏按钮 */
}
input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}