
.wrapper {
	position: relative;
	padding-bottom: 0;
	min-height: auto;

	background-size: cover;
	background-repeat: no-repeat;
}

.glyphicon-info-sign {
	top:2px;
	left: 2px;
}

.fpx .form-control.valid {
	border: 1px solid rgba(222,225,228,1);
	 -webkit-box-shadow: none;
	 box-shadow: none;
}

.form-control.valid:focus {
	-webkit-box-shadow:none;
	box-shadow: none;
}

.logo-view {
	position: absolute;
	left: 125px;
	top: 40px;
	width: 393px;
	height: 50px;
}

.go-login-view {
	position: absolute;
	right: 126px;
	top: 54px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.login-a {
	color: #fff;
	text-decoration: underline;
}

.login-a:hover {
	color: #cdccc1;
	text-decoration: underline;
}

.content {
	box-sizing: border-box;
	padding: 0;
	margin:0;
}

.nav-border {
	height: 0;
}

/*表单的样式*/
.form-group .registerpi{
	float: left;
	width: 100%;
	border: none;
	box-shadow: none;
	height: 100%;
	box-sizing: border-box;
	border: none;
	padding: 2px 2px 2px 12px;
	border-radius: 4px;
}
li{
	list-style: none;
}
input:focus,.form-control.valid:focus {
	outline: none;
	border: 1px solid #004ebe;
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset;
}

.form-area{
	width: 576px;
	height: auto;
	background-color: #fff;
	border-right: 8px;
	box-sizing: border-box;
	margin: 131px auto auto auto;
	border-radius: 8px;
	padding: 36px 64px 40px 64px;
}
.form-register .form-group {
	position: relative;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	margin: 0 0 24px 0;
}
.form-checkbox{
	font-size: 12px;
	line-height: 20px;
}
.form-checkbox input {
	margin-right: 10px;
	vertical-align: text-bottom;
}
.form-checkbox label {
	display: inline-block;
}
.form-checkbox a {
	color: #999999;
}
.form-checkbox a:hover {
	color: #337ab7;
}
.form-lab{
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #545D75;
	margin-bottom: 0;
	font-size: 16px;
	width: 84px;
	text-align: right;
	margin-right: 24px;
	user-select: none;
}
.form-inp{
	float: right;
	width: calc(100% - 108px) !important;
	height: 42px;
	box-shadow: none;
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1);
}
.form-inp:focus {
	box-shadow: none;
}
.en .form-inp{
	width: 64% !important;
}
.en .verify .form-inp{
	width: 37% !important;
}
.choice-area{
	position: absolute;
	top: 43px;
    right: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 999;
	line-height: 34px;
	display: none;
}
.provinces{
	float: left;
	width: 50%;
	background-color: #fff;
	border-right: 1px solid #ddd;
	text-indent: 10px;
	cursor: pointer;
	max-height: 260px;
    overflow-y: scroll;
}
.provinces .active{
	background-color: #eee;	
}
#provinces{
	position: absolute;
    top: 0px;
    border-radius: 0;
    bottom: 0;
    right: 0;
    height: 41px;
    border: none;
    box-shadow: none;
    background-color: #fff;
}
.city{
	float: left;
	text-indent: 10px;
	cursor: pointer;
	max-height: 260px;
    overflow-y: scroll;
    width: 50%;
    height: 260px;
}

.custome-select {
	width: calc(100% - 108px);
	margin-left: 108px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1);
	border-radius: 4px;
	cursor: pointer;
}

.value:hover {
	background: whitesmoke;
}

.custome-select-list {
	position: absolute;
	left: 108px;
	top: 42px;
	right: 0;
	z-index: 11;
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1);
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
	border-radius: 0 0 4px 4px;
	user-select: none;
}

.custome-select-list div {
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	border-bottom: 1px solid whitesmoke;
}
.custome-select-list div:last-of-type {
	border-bottom: none;
}

.icon-down {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
	position: absolute;
	color: rgba(84, 93, 117, 0.5);
	top: 15px;
	right: 12px;
}

@keyframes rotateUp
{
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(180deg);
	}
}

.arrow-up {
	transform: rotate(180deg);
	transition: all 0.3s;
}
.arrow-down {
	transform: rotate(0deg);
	transition: all 0.3s;
}


.footer {
	bottom: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	opacity: 0.7;
	background-color: transparent;
}
.copyright {
	margin-top: 49px;
	margin-bottom: 65px;
	color: #fff;
	opacity: 0.7;
}
.district-district {
	float: right;
	position: relative;
	display: inline-block;
	width: calc(100% - 108px) !important;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1);
	border-radius: 4px;
}

.accountVerifyCode {
	width: 200px !important;
	height: 42px;
	margin-left: 108px;
}

.verifyBtn  {
	background: #FFFFFF;
	border: 1px solid rgba(0,90,220,1);
	border-radius: 4px;
	cursor: pointer;
	color: #005ADC;
	width: 124px;
}

.verifyBtn.abled {
	color: #005ADC;
}

.seler-hav {
	display: flex;
	height: 42px;
	line-height: 42px;
	width: calc(100% - 108px);
	float: right;
	position: relative;
}

.cus-radio {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.dot-name {
	font-family: PingFangSC-Regular;
	color: #545D75;
	font-size: 16px;
}
.dot-normal {
	width: 18px;
	height: 18px;
	border: 1px solid;
	border-radius: 10px;
	background-clip: content-box;
	padding: 1px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid rgba(222,225,228,1);
	margin-right: 6px;
	user-select: none;
}

.dot-active {
	width: 18px;
	height: 18px;
	border: 1px solid;
	border-radius: 10px;
	background-clip: content-box;
	padding: 1px;
	background: #005ADC;
	box-sizing: border-box;
	border: 1px solid rgba(222,225,228,1);
	margin-right: 6px;
}

.dot-active::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	margin: 3px auto auto auto;
}

.sub-btn {
	width: 292px;
	border: none;
	color: #fff;
	display: block;
	border-radius: 4px;
	background: #005ADC;
	line-height: 42px;
	padding: 0;
	height: 42px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px 0 rgba(40,76,192,0.24);
	margin: auto;
}

.sub-btn:hover {
	background: #004ebe;
}
.button:hover, .button:focus, .button:active, .button:active:focus, .button:active:hover {
	background: #004ebe;
}

.ued-dist li {
	border-radius: 2px;
	text-align: center;
	color: #545D75;
	font-size: 14px;
}
.ued-dist li.active {
	background-color: #005ADC !important;
	border-radius: 2px;
	color: #fff;
}

.ued-dist li:hover {
	border: 1px solid #EEF1F6;
	background-color: #EEF1F6;
	border-radius: 2px;
}

.ued-search input {
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1) !important;
}

.fpx .form-control.error, .fpx .form-control.error:focus {
	background: #FFFFFF;
	border: 1px solid rgba(249,86,105,1);
}

.ued-board {
	top: 42px;
}

.english .ued-board {
	width: 368px !important;
}

.fpx label.error {
	margin-top: -23px;
	font-size: 14px;
	position: absolute;
	margin-left: 108px;
	padding: 0;
	color: #F85359;
}

.hasseler-error {
	font-size: 14px;
	position: absolute;
	padding: 0;
	color: #F85359;
	left: 0;
	top: 24px;
}

.user-type-drop {
	width: 360px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1);
	box-shadow: none;
}

.btn-default:hover {
	color: #333;
	background-color: #fff;
	border-color: rgba(222,225,228,1);
}
.dropdown-menu{
	width: 360px;
}
.eye-pwd {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.tip-no-seller{
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0 0 26px 88px;
	color: #545D75;
	opacity: 0.7;
}

#verifyBtn[disabled] {
	background: #FFFFFF;
	border: 1px solid rgba(222,225,228,1);
	color:rgba(84, 93, 117, 0.5);
	font-size: 16px;
}
.custom-checkbox,.custom-checkbox-selected {
	position: relative;
	width: 16px;
	min-width: 16px;
	height: 16px;
	background: #F0F1F5;
	border: 1px solid rgba(222,225,228,1);
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
}

.custom-checkbox-selected {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(222,225,228,1);
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	background: #005ADC;
	border-radius: 2px;
}

.custom-checkbox-selected::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 10px;
	height: 50%;
	border: 2px solid #fff;
	border-radius: 2px;
	border-top: none;
	border-right: none;
	background: transparent;
	transform: rotate(-45deg);
 }

.has-checked-protocol {
	position: absolute;
	margin-left: 92px;
	padding: 0;
	color: #F85359;
	font-size: 14px;
	top:20px;
}

.customer-error {
	margin-left: 108px;
	color: #F85359;
}
.english .customer-error {
	margin-left: 158px;
	color: #F85359;
}
#select-protocol {
	margin-left: 18px !important;
}
.english #select-protocol {
	margin-left: 12px !important;
	margin-bottom: 54px !important;
}
.english .tip-no-seller{
	margin: 0 0 26px 158px;
}
.english .form-area {
	padding: 36px 24px 40px 24px;
}
.english .form-lab {
	width: 134px;
}
.english .form-inp {
	width: calc(100% - 158px) !important;
}
.english .custome-select {
	width: calc(100% - 158px) !important;
	margin-left: 158px;
}
.english .district-district,.english .seler-hav {
	width: calc(100% - 158px) !important;
}

.english label.error {
	margin-left: 158px;
}
.english .has-checked-protocol {
	margin-left: 144px;
	top:35px;
}
.english .accountVerifyCode {
	width: 220px !important;
	margin-left: 158px;
}
.english .custome-select-list{
	left: 158px;
}

.form-control:focus {
	border-color: #004ebe;
}

.user-checkbox,.user-checkbox-selected {
	position: relative;
	width: 16px;
	min-width: 16px;
	height: 16px;
	background: #F0F1F5;
	border: 1px solid rgba(222,225,228,1);
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
}

.user-checkbox-selected {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(222,225,228,1);
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	background: #005ADC;
	border-radius: 2px;
}

.user-checkbox-selected::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 10px;
	height: 50%;
	border: 2px solid #fff;
	border-radius: 2px;
	border-top: none;
	border-right: none;
	background: transparent;
	transform: rotate(-45deg);
}


#check-protocol {
	margin-left: 18px !important;
}

.english #check-protocol {
	margin-left: 12px !important;
	margin-bottom: 54px !important;
}