* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 200px) and (max-width: 1270px) {body,html{ min-width:1300px; } .bannerPic img{ width: 100%;}}

html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	position: relative;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
	height: 100%;
	background: rgb(254, 238, 241);

}

div {
	box-sizing: border-box;
}

body {
	position: relative;
}

ol,
ul,
li {
	list-style: none outside none;
}

input {
	background: none;
	border: none;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100%;
}

input:focus {
	border: none;
	outline: none;
}

a {
	text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

@font-face {
	font-family: 'DIN';
	/*字体名称*/
	src: url('../font/DIN-Medium.ttf');
	/*字体源文件*/

	src:
		url('../font/DIN-Medium.eot?#font-spider') format('embedded-opentype'),
		url('../font/DIN-Medium.woff') format('woff'),
		url('../font/DIN-Medium.ttf') format('truetype'),
		url('../font/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

span:focus {
	border: none;
}

.index {
	width: 100%;
}

.inner {
	width: 1300px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}

img {
	max-width: 100%;
}

.main1 {
	background: url(../images/flbg.png);
	background-repeat: no-repeat;
}

.main2 {
	background: url(../images/flbg1.png);
	background-repeat: no-repeat;
}

.main3 {
	background: url(../images/flbg2.png);
	background-repeat: no-repeat;
}

.main4 {
	background: url(../images/flbg3.png);
	background-repeat: no-repeat;
}

/* banner */
.bannerPic {
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.bannerPic img {
	float: left;
}

/* 晋级结果公示 */
.rely {
	position: relative;
}

.commonPic {
	position: absolute;
	z-index: 99;
}

.act {
	display: flex;
	position: relative;
	margin-top: -5vw;
	z-index: 99;
}

.viewA {
	cursor: pointer;
}

.act>a:last-child {
	margin-right: 0;
}

.actOn {
	box-shadow: 0 8px 23px 1px rgb(223 99 149 / 90%);
	position: relative !important;
	top: -16px !important;
	transition: all 0.6s;
	border-radius: 38px;
}

.actChoose {
	border-radius: 38px;
	transition: all 0.6s;
	width: 20%;
	margin-right: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/starbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 80px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	top: 0px;
}

.actChoose img {
	margin-right: 8px;
}

.reTitle {
	position: relative;
	text-align: center;
	padding-top: 100px;
}

.reTitle img {}

.reTitle p {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	letter-spacing: 4px;
	margin-top: -60px;
}

.reBox {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reBox p {
	text-align: center;
	font-size: 22px;
	color: #000;
}

/* 大赛参赛步骤 */
.stepLine {
	background: url(../images/line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 78px;
	display: flex;
	align-items: center;
	margin-top: 75px;
}

.stepNum {
	width: 33.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	font-family: 'DIN';
}

.stepNum span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: rgb(233, 99, 149);
	border-radius: 50%;
	margin: 4px;
}

.stepNum p {
	border: 2px solid rgb(233, 99, 149);
	border-radius: 50%;
}

.stepType {
	display: flex;
	margin-top: 45px;
}

.typeCommon {
	width: 34%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.typeParh1 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

.typeParh2 {
	width: 85%;
	margin: auto;
	text-align: center;
	font-size: 17px;
	color: #000;
	line-height: 37px;
	height: 95px;
}

.typeLink {
	width: 160px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	border: 2px solid #e96395;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #e96395;
	margin: auto;
	margin-top: 40px;
	cursor: pointer;
	transition: all 0.8s;
}

.typeLink:hover {
	background: #e96395;
	color: #fff;
	transform: translateY(8px);
}

.Case {
	margin-top: 75px;
	background: #fff;
	border-radius: 4px;
	padding: 0 50px 60px 50px;
}

.caseTitle {
	font-size: 24px;
	letter-spacing: 1px;
	color: #000;
	margin-right: 5px;
	padding: 25px 0;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.caseTitle span {
	font-size: 36px;
	color: #000;
	font-family: 'DIN';
	letter-spacing: 0;
}

.caseBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.caseBox>a:nth-child(2n+2) {
	margin-right: 0;
}

.caseCommon {
	margin-top: 35px;
	display: flex;
	align-items: center;
	width: 48.5%;
	margin-right: 3%;
	padding: 30px;
	box-shadow: 0 8px 23px 1px rgb(223 99 149 /40%);
	background: #fff;
	transition: all 0.8s;
}

.caseParh1 {
	transition: all 0.8s;
}

.caseCommon:hover .caseParh1 {
	color: rgb(2333, 99, 149);
}

.caseCommon:hover {
	box-shadow: 0 8px 23px 1px rgb(223 99 149 /80%);
	transform: translateY(10px);
}

.casePic {
	width: 15%;
	margin-right: 5%;
}

.caseWord {
	width: 80%;
}

.caseParh1 {
	font-size: 20px;
	color: #000;
	font-family: 'DIN';
	margin-bottom: 25px;
}

.caseParh2 {
	font-size: 15px;
	color: rgb(102, 102, 102);
	word-spacing: 10px;
}

.addMore {
	width: 280px;
	height: 53px;
	margin: auto;
	display: inline-block;
	margin-top: 60px;
	font-size: 18px;
	color: #e96395;
	letter-spacing: 1px;
	border: 1px solid #e96395;
	border-radius: 40px;
	line-height: 50px;
	text-align: center;
	transition: all 0.4s;
}

.addMore:hover {
	background: #e96395;
	color: #fff;
}

.addMorecon {
	text-align: center;
}

.addMore img {
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.pt80 {
	padding-bottom: 70px;
}

/* footer */
footer {
	background: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerRess p {
	font-size: 17px;
	color: rgb(51, 51, 51);
	font-family: 'DIN';
	margin-bottom: 18px;
}

.footerRess p:last-child {
	margin-bottom: 0;
}

.footerEwm {
	display: flex;
	align-items: center;
}

.ewmWord {
	margin-right: 15px;
}

.ewmWord p {
	text-align: right;
	font-size: 17px;
	color: rgb(51, 51, 51);
	margin-bottom: 15px;
}

.footerEwm p:last-child {
	margin-bottom: 0;
}

.ewmPic img {
	float: left;
}

/* 大赛流程 */
.proGress {
	margin-top: 10px;
}

.proTitle {
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

.proWord {
	margin-top: -130px;
}

.proWord>p:nth-child(1) {
	font-size: 38px;
	color: #000;
	font-weight: 600;
	letter-spacing: 16px;
	margin-bottom: 12px;
}

.proWord>p:nth-child(2) {
	font-family: 'DIN';
	letter-spacing: 9px;
	font-size: 24px;
	color: #e96395;
}

/* 赛事启动 */
.compCess {
	display: flex;
	justify-content: space-between;
}

.cessCommon {
	padding: 35px 25px 45px 25px;
	box-shadow: 1px 1px 10px 1px rgba(255, 185, 210, 0.8);
	border-radius: 8px;
	text-align: center;
	position: relative;
	width: 28%;
	background: #fff;
	cursor: pointer;
	transition: 0.8s;
}

.cessCommon:hover {
	box-shadow: 1px 1px 20px 1px rgba(233, 99, 149, 1);
	transform: translateX(10px);
}

.cessParh1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
}

.cessParh2 {
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 34px;
}

.cessParh3 {
	position: absolute;
	bottom: 4px;
	right: 8px;
}

.cessArr {
	width: 90%;
	margin: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cessArr img {
	float: left;
}

.cessNext {
	width: 64%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.nextCommon {
	padding: 35px 25px 45px 25px;
	box-shadow: 1px 1px 10px 1px rgba(255, 185, 210, 0.8);
	border-radius: 8px;
	text-align: center;
	position: relative;
	width: 44%;
	background: #fff;
	transition: all 0.8s;
	cursor: pointer;
}

.nextCommon:hover {
	box-shadow: 1px 1px 20px 1px rgba(233, 99, 149, 1);
	transform: translateX(10px);
}

.nextParh1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
}

.nextParh2 {
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 34px;
}

.nextParh3 {
	position: absolute;
	bottom: 4px;
	right: 8px;
}

/* 病例征集要求 */
.requireBox {

	background: url(../images/require.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.require {
	padding: 45px 100px 100px 100px;
}

.require p {
	font-size: 24px;
	color: #000;
	line-height: 52px;
	margin-bottom: 22px;
}

.cp {
	color: rgb(233, 99, 149) !important;
}

/* 总决赛奖项设置 */
.Metal {
	display: flex;
	margin-top: 100px;
}

.Metal>div:nth-child(2) {
	margin-right: 0;
}

.setting {
	width: 48%;
	margin-right: 4%;
	background: #fff;
	padding: 95px 55px 40px 55px;
	border-radius: 20px;
	transition: all 0.8s;
	cursor: pointer;
}

.setting:hover {
	box-shadow: 1px 1px 15px 1px rgb(233, 99, 149);
}

.setTitle {
	font-size: 22px;
	width: 220px;
	margin: auto;
	margin-top: -120px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	color: #fff;
	background: rgb(233, 99, 149);
}

.setMetal {
	display: flex;
	align-items: center;
	padding-top: 50px;

}

.setPic {
	width: 35%;
	margin-right: 5%;
}

.setWord {
	width: 60%;
}

.setWord>p:nth-child(1) {
	font-size: 28px;
	line-height: 50px;
	color: #000;
	height: 148px;
	text-align: center;
	letter-spacing: 1px;
}

.setWord>p:nth-child(2) {
	font-size: 28px;
	color: rgb(233, 99, 149);
	font-family: 'DIN';
}


.nextMetal {
	display: flex;
	margin-top: 30px;
}

.nextMetal>div:nth-child(3) {
	margin-right: 0;
}

.metalCommon {
	width: 49%;
	margin-right: 2%;
	background: #fff;
	padding: 95px 0 35px 0;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	transition: all 0.8s;
	cursor: pointer;
}

.metalCommon:hover {
	box-shadow: 1px 1px 15px 1px rgb(233, 99, 149);
}

.metalParh1 {
	font-size: 22px;
	width: 220px;
	margin: auto;
	margin-top: -120px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	color: #fff;
	background: rgb(233, 99, 149);
}

.metalParh2 {
	padding-top: 40px;
	overflow: hidden;
	margin-bottom: 30px;
}

.metalParh2 img {
	float: left;
}

.metalParh3 {
	font-size: 28px;
	line-height: 50px;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
}

.metalParh4 {
	font-size: 28px;
	color: rgb(233, 99, 149);
	font-family: 'DIN';
}

.cludeWord {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(233, 99, 149);
}

/* 登录页面 */
.login {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	position: relative;
}

.login form {
	width: 750px;
	padding-left: 150px;
	position: relative;
	top: 130px;
}

.back {
	position: absolute;
	left: 0;
	top: 5vh;
	width: 110px;
	height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(136, 136, 136);
	box-shadow: 0 2px 10px -1px rgb(170, 170, 170);
	border-radius: 0 50px 50px 0;
	transition: all 0.4s;
	cursor: pointer;
}

.back:hover {
	color: #fff;
	background: rgb(233, 99, 149);
	box-shadow: 0 2px 10px -1px deeppink;
}

.back img {
	margin-right: 10px;
	position: relative;
	top: 1px;

}

.loginUp {
	width: 50%;
	padding-left: 5vw;
}

.logoTitle>p:nth-child(1) {
	font-size: 36px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 600;
}

.logoTitle>p:nth-child(2) {
	font-size: 17px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.loginBox {
	margin-bottom: 20px;
}

.loInput {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.loName {
	width: 8em;
	font-size: 15px;
	color: #000;
}

.loName span {
	color: red;
	position: relative;
	left: 3px;
	top: 2px;
}

.enterBox {
	width: 78%;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}

.enterBox a {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	width: 100px;
	border-radius: 4px;
	background: rgb(233, 99, 149);
	font-size: 14px;
	width: 100px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	line-height: 42px;
}

.enterBox img {
	position: absolute;
	right: 15px;
	top: 19px;
}

/* 单选框 */
.choiceAgree {
	padding-top: 15px;
	display: flex;
	align-items: center;
}

.choiceAgree label {
	width: 5%;
	display: inline-flex;
	align-items: center;
}

.choiceAgree label.input {
	border: 1px solid #e0e0e0;
	width: 300px;
	padding-left: 15px;
}

.choiceAgree label.input input {
	height: 40px;
	width: 250px;
}

.checkBox input[type='radio'] {
	cursor: pointer;
	border-radius: 4px;
	width: 18px;
	height: 19px;
	background-color: #fff;
	-webkit-appearance: none;
	/*   border: 1px solid #00a0e9;*/
	outline: none;
	background: url("../images/check.png") no-repeat center;
	background-size: cover;
}

.checkBox input[type=radio]:checked {
	background: url(../images/checked.png) no-repeat center;
	background-size: cover;
}

.accept {
	font-size: 14px;
	color: rgb(51, 51, 51);
	margin-left: 0px;
	cursor: pointer;
}

.accspan {
	color: rgb(233, 99, 149);
}

.register {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	border: 1px solid rgb(233, 99, 149);
	letter-spacing: 1px;
	transition: all 0.6s;
	border-radius: 8px;
	margin-top: 40px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.register:hover {
	color: #fff;
	background: rgb(233, 99, 149);
}

/* 隐私协议 */
.secret {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(233, 99, 149, 0.4);
	background: rgb(248, 248, 248);
	z-index: 9;
	height: 0;
	transition: all 0.6s;
}

.h50 {
	height: 50% !important;
	transition: all 0.6s;
}

.secretH {
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 36px;
	padding: 40px 0;
	height: 320px;
	overflow: auto;
}

.confirm {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: rgb(233, 99, 149);
	font-size: 16px;
	color: #fff;
	margin: auto;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 40px;
	cursor: pointer;
}

/* 往届赛事回顾 */



.tab-tit {
	display: flex;
	padding-top: 90px;
	margin-bottom: 80px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.tab-tit li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-tit li span {
	font-size: 24px;
	color: #000;
	padding-bottom: 20px;
	cursor: pointer;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.tab-tit li.on span,
.tab-tit li:hover span {
	color: rgb(233, 99, 149);
	border-bottom: 1px solid rgb(233, 99, 149);
}



.tab-con .tab-con-li .swiper-slide {
	text-align: center;
}


.tab-con .View .swiper-slide img {
	padding: 40px;
	background: url(../images/bg55.png) no-repeat center top;
	padding: 40px 80px;
	background-size: cover;
}

.tab-con .View {
	margin-top: 0 !important;
}

.tab-con li{ display: none;}
.tab-con li.on{ display: block;}
.viewAll {
	display: flex;
	padding-top: 90px;
	margin-bottom: 80px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.viewA {
	transition: all 0.6s;
	padding-bottom: 20px;
	width: 33.3%;
	text-align: center;
}

.viewA span {
	color: #000;
	font-size: 24px;
	padding-bottom: 20px;
}

.viewAdd {
	/* color: rgb(233, 99, 149) !important;
	border-bottom: 2px solid rgb(233, 99, 149); */
}

/* 赛事回顾轮播 */
.View .swiper-container-3d .swiper-slide-shadow-right {
	background: none;
}

.View .swiper-container-3d .swiper-slide-shadow-left {
	background: none;
}

.View .swiper-slide {
	position: relative;
	padding-bottom: 70px;
}

.viewparh {
	padding: 13px;
	box-shadow: 1px 1px 10px 1px rgba(223, 99, 149, 0.5);
	font-size: 18px;
	word-spacing: 5px;
	color: rgb(233, 99, 149);
	text-align: center;
	width: 85%;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	border-radius: 40px;
	margin-top: -5px;
}

/* 参赛作品上传 */
.Upload {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.uploadCenter {
	width: 32%;
	height: 50%;
	left: 34%;
	top: 17%;
	position: fixed;
	z-index: 9999;
}

.uploadCenter form {
	position: relative;
	background: #fff;
	padding: 30px 45px 45px 45px;
}

.close {
	position: absolute;
	right: 0;
	top: -60px;
	cursor: pointer;
}

.loadTitle {
	font-size: 28px;
	color: #000;
	margin-bottom: 30px;
}

.loadCommon p {
	font-size: 16px;
	color: rgb(51, 51, 51);
}

.loadCommon>input:nth-child(2) {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 13px;
	border: 1px solid rgb(220, 220, 220);
}

.fileLoad {
	display: flex;
	align-items: center;
	width: 100%;
}

.fileWord {
	margin-top: 15px;
	padding: 0 10px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	background: rgb(233, 99, 149);
	margin-right: 15px;
}

.fileLoad img {
	margin-right: 5px;
}

.fileLoad p:nth-child(2) {
	margin-top: 15px;
	font-size: 14px;
	color: rgb(233, 99, 149);
	line-height: 22px;
}

.tj {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(233, 99, 149);
	border: 2px solid rgb(233, 99, 149);
	padding: 10px 0;
	background: transparent;
	font-weight: 600;
}

/* 点击注册/登录 */

.Person {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.personCenter {
	width: 60%;
	height: 40%;
	left: 20%;
	top: 24%;
	position: fixed;
	z-index: 9999;
}

.personBox {
	position: relative;
	display: flex;
}

.close {
	position: absolute;
	right: 0;
	top: -60px;
	cursor: pointer;
}

.loLeft {
	width: 50%;
	background: url(../images/lo1.png);
	background-repeat: repeat;
	background-size: cover;
	padding: 50px 40px;
	border-radius: 20px 0 0 0 20px;
}

.loLeft_title {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
}

.account {
	margin-bottom: 40px;
}

.accName {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 159x;
	margin-bottom: 15px;
}

.accNum {
	display: flex;
	background: #fff;
	width: 100%;
	border-radius: 5px;
}

.accNum>p:nth-child(1) {
	width: 37%;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-family: 'DIN';
	justify-content: space-between;
	border-right: 1px solid rgb(220, 220, 220);
	padding: 0 12px;
}

.accNum>p:nth-child(2) {
	width: 63%;
	padding: 12px;
}

.accNum>p:nth-child(2) input {
	font-size: 16px;
}

.yzm input {
	font-size: 16px;
}

.accNum {
	color: rgb(170, 170, 170);
	font-size: 18px;
}

.yzm {
	padding: 12px;
	background: #fff;
	font-size: 18px;
	color: rgb(170, 170, 170);
	border-radius: 5px;
	position: relative;
}

.yzm a {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 100px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: rgb(233, 99, 149);
	border-radius: 2px;
	bottom: 3px;
	line-height: 44px;
}

.perLogin {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	border: 2px solid rgb(225, 77, 124);
	background: rgb(233, 99, 149);
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.8s;
}

.perLogin:hover {
	background: #fff;
	color: rgb(233, 99, 149);
	transform: translateY(5px);
}

.reRight {
	width: 50%;
	background: url(../images/lo2.png);
	background-repeat: repeat;
	background-size: cover;
	padding: 50px 40px;
	border-radius: 0 20px 20px 0;
}

.rep1 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
}

.rep2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 40px;
}

.reGou p {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-bottom: 20px;
}

.reGou p img {
	margin-right: 12px;
}

.reGist {
	display: inline-block;
	margin-top: 40px;
	width: 120px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: rgb(233, 99, 149);
	font-size: 18px;
	border: 2px solid rgb(233, 99, 149);
	transition: all 0.8s;
}

.reGist:hover {
	background: rgb(233, 99, 149);
	color: #fff;
	transform: translateY(5px);
}

.viewpart {
	overflow: hidden;
}

.viewAll .swiper-slide {
	width: 33.3% !important;
	text-align: center;
	padding-bottom: 20px;
	transition: all 0.6s;
}

.viewAll .swiper-slide-thumb-active .viewAdd {
	color: rgb(233, 99, 149);
	border-bottom: 2px solid rgb(233, 99, 149);
	padding-bottom: 19px;
}

.viewAll .swiper-slide-thumb-active a {}

.View {
	margin-top: 85px;
}

.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}
.bmjlbox{ width: 100vw; height: 100vw; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: 999; display: none;}
.bmjl{  background: #fff; width: 960px; border-radius: 15px;  position: relative; }
.bmjl .close{ width: 40px; height: 70px; position: absolute; top: -70px ; right: 215px;  z-index: 9999;}
.bmjl .top{ background: #fafafa; padding: 40px;border-radius: 15px 15px 0 0;}
.bmjltit{ font-size: 24px; margin-bottom: 40px;}
.bmjl .top ul li{ width: 50%; float: left; font-size: 16px; line-height: 3;}
.bmjl  .bot{ padding: 40px;}
.bmjl  .bot dl{ border: 1px solid #e5e5e5;box-sizing: border-box;}
.bmjl  .bot dl dt{ background: #fafafa; font-size: 18px;  color: #555; line-height: 59px; border-bottom: 1px solid #e5e5e5;}
.bmjl  .bot dl dt{ display: flex; align-items: center; justify-content: space-between;}
.bmjl  .bot dl dd{ display: flex; align-items: center; justify-content: space-between;}
.bmjl  .bot dl dt div{ padding-left: 15px; white-space: nowrap;   overflow: hidden;text-overflow:ellipsis;}
.bmjl  .bot dd div{padding-left: 15px;line-height: 59px; border-bottom: 1px solid #e5e5e5; font-size: 15px;}
.bmjl  .bot dl dt div:nth-child(1){ width: 180px; border-right: 1px solid #e5e5e5;}
.bmjl  .bot dl dt div:nth-child(2){ width: 298px; border-right: 1px solid #e5e5e5;} 
.bmjl  .bot dl dt div:nth-child(3){ width: calc(100% - 480px);}
.bmjl  .bot dl dd div:nth-child(1){ width: 180px; border-right: 1px solid #e5e5e5;}
.bmjl  .bot dl dd div:nth-child(2){ width: 298px; border-right: 1px solid #e5e5e5;} 
.bmjl  .bot dl dd div:nth-child(3){ width: calc(100% - 480px); display: flex; align-items: center; justify-content: space-between; padding: 0 15px;}
.bmjl  .bot dl dd div:nth-child(3) span{ width: 270px;    white-space: nowrap;   overflow: hidden;text-overflow:ellipsis;}
.bmjl  .bot dl dd div:nth-child(3)  a{ background:#e96395 ; color: #fff; display: flex; align-items: center; justify-content: center; width: 50px; height: 30px; border-radius: 5px;}


.bmjlcon{ max-height:180px; overflow-y: scroll;  }
.bmjlcon::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 3px;}
.bmjlcon::-webkit-scrollbar-thumb {/*滚动条里面小方块*/  background: #e96395; width: 3px; }
.bmjlcon::-webkit-scrollbar-track {/*滚动条里面轨道*/  background: #aaaaaa; width: 3px; }

/* 弹窗 */
.wmax{ width: 100%;}
.hmax{ height: 100%;}
.bg-white{ background: #fff;}
.position-relative{ position: relative;}
.dis-flex-center-center{ display: flex; align-items: center; justify-content: center;}
/*  display: none; */
.Popup{ width: 100vw; height: 100vh;  background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; z-index: 9999;  }
.PopupBox{ width: 600px; background: url(../images/PopupBg.jpg) no-repeat center top; background-size: cover; padding: 25px;}
.PopupClose{  position: absolute; top: -70px; right: 0; cursor: pointer;}
.Popup .bg-white{ width: 100%; padding: 40px; border-radius: 12px;}
.PopupBox .tit{ font-size: 30px ; color: #e96395; font-weight: bold;}
.PopupBox .con{ line-height: 2; color: #8c85b1; font-size: 18px; margin: 20px 0; }
.PopupBox .bot{ color: #e96395; text-align: right; font-size: 18px; line-height: 2.2;}