@charset "utf-8";
body {
	font-family: simsun;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.clear {
	clear: both;
}

@font-face {
	font-family: 'SourceHanSansCN-Bold';
	src: url('../font/SourceHanSansCN-Bold.eot?qzka6g');
	src: url('../font/SourceHanSansCN-Bold.eot?qzka6g#iefix') format('embedded-opentype'),
	url('../font/SourceHanSansCN-Bold.ttf?qzka6g') format('truetype'),
	url('../font/SourceHanSansCN-Bold.woff') format('woff'),
	url('../font/SourceHanSansCN-Bold.svg?qzka6g#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url('../font/SourceHanSansCN-Light.eot?qzka6g');
	src: url('../font/SourceHanSansCN-Light.eot?qzka6g#iefix') format('embedded-opentype'),
	url('../font/SourceHanSansCN-Light.ttf?qzka6g') format('truetype'),
	url('../font/SourceHanSansCN-Light.woff') format('woff'),
	url('../font/SourceHanSansCN-Light.svg?qzka6g#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url('../font/SourceHanSansCN-Medium.eot?qzka6g');
	src: url('../font/SourceHanSansCN-Medium.eot?qzka6g#iefix') format('embedded-opentype'),
	url('../font/SourceHanSansCN-Medium.ttf?qzka6g') format('truetype'),
	url('../font/SourceHanSansCN-Medium.woff') format('woff'),
	url('../font/SourceHanSansCN-Medium.svg?qzka6g#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../font/SourceHanSansCN-Normal.eot?qzka6g');
	src: url('../font/SourceHanSansCN-Normal.eot?qzka6g#iefix') format('embedded-opentype'),
	url('../font/SourceHanSansCN-Normal.ttf?qzka6g') format('truetype'),
	url('../font/SourceHanSansCN-Normal.woff') format('woff'),
	url('../font/SourceHanSansCN-Normal.svg?qzka6g#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url('../font/SourceHanSansCN-Regular.eot?qzka6g');
	src: url('../font/SourceHanSansCN-Regular.eot?qzka6g#iefix') format('embedded-opentype'),
	url('../font/SourceHanSansCN-Regular.ttf?qzka6g') format('truetype'),
	url('../font/SourceHanSansCN-Regular.woff') format('woff'),
	url('../font/SourceHanSansCN-Regular.svg?qzka6g#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*com*/

@media only screen and (max-width: 750px) {
	html {
		font-size: calc(100vw / 7.5);
	}
}


/*common*/

.YDrong {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.YDrong .img {
	width: 50%;
	height: 100%;
	background-size: auto;
	transform: translate(55%,40%);
}

@media only screen and (max-width: 750px) {
	.YDrong .img {
		background-size: 61% auto;
	}
}


/*yidao*/

.header {
	font-size: calc(100vw / 19.2);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.header.break {
	background-color: rgba(0, 0, 0, .9);
}

.headerRon {
	width: 1466px;
	margin: 0 auto;
	height: auto;
	/*overflow: hidden;*/
	box-sizing: border-box;
	padding: .49em 0;
	padding-bottom: 0;
}

.navbarAn {
	display: none;
}

.logo {
	float: left;
	width: 158px;
	height: 42px;
	background: url(../img/logo.png) center no-repeat;
	background-size: cover;
}

.navBarUl {
	float: right;
}

.navBarUl>ul {
	/*overflow: hidden;*/
}

.navBarUl>ul>li {
	float: left;
	padding: 0 40px;
	padding-bottom: .49em;
	position: relative;
}

.navBarUl>ul>li>a {
	height: 42px;
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	line-height: 42px;
	color: #ffffff;
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navBarUl>ul>li.active>a {
	color: #ffbc19;
	border-color: #ffbc19;
}

.navBarUl>ul>li:hover>a {
	color: #ffbc19;
	/*border-color: #ffbc19;*/
}

.navBarUl .ze {
	display: none;
}

.navTwo {
	position: absolute;
	left: 50%;
	margin-left: -78px;
	margin-top: .19em;
	width: 156px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.header.break .navTwo {
	background-color: rgba(0, 0, 0, .9);
	margin-top: .49em;
}

.navBarUl>ul>li:hover .navTwo {
	height: auto;
	opacity: 1;
}

.navTwo>ul>li {
	padding: 10px 5px;
	box-sizing: border-box;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navTwo>ul>li:hover {
	background-color: #f5f5f5;
}

.header.break .navTwo>ul>li:hover {
	background-color: rgba(0, 0, 0, 1);
}

.navTwo>ul>li>a {
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	text-align: center;
}

.header.break .navTwo>ul>li>a {
	color: #FFFFFF;
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
	.headerRon {
		width: 1200px;
	}
	.navBarUl>ul>li {
		padding: 0 .32em;
		padding-bottom: .49em;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	.headerRon {
		width: 90%;
	}
	.navBarUl>ul>li {
		padding: 0 .28em;
		padding-bottom: .49em;
	}
}

@media only screen and (min-width: 751px) and (max-width: 1199px) {
	.header {
		text-align: center;
	}
	.headerRon {
		width: 98%;
	}
	.navBarUl>ul>li {
		padding: 0 .28em;
		padding-bottom: .49em;
	}
	.logo {
		float: none;
		margin: 0 auto;
	}
	.navBarUl {
		float: none;
		display: inline-block;
		vertical-align: bottom;
	}
}

@media only screen and (max-width: 750px) {
	.headerRon {
		width: 100%;
		padding: .32rem 0;
	}
	.logo {
		float: none;
		margin: 0 auto;
		width: 1.58rem;
		height: 0.42rem;
	}
	.navbarAn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 1.06rem;
		height: 1.06rem;
		background: url(../img/navbarAn.png) center no-repeat;
		background-size: .44rem auto;
	}
	.navBarUl {
		display: none;
		position: fixed;
		z-index: 99999;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: transparent;
	}
	.navBarUl .ze {
		display: block;
		position: absolute;
		z-index: 111;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}
	.navBarUl>ul {
		position: relative;
		top: 1.06rem;
		z-index: 333;
		width: 89.3%;
		margin: 0 auto;
		height: auto;
		max-height: calc(100% - 2.12rem);
		overflow: auto;
		background-color: #FFFFFF;
	}
	.navBarUl>ul>li {
		float: none;
		padding: 0 .4rem;
	}
	.navBarUl>ul>li>a {
		height: auto;
		padding: .2rem 0;
		font-family: SourceHanSansCN-Regular;
		font-size: .28rem;
		line-height: .42rem;
		color: #333333;
		text-align: center;
	}
	.navBarUl>ul>li.active>a {
		border-color: transparent;
	}
	.navBarUl>ul>li:hover>a {
		color: #333333;
	}
	.navTwo {
		display: none;
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		opacity: 1;
		margin: 0;
		background-color: #FFFFFF !important;
	}
	.navTwo>ul>li {
		padding: .16rem .1rem;
	}
	.navTwo>ul>li>a {
		font-size: .22rem;
		line-height: .32rem;
		color: #aaaaaa !important;
	}
}


/*header*/

.inbannar {
	font-size: calc(100vw / 19.2);
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../img/inbarBg_PC.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

@media only screen and (min-width: 751px) and (max-width: 1199px) {
	.inbannar {
		height: 12em;
	}
}

@media only screen and (max-width: 750px) {
	.inbannar {
		height: 11.06rem;
		background-image: url(../img/inbarBg_Wap.jpg);
	}
}

.inBarRon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6.89em;
	margin-top: -3.05em;
	width: 13.78em;
	height: 6.6em;
}

@media only screen and (min-width: 751px) and (max-width: 1199px) {
	.inBarRon {
		margin-top: -2.6em;
	}
}

.inBarRon .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: .16em;
}

.inBarRon .swiper-pagination {
	display: none;
}

.inBarRon .swiper-button-prev {
	left: -.92em;
	width: .29em;
	height: .55em;
	background: url(../img/inBarZuo.png) center no-repeat;
	background-size: cover;
	outline: none;
}

.inBarRon .swiper-button-next {
	right: -.92em;
	width: .29em;
	height: .55em;
	background: url(../img/inBarYou.png) center no-repeat;
	background-size: cover;
	outline: none;
}

.inBarRon .swiper-container .swiper-slide {
	background-color: #f5f5f5;
	overflow: hidden;
}

.inBarImg_Pc {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.b_pc {
	display: flex;
}

.b_wap {
	display: none;
}

.inBarImg_Wap {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inBarImg_Pc img,
.inBarImg_Wap img {
	max-height: 100%;
}

@media only screen and (max-width: 750px) {
	.inBarRon .swiper-button-prev,
	.inBarRon .swiper-button-next {
		display: none;
	}
	.inBarRon .swiper-pagination {
		display: block;
		width: 100%;
		bottom: -.74rem;
	}
	.inBarRon .swiper-pagination-bullet {
		width: 0.14rem;
		height: 0.14rem;
		background-color: #7f7f7f;
		opacity: 1;
		margin: 0 0.09rem;
		cursor: pointer;
	}
	.inBarRon .swiper-pagination-bullet-active {
		background-color: #ffffff;
	}
	.inBarRon {
		position: relative;
		top: 1.5rem;
		margin: 0;
		margin-left: -2.8rem;
		width: 5.6rem;
		height: 8.47rem;
	}
	.inBarRon .swiper-container {
		border-radius: .16rem;
	}
	.inBarImg_Pc {
		display: none;
	}
	.b_pc {
		display: none;
	}
	.inBarImg_Wap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.b_wap {
		display: flex;
	}
}


/*inbannar*/

.intit {
	overflow: hidden;
	font-size: calc(100vw / 19.2);
	text-align: center;
}

.intit h3 {
	display: inline-block;
	padding: 0 72px;
	font-family: SourceHanSansCN-Medium;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 2.6px;
	color: #000000;
	position: relative;
	margin-bottom: 8px;
}

.intit h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #e2c921;
}

.intit h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	background-color: #e2c921;
}

.intit p {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 1.3px;
	color: #c6c6c6;
}

@media only screen and (max-width: 750px) {
	.intit h3 {
		padding: 0 .66rem;
		font-size: .36rem;
		line-height: .38rem;
		letter-spacing: .02rem;
		margin-bottom: .12rem;
	}
	.intit h3:before,
	.intit h3:after {
		width: 2px;
	}
	.intit p {
		font-size: 0.2rem;
		line-height: 0.34rem;
		letter-spacing: 0.011rem;
	}
}

.BgWen {
	position: absolute;
	display: inline-block;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.72em;
	line-height: 1.1;
	color: #f0f0f0;
}

@media only screen and (max-width: 750px) {
	.BgWen {
		display: none !important;
	}
}

.inTitle {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.inTitle a {
	display: inline-block;
	padding: 0 38px;
	border-left: 2px solid #dbdbdb;
	font-family: SourceHanSansCN-Normal;
	font-size: 28px;
	line-height: 1.1;
	color: #6b6b6b;
	margin-bottom: 16px;
}

.inTitle a.active {
	color: #000000;
}

.inTitle a:first-child {
	border-left: 0;
}

@media only screen and (max-width: 750px) {
	.inTitle a {
		padding: 0 .5rem;
		font-size: .28rem;
		letter-spacing: .016rem;
		color: #9a9a9a;
		margin-bottom: .16rem;
	}
	.inTitle a.active {
		color: #000000;
	}
}

.inTwoA {
	margin: 0 auto;
	width: 160px;
	height: 48px;
	border-radius: 24px;
	border: solid 2px #25252d;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	.inTwoA {
		width: 2.32rem;
		height: 0.65rem;
		border-radius: 0.325rem;
		border: solid 0.02rem #000000;
		font-size: 0.24rem;
		line-height: 0.65rem;
	}
}


/*index*/

.infooter_PC {
	background-color: #000000;
}

.infooter_PC .ron {
	width: 1200px;
	margin: 0 auto;
}

.infooter_PC>.ron {
	padding-top: 38px;
	padding-bottom: 16px;
	position: relative;
}

.infooter_PCLogo {
	float: left;
	margin-right: 74px;
	width: 179px;
	height: 100px;
	background: url(../img/logo.png) center no-repeat;
	background-size: 100% auto;
}

.infooter_PCRR {
	float: left;
	overflow: hidden;
	margin-right: 17px;
	margin-top: 16px;
}

.infooter_PCRR .png {
	float: left;
	width: 35px;
	margin-right: 20px;
	height: 35px;
	overflow: hidden;
}

.infooter_PCRR .png img {
	max-height: 100%;
}

.infooter_PCRR .wen {
	float: left;
	width: 180px;
	height: auto;
	overflow: hidden;
	text-align: left;
}

.infooter_PCRR:nth-child(2) .wen {
	width: 210px;
}

.infooter_PCRR .wen h3 {
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding-bottom: 1em;
	position: relative;
}

.infooter_PCRR .wen h3>span {
	font-size: 14px;
}

.infooter_PCRR .wen h3:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #ffffff;
}

.infooter_PCRR .wen h3:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 23px;
	width: 69px;
	height: 2px;
	background-color: #ffffff;
}

.infooter_PCRR .wen .wenRon {
	padding: 10px 0;
	font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.footErweima {
	float: right;
	width: 120px;
	height: auto;
	overflow: hidden;
}

.footErweima .img {
	width: 92px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 5px;
}

.footErweima .img img {
	width: 100%;
	height: auto;
}

.footErweima .wen {
	font-family: SourceHanSansCN-Medium;
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}

.infooter_PC .beian {
	background-color: #1a1b1c;
	padding: 11px 0;
	font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
}

.infooter_WapZhan {
	display: none;
}

.infooter_Wap {
	display: none;
}

@media only screen and (min-width: 931px) and (max-width: 1200px) {
	.infooter_PC .ron {
		width: 100% !important;
	}
	.infooter_PCLogo {
		float: none;
	}
	.infooter_PC>.ron {
		padding-bottom: 40px;
	}
	.footErweima {
		margin-top: -5px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 930px) {
	.infooter_PC .ron {
		width: 100% !important;
	}
	.infooter_PCLogo {
		float: none;
		margin-bottom: 50px;
	}
	.infooter_PCRR {
		width: calc(100% / 3);
		margin: 0;
		margin-bottom: 30px;
	}
	.infooter_PCRR .wen {
		width: calc(100% - 70px) !important;
	}
	.footErweima {
		float: none;
		position: absolute;
		top: 38px;
		left: 230px;
	}
}

@media only screen and (max-width: 750px) {
	.infooter_PC {
		display: none;
	}
	.infooter_WapZhan {
		display: block;
		height: 1.06rem;
	}
	.infooter_Wap {
		display: flex;
		position: fixed;
		z-index: 9998;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1.06rem;
		background-color: #000000;
		overflow: hidden;
	}
	.infooter_WapA {
		width: 25%;
		height: 100%;
		overflow: hidden;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.infooter_WapA .png {
		width: 100%;
		height: .48rem;
		overflow: hidden;
		background: url(../img/fwap1.png) center no-repeat;
		background-size: auto 100%;
		margin-bottom: .09rem;
	}
	.infooter_WapA .wen {
		width: 100%;
		font-family: SourceHanSansCN-Medium;
		font-size: .2rem;
		line-height: 1.1;
		color: #ffffff;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
	}
}


/*footer*/

.scrollTop {
	position: fixed;
	z-index: 9998;
	background-color: #e6e6e6;
	background-image: url(../img/scrollTop.png);
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 751px) {
	.scrollTop {
		right: 70px;
		bottom: 70px;
		width: 53px;
		height: 53px;
		border-radius: 8px;
		background-size: 40% auto;
	}
}

@media only screen and (max-width: 750px) {
	.scrollTop {
		right: 0.3rem;
		bottom: 1.72rem;
		width: 0.62rem;
		height: 0.62rem;
		border-radius: 0.08rem;
		background-size: .28rem auto;
	}
}


/*scrollTop*/

.fix {
	font-size: calc(100vw / 19.2);
	background: url(../img/fixCase.jpg) center no-repeat;
	background-size: cover;
}

.fix .ron {
	height: 3.85em;
}

@media only screen and (min-width: 751px) and (max-width: 1920px) {
	.fix .ron {
		height: 385px;
	}
}

@media only screen and (max-width: 750px) {
	.fix .ron {
		height: 2rem;
	}
}

.htmlTit {
	text-align: center;
}

.htmlTit h3 {
	font-family: SourceHanSansCN-Normal;
	font-size: 32px;
	line-height: 52px;
	color: #010101;
}

.htmlTit p {
	font-family: SourceHanSansCN-Normal;
	font-size: 20px;
	line-height: 32px;
	color: #b3b3b3;
}

.htmlTitle {
	font-size: 0;
	text-align: center;
}

.htmlTitle>ul {
	display: inline-block;
	width: auto;
}

.htmlTitle>ul>li {
	float: left;
	padding: 16px 28px;
	background-color: #FFFFFF;
	margin: 0 5px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.htmlTitle>ul>li.active {
	background-color: #000000;
}

.htmlTitle>ul>li:hover {
	background-color: #000000;
}

.htmlTitle>ul>li>a {
	font-family: SourceHanSansCN-Normal;
	font-size: 20px;
	line-height: 1.1;
	color: #333333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.htmlTitle>ul>li.active>a {
	color: #FFFFFF;
}

.htmlTitle>ul>li:hover>a {
	color: #FFFFFF;
}

@media only screen and (max-width: 750px) {
	.htmlTit h3 {
		font-size: .36rem;
		line-height: .56rem;
	}
	.htmlTit p {
		font-size: 0.2rem;
		line-height: .3rem;
	}
	.htmlTitle>ul>li {
		padding: .16rem .28rem;
		margin: 0 .05rem;
		margin-bottom: .1rem;
	}
	.htmlTitle>ul>li>a {
		font-size: .24rem;
		line-height: 1.1;
	}
}


/*html*/

.abMode.index {
	background-color: transparent;
}

.abMode.index.active {
	z-index: 888888;
}

.abMode.index .abModeRon {
	margin-left: -400px;
	width: 800px;
	margin-top: -30vh;
	box-shadow: 0px 0px 84px 0px rgba(46, 46, 46, 0.3);
	border-radius: 12px;
	height: 60vh;
	padding: 5vh 70px;
}

.abMode.index .abModeRon .abMoBao {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.abMoBao_IN {
	width: 100%;
	height: 100%;
	overflow: auto;
}

@media only screen and (min-width: 751px) and (max-width: 1300px) {
	.abMode.index .abModeRon {
		margin-left: -4em;
		width: 8em;
		margin-top: -30vh;
		box-shadow: 0px 0px .84em 0px rgba(46, 46, 46, 0.3);
		border-radius: .12em;
		height: 60vh;
		padding: 5vh .7em;
	}
}

@media only screen and (max-width: 750px) {
	.abMode.index .abModeRon {
		margin-left: 4%;
		width: 92%;
		margin-top: -30vh;
		box-shadow: 0px 0px .84rem 0px rgba(46, 46, 46, 0.3);
		border-radius: .12rem;
		height: 60vh;
		padding: 5vh .7rem;
	}
}


/*kuang*/