.wrapper{
	width: 100%;
	height: 100%;
}
.rightWrap .user_name, .rightWrap .input_code {
	min-width: 260px;
}
.rightWrap .input_tel_code{
  display:block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ddd;;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 10px;
  width:150px;
  color: #343D47;
  background:#fff;
  margin-top:20px;
}

.rightWrap .input_tel_code:focus{
  border-color:#5796ff!important;
}
.pageLogo{
	background: transparent;
}
/* 名片项目迁移，调整样式 */
html {
	min-width: 1400px;
	min-height: 690px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url('../../image/card/login-bg.png');
}
body {
	width: 100%;
	height: 100%;
	background: none;
}
.right_content {
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	box-shadow: 0 3px 6px 1px #9c9c9e;
	float: none;
}
.right_nav {
	margin-top: 40px;
	height: 25px;
}
.right_nav li {
	height: 31px;
	background-color: white;
	display: inline-block;
	text-align: center;
	width: 25%;
	float: none;
}
.right_nav li:nth-of-type(1) {
	/* text-align: right; */
	/* padding-right: 15px; */
	/* border-right: 1px solid #c3c3c3; */
	box-sizing: border-box;
}
.right_nav li:nth-of-type(2) {
	/* text-align: left; */
	/* padding-left: 15px; */
	border-left: 2px solid #c3c3c3;
	box-sizing: border-box;
}
.right_nav li a {
	font-size: 22px;
	color: #c3c3c3;
	line-height: 25px;
}
.right_nav li.active a {
	color: black;
}
.loginWrap {
	margin: 20px 7% 0;
}
.loginWrap .general_login {
	height: auto;
}
.loginWrap .right_bottom {
	height: 50px;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
}
.register_form {
	margin: 30px auto 0;
}
.registerWrap {
	display: none;
}
.register_title {
	margin-top: 30px;
}
.register_tip {
	margin-top: 15px; 
}
.register_form li.password_li {
	border: none;
}
.ykd-logo {
	width: 254px;
	height: 48px;
	margin: 0 auto;
	padding-top: 65px;
}
.ykd-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.ykd-slogon {
    font-size: 26px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    margin-top: 20px;
}
.ykd-slogan-bottom {
	margin-top: 50px;
	font-size: 16px;
    text-align: center;
    color: #848484;
}
.ykd-slogan-bottom>div {
    display: inline-block;
}
.ykd-slogan-bottom .sep {
	width: 100px;
    border-top: 1px solid #848484;
    vertical-align: middle;
}
.ykd-slogan-bottom .desc {
	margin: 0 10px;
}
.rightWrap .user_name, .rightWrap .input_code {
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 10px;
    color: #343D47;
    width: 350px;
}
.general_login, .rightWrap .login {
	width: 380px;
}
.rightWrap .login {
    height: 44px;
}
.login-wrap .right_bottom {
    width: 284px;
    text-align: center;
    margin: 5% auto;
}
.right_bottom .sep {
    display: inline-block;
    border-left: 2px solid #d4d4d4;
    margin: 0 10px;
    height: 22px;
    vertical-align: bottom;
}
.right_bottom a.back_index, .right_bottom a#login_qq_btn {
    float: none;
    background-image: none;
    padding-left: 0;
    background-position: 0px 3px;
    color: #38b9ff;
    width: 35%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    box-sizing: border-box;
}
.right_bottom a.back_index {
	border-right: 2px solid #D4D4D4;
}
.right_nav li a {
	line-height: 31px;	
	height: 31px;
}
.right_nav li a>* {
	vertical-align: top;
}
.right_nav li a>i{
	width: 31px; 
	height: 31px; 
	display: inline-block; 
	margin-right: 10px; 
}
.icon-pen-0 {
	background-image: url('../../image/card/icon-pen-1.png');
}
.icon-pen-1 {
	background-image: url('../../image/card/icon-pen-2.png');
}
.icon-people-0 {
	background-image: url('../../image/card/icon-people-1.png');
}
.icon-people-1 {
	background-image: url('../../image/card/icon-people-2.png');
}
.register_form {
	overflow: hidden;
}
.submit_error_tip {
	margin-top: 5px;
}
.right_content {
	width: 550px;
}
.rightWrap .forgetPsw {
	margin-top: 20px;
}
.rightWrap .login {
	margin-top: 58px;
}