html,body{padding: 0;margin: 0;}
.signin-top{width: 900px;background: #fff;border-radius: 10px;overflow: hidden;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.fs-0{font-size: 0;}
.signin-left,.signin-right{width: 50%;display: inline-block;vertical-align: middle;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;}
.content img{max-width: 100%!important;height: auto!important;}
.signin-right{padding: 0 70px;}
.margin-top1{margin-top: 50px;}
.InputBox{width: 100%;background: #f7f7f7;margin-bottom: 30px;}
.InputBoxSpan,.InputBoxFont{position: absolute;top: 50%;transform: translateY(-50%);font-size: 12px;text-align: center;}
.InputBoxSpan{left: 0;color: #666;width:30px;}
.InputBoxFont{right: 0;color: #eb2a2a;width: 30px;}
.register_form .InputBox{width: 100%;height: 40px;float: left;position: relative;}
.register_form .InputBox input{display: block;width: 100%;height: 100%;color: #222;background: #f7f7f7;border: none;padding-left: 30px;outline: none;font-size: 14px;}
.register_form .InputBoxs input{padding: 0 30px;background: #f7f7f7;}
.bui-input {box-sizing: border-box;height: 40px;line-height: 40px;color: #f7f7f7;font-size: 14px;width: 100%;}
.password-input input.bui-input{width: 100%;height: 40px;line-height: 40px;}
.password-wrap{position: relative;width: 100%;}
.password-wrap .bt-showpwd{width: 40px;height: 40px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;cursor: pointer;}
.password-wrap .bt-showpwd.off::before{content: "";width: 40px;height: 40px;display: block;background: url(../images/signin3.png) center center no-repeat;}
.password-wrap .bt-showpwd.on::before{content: "";width: 40px;height: 40px;display: block;background: url(../images/signin4.png) center center no-repeat;}
label.form-check{font-weight: normal;margin: 0;}
.input_check{margin: 0;}
.choose{position: relative;display: inline-block;vertical-align: middle;}
.input_check{position: absolute;visibility: hidden;}
.input_check+label{display: inline-block;width: 14px;height: 14px;border: 1px solid #222;cursor: pointer;position: relative;top: 2px;}
.input_check:checked+label:after{content: "";position: absolute;left: 0;top: -1px;width: 12px;height: 8px;border: 2px solid #0099ff;border-top-color: transparent;border-right-color: transparent;-ms-transform: rotate(-60deg);-moz-transform: rotate(-60deg);-webkit-transform: rotate(-60deg);transform: rotate(-45deg);}
.buttons{text-align: center;width: 100%;padding: 8px 0;font-size: 16px;background: #8a6c3a;border-radius: 20px;display: inline-block;color: #fff;cursor: pointer;}
.register_text{margin-top: 16px;font-size: 14px;color: #666;}
.button{width: 100%;height: 46px;line-height: 46px;background: #0099ff;box-shadow: none;outline: none;border: none;font-size: 16px;color: #fff;}

@media(max-width: 990px){
	.signin-top{max-width: 900px;width: 90%;}
	.signin-left{display: none;}
	.signin-right{width: 100%;}
	.signin-right{padding: 30px 20px;}
	.margin-top1{margin-top: 30px;}
}