body {
	background-color: #F5F6F7;
}

.center {
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
}

.topbar {
	height: 60px;
	width: 100%;
	background: white;
	border-bottom: 1.5px solid gainsboro;
}


/*可设置的属性是（按顺序）： "font-style 
font-variant font-weight font-size/line-height font-family"*/

.topbar .img-logo {
	width: 35px;
	height: 35px;
	margin: 15px 7px 15px 10px;
	float: left;
}

.topbar .text-logo{
	float: left;
	font: italic bold 20px/30px "微软雅黑";
	line-height: 60px;
}

.topbar .text-download-title{
	float: right;
	font: italic bold 16px/30px "微软雅黑";
	line-height: 60px;
}

.topbar .div-download-pc{
	width: 60px;
	height: 50px;
	float: right;
	text-align: center;
	margin: 0px 15px;
	padding: 5px;
}

.topbar .div-download-phone{
	width: 60px;
	height: 50px;
	float: right;
	text-align: center;
	margin: 0px 0px;
	padding: 5px;
}

.div-download-pc:hover{
	background-color: gainsboro;
	cursor:pointer;
} 

.div-download-phone:hover{
	background-color: gainsboro;
	cursor:pointer;
}

.topbar .img-download{
	width: 30px;
	height: 30px;
}


.text-download{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font: italic bold 14px/30px;
}

.t-title {
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 45px;
}

.t-title h1 {
	font-weight: 400;
	margin: 0 auto;
	max-width: 1180px;
}

.r-content {
	width: 1180px;
	padding-bottom: 40px;
	min-height: 500px;
	background-color: white;
	margin: 0 auto 200px auto;
}

.r-wrap {
	margin: 0 auto;
}

.regist-form-tit {
	width: 100%;
	height: 93px;
	border-bottom: 1.5px solid gainsboro;
	text-align: center;
}

.regist-form-tit h2 {
	width: 150px;
	font-weight: 400;
	font-size: 18px;
	line-height: 73px;
	background: url(../img/phone_icon.png)left center no-repeat;
	margin: 0 auto;
}

.regist-form-tit a{
	float: right;
	margin-right: 300px;
}

.regist-form-tit a:hover{
	color: dodgerblue;
	text-decoration: underline;
}


.phone-form {
	width: 450px;
	line-height: 45px;
	margin: 30px auto;
	display: block;
}

.phone-form input {
	width: 390px;
	height: 45px;
	border: 1px solid gainsboro;
	line-height: 45px;
	padding-left: 10px;
}

.phone-form span{
	font-size: 12px;
	color: red;
}

.get-code {
	width: 450px;
	height: 45px;
	margin: 30px auto;
	display: block;
}

.get-code input {
	width: 190px;
	height: 45px;
	border: 1px solid gainsboro;
	line-height: 45px;
	padding-left: 10px;
}





.sendCode{
	width: 196px;
	height: 45px;
	border: none;
	background: #0071CE;
	color: white;
}


.submite-div {
	width: 120px;
	height: 45px;
	margin: 0 auto;
}

.submite-div button {
	width: 120px;
	height: 45px;
	background: #0071CE;
	border: none;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #FFF;
}

.findPassword-div{
	float: right;
}

.findPassword-div a:hover{
	color: dodgerblue;
	text-decoration: underline;
}


.success_tip{
	width: 100%;
	min-height: 600px;
	text-align: center;
}

.success_tip span{
	font: italic bold 20px/30px "微软雅黑";
	color: red;
	margin: 0 auto;
}

.t-foot {
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}

.t-foot span {
	font-weight: 400;
	margin: 0 auto;
	max-width: 1180px;
	font-size: 12px;
}
