/* 1.1 */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	border: none;
}
.w-e-text-container {
    overflow: hidden;
    z-index: 10 !important;
}
html,
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	min-height: 100vh;
	color: rgb(65, 24, 126);
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	/* IE 10+ */
}

::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

input {
	border: none;
	border-bottom: solid 1px #ccc;
	color: black;
	padding: 5px;
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.15rem;
	outline: none;
}

textarea {
	outline: none;
}

.yanzhengma {
	position: absolute;
	right: 20px;
	/* width: 25%; */
	padding: 5px 0;
	text-align: center;
}

.yanzhengma1 {
	position: absolute;
	right: 20px;
	width: 25%;
	padding: 3px 0;
	text-align: center;
	background: #ccc;
	color: white;
	border-radius: 10px;
}

.login-login {
	background-image: url(../img/bg.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	/* 	min-height: 100vh;
	width: 100vw; */
	width: 100%;
	height: 100%;
}

.login-kuang {
	display: flex;
	/* margin-top: 2%; */
	width: 60%;
	/*    position: absolute;
    left: 50%;
    transform: translateX(-50%); */
	background: white;
}

.login-kuang>img {
	width: 60%;
}

.login-denglu {
	padding: 50px;
	padding-top: 70px;
	width: 40%;
}

.login-denglu-div1 {
	font-size: 0.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

.login-anniu {
	width: 80%;
	padding: 10px 0;
	color: white;
	font-size: 0.15rem;
	font-weight: 600;
	border-radius: 10px;
	background: rgb(65, 24, 126);
	text-align: center;
	margin-top: 20px;
}



.neirong {
	width: 100%;
	min-height: 100%;
}

.tab {
	display: flex;
	background: rgb(65, 24, 126);
	color: white;
	display: flex;
	justify-content: center;
}

.tab>div {
	color: white;
	font-size: 0.2rem;
	margin: 10px 0px;
	padding: .1rem 0.3rem;
	border-right: solid 1px;
	border-left: solid 1px;
	letter-spacing: 5px;
	font-weight: 600;
}

.content-bg {
	background-image: url(../img/bgbg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.xuanzhong {
	background: white;
	color: rgb(65, 24, 126) !important;
	margin: 0px 0px !important;
	padding: .1rem 0.3rem !important;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}


.input {
	border: solid 1px #ccc;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 8px 20px;
	width: 70%;
	margin: 0;
	color: black;
	background: transparent;
}


.one {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.one>img {
	width: 50%;
	margin-top: 50px;
}

.one>div {
	width: 100%;
}

.one>div>img {
	width: 10%;
	margin: 50px 0;
	margin-left: 5%;
}


.two {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.two>img {
	width: 50%;
	margin-top: 50px;
}

.two>div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px 0;
}

.two>div>img {
	width: 9%;
	margin: 0 40px;
}

.three {
	background-image: url(../img/bgbg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: scroll;
	left: 50%;
	border-radius: 20px;
}

.three>div {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	padding: 40px;
}

.three>div>img {
	width: 100%;
	margin-bottom: 40px;
}

.three-div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px;
}

.three-div>div {
	width: 20%;
}

.three-img {
	position: relative;
	width: 100%;
	/* margin: 10px; */
}

.three-img-bottom {
	position: absolute;
	top: 21%;
	padding: 0 20px;
	right: 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70%;
	width: 30%;
}

.three-button {
	background: rgb(212, 30, 124);
	border-radius: 5px;
	color: white;
	font-size: 0.15rem;
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	margin: 20px 0;
	width: 60%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.three-yulan {
	position: absolute;
	top: 21%;
	padding: 0 20px;
	right: 0;
	display: none;
	justify-content: center;
	height: 70%;
	width: 30%;
	overflow: scroll;
}

.three-button-f {
	padding: 10px 20px;
	background: rgb(154, 154, 154);
	;
	border-radius: 5px;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}

.three-button-zu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	/* padding: 0 100px; */
}

.three-button-zu>div {
	padding: 10px 35px;
	background: rgb(212, 30, 124);
	border-radius: 5px;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}


.four {
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
}

.four>div {
	width: 60%;
	display: flex;
	padding: 20px 40px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}

.four-img {
	width: 30%;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.four-img-title {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	padding-right: 20px;
	font-weight: 600;
	color: black;
	letter-spacing: 1px;
	font-size: 0.18rem;
}

.four-img>img {
	width: 100%;
}

.four-div {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.four-div-name {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.four-div-jilu {
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	letter-spacing: 1px;
}

.four-div-jilu>img {
	margin-right: 10px;
	width: 5%;
}



.fives {
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
}

.fives>div {
	width: 60%;
	display: flex;
	padding: 20px 40px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}

.fives-img {
	width: 30%;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.fives-img-title {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	padding-right: 20px;
	font-weight: 600;
	color: black;
	letter-spacing: 1px;
	font-size: 0.18rem
}

.fives-img>img {
	width: 100%;
}

.fives-div {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.fives-div-name {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.fives-div-jilu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.fives-div-jilu>img {
	margin-right: 10px;
	width: 5%;
}

.fives-button {
	display: flex;
}

.fives-button-div {
	padding: 0.1rem 0.2rem;
	background: rgb(65, 24, 126);
	color: white;
	border-radius: 5px;
	margin-left: 20px;
}

.fives-button-div-f {
	padding: 0.1rem 0.2rem;
	background: rgb(154, 154, 154);
	color: white;
	border-radius: 5px;
	margin-left: 20px;
}



.shuangchuang {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.shuangchuang>div {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
    max-height: 80%;
    overflow: scroll;	
}

.shuangchuang-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: rgb(244, 244, 244);
	color: rgb(56, 56, 56);
	padding: 20px 40px;
	font-size: 16px;
	font-weight: 600;
}

.shuangchuang-div {
	padding: 20px 60px;
}

.shuangchuang-div-1 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 20px 0;
}

.shuangchuang-div-2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}

.shuangchuang-div-3 {
	display: flex;
	align-items: center;
	padding-left: 20px;
	overflow: scroll;
}

.shuangchuang-div-button {
	padding: 6px 25px;
	border: solid 1px #ccc;
	border-radius: 20px;
	color: black;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
}

.shuangchuang-div-tijiao {
	width: 100%;
	text-align: center;
	margin: 20px;
}


.qr {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.qr>div {
	width: 25%;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
}

.qr-div1 {
	text-align: end;
}

.qr-div1>img {
	width: 7%;
	transform: translateY(-20px);
}

.qr-div2 {
	display: flex;
	align-items: center;
}

.qr-div2-1 {
	width: 50%;
	text-align: center;
}

.qr-div2-1>img {
	width: 100%;
}

.qr-font {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 50%;
	color: black;
}


.yulan {
	display: none;
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yulan-div {
	width: 50%;
	height: 90%;
	background: white;
	padding: 40px;
}

.yulan-title {
	text-align: center;
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: 600;
	word-wrap: break-word;
	word-break: normal;
	margin: 40px 0;
	color: rgb(212, 30, 124);
}

.yulan-xiao {
	font-size: 24px;
	font-weight: 600;
	margin-left: 100px;
	margin: 40px 0;
	letter-spacing: 1px;
}



.jingcai1 {
	width: 50%;
}

.jingcai1-title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 40px 0;
}

.jingcai1-xiao-title {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
	padding-left: 20px;
}

.jingcai1>div>div>img {
	width: 100%;
}

.jingcai1-biaoti {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	padding-left: 20px;
}

.jingcai-shangxia {
	border-top: solid 1px;
	padding: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}

.jingcai-dantiao {
	border-bottom: solid 1px;
	padding: 20px;
}

.jingcai-neirong {
	font-size: 16px;
	margin: 10px 0;
	font-weight: 600;
	line-height: 40px;
	padding-left: 50px;
}


.guanbi {
	position: absolute;
	right: 20px;
	width: 20%;
	top: 0;
}

.fabu {
	padding: 10px 40px;
	background: #ccc;
	border-radius: 10px;
	margin: 20px;
	color: white;
}

.fabu-s {
	padding: 10px 40px;
	background: rgb(65, 24, 126);
	border-radius: 10px;
	margin: 20px;
	color: white;
}


.duohangshuru {
	position: absolute;
	top: 21%;
	justify-content: space-around;
	display: flex;
	padding: 0 20px;
	height: 70%;
	width: 100%;
	flex-direction: column;
	width: 70%;
}

.duohangTxt {
	width: 100%;
	height: 100%;
	border: solid 1px #ccc;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
}


.wenzhangneirong {
	text-align: initial;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	text-indent: 40px;
	letter-spacing: 1px;
	color: #666666;
}


.fanhui {
	position: fixed;
	left: 5%;
	bottom: 10px;
	padding: 10px 40px;
	background: rgb(65, 24, 126);
	border-radius: 10px;
	color: white;
}

.select {
	border: solid 1px #ccc;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 8px 20px;
	width: 70%;
	margin: 0;
	color: black;
	background: transparent;
	outline: none;
}
@media screen and (max-width:1400px) {
	.login-kuang {
		display: flex;
		margin-top: 6%;
		width: 90%;
		background: white;
	}

	.login-denglu {
		padding: 30px;
		padding-top: 70px;
		width: 40%;
	}

	.one>img {
		width: 80%;
		margin-top: 50px;
	}

	.two>img {
		width: 80%;
		margin-top: 50px;
	}

	.one>div>img {
		width: 20%;
		margin: 50px 0;
		margin-left: 5%;
	}

	a {
		width: 15% !important;
	}

	.two>div>img {
		width: 15%;
	}

	.four>div {
		width: 90%;
	}

	.shuangchuang>div {
		width: 50%;
		position: absolute;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		background: white;
		max-height: 80%;
		overflow: scroll;
	}

	.three>div {
		width: 60%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
		padding: 40px;
	}

	.three-button-zu {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 50px 0;
	}

	.three-button {
		background: rgb(212, 30, 124);
		border-radius: 5px;
		color: white;
		font-size: 0.15rem;
		letter-spacing: 1px;
		font-weight: 600;
		position: relative;
		margin: 20px 0;
		width: 65%;
		height: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fives>div {
		width: 90%;
		display: flex;
		padding: 20px 40px;
		border-bottom: solid 1px #ccc;
		margin-bottom: 20px;
	}
}
