﻿* {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0px;
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, "宋体";
	color: #3e3e3e;
}

.body_main {
	width: 600px;
	background-color: White;
}

.loginKong {
	height: 10em;
	width: 600px;
	background-color: White;
}

.loginBox {
	width: 600px;
	background-color: White;
	color: #2B2B2B
}

.left-image {
	float: left;
}

.right-login {
	border-left: 1px solid #eeeeee;
	float: right;
}


/* register aspx */
#TextBoxTxt {
	width: 96%;
	height: 90px;
}

.product-title {
	height: 100px;
	font-size: 0.6rem;
	display: flex;
	align-items: center;
}

.list .table>tbody>tr>td:nth-child(1) {
	width: 100%;
}

#btnSave {
	width: 13em;
	height: 2em;
	font-size: 18px;
	background-color: #cccccc;
}



@media screen and (max-width: 451px) {
	#btnIdentifyCode {
		margin: 15px 10px 10px 15px;
	}

	#TextBoxTxt {
		width: 93%;
	}

	/* 公司类型 */
	#form1>div:nth-child(6)>div.product-container>div>div.list>table>tbody>tr:nth-child(6)>td:nth-child(2) {
		width: 170px;
	}

	/* 需要产品复选框+文字 */
	#form1>div:nth-child(6)>div.product-container>div>div.list>table>tbody>tr:nth-child(10)>td:nth-child(2)>p {
		display: flex;
		align-items: flex-start;
	}

	/* 首字、框前面的空白距离 */
	.table td {
		text-indent: 0px !important;
	}

	/* label */
	#form1>div:nth-child(6)>div.product-container>div>div.list>table>tbody>tr:nth-child(10)>td:nth-child(2)>p>label {
		margin-top: 2px;
		margin-bottom: 0;
		margin-left: 5px;
	}

	/* 立即提交button */
	#form1>div:nth-child(6)>div.product-container>div>div.list>table>tbody>tr:nth-child(12)>td:nth-child(2) {
		padding-left: 0px;
		display: flex;
		width: 95%;
		justify-content: center;
	}
	#btnSave{
		width: 70%;
	}
}