@CHARSET "UTF-8";

/*
 *	用户模块相关样式
 */


 /*用户登陆界面*/
 .black_body{
	background-color: rgb(74,74,74);
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #3c3c3c !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

.login_frame{
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	min-height: 350px;
	background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 12px;
	z-index: 1000;
	-webkit-animation: fadeIn 0.4s;
	-moz-animation: fadeIn 0.4s;
	animation: fadeIn 0.4s;
    padding-bottom: 20px;
}
.login_frame_top{
    position: relative;
	height: 90px;
	background-color: inherit;
  	border-color: inherit;
    border-radius: 12px;
}
.login_frame .login_frame_top a{
    position: absolute;
    left: 23px;
    top: 23px;
    width: 20px;
    height: 20.6px;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
}
.login_frame .login_frame_top a>img{
	width: 100%;
}
.login_frame .login_logoImg{
    position: relative;
   background-color: inherit;
  border-color: inherit;
  border-radius: 50%;
  margin: 0 auto;
    width: 130px;
  padding: 16px;
    top: -52px;
  behavior: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fcss%2F1.0.0%2Fjq%2Fie-css3.htc');
}
.login_frame .login_logoImg>img{
	width: 100%;
	display: block;
    border-radius: 50%;
}

.login_frame .switchLogin{
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top:0;
    cursor: pointer;
}
.login_frame .switchLogin::before{
    content: '';
    position: absolute;
    left: 4px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 66px solid transparent;
    border-left: 66px solid transparent;
    transition: border 0.2s;
}

.login_frame .switchLogin:hover::before {
    border-top-color: rgba(0,0,0,0.2);
}

.login_frame .switchLogin > img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.login_frame_content{
    width: 400px;
    min-height: 240px;
    margin: 0 auto;
	overflow: hidden;
}

.login_frame_content .form-group {
    position: relative;
    border: 1px solid #9B9B9B;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #ffffFF;
    padding-left: 20px;
    margin-bottom: 21px;
}
.login_frame_content .form-checkCode > input,
.login_frame_content .form-group > input {
    background: 0 0;
    border: 0 none;
    font-size: 14px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    outline: 0;
}
.login_frame_content .form-checkCode{
    width: 100%;
    height: 50px;
    margin-bottom: 21px;
}
.login_frame_content .form-checkCode > input{
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border: 1px solid #9B9B9B;
    border-radius: 6px;
    padding-left: 20px;
}
.login_frame_content .form_other{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 20px;
    margin-top: 25px;
}
.login_frame_content .form_other .checkbox{
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
    margin-right: 127px;
}
.login_frame_content .form_other .register{
    display: inline-block;
    vertical-align: top;
    width: auto;

}

.login_frame_content .form_other .register > a{
    color: rgb(74,144,226);
    text-decoration: none;
    cursor: pointer;
}


.login_frame_qrcode{
    position: relative;
    height: auto;
    width: 100%;
}
.login_frame_qrcode .passMsg{
    position: absolute;
    right: 50px;
    top: -70px;
    width: 104px;
    height: 25px;
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/passmsg.png");
    background-size: cover;
    font-size: 14px;
    color: #787878;
    line-height: 1.9;
    padding-left: 7px;
}

.login_frame_qrcode .photo{
    width: 240px;
    height: auto;
    margin: 0 auto;
}
.login_frame_qrcode .photo .image{
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.login_frame_qrcode .photo .image  > img{
    width: 100%;
    height: 100%;
}
.login_frame_qrcode .photo .image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    cursor: pointer;
}
.login_frame_qrcode .photo .image .tutorial{
    position: absolute;
    top: -25px;
    left: -250px;
    width: 237px;
    height: 229px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}
.login_frame_qrcode .photo .image:hover .tutorial{
    visibility: visible;
    opacity: 1;
}

.login_frame_qrcode .photo .image .tutorial > img
{
    width: 100%;
    height: 100%;
}
.login_frame_qrcode .photo > p{
    font-size: 16px;
    color: #787878;
    letter-spacing: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
}

.login_frame_qrcode .result{
    width: 225px;
    height:auto;
    margin: 0 auto;
}
.login_frame_qrcode .result .image{
    width: 90px;
    height: 146px;
    margin: 0 auto;
}

.login_frame_qrcode .result .image > img{
    width: 100%;
    height: 100%;
}

.login_frame_qrcode .result > p{
    text-align: center;
    margin: 30px 0 35px 0;
    font-size: 16px;
    color: #787878;
    line-height: 16px;
}

.login_frame_qrcode .result > a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #3B68B8;
    line-height: 16px;
}


.login_content_left{
	width: 50%;
	padding: 0 25px 20px 25px;
}
.login_content_half{
	width: 50%;
	padding: 0 25px;
}
.login_content_right{
	width: 50%;
	padding: 0 25px;
	border-left: 1px solid rgb(211,211,211);
}
.login_frame .third-login-btn{
	margin: 0;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 14px;
    height: 50px;
    line-height: 1.3333333;
    border-radius: 3px;
    display: block;
    width: 100%;
    color: #fff;
    border: 1px solid transparent;
    -webkit-user-select: none;
    margin-bottom: 10px;
}
.login_frame .third-login-btn.weixinBtn{
	background-color: rgb(102,186,113);
}
.login_frame .third-login-btn.weixinBtn:hover{
	background-color: rgb(113,207,125);
}
.login_frame .third-login-btn.weiboBtn{
	background-color: rgb(229,116,107);
}
.login_frame .third-login-btn.weiboBtn:hover{
	background-color: rgb(247,124,114);
}
.login_frame .third-login-btn.qqBtn{
	background-color: rgb(9,133,212);
}
.login_frame .third-login-btn.qqBtn:hover{
	background-color: rgb(13,146,230);
}
.login_frame .third-login-btn span.login_title {
    display: inline-block;
    float: left;
    margin-left: 42px;
    margin-top: 3px;
}
.login_frame i.weixin {
    float: left;
    margin-left: 35px;
    margin-top: 3px;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimg%2Fweixin_logo.png');
    display: inline-block;
    background-size: 20px;
    width: 20px;
    height: 16px;
}
.login_frame i.weibo {
    float: left;
    margin-left: 35px;
    margin-top: 3px;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimg%2Fweibo_logo.png');
    display: inline-block;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.login_frame i.qq {
    float: left;
    margin-left: 35px;
    margin-top: 3px;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimg%2Fqq_logo.png');
    display: inline-block;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.login_frame .login_form_input {
    display: block;
	width: 100%;
	height: 50px;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid rgb(155,155,155);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login_frame .loginBtn{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 50px;
    font-size: 14px;
    color: #F3F9FF;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    background: #3377FF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 6px;
    cursor: pointer;
    margin-right: 17px;
}
.login_frame .loginBtn:hover{
	background-color: rgb(59,104,184);
}
.login_frame .thirdPart{
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #787878;
    margin-top: 9px;
}
.login_frame .thirdPart > span{
    margin-right: 15px;
}

.login_frame .thirdPart .icon{
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    background-size: cover;
    transition: background 0.3s;
}

.login_frame .thirdPart #login_weixin{
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/wechat.png");
    margin-right: 15px;
}
.login_frame .thirdPart #login_weixin:hover{
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/wechathover.png");
}
.login_frame .thirdPart #qq_connect_btn{
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/qq.png");
    margin-right: 15px;
}
.login_frame .thirdPart #qq_connect_btn:hover{
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/qqhover.png");
}
.login_frame .thirdPart #wb_connect_btn{
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/weibo.png");
}
.login_frame .thirdPart #wb_connect_btn:hover{
    background-image: url("https://static.iyingdi.cn/yingdiWeb/images/user/login/weibo-hover.png");
}
.login_frame .code_img{
	margin-left: 5%;
  	display: inline-block;
  	width: 35%;
    height: 50px;
}
.login_frame .code_img>img{
	width: 100%;
    height: 50px;
	cursor: pointer;
}
.login_frame #login_replace_codeimg{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 14px;
}
.login_frame .user_inputWarning{
    position: absolute;
    top: -20px;
	color: rgb(229,116,107);
	/*margin-top: -7px;
    margin-bottom: 2px;
    padding: 0 8px;*/
}
.login_frame .login_footer{
	margin-top: 10px;
	padding: 0 8px;
	overflow: hidden;
}
.login_frame .login_footer a {
	color: rgb(74,144,226);
    text-decoration: none;
    cursor: pointer;
}
.title_h3{
  margin-top: 0px;
  margin-bottom: 30px;
}
.text-footer{
	margin-top: 10px;
}
.pull-middle>.middle{
	width: 50%;
	margin: 0 auto;
}
.modal-footer.modify_img{
	text-align: center;
}
.modal-footer>.btn{
	width: 200px;
}


/*找回密码、第三方补充密码*/
.login-relatePwd-frame {
    width: 640px;
    margin: 0 auto;
    clear: both;
}
.login-relatePwd-frame .yingdi-logo {
    margin: 0 auto;
    text-align: center;
    padding-top: 74px;
}
.login-relatePwd-frame .yingdi-logo>img {
    width: 93px;
    height: 93px;
}
.login-relatePwd-frame .login-relatePwd-frame-textTip {
    text-align: center;
    font-size: 24px;
    color: rgb(59,104,184);
    padding-top: 15px;
}
.login-relatePwd-frame-textTip-small{
	text-align: center;
    font-size: 14px;
    color: rgb(59,104,184);
}
.login-relatePwd-frame .login-relatePwd-frame-infoInputArea {
    width: 100%;
    margin: 0 auto;
    padding-left: 183px;
    margin-top: 10px;
}
.login-relatePwd-frame-infoInputItem {
    margin-bottom: 9px;
}
.login-relatePwd-frame-infoInputItem input {
    width: 280px;
    height: 35px;
    padding-left: 10px;
    outline: none;
    border: 1px solid rgb(180,180,180);
    border-radius: 3px;
}
.login-relatePwd-frame-infoInputItem input:focus{
    border: 1px solid rgb(59,104,184);
}
.login-relatePwd-frame-infoInputItem input::-webkit-input-placeholder{
    color: rgb(190,190,190);
}
.login-relatePwd-frame-infoInputItem input::-moz-placeholder{
    color: rgb(190,190,190);
}
.login-relatePwd-frame-infoInputItem input:-ms-input-placeholder {
    color: rgb(190,190,190);
}
.login-relatePwd-frame-infoInputItem input.check_code {
    width: 178px;
}
.login-relatePwd-frame-infoInputItem span.required {
    /*color: rgb(59,104,184);
    margin-left: 5px;*/
    color: rgb(59,104,184);
    margin-left: 5px;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/user_login/login_option_require.png');
    display: inline-block;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    background-size: 100% 100%;
}
.login-relatePwd-frame-infoInputItem span.prompt-txt {
    color: rgb(229,116,107);
    margin-left: 5px;
    font-size: 12px;
}
.login-relatePwd-frame .finishCommit {
    padding-left: 183px;
}
.login-relatePwd-frame .finishCommit button {
    width: 280px;
    height: 35px;
    background-color: rgb(59,104,184);
    border: 1px solid transparent;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}
.login-relatePwd-frame button.send_check_code {
    width: 92px;
    height: 35px;
    background-color: rgb(59,104,184);
    color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}
.login-relatePwd-frame button.send_check_code.disabledBtn {
    background-color: rgb(155,155,155);
}


/*用户注册页面*/
.register-frame {
    width: 640px;
    margin: 0 auto;
    clear: both;
}
.register-frame .yingdi-logo {
    margin: 0 auto;
    text-align: center;
    padding-top: 74px;
}
.register-frame .yingdi-logo>img {
    width: 93px;
    height: 93px;
}
.register-frame .register-frame-textTip {
    text-align: center;
    font-size: 24px;
    color: rgb(59,104,184);
    padding-top: 15px;
}
.register-frame .register-frame-infoInputArea {
    width: 100%;
    margin: 0 auto;
    /*padding-left: 170px;*/
    padding-left: 183px;
    margin-top: 15px;
}
.register-frame-infoInputItem {
    margin-bottom: 9px;
}
.register-frame-infoInputItem input {
    width: 280px;
    height: 35px;
    padding-left: 10px;
    outline: none;
    border: 1px solid rgb(180,180,180);
    border-radius: 3px;
}
.register-frame-infoInputItem input:focus {
    border: 1px solid rgb(59,104,184);
}
.register-frame-infoInputItem input::-webkit-input-placeholder{
    color: rgb(190,190,190);
}
.register-frame-infoInputItem input::-moz-placeholder{
    color: rgb(190,190,190);
}
.register-frame-infoInputItem input:-ms-input-placeholder {
    color: rgb(190,190,190);
}
.register-frame-infoInputItem input.check_code {
    width: 178px;
}
.register-frame-infoInputItem span.required {
    color: rgb(59,104,184);
    margin-left: 5px;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/user_login/login_option_require.png');
    display: inline-block;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    background-size: 100% 100%;
}
.register-frame-infoInputItem span.prompt-txt {
    color: rgb(229,116,107);
    margin-left: 5px;
    font-size: 12px;
}
.register-frame .finishRegister {
    /*padding-left: 170px;*/
    padding-left: 183px;
}
.register-frame .finishRegister button {
    width: 280px;
    height: 35px;
    background-color: rgb(59,104,184);
    border: 1px solid transparent;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}
.register-frame button.send_check_code {
    width: 92px;
    height: 35px;
    background-color: rgb(59,104,184);
    color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}
.register-frame button.send_check_code.disabledBtn {
    background-color: rgb(155,155,155);
}
.register-frame .textTip {
    font-size: 14px;
    text-align: center;
    color: rgb(155,155,155);
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 6px;
}
.register-frame .textTip .toLoginNow {
    color: rgb(80,80,80);
    cursor: pointer;
}
.register-frame .textTip .toLoginNow:hover{
    color: rgb(59,104,184);
}
.register-frame .toThirdRegisterArea {
    margin: 0 auto;
    text-align: center;
    /* padding: 12px 15px 12px 0; */
    margin-top: 20px;
}
.register-frame .thirdRegisterBtnArea {
    padding-top: 4px;
    text-align: center;
}
.register-frame .thirdRegisterBtnArea img {
    /*width: 55px;
    height: 25px;
    opacity: 0.5;
    padding: 0 15px;
    cursor: pointer;
    transition-property: opacity;
    transition: .2s ease-in-out;*/
    width: 22px;
    height: 22px;
    opacity: 0.5;
    margin-left: 10px;
    cursor: pointer;
    transition-property: opacity;
    transition: .2s ease-in-out;
}
.thirdRegisterBtnArea img:hover {
    opacity: 1;
    transition-property: opacity;
    transition: .2s ease-in-out;
}

/*导航栏上登录相关样式(待删)*/
.login-gate {
    float: right;
    padding: 0 30px;
    position: relative;
}
.login-gate>div {
    cursor: pointer;
    color: rgb(130,130,130);
    font-family: SimHei;
    font-size: 15px;
}
#logout-username img {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 100%;
    border: 2px solid rgb(59,104,184);
    margin: 20px 10px;
    background-color: rgb(59,104,184);
}
i.user {
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimg%2Flogin-user.png');
    display: inline-block;
    background-size: 20px;
    width: 20px;
    float: left;
    height: 20px;
    margin-top: 24px;
    margin-right: 10px;
}
.logout-list {
    position: absolute;
    top: 60px;
    left: -25px;
    width: 163px;
    background-color: rgb(249,249,249);
    z-index: 100;
    text-align: center;
    color: rgb(68,68,68);
    border-top: 2px solid rgb(59,104,184);
    box-shadow: 1px 2px 1px rgba(0,0,0,.1);
}
.logout-list>li {
    line-height: 30px;
}
.logout-list>li.userInfo-username {
    border-bottom: 1px dashed rgb(213,213,213);
    min-height: 30px;
    margin-bottom: 6px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
}
.logout-list>li#logout {
    margin-bottom: 6px;
}
.logout-list>li.userInfo-username>a {
    color: rgb(155,155,155);
    text-decoration: none;
    font-family: SimHei;
    font-size: 15px;
    width: 150px;
    margin: 0 auto;
    line-height: 1.4;
}
.logout-list>li>a {
    display: block;
    color: rgb(100,100,100);
    font-family: SimHei;
}
.logout-list>li.userInfo>a:hover {
    font-size: 15px;
}
.logout-list>li>a:hover {
    color: rgb(59,104,184);
    text-decoration: underline;
}

/*实名认证提醒*/
.real-name-authentication-modal {
    padding: 20px 0;
}
.real-name-authentication-modal .authentication-title {
    text-align: center;
    font-size: 18px;
    color: #000000;
}
.real-name-authentication-modal .authentication-content {
    margin-top: 16px;
    padding: 16px 20px 0 20px;
    border-top: 1px solid #F0F0F0;
    font-size: 16px;
    color: #4A4A4A;
}
.real-name-authentication-modal .authentication-content>p {
    text-indent: 35px;
}
.real-name-authentication-modal .authentication-content>p:nth-child(2) {
    margin-top: 20px;
}
.real-name-authentication-modal .authentication-content>div {
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.real-name-authentication-modal .authentication-footer {
    overflow: hidden;
    padding: 10px 20px 0 20px;
    color: #9B9B9B;
}
.real-name-authentication-modal .authentication-footer>div#no_prompt{
    width: 130px;
    display: inline-block;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}
.real-name-authentication-modal .authentication-footer>div#no_prompt>i {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #9B9B9B;
    vertical-align: middle;
    margin-right: 8px;
}
.real-name-authentication-modal .authentication-footer>div.checked>i:before {
    position: absolute;
    top: -7px;
    left: 0;
    color: green;
    content: '✓';
    font-size: 12px;
    font-weight: bold;
}
.real-name-authentication-modal .authentication-footer .later-on {
    color: #3B68B8;
    margin-left: 10px;
    cursor: pointer;
}
.real-name-authentication-modal .authentication-footer a {
    background-color: #3377FF;
    color: white;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    padding: 4px 16px;
    border-radius: 16px;
}
