body
{
	background: #FFFFFF !important;
}
.sign-box
{
	/* position: fixed; */
	/* top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
	display: flex;
	justify-content: center;
	height: 100vh;
	background: #FFFFFF;
	background: url(../img/sign_in/back.jpg) no-repeat center;
}
.logo-box
{
	/* position: absolute; */
	top: 10px;
	left: 80px;
	padding: 10px 0 0 80px;
}
.logo-box img
{
	height: 45px;
}
.sign
{
	/* position: absolute; */
	/* width: 748px; */
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-55%); */
	/* display: flex; */
	justify-content: center;
	align-items: center;
	margin: auto;
	/* margin: 180px auto; */
	width: 1200px;
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
	padding: 30px 0;
}
.sign-le
{
	float: left;
	/* margin-right: 44px; */
	/* margin-right: 130px; */
	padding-right: 60px;
	box-sizing: content-box;
	margin-top: 86px;
	/* width: 224px; */
	width: 400px;
	overflow: hidden;
	border-right: 1px solid #e3e3e3;
}
.sign-le img
{
	/* float: right; */
	margin: auto;
}
.sign-le .sao
{
	/* width: 196px; */
	/* height: 40px; */
	font-size: 18px;
	font-weight: 400;
	/* color: #FF671F; */
	/* text-indent: 2em; */
	margin-top: 27px;
	margin-bottom: 7px;
	text-align: center;
	/* float: right; */
}
    .con
	{
		width: 960px;
		margin: auto;
	}
	section
	{
		padding: 120px 0;
		box-sizing: border-box;
	}
	.title
	{
		text-align: center;
	}
	.title>div:nth-of-type(1)
	{
		font-size: 46px;
		font-weight: bold;
	}
	.title>div:nth-of-type(2)
	{
		font-size: 26px;
		font-weight: 400;
		color: #535353;
		margin-top: 50px;
	}
	.type-list
	{
		padding-top: 45px;
		/* overflow: hidden; */
	}
	.type-list>div
	{
		width: 465px;
		padding-top: 48px;
		padding-left: 30px;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0px 1px 15px 1px rgba(219, 219, 219, 0.56);
		border-radius: 30px;
		margin-top: 40px;
		transition: 0.5s;
		position: relative;
		float: left;
	}
	.type-list>div:hover
	{
		transform: translateY(-10px);
		box-shadow: 0px 1px 15px 1px rgba(191, 207, 255, 0.56);
	}
	.clear
	{
		clear: both;
	}
	.type-list>div:nth-of-type(2),.type-list>div:nth-of-type(4)
	{
		float: right;
	}
	.see
	{
		position: absolute;
		bottom: 30px;
		right: 30px;
		line-height: 28px;
	}
	.see a
	{
		color: #333333;
		font-size: 14px;
		display: block;
		line-height: 20px;
	}
	.see iconpark-icon
	{
		float: right;
		height: 20px;
		margin-left: 5px;
	}
	.type-list>div:nth-of-type(1),.type-list>div:nth-of-type(2)
	{
		height: 285px;
	}
	.type-list>div:nth-of-type(3),.type-list>div:nth-of-type(4)
	{
		height: 209px;
	}
	.type-tit
	{
		font-size: 26px;
		font-weight: bold;
		color: #333;
	}
	.line1
	{
		width: 37px;
		height: 3px;
		background: #0A49FF;
		margin-top: 12px;
	}
	.type-con
	{
		margin-top: 12px;
		font-size: 16px;
		color: #333;
		line-height: 22px;
	}
.sign-ri
{
	float: left;
	width: 480px;
	padding-left: 45px;
}
.sign-ri .sign-logo
{
	height: 56px;
}
.sign-ri .form
{
	position: relative;
	margin-top: 20px;
	width: 480px;
	height: 430px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 12px rgba(255, 103, 31, 0.16);
	border-radius: 15px;
	padding: 20px 60px;
	box-sizing: border-box;
}
.picYz
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	background: #F1F1F1;
	padding: 10px 8px;
	box-sizing: border-box;
	border-radius: 5px;
}
.picYz img
{
	display: block;
	margin: auto;
	max-width: 100%;
	margin-top: 5px;
}
.picYz .picNum
{
	font-size: 14px;
	height: 36px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.picYz .picBtn
{
	display: block;
	width: 100px;
	height: 32px;
	background: #FF671F;
	border-radius: 8px;
	border: none;
	outline: none;
	margin: auto;
	margin-top: 10px;
	color: #FFFFFF;
	cursor: pointer;
}
.type
{
	height: 36px;
}
.type>div
{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	cursor: pointer;
}
.t-this
{
	color: #FF671F !important;
	font-weight: bold;
}
.de-box
{
	margin-top: 10px;
}
input
{
	width: 100%;
	height: 47px;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
}
.sec
{
	margin-top: 34px;
	position: relative;
}
.pwd-ion
{
	position: absolute;
	top: 15px;
	right: 6px;
	cursor: pointer;
}
.pwd-s
{
	/* display: none; */
}
::placeholder
{
	color: #BBBBBB;
}
::-moz-placeholder
{
	color: #BBBBBB;
}
::-ms-input-placeholder
{
	color: #BBBBBB;
}
::-webkit-input-placeholder
{
	color: #BBBBBB;
}
.sub
{
	width: 100%;
	height: 40px;
	background: #FF671F;
	border-radius: 8px;
	outline: none;
	border: none;
	margin-top: 46px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}
.xy-box
{
	overflow: hidden;
	margin-top: 26px;
}
.xy-box .xy-ion
{
	float: left;
	width: 16px;
	cursor: pointer;
}
.xy-box .xy-de
{
	float: right;
	width: 340px;
	font-size: 16px;
	color: #BBBBBB;
}
.wx
{
	/* display: none; */
}
.xy-box .xy-de a
{
	color: #FF671F;
}
.line
{
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	margin-top: 16px;
}
.sj-sign
{
	overflow: hidden;
	margin-top: 16px;
	font-size: 16px;
	color: #BBBBBB;
}
.sj-le
{
	float: left;
}
.sj-ri
{
	float: right;
	cursor: pointer;
	color: #333333;
}
.sj-ri i
{
	float: left;
	margin-right: 2px;
}
.mi
{
	/* display: none; */
}
.yzm-box
{
	position: relative;
}
.get-yzm
{
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #FF671F;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
.yzm-box img
{
	height: 45px;
}
.bot
{
	/* position: absolute; */
	left: 50%;
	/* bottom: 40px; */
	/* transform: translateX(-50%); */
	font-size: 16px;
	color: #FF671F;
	/* width: 550px; */
	background-color: #FFFFFF !important;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: auto;
	background: url(../img/sign_in/line.png) no-repeat center;
}
.bot a
{
	color: #FF671F;
}
.down-img
{
	/* width: 105px; */
	width: 216px;
}
.mb
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.bind
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	width: 400px;
	/* height: 425px; */
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 9999;
}
.bind-tit
{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.bind-con
{
	margin-top: 40px;
}
.tel input{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    box-sizing: border-box;
	padding-left: 10px;
}
.bind-con>div
{
	margin-bottom: 20px;
	height: 40px;
}
.bind-con .yan input {
    float: left;
    width: 225px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
	padding-left: 10px;
}
.bind-con .yan button {
    float: right;
    width: 75px;
    height: 40px;
    background: #FFFFFF;
    /* border: 1px solid #FF671F; */
	border: 1px solid #F1F1F1;
    border-radius: 4px;
    color: #FF671F;
    font-size: 12px;
    transition: 1s;
	box-sizing: border-box;
	cursor: pointer;
}
.bind .sub {
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    background: #FF671F;
    border-radius: 4px;
    margin-top: 10px;
    border: none;
}
button:disabled
{
	color: #AEAEAE !important;
	/* border: 1px solid #F1F1F1 !important; */
	transition: 1s;
}

@media screen and (max-width:1500px) and (min-width:1200px) {
	.bot
	{
		bottom: 20px;
	}
}
@media screen and (max-width:640px) {
	.sign-le
	{
		display: none;
	}
	.sign {
	    /*position: absolute;*/
	    width: auto;
		margin: 0;
		padding-top: 3rem;
	    /*top: 50%;*/
	    /*left: 0.5rem;*/
		/*right: 0.5rem;*/
	    /*transform: translateY(-50%);*/
	    /* overflow: hidden; */
	}
	.con
	{
		width: 100%;
		margin: auto;
	}
	.type-list>div
	{
		width: 100%;
	}
	.sign-ri {
	    float: none;
	    width: 100%;
		padding-left: 0;
	}
	.sign-ri .form {
	    margin-top: 2rem;
	    width: 100%;
	    height: autp;
	    background: #FFFFFF;
	    box-shadow: 0px 0px 1rem 0.6rem rgb(255 103 31 / 16%);
	    border-radius: 0.6rem;
	    padding: 1.2rem 1.5rem;
	    box-sizing: border-box;
	}
	.logo-box
	{
		display: none;
	}
	.sign-ri .sign-logo
	{
		margin: auto;
		height: 3rem;
	}
	.sj-sign
	{
		display: none;
	}
	.xy-box .xy-de
	{
		width: 90%;
		float: left;
		margin-left: 0.5rem;
	}
}