@charset "UTF-8";
/*通用类*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
button,
select,
textarea,
th,
td,
pre {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family:  Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif;
	text-align: justify;
	color: #333;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #e85116;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

html,
body {
	width: 100%;
}

/* 登录 start*/
.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/bg.jpg) no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login {
	width: 508px;
	height: 590px;
	background-color: #fff;	
	border-radius: 12px;
	position: relative;
	text-align: center;
	box-shadow: 0 6px 12px #cc7869;
}

.title {
	position: absolute;
	top: -25px;
	left: 0;
	width: 508px;
	display: flex;
	justify-content: center;
	z-index: 999;
}

.title h2 {
	background: url(../img/title_bg.png) no-repeat;
	width: 172px;
	height: 50px;
	background-size: 100% 100%;	
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.tips-bt {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333;
	padding-top: 54px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 18px;
}

.login_saoma {
	width: 100%;
}

.saoma-nav{
	display: flex;
	justify-content: space-between;	
	width: 258px;	
	margin: 40px auto;
}

.saoma-nav .dd {
	padding-bottom: 8px;
	color: #333;	
	font-size: 16px;
	cursor: pointer;
}

.saoma-nav .dd.active {
	padding-bottom: 8px;
	color: #e95439;	
	border-bottom: 2px solid #e95439;
}

.soam-pic {
	width: 300px;
	height: 300px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin:  0 auto;
}

.soam-pic img {
	width: 196px;
	height: 196px;
	margin: 14px;
}

.login_saoma p {
	color: #666666;
	margin-top: 24px;
	cursor: pointer;
}



.login_box {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.login_box  p {
	color: #666666;
	margin-top: 24px;
	cursor: pointer;
}


.yhm {
	margin-bottom: 22px;
}

.yhm input {
	width: 320px;
	height: 40px;
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	line-height: 40px;
	outline: none;
	color: #1d1d1d;
}


.ymbg {
	width: 110px;
	height: 32px;
	float: right;
	margin-top: 4px;
}

.yhm_tx {
	width: 320px;
	margin: 0 auto;	
	border-bottom: 1px solid #dddddd;
	height: 44px;
	cursor: pointer;
}

.yhm_tx input {
	float: left;
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	outline: none;
	color: #1d1d1d;
}


.yhm button {
	width: 320px;
	height: 44px;
	font-size: 18px;
	line-height: 42px;
	background: linear-gradient( 90deg, #f69c6b, #f6816b);
	color: #fff;
	border: none;
	margin-top: 54px;
	cursor: pointer;
	border-radius: 4px;
}

.ymbg img {
	width: 110px;
	height: 32px;
}




/* 面板样式 */

.wapr-bg {
	background-color: #f2f5f7;
}

.top-bg {
	width: 100%;
	background: linear-gradient( 90deg, #f69c6b, #f6816b);
	height: 88px;
}

.top-bg-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
}

.top-search {
	width: 320px;
	height: 40px;
	background-color: #fff;
	border-radius: 20px;
}

.top-search input {
	border: none;
	height: 40px;
	font-size: 16px;
	border-radius: 20px;
	text-indent: 40px;
	width: 100%;
	background: url(../img/search.png) no-repeat 16px 12px;
}

.logo-pic {
	width: 208px;
	height: 54px;
	display: block;
}

.logo-pic img {
	width: 100%;
	height: 100%;
}

.top-right a {
	font-size: 16px;
	color: #fff;
}


.top-right a.jianju {
	margin-right: 20px;
}

.top-right a:hover {
	color: #fff;
	text-decoration: underline;
}

.top-right a img {
	vertical-align: middle;
	margin-right: 8px;	
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.con-mune {
	width: 100%;
	background-color: #fff;
	height: 70px;
	border-radius: 8px;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}

.con-mune a {
	font-size: 16px;
	color: #333;
	margin-right: 30px;
	line-height: 70px;	
}

.con-mune a.active {
	color: #fff;
	border-radius: 4px;
	background: linear-gradient( 90deg, #f69c6b, #f6816b);
	padding: 3px 10px 5px 10px;
}

.mok1 {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 24px 20px 0 20px;
	box-sizing: border-box;
	margin: 20px 0;
}

.mok1-title {
	width: 100%;
	border-bottom: 1px solid #f2f5f7;
	font-weight: 700;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.mok1-title i {
	height: 16px;
	width: 4px;
	border-radius: 2px;
	background: linear-gradient( 180deg, #f69c6b, #f6816b);
	display: block;
	margin-right: 10px;
}

.mok1 ul li {
	float: left;
	width: 232px;
	font-size: 16px;
}

.mok1 ul li a {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.mok1 ul li a i {
	width: 4px;
	height: 4px;
	background: #dddddd;
	display: block;
	margin-right: 10px;
}

.mok1 ul li a:hover {
	color: #ec6248;
}

.mok1 ul li a:hover i {
	background: #ec6248;
}


.line {
	width: 100%;
	height: 40px;
}

/* 404 */
.cuowu {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 14%;

}

.cuowu img {
	width: 256px;
	height: 218px;
}

.cuowu p {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 28px;
}

.cuowu a {
	display: block;
	width: 154px;
	height: 40px;
	border: 1px solid #f98168;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	color: #f98168;
	margin: 0 auto;
}

.tips {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 14%;

}

.tips img {
	width: 256px;
	height: 196px;
}

.tips p {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 28px;
}

.kj-table {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 400px;
	font-size: 16px;
}

.kj-table table {
	width: 400px;
	text-align: center;
}

.kj-table td:nth-child(1) {
	width: 320px;
	text-align: left;
}

.kj-table td:nth-child(1) a {
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.kj-table td:nth-child(2) {
	width: 60px;
}

.kj-table .download-btn {
	border: none;
	background: none;
	color: #0C0C0C;
	padding: 5px 10px;
	cursor: pointer;
}

