﻿

/* CSS Main */
:root {
	/*全局颜色更改*/
	--bgs: #000916;
	--txt: #575862;
	--bai: #ffffff;
	--hui: #3f3f3f;
	--sc01: #563557;
	--sc02: #f74f59;
	--sc03: #ffb1b7;
	--sc04: #fee0e6;
	--sc05: #b24458;
	--sc06: #b44458;
	--sc07: #095bd0;
	--sc08: #3c8449;
	--sc09: #f77311;
	
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	color: var(--txt);
	box-sizing: border-box;
	background: var(--bgs);
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

img {
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}


/*通用标题----开始--------------------------------------------------------*/
.bt_box {
	width: 980px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
}

.bt_box p {
	font-size: 60px;
	font-weight: bolder;
	letter-spacing: 2px;
	background: linear-gradient(180deg, var(--sc02) 0%, var(--sc01) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bt_box span {
	width: 100%;
	height: 81px;
	background: url(../image/bt_zs01.png) center 0 no-repeat;
	background-size: 100% 81px;
}

/*通用标题----结束--------------------------------------------------------*/
.main_box {
	width: 1400px;
	padding: 0 50px;
	box-sizing: border-box;
	margin: 0 auto;
}
footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	height: 40px;
	background: var(--sc06);
	color: var(--bai);
	font-size: 14px;
}

footer a {
	color: var(--sc04);
	margin: 0px 5px;
}

/*文本不可选择*/
.bt_box,
footer {
	-moz-user-select: none;
	/* Firefox私有属性 */
	-webkit-user-select: none;
	/* WebKit内核私有属性 */
	-ms-user-select: none;
	/* IE私有属性(IE10及以后) */
	-khtml-user-select: none;
	/* KHTML内核私有属性 */
	-o-user-select: none;
	/* Opera私有属性 */
	user-select: none;
	/* CSS3属性 */
}

/*联系方式-------开始-------------------------------------------------*/
.lianxi {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.lianxi dt {
	width: 438px;
	height: 538px;
	margin: 20px;
	margin-right: 50px;
}

.lianxi dd {
	margin: 0 20px;
	margin-left: 50px;
	padding: 20px;
}

.lianxi dd ul {
	width: 520px;
	height: 60px;
	border-radius: 14px;
	background: var(--bai);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	box-sizing: border-box;
}

.lianxi dd ul li {
	width: 60px;
	height: 60px;
	background: var(--bai);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 5px;
	box-sizing: border-box;
}

.lianxi dd ul input {
	width: 100%;
	padding: 0 10px;
	border: 0;
	color: var(--sc1);
	box-sizing: border-box;
	font-size: 34px;
	font-weight: bold;
	font-family: Arial;
	background: var(--bai);
	border-left: solid 1px rgba(184, 164, 164, 0.533);
	animation: ss 1s 1;
}

@keyframes ss {
	0% {
		width: 0px;
	}

	100% {
		width: 100%;
	}
}

.lianxi dd ul input:focus {
	outline: none;
}

.lianxi dd ul button {
	width: 100px;
	font-size: 16px;
	color: var(--bai);
	background: linear-gradient(0deg, var(--sc01), var(--sc02));
	border-radius: 0;
	border: 0;
	white-space: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
	transition: all 0.2s;
}

.lianxi dd ul button:hover {
	color: var(--sc02);
	font-size: 17px;
}


/*联系方式-------结束-------------------------------------------------*/
.kong_box {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.kong_box .kong_cent {
	width: 300px;
	height: 160px;
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	margin: 0 auto;
	background: linear-gradient(45deg, #f4f7ff, #eef2fd);
	box-shadow: 0 5px 8px 0 rgba(83, 113, 165, 0.2), inset 1px 1px 2px 2px #fafdff, inset 0 0 1px 0 rgba(251, 254, 255, 0.459);
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.kong_box .kong_txt {
	font-size: 20px;
	color: var(--c06);
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kong_box .kong_btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	border-radius: 50%;
	background: var(--sc06);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--sc05);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
}

.kong_box .kong_btn:hover {
	filter: brightness(120%);
}

