* {
	padding: 0;
	margin: 0;
}


ul li {
	list-style: none;
}

body {
	background-color: #F5F5F5;
	font-family: '微软雅黑';
}

.Big {
	z-index: 0;
	position: relative;
	background: #fff;
	box-shadow: 2px 0 8px #eee;
	padding: 30px 30px 0px;
	top: -40px;
	margin: 0 auto;
	width: 1170px;
	min-height: 650px;
}


.Banner {
	height: 220px;
	width: 100%;
	background: url("../img/banner.png") no-repeat center;
	text-align: center;
	background-size: cover;
	padding-top: 70px;
}

.sizeO {
	font-size: 40px;
	color: #FFFFFF;
	font-family: PingFangSC-Medium;
	margin: 0 auto;
	width: 1170px;
}

.ShowT1 {
	color: #999999;
	font-family: '微软雅黑';
	font-size: 24px;
	padding: 12px 0;
}

.ShowT2 {
	/* border-top: 1px solid #eeeeee; */
	color: #333333;
	font-family: '微软雅黑';
	font-size: 15px;
	padding: 12px 0 12px 140px;
	position: relative;
}

/* 批量形式文本框 */
.ShowT2_2 {
	position: absolute;
	font-family: '微软雅黑';
	font-size: 18px;
	left: 0px;
	top: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.ShowT3 {
	font-family: '微软雅黑';
	font-size: 18px;
	width: 99%;
	height: 24px;
	border: 0px #bdbdbd none;
	/* border-left: none; */
	line-height: 24px;
	border-radius: 0;
	text-indent: 7px;
	overflow: hidden;
}

/*PC*/
.Banner_PC {
	height: 220px;
	width: 100%;
	background: url("../img/banner.png") no-repeat center;
	background-size: cover;
	padding-top: 70px;
}



.ShowT2_PC_1 {
	color: #333333;
	font-family: '微软雅黑';
	font-size: 18px;
	margin-bottom: .5em;
}

.ShowT2_PC_2 {
	color: #333333;
	height: 45px;
	line-height: 45px;
	/* padding-left: 1em; */
	margin-right: 2em;
}

.mod_2 {
	margin-left: .5em;
}


.ShowT3_PC {
	width: 80%;
	height: 45px;
	border: 1px #bdbdbd solid;
	/* border-left: none; */
	line-height: 45px;
	border-radius: 4px;
	text-indent: 7px;
	overflow: hidden;
}

.ShowT3_PC_2 {
	width: 30%;
	height: 45px;
	border: 1px #bdbdbd solid;
	/* border-left: none; */
	line-height: 45px;
	border-radius: 4px;
	text-indent: 8px;
	overflow: hidden;
}

.Bot_PC {
	margin-left: 1.5em;
	color: #FFFFFF;
	background-color: #c40311;
	font-family: '微软雅黑';
	font-size: 19px;
	border: none;
	border-radius: 3px;
	width: 150px;
	height: 50px;
	margin-top: 10px;
}

.Reset_PC{
	margin-left: 1.5em;
	color: #FFFFFF;
	background-color: #c2c0c0;
	font-family: '微软雅黑';
	font-size: 19px;
	border: none;
	border-radius: 3px;
	width: 150px;
	height: 50px;
	margin-top: 10px;
}

/**/
.ShowT3:focus,
.ShowT3_2:focus,
.ShowT3_PC:focus {
	outline: none;
}



.Bot1 {
	/* margin-left: 1.5em; */
	color: #FFFFFF;
	background-color: #1677FF;
	font-family: '微软雅黑';
	font-size: 19px;
	border: none;
	border-radius: 3px;
	margin-left: 22.5%;
	width: 100px;
	height: 50px;
}

.Bot2 {
	color: #333333;
	background-color: #ffffff;
	font-family: '微软雅黑';
	font-size: 19px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	width: 99px;
	height: 49px;
	margin-left: 14%;
}

.Bot1:active,
.Bot_PC:active {
	filter: grayscale(25%);
}

.Bot2:active {
	background-color: #D3D3D3;
}

.Bot3 {
	color: #1677FF;
	background-color: #ffffff;
	font-family: '微软雅黑';
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	border: none;
	border-top: 2px solid #eeeeee;
	width: 100%;
	height: 32px;
	border-radius: 0 0 4px 4px;
}

.Bot3:active {
	background-color: rgb(253, 244, 244);
	;
}


.ExShow {
	font-size: 18px;
}

.ALLHIDE {
	display: none;
	background-color: rgb(158, 157, 157);
	width: 100%;
	top: 0;
	position: fixed;
	height: 100%;
	opacity: 0.5;
	z-index: 5;


}

.Tip {
	transition: all .25s linear .15s;
	z-index: 99;
	display: none;
	position: fixed;
	;
	text-align: center;
	font-size: 14px;
	top: 40%;
	left: 40%;
	width: 20%;
	height: 10%;
	line-height: 43px;
	opacity: 0.25;
	background-color: #FFF;
	border-radius: 4px;
}

.trans {
	margin-top: -3px;
	/* transition-duration:0.3s; */
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #c2c2c2 !important;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 0;
	border-style: dashed;
	border-color: transparent;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}

.ShowT4_1 {
	color: #333333;
	font-family: '微软雅黑';
	font-size: 18px;
	margin-top: 10px;
}

.ShowT4_1:nth-child(2n) {
	margin-left: 30px;
}

.ShowT4_2 {
	user-select: none;
	width: 88px;
	display: inline-block;
	padding: 12px 0;
}

.ShowT4_2_EX {
	padding: 12px 0px;
	font-family: '微软雅黑';
	font-size: 14px;
}

.ShowT2_EX {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.ShowT4_3_1 {
	display: inline-block;
	font-family: '微软雅黑';
	font-size: 18px;
	width: 230px;
	height: 45px;
}

.ShowT4_3 {
	user-select: none;
	display: inline-block;
	font-family: '微软雅黑';
	font-size: 18px;
	width: 280px;
	height: 45px;
	outline: none;
	line-height: 40px;
	/* text-indent: 7px; */
	position: relative;
	cursor: pointer;
	background-position: 0 -68px;
	margin-left: 2em;
}

.Show_marginLeft {
	margin-left: 2em;
}

.Show_select_border {
	border: 1px solid #bdbdbd;
	padding-left: 10px;
}

.ShowT4_3 input {
	width: 100%;
	height: 100%;
	padding-left: 7px;
}

.ShowT4_3:hover {
	box-shadow: 0 0 2px #ccc;
	background: #fff;
}

.ShowT4_3 img {
	transition-duration: 0.3s;
	position: absolute;
	right: 10px;
	top: 16px;
}

.ShowT4_3 ul {
	font-family: '微软雅黑';
	z-index: 1;
	font-size: 18px;
	width: 100.95%;
	border: 2px solid #eeeeee;
	/* outline: none; */
	/* border-left: none; */
	transition-duration: 0.3s;
	background-color: #fff;
	line-height: 40px;
	text-indent: 7px;
	overflow: hidden;
	position: absolute;
	top: 52px;
	left: -1px;

}

.ShowT4_3 ul>li {
	background-color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-indent: 7px;
	margin-bottom: -1px;
}

.closs {
	display: none;
}

.ShowT4_3 ul>li:hover {
	background-color: #cccccc;
}

.ShowT4_PC_1 {
	padding-bottom: 10px;
	position: relative;
}

.Seleced {
	background-color: green !important;
	color: white !important;
}

.OtherInfo {
	margin-top: 15px;
	width: 100%;
	color: #333333;
	font-family: '微软雅黑';
	font-size: 17px;
	background-color: #FFF;
}

.OtherInfo>div {
	border-top: 2px solid #eeeeee;
	padding: 12px 0 12px 16px;
}

.Info_left {
	width: 23%;
	height: 100%;
	display: inline-block;
	justify-content: left;
	align-items: center;
}

.Info_right {
	width: 75%;
	display: inline-block;
	text-align: right;
	color: #999999;
	font-family: '微软雅黑';
	font-size: 15px;
	word-wrap: break-word;
	word-break: normal;
}

.Info_text_left {
	width: 23%;
	height: 100%;
	/* display: inline-block; */
	justify-content: left;
	align-items: center;
}

.Info_text_right {
	width: 98%;
	/* display: inline-block; */
	font-family: '微软雅黑';
	text-indent: 2em;
	font-size: 15px;
	word-wrap: break-word;
	word-break: normal;
}

.Info_img {
	overflow: hidden;
	text-align: center;

}

.Info_img img {
	width: 50%;
	object-fit: cover;
	/* transform: scale(1); */
}

.Cred {
	color: red;
}

.Lost_show {
	z-index: 3;
	width: 1110px;
	height: 45px;
	line-height: 30px;
	font-size: 18px;
	color: #999999;
	text-align: center;
}

.Lost_show li {
	display: inline-block;
	min-width: 24px;
	text-align: center;
	position: relative;
	padding: 0 12px;
	border-radius: 2px;
	background-color: #f1eff0;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	color: #1a57a8;
	margin: 0 3px 6px;
}

.Lost_show li:hover {
	color: #3573b5;
}

.Lised {
	color: #fff !important;
	background-color: #1a57a8 !important;
}


.Cantonclick {
	color: #999999;
}

.UD5 {
	background-color: #fff !important;
	letter-spacing: 2px;
}

/* .Conts:hover .UD5{
    display: none;
}
.Conts:hover .UD5-o{
    display: inline-block;
}
.UD5-o{
    display: none;
    width: 100%;
    height: 100%;
} */

.ShowT2_EX_SD {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
