﻿@charset "utf-8";
.module0282{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	padding: 4rem 0;
}

.module0282_list{
	width:100%;
	height: auto;
	margin:0 auto;
	box-shadow: 0px 0px 20px 1px #f2f2f2;
	position: relative;
	margin-top: 3rem;
}
.module0282_box{
	width:95%;
	margin:0 auto;
	height:auto;
	overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0282_title{
	height:5rem;
	line-height: 5rem;
	color: var(--FontOneColor);
	font-size: 1.625rem;
}
.module0282_come{
	width:100%;
	height:auto;
	border-bottom: 1px #dedede dashed;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1rem 0px;
}
.module0282_come div{
	width:20%;
	height: 1.5rem;
	line-height: 1.5rem;
	color: var(--FontTowColor);
}

.module0282_con{
	width:100%;
	height: auto;
	padding: 2rem 0px;
	color: var(--FontTowColor);
	line-height: 150%;
	display: none;
}


.module0282_btn{
	width: 130px;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	position: absolute;
	top: 1.5rem;
	right: 2.5%;
	color: var(--OneColor);
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0282_btn:hover{
	text-decoration: underline;
}
.module0282_liston .module0282_btn{
	color: var(--FontWhiColor);
	background: var(--OneColor);
}
.module0282_liston .module0282_con{
	display: block;
}
.module0282_showbtn{
	color: var(--OneColor);
	font-weight:bold;
	text-align: center;
	cursor: pointer;
	height: 3rem;
	line-height: 3rem;
}


.module0282_form_box{
	width:100%;
	height: 100vh;
	background:var(--FontTowColor);
	top: 0px;
	position: fixed;
	z-index: 500;
	top: 0;
	display: none;
}
.module0282_close{
	position: relative;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0282_close:hover{
	transform: rotate(180deg);
}
.module0282_form{
	width:700px;
	height:31rem;
	margin:0px auto;
	margin-top: calc((100vh - 31rem) / 2);
	background: var(--FontWhiColor);
	border-radius: 10px;
}
.module0282_form_title{
	width:90%;
	border-bottom: 1px #dedede solid;
	margin: auto;
	text-align: center;
	font-size: 1.625rem;
	font-weight: bold;
	padding-bottom: 1rem;
	padding-top: 3rem;
	margin-bottom: 2rem;
}
.module0282_form_text_box{
	width: 90%;
	margin:0px auto;
	padding-bottom: 1rem;
	text-align: center;
}

.module0282_form_text{  width:80%; height:3rem; background:none; border:none; padding-left:15px; font-family:"微软雅黑";
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:var(--FontOneColor);
	border: 1px #dedede solid;
	font-size: 1rem;}
.module0282_form_text::-webkit-input-placeholder { color:var(--FontTowColor); }
.module0282_form_text:focus { 
	-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.2); 
	-webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.2); 
	box-shadow:0px 0px 13px rgba(0,0,0,0.2);
}
.module0282_select{  width:80%; height:4.5rem; background:none; border:none;padding: 0.5rem 1rem; padding-left:15px; font-family:"微软雅黑";
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:var(--FontOneColor);
	border: 1px #dedede solid;
	font-size: 1rem;}
.module0282_select::-webkit-input-placeholder { color:var(--FontTowColor); }
.module0282_select:focus { 
	-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.2); 
	-webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.2); 
	box-shadow:0px 0px 13px rgba(0,0,0,0.2);
}




.module0282_form_text_box a{
	display: block;
	margin: 0 auto;
	width:8rem;
	height: 3rem;
	line-height: 3rem;
	background: var(--FontOneColor);

	cursor: pointer;
	color: var(--FontWhiColor);
	font-size: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0282_form_text_box a:hover{
	box-shadow: 0 0px 5px var(--OneColor);
	background: var(--OneColor);
}



@media screen and (max-width:1023px)and (min-width:300px){
	.module0282{
		width:96vw;
	}

	.module0282_title{
		font-size: 1.375rem;
	}
	.module0282_come{
		padding: 0rem 0px;
		padding-bottom: 1rem;
	}
	.module0282_come div{
		width:50%;
	}

	.module0282_btn {
		width: 90px;
	}



	.module0282_close{
		width: 20px;
		height: 20px;
	}
	.module0282_close img{ width:20px; height:20px;}	

	.module0282_form{
		width:90%;
	}
	.module0282_form_title{
		font-size: 1.375rem;
	}

	.module0282_form_text{  width:90%; }
	.module0282_select{  width:90%;}


}













