@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
	overflow-x: hidden;
}

div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
dl {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
}

a {
	text-decoration: none;
	color: #444;
}

img {
	border: none;
	vertical-align: middle
}

ul,
li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

.connte {
	width: 1100px;
	margin: 0 auto;
}

html body {
	margin-top: 15px;
}

.header-login {
	width: 80%;
	margin: 0 auto;
}

.bmrk__bgd {
	background: url(images/bg11.jpg) no-repeat center;
	width: 100%;
	height: 600px;
	margin-top: -30px;
	background-size: 100% 80%;
}

.bmrk_lf {
	top: 190px;
	left: 1.5%;
	position: absolute;
}

.bmrk_lf .img {
	display: inline-block;
	box-sizing: border-box;
	border: none;
	width: 300px;
	height: 200px;
	background: #FFFFFF;
	border-radius: 50% 50%;
text-align: center;
font-size: 18px;
padding: 15px 20px 0;
	
}
.bmrk_lf .img p{
	margin-bottom: 10px;
}
.bmrk_lf .img span{
	color: #FF3030;
}
.dl {
	width: 360px;
	margin: 95px auto 0 auto;
	float: right;
	margin-right: 15%;
}

.item1 {
	margin: 0 30px 20px 30px;
}

.item1 ul li {
	padding: 20px 0;
}

.item1 ul li input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	text-indent: 15px;
	color: #333333;
	border-radius: 6px;
}

.item1 select {
	width: 100%;
	height: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	color: #333333;
	border-radius: 6px;
	text-indent: 15px;
}

.item1 button {
	width: 100%;
	font-size: 16px;
	background-color: #faa600;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	border: none;
	cursor: pointer;
	opacity: .9;
	border-radius: 26px;
	padding: 7px 18px;
}

.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	bottom: 5px;
}

.mobile {
	display: none;
}

.tc_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.tc_cen {
	width: 450px;
	height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
}

.tc_cen a {
	display: inline-block;
	padding: 5px 3px;
	border: 1px solid #ccc;
	font-size: 20px;
	height: 30px;
	vertical-align: middle;
	border-radius: 18px;
	color: white;
	background: #faa600;
	margin-top: 82px;
}

::-webkit-input-placeholder {
	color: #333333;
}

:-moz-placeholder {
	color: #333333;
}

::-moz-placeholder {
	color: #333333;
}

:-ms-input-placeholder {
	color: #333333;
}

@media only screen and (max-width:767px) and (min-width:320px) {
	html,
	body {
		height: 100%;
	}
	.big {
		display: none;
	}
	.mobile {
		display: block;
		height: 100%;
		background: #f8f8f8;
		text-align: center;
		position: relative;
    	top: -3%;
	}
	.cen {
		padding-top: 30px;
	}
	h1 {
		margin-bottom: 20px;
	}
	form {
		width: 80%;
		margin: 0 auto;
	}
	.mobile input,
	.mobile select {
		outline: none;
		padding: 4px 6px;
		background-color: #FFFFFF;
		border: 1px solid #D8D8D8;
		border-radius: 6px;
		margin-top: 15px;
		width: 100%;
		height: 36px;
		line-height: 36px;
		box-sizing: border-box;
		font-size: 14px;
		color: #333333;
	}
	.mobile button {
		text-align: center;
		color: #fff;
		outline: none;
		border: none;
		padding: 0;
		cursor: pointer;
		transition: .2s ease-in-out;
		background-color: #faa600;
		border-radius: 6px;
		margin-top: 28px;
		width: 100%;
		height: 36px;
		line-height: 36px;
		box-sizing: border-box;
		font-size: 14px;
	}
	.footer {
		position: fixed;
		bottom: 35px;
		width: 80%;
		text-align: center;
		left: 10%;
	}
	.tc_cen {
		width: 80%;
		height: 200px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: white;
		border: 1px solid #ccc;
		border-radius: 10px;
		text-align: center;
	}
	.tc_cen a {
		display: inline-block;
		padding: 5px 3px;
		border: 1px solid #ccc;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		border-radius: 18px;
		color: white;
		background: #faa600;
		margin-top: 82px;
	}
	::-webkit-input-placeholder {
		color: #333333;
	}
	:-moz-placeholder {
		color: #333333;
	}
	::-moz-placeholder {
		color: #333333;
	}
	:-ms-input-placeholder {
		color: #333333;
	}
}