/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0px;
}

i {
	font-style: normal;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@font-face {
	font-family: 'dinpro';
	src: url(../font/DINPRO.OTF);
}

@font-face {
	font-family: 'bebas';
	src: url(../font/bebas.TTF);
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



.flex-box-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
}

.padding-t10 {
	padding-top: 10px;
}

.padding-b10 {
	padding-bottom: 10px;
}

.padding-t20 {
	padding-top: 20px;
}

.padding-b20 {
	padding-bottom: 20px;
}

.padding-t15 {
	padding-top: 15px;
}

.padding-t30 {
	padding-top: 30px;
}

.padding-b30 {
	padding-bottom: 30px;
}

.margin-b20 {
	margin-bottom: 20px;
}

.margin-t10 {
	margin-top: 10px;
}

.margin-t20 {
	margin-top: 20px;
}


#header {
	width: 100%;
}

/* .header-main {
	padding: 20px 20px 0px;
} */

.header-img i.imgbox_a {
	padding-bottom: 50%;
}

.img-1 {
	display: block;
}

.img-2 {
	display: none;
}

.header-inf {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 0px;
}

.language {
	position: relative;
	box-sizing: border-box;
}

.language-item {
	margin-left: 12px;
}

.language-item .dt {
	width: 100%;
	height: 100%;
}

.language-item .dt a {
	display: flex;
	justify-content: space-between;
}

.language-item .dt a .language-l img {
	width: 44px;
}

.language-item .dt a .language-l span {
	font-size: 14px;
}

.language-item .dt a .language-r {
	margin-left: 14px;
}


.language-item .dd {
	display: none;
	position: absolute;
	width: 140px;
	height: auto;
	right: 0px;
	top: 0px;
	margin-top: 28px;
	box-sizing: border-box;
}

.language-item .dd .box {
	border: 1px solid #f1f1f1;
	background: #fff;
	border-radius: 3px;
}

.language-item .dd .box a {
	display: flex;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.language-item .dd .box a h1 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
}


.language-item .dd .box a img {
	width: 24px;
	margin-right: 5px;
}

.language-item .dd .box a span {
	font-size: 14px;
}

/* .language-item .dt:hover+.dd {
	display: block;
} */

#content {
	width: 100%;
	min-height: 500px;
	background: linear-gradient(to bottom, #6a961f, #e5f3e8);
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.box-bj1 {
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	border-radius: 12px;
}

.box-bj2 {
	background: #fff;
	min-height: 140px;
	border-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.dw-item {
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
}

.dw-item:last-child {
	margin-bottom: 0px;
}

.dw-item .dw-title {
	min-width: 98px;
	height: 28px;
	line-height: 28px;
	font-weight: bolder;
	background: #538e2a;
	color: #fff;
	text-align: center;
	padding-right: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.dw-item .dw-content p {
	margin-bottom: 5px;
	text-align: center;
}

.content-title {
	text-align: center;
}

.content-title span {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color:#333;
	position: relative;
	display: inline-block;
}

.content-title span:before {
	content: "";
	width: 44px;
	height: 4px;
	position: absolute;
	left: -62px;
	top: 15px;
	background: url(../images/title-l.png) no-repeat;
}

.content-title span:after {
	content: "";
	width: 44px;
	height: 4px;
	position: absolute;
	right: -62px;
	top: 15px;
	background: url(../images/title-r.png) no-repeat;
}

.content-main .input-txt {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	box-sizing: border-box;
}

.content-main .input-button {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #39739d;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.zc-user .form-item:first-child {
	padding-top: 0px;
}

.zc-user .form-item {
	padding-top: 20px;
}

.zc-user .form-item h1 {
	font-size: 16px;
	font-weight: bolder;
}

.zc-user .form-item .input-txt {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #f3f3f3;
	border: none;
}

.zc-user .input-button {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #39739d;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.input-button:hover {
	background: #7eaacf;
}

/* 弹出层样式 */
#popup,
#popup-fail,
#register {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	display: none;
	align-items: center;
}

	{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	display: none;
	align-items: center;
}


.popup-bj {
	width: 100%;
	min-height: 300px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.popup-main {
	width: 100%;
	height: 100%;
	padding: 30px 10px;
	text-align: center;
}

.popup-rz {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

.popup-rz img {
	width: 98px;
}

.popup-rz h1 {
	font-size: 22px;
	color: #2e802b;
	margin-top: 15px;
}

.popup-inf {
	padding-top: 20px;
	padding-bottom: 10px;
}

.popup-inf h1 {
	font-size: 22px;
	color: #e87d0e;
}

.popup-inf h2 {
	color: #000;
	font-size: 18px;
	margin-top: 12px;
}

.sign-button {
	display: block;
	width: 80%;
	height: 38px;
	line-height: 38px;
	background: #39739d;
	color: #fff;
	border-radius: 38px;
	margin: 20px auto 0px;
}

.popup-close {
	position: absolute;
	bottom: -44px;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	height: 34px;
	border-radius: 30px;
	border: 2px solid #fff;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* 我要签到 */
#signIn {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	display: none;
	align-items: center;
}

.signIn-rz {
	padding-bottom: 20px;
}

.signIn-rz img {
	width: 84px;
}

.signIn-rz h1 {
	font-size: 22px;
	color: #333;
	margin-top: 15px;
}

.signIn-rz h2 {
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}

.signIn-rz h2 span {
	font-size: 24px;
	font-weight: bolder;
	color: #e87d0e;
}

.roger,
.roger-fail {
	display: block;
	width: 80%;
	height: 38px;
	line-height: 38px;
	background: #39739d;
	color: #fff;
	border-radius: 38px;
	margin: 20px auto 0px;
}


#popup-fail .popup-rz h1 {
	color: #e97514;
}

#register .signIn-rz img {
	width: 142px;
}




/* 个人表单信息 */
.gr-inf-box {
	display: none;
}

.gr-inf {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.gr-inf-title,
.gr-inf-list {
	display: flex;
	justify-content: space-between;
}

.gr-inf-title dd {
	flex: 1;
	text-align: center;
	min-height: 42px;
	line-height: 1.5;
	border-left: 1px solid #ccc;
	font-weight: bolder;
	width: 20%;
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gr-inf-title dd :last-child,
.gr-inf-list dd :last-child {
	border-left: none;
}


.gr-inf-list dd {
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	min-height: 42px;
	justify-content: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #888;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gr-inf-list dd a {
	color: #000;
}

.gr-inf-list dd a:hover {
	color: #69951c;
	font-weight: bolder;
}