.innerbox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.login-title {
	height: 96px;
	background-color: #fff;
	border-bottom: 2px solid #ff5661;
}

.innerbox>div {
	padding-top: 22px;
}

.titlelogo {
	width: 140px;
	height: 60px;
}

.border {
	width: 2px;
	height: 36px;
	background-color: #eeeeee;
}

.title-p {
	color: #7d7d7d;
	font-size: 16px;
	padding-left: 24px;
}

.border,
.title-p {
	margin-top: 10px;
}

.left-sharing {
	width: 100px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 14px;
}

.left-sharing div:nth-child(1) {
	margin-right: 15px;
}

.title-p {
	margin-top: 6px;
}


/*底部开始*/

.footer {
	width: 100%;
	min-width:1200px;
	height: 100px;
	background-color: #ffffff;
}

.footerul {
	margin-left: 105px;
}

.footerul li {
	border-right: 2px solid #d8d8d9;
	margin-top: 38px;
	padding-right: 52px;
	padding-left: 52px;
}

.footerul li a {
	color: #fff;
	font-size: 18px;
}

.footerul li:nth-child(4) {
	border-right: 0px;
}

.contact {
	font-size: 18px;
}

.contact p a {
	color: #fff;
	padding-left: 10px;
}


/*底部结束*/


/*安全设置开始*/

.security-content {
	width: 100%;
	background-color: #fafafa;
}

.leftmenu {
	width: 200px;
	height: 712px;
	background-color: #eef3f7;
}

.se-titleimg div {
	width: 110px;
	height: 136px;
	border-radius: 100%;
	margin: 0px auto;
	padding: 14px 0;
}

.se-modification a {
	display: block;
	width: 106px;
	height: 30px;
	line-height: 30px;
	background-color: #ff5562;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 8px;
}

.se-autograph {
	padding-top: 18px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}

.se-autograph p {
	padding: 0 25px;
	text-align: center;
	line-height: 20px;
}

.se-autograph p:nth-child(1) {
	color: #000;
}

.TAB a {
	display: block;
}

.se-autograph p:nth-child(2) {
	color: #67686a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.TAB {
	padding-top: 44px;
}

.TAB a {
	text-align: center;
	font-size: 18px;
}

.TAB a span {
	padding-left: 12px;
}

.TAB a img {
	vertical-align: middle;
}

.TAB li {
	line-height: 46px;
}

.cative-Tab a {
	background-color: #ff5562;
	color: #fff;
}

.rightcontent {
	background-color: #fff;
	width: 1000px;
	/*height: 712px;*/
	padding: 0 40px;
	box-sizing: border-box;
}

.se-showtitle {
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 16px;
	padding-top: 34px;
}

.se-content-information {
	margin-top: 25px;
}

.se-content-information div:nth-child(1) {
	width: 128px;
	line-height: 34px;
}

.se-content-information div:nth-child(2) {
	width: 486px;
	line-height: 34px;
}

.se-content-information div:nth-child(3) a {
	display: block;
	width: 106px;
	height: 34px;
	border-radius: 5px;
	line-height: 34px;
	color: #fff;
	background-color: #ff5562;
	text-align: center;
}

.password {
	width: 350px;
	height: 46px;
	border: 1px solid #e5e5e5;
}

.ss-input input {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 0px;
	outline: none;
	font-size: 16px;
	padding-left: 16px;
}

.ss-input>div {
	margin-top: 40px;
}

.topmar {
	margin-top: 20px !important;
}

.rightcontent .code {
	width: 210px;
	height: 46px;
	border: 1px solid #e5e5e5;
}

.showcode {
	border: 0px;
}

.showcodeimg {
	width: 128px;
	height: 46px;
	margin-left: 10px;
}

.showcodeimg img {
	width: 100%;
	height: 100%;
}

.ss-my-btn {
	width: 100%;
	outline: none;
	color: #fff;
	background-color: #ff5562;
	border-radius: 5px;
	padding-left: initial !important;
}

.ss-showbtn {
	margin: 40px 0;
	width: 178px;
	height: 46px;
}

.Personal-data {
	border-bottom: 1px dotted #e5e5e5;
}

.Personal-data {
	height: 92px;
}

.Personal-data div:nth-child(1) {
	width: 86px;
	font-size: 16px;
}

.Personal-data div {
	line-height: 92px;
}

.Pc-input {
	width: 360px;
	height: 46px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-top: 24px;
	line-height: initial !important;
	overflow: hidden;
}

.Pc-input input {
	width: 100%;
}

.username {
	width: 99%;
	height: 100%;
	border: 0px;
	font-size: 16px;
	padding-left: 18px;
	box-sizing: border-box;
}


/*自定义单选按钮*/

.rdo {
	width: 0px;
	height: 0px;
	background-color: #000;
	margin-right: 30px;
	border-radius: 50%;
	position: relative;
}

.rdo:before,
.rdo:after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	transition: .3s ease;
}

.rdo:before {
	top: -14px;
	left: 0px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #fe5663;
}

.rdo:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.rdo:checked:after {
	top: -10px;
	left: 4px;
	width: 12px;
	height: 12px;
	background-color: #ea879a;
}

.rdo:checked:before {
	border-color: #ea879a;
}

.Pc-chekbox input {
	margin-top: 1px;
}

.Pc-chekbox input:nth-child(2) {
	margin-left: 46px;
}

.Pc-select select {
	width: 240px;
	height: 46px;
	border-radius: 5px;
	font-size: 16px;
	border-color: #dcdcdc;
}

.showphone {
	width: 240px;
}

.Pcbtn {
	background-color: #ff5562;
	width: 178px;
	height: 46px;
	border: 0px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	outline: none;
	margin: 40px 0;
}

.verification {
	text-align: center;
	line-height: 46px;
	border: 1px solid #ff5562;
	box-sizing: border-box;
	font-size: 16px;
	color: #ff5562;
	cursor: pointer;
}


/*性格特征*/

.cha-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f9f9f9;
	text-align: center;
	font-size: 20px;
	color: #ff5562;
	margin: 30px 0 20px 0;
}

.ascendancy-title {
	padding-left: 18px;
	border-left: 5px solid #ff5562;
	font-size: 20px;
}

textarea {
	box-sizing: border-box;
	max-height: 16px;
	min-height: 126px;
	max-width: 100%;
	min-width: 100%;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 16px;
}

.experience-title {
	font-size: 16px;
}

.year {
	width: 140px;
	height: 46px;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 14px;
}

.months {
	width: 106px;
	height: 46px;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 14px;
}

.Em-time {
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 20px;
}

.Basic>div {
	width: 50%;
}

.widdiv>div {
	width: 50%;
}

.inputdiv {
	border: 1px solid #dcdcdc;
	width: 308px;
	height: 46px;
	border-radius: 5px;
	overflow: hidden;
}

.inputdiv input {
	width: 100%;
	height: 100%;
	border: 0;
}

.laber {
	line-height: 46px;
}

.rightcontent li {
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom: 22px;
	padding-top: 22px;
}

.laber {
	font-size: 16px;
}

.lineh-sex {
	line-height: 46px;
	font-size: 16px;
}

.lineh-sex {
	padding-left: 140px;
	box-sizing: border-box;
}

.weight {
	width: 140px;
}

.weight input {
	width: 100%;
}

.newyear {
	width: 106px;
	height: 46px;
	border-radius: 5px;
}

.newmonths {
	width: 106px;
	height: 46px;
	border-radius: 5px;
}

.rightcontent ul li>div:nth-child(2)>div:nth-child(1) {
	width: 90px;
}

.newday {
	width: 106px;
	height: 46px;
	border-radius: 5px;
}

.Educational {
	width: 220px;
	height: 46px;
	margin-left: 20px;
	border-radius: 5px;
}

.professional {
	width: 230px;
	height: 46px;
	border-radius: 5px;
}

.laber {
	width: 90px;
}

.rofessional {
	width: 300px;
	height: 46px;
	border-radius: 5px;
}

.liking {
	padding: 20px 0 20px 0;
}

.showspan {
	color: #6a6a6a;
}

.Hobby-options span {
	width: 18%;
	height: 34px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	margin-right: 8px;
}

.activelike {
	background-color: #ff5562;
	border: 1px solid #ff5562;
	color: #fff;
}


/*登录开始*/

.login-contents {
	position: relative;
}

.login-contents>img {
	width: 100%;
}

.innercont {
	width: 1200px;
	position: absolute;
	/*background-color: #f60;*/
	top: 0;
	height: 700px;
	left: calc(50% - 600px);
}

.login {
	position: absolute;
	right: 0;
	top: 68px;
	width: 424px;
}

.login>img {
	width: 100%;
}

.showloginform {
	width: 100%;
	height: 366px;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.titledenglu {
	font-size: 24px;
	color: #ff5562;
}

.showloginform ul li {
	line-height: 20px;
	width: 50%;
}

.showloginform ul li:nth-child(2) {
	text-align: right;
}

.showloginform ul li:nth-child(2) a {
	color: #ff5562;
}

.showloginform ul {
	padding-bottom: 34px;
}

.usernamelogin {
	display: block;
	background: url(../img/images/images/login_03_03.png) no-repeat 16px center;
	width: 364px;
	height: 46px;
	margin: 0 auto;
	background-color: #fefdcd;
	padding-left: 50px;
	box-sizing: border-box;
	border: 1px solid #bfbfbd;
	font-size: 14px;
}

.passwordlogin {
	display: block;
	background: url(../img/images/images/login_03_06.png) no-repeat 16px center;
	width: 364px;
	height: 46px;
	margin: 0 auto;
	background-color: #fefdcd;
	padding-left: 50px;
	box-sizing: border-box;
	border: 1px solid #bfbfbd;
	font-size: 14px;
	margin-top: 14px;
}

.loginbtn {
	display: block;
	width: 364px;
	height: 46px;
	background-color: #ff5562;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	border: 0;
	color: #fff;
	margin: 0 auto;
	margin-top: 18px;
}

.Forgot-password {
	margin-top: 20px;
}

.Forgot-password a {
	color: #0073c3;
}


/*注册开始*/

.usernamereg {
	display: block;
	width: 364px;
	height: 46px;
	margin: 0 auto;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	margin-top: 14px;
}

.passwordreg {
	display: block;
	width: 364px;
	height: 46px;
	margin: 0 auto;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	margin-top: 14px;
}

.passwordlreg {
	display: block;
	width: 364px;
	height: 46px;
	margin: 0 auto;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	margin-top: 14px;
}

.leftreg {
	width: 65%;
	height: 46px;
	margin-right: 3%;
}

.rightreg {
	width: 32%;
	height: 46px;
}

.code {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	padding-left: 10px;
}

.rightreg img {
	width: 100%;
	height: 100%;
}

.reglogin {
	height: 550px !important;
}

.Sendcode {
	border: 1px solid #ff5562;
	box-sizing: border-box;
	text-align: ;
	line-height: 44px;
	text-align: center;
	color: #ff5562;
	font-size: 14px;
	cursor: pointer;
}

.showchekd {
	line-height: 20px;
}

input {
	outline: none;
}

select {
	outline: none;
}

.weight input {
	font-size: 16px;
}

input {
	font-size: 16px;
}

select {
	font-size: 16px;
}
.header .header-bottom .option{
	margin-top: -68px !important;
}
input, button, select, textarea{
	border: 1px solid #dcdcdc;
}
.fl li a{
	font-size: 16px;
}
