﻿/* 内容页共用样式 */

body {
	width: 800px;
	margin: 30px;
	padding: 0px;
	font-size: 12px;
	font-family: "microsoft yahei";
}

/*内容页局部小标题*/
.page_title {
	height: 32px;
	margin-top: 18px;
	font-size: 18px;
	color: #8899aa;
	border-bottom: 1px solid #EEEEEE;
}

/*标题下提示或功能按钮部分*/
.tip {
	min-height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	background-color: #FFFFEB;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 12px;
	color: #999999;
}

.tip a {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.path4 {
	float: right;
	padding-right: 5px;
}

/*提交按钮*/
.textArea {
	width: 500px;
	height: 60px;
	padding-left: 5px;
	border: 1px solid #b4d3ea;
	margin-top: 8px;
	border-radius: 4px;
}

/*简介*/
.textAreas {
	width: 500px;
	height: 160px;
	padding-left: 5px;
	margin-top: 8px;
	border-radius: 4px;
}

/*详情*/

/*提交按钮*/
.submit_button {
	border-radius: 3px;
	height: 38px;
	line-height: 36px;
	width: 150px;
	border: 0;
	font-size: 14px;
	font-family: "microsoft yahei";
	background-color: #ea9a29;
	color: #fff;
	cursor: pointer;
}

.submit_button:hover {
	background-color: #efaf4f;
}

.submit_button:active {
	background-color: #ffbf6f;
}

/*顶部小操作按钮*/
.operate_button {
	color: #555555;
	border-radius: 3px;
	height: 26px;
	line-height: 24px;
	border: 0;
	font-size: 12px;
	font-family: "microsoft yahei";
	background-color: #ea9a29;
	cursor: pointer;
	margin: 8px 4px 8px 4px;
}

.operate_button:hover {
	background-color: #efcf6f;
}

.operate_button:active {
	background-color: #ffef8f;
}

/*文字按钮*/
.text {
	/* width: 200px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #b4d3ea;
	padding-left: 5px;
	border-radius: 6px; */
}

a {
	text-decoration: none;
	color: #d2060f;
	zoom: 1;
	vertical-align: baseline
}

a:hover {
	text-decoration: underline;
	color: red;
}

.textButton {
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	color: #216CD1;
}

.textButton a {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

/*编辑页排版表格*/
.tableEdit {
	border-collapse: collapse;
	word-break: keep-all;
	width: 100%;
	border: 0;
}

.tableEdit th {
	text-align: left;
	text-indent: 1em;
	height: 32px;
	line-height: 32px;
	background-color: #f5f6fa;
	color: #999999;
}

.tableEdit td {
	text-align: left;
	text-indent: 1em;
	height: 40px;
	line-height: 40px;
	border: 0;
}

.tableEdit td .ke-container td {
	height: 25px;
	line-height: 25px;
}

/*列表表格*/
.table {
	border-collapse: collapse;
	word-break: keep-all;
	width: 100%;
	border: solid #e1e6eb 1px;
}

.table th {
	text-align: left;
	text-indent: 1em;
	height: 32px;
	line-height: 32px;
	background-color: #f5f6fa;
	color: #999999;
}

.table td {
	text-align: left;
	text-indent: 1em;
	height: 40px;
	line-height: 40px;
	border: solid #e1e6eb 1px;
	border-left: 0;
	border-right: 0;
}

tr.highlight {
	background: #ACFFAD;
}

/*高亮色*/
tr {
	margin-top: 500px;
}

.table td .ke-container td {
	height: 25px;
	line-height: 25px;
}

/*编辑器*/
/* .table tr:hover
{
    background:#fCFFdD;
} */

.red {
	color: Red;
}

/* register.aspx css */
body {
	width: 100%;
	margin: 0px;
	/*text-align:center;*/
}
.banner-container .container{
	top: -40;
	/* opacity: 0; */
}
.about-banner{
	height: calc(100% - 120px);
}
.register-container {
	position: relative;
	display: flex;
	justify-content: center;
	background-color: #eaf3fc;
	height: 100vh;
}

.register-content {
	display: flex;
	position: absolute;
	/* width: 55%; */
	justify-content: center;
	top: -120px;
	background-color: #fff;
	border-radius: 10px;
	/* opacity: 0; */
}

.register-title {
	display: flex;
	justify-content: center;
	margin: 35px 0;
	user-select: none;
}

.register-title>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.register-title>div:nth-child(odd) {
	align-items: center;
	margin-top: 30px;

}

.register-title span {
	font-size: 0.3rem;
	color: #a0a0a0;
	margin-top: 10px;
}

.list {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.register-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.list .register-form:nth-child(n+4) {
	margin-top: 15px;
}

.form-group {
	display: flex;
	border: 1px solid #dcdcdc;
	align-items: center;
	border-radius: 5px;
	width: 45%;
	height: 1.3rem;
	/* max-height: 70px; */
}

.form-group>div {
	display: flex;
	width: 25%;
	height: 28px;
	color: #898989;
	font-size: 0.3rem;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.text {
	width: 65%;
	height: 28px;
	padding-left: 5px;
	font-size: .3rem;
	margin-left: 10px;
	border: 0;
	color: #898989;
	background-color: #fff;
}

/* 手机号码 */
.phone-group>div {
	border-right: 1px solid #dcdcdc;
	height: 100%;
}

/* 验证码 */
.phone-code .text {
	width: 45%;
	background-color: #fff;

}

.phone-code .submit_button {
	height: 100%;
	border-left: 1px solid #dcdcdc;
	background-color: #fff !important;
	border-radius: 0 5px 5px 0;
	color: #555555;
	font-size: .3rem;
	width: 30%;
}

.products-group {
	height: 100%;
	align-items: normal;
}

.products-group>div:nth-child(2) {
	display: flex;
	flex-direction: column;
	width: 77%;
	align-items: flex-start;
	font-size: .25rem;
	height: auto;
	padding: 0 3px;
}

.products-group>div:nth-child(2)>div {
	display: flex;
	align-items: center;
	padding: 10px 0 10px 15px;
}

.products-group>div:nth-child(2)>div:nth-child(1) {
	margin-top: 10px;
}

.products-group>div:nth-child(1) {
	margin-top: 15px;
}

.products-group>div:last-child>div:last-child {
	min-width: 95%;
	width: 95%;
	padding: 0 0 10px 5px;

}

/* 俩个字的label name */
.list>.register-form:nth-child(1) .form-group>div {
	justify-content: space-around;
}

/* 四个字的label name */
.form-group-name>div:nth-child(1) {
	letter-spacing: 4px;
}
/* 必填项的*字 */
.list > div:nth-child(1) > div > div > label:nth-child(1)::before,
.list > div:nth-child(2) > div > div > div > label:nth-child(1)::before,
.list > div:nth-child(3) > div > div > label::before{
	content: "*";
    color: red;
    position: relative;
    top: -4px;
    font-size: .2rem;
}
.img-ok1,
.img-ok2,
.img-ok3 {
	position: relative;
	width: 5%;
	right: -1%;
}

#btnSave {
	width: 100%;
	height: 100%;
}

#TextBoxTxt {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	/* 禁用文本框的大小调整功能 */
	resize: none;
}

::placeholder {
	color: #d1d1d1;
}

label {
	margin-bottom: 0;
}

input[type=checkbox],
input[type=radio] {
	margin-top: 0;
	margin-right: 5px;
}

.save-error {
	border-color: red;
	color: red;
}

.save-ok {
	border-color: #4ec5f8;
	color: #4ec5f8 !important;
}
span{
	
}
@media screen and (min-width: 993px) {
	div.banner-container .container {
		padding-top: 0;
	}
}

@media screen and (max-width: 992px) {
	div.banner-container .container {
		padding-top: 0;
	}

	.form-group {
		width: 65%;
	}
}

@media screen and (max-width: 768px) {
	div.banner-container .container {
		padding-top: 0;
	}

	.form-group {
		width: 80%;
	}
}

@media screen and (max-width: 576px) {

	.form-group {
		width: 95%;
	}

	#btnIdentifyCode {
		margin: 0;
	}

	.register-title>div:nth-child(odd) img {
		width: 25px;
	}

	.register-title>div:nth-child(even) img {
		width: 155%;
		position: relative;
		right: 25%;
		top: 2%;
	}

	.register-title span {
		width: 6.5em;
	}

	.register-title>div:nth-child(1)>span{
		padding-left: 1em;
	}
	.about-banner-text p:first-child{
		font-size: .65rem;
	}
}
