﻿
*{margin:0;padding:0;}
a{text-decoration:none;}
		.fl {float:left;}
	.fr{float:right;}
	.w{    width: 1000px;height:500px;margin:0 auto;
    zoom: 1;}
	
	
	
	.newlogin_bg{height: 500px;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px; }

	.newlogin{padding: 15px;
    width: 320px;
    height: 390px;
    position: absolute;
    top: 37px;
    right: 365px;
    background: #fff;}
	.newlogin_title{height:20px;overflow:hidden;}
	.newlogin_title .userlogin{font-size:14px;line-height:20px;}
	
	.newlogin_title .newuser{font-size:12px;color:#0066cc;line-height:20px;}
	
	.newlogin .msg-wrap{min-height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto!important;}
	.newlogin .msg-wrap .msg-error{position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 40px;
    line-height: 15px;
    height: auto;font-size:12px;}
	.newlogin .msg-wrap .msg-error b{position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(images/pwd-icons-new.png) -104px -49px no-repeat;}
	
	.newlogin .username,.newlogin .password{width:268px;height:50px;border:1px solid #e0e0e0;}
	.newlogin .username{margin-top:5px;background:url(images/username_bg.png) no-repeat;padding-left:50px;}	
	.newlogin .password{margin-top:5px;background:url(images/password_bg.png) no-repeat;padding-left:50px;}
	.newlogin .logincheckbox {margin-top:5px;overflow:hidden;height:20px;}
	.newlogin .logincheckbox input{vertical-align:middle;margin-right:3px;}
	.newlogin .logincheckbox label{font-size:12px;}
	.newlogin .logincheckbox .mar{margin-right:10px;}
	.newlogin .logincheckbox .forgetpassword{font-size:12px;color:#b5b5b5;}
    .newlogin .loginverifycontrol {margin-top:5px;overflow:hidden;}
	.newlogin .login_button{height:50px;width:320px;background:#ff1d1d;color:#fff;display:block;line-height:50px;text-align:center;font-size:14px;margin-top:10px;cursor:pointer;}
    .newlogin .unionlogin{font-size:14px;line-height:20px;height:20px;margin-top:15px;}
    .newlogin .password_sina {margin-top:10px;}	
    .newlogin .password_sina i{background: url(https://www.ey100.com/images/icon_cooperation.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    margin-top: 3px;
    width: 23px;
    background-position: -115px 0;
    float: left;}
    .newlogin .password_sina span{font-size:12px;color:#333;line-height:26px;cursor:pointer;}	
    .newlogin .userreg {overflow:hidden;height:16px;margin-top:20px;}
    .newlogin .userreg span{font-size:14px;line-height:16px;}
    .newlogin .userreg .userreglink{height:16px;background:url(https://www.ey100.com/images/reglink_icon.png) no-repeat;padding-left:20px;font-size:14px;line-height:16px;color:#ff1d1d;line-height:16px;}


/*注册协议弹出层*/
#regAgreementMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display:none;
}

.regAgreementBox {
    width: 800px;
    height: 500px;
    background: #fff;
    border: 4px solid rgba(0,0,0,.1);
    box-shadow: 0 3px 10px #ccc;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
}

.regAgreementTitle {
    padding: 0 10px;
    background: #f3f3f3;
    height: 30px;
    position: relative;
}

    .regAgreementTitle > span {
        line-height: 30px;
        font-size: 14px;
        font-weight: 700;
    }

.regAgreementClose {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

    .regAgreementClose > img {
        width: 14px;
        height: 14px;
        margin-left: 8px;
        margin-top: 8px;
    }

#regAgreementContent {
    padding: 20px;
    height: 325px;
    margin-bottom: 28px;
    overflow-y: scroll;
}

#regAgreementRedBtn {
    width: 400px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #e22;
    margin: 0 auto;
    display: none;
}

#regAgreementGaryBtn {
    width: 400px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #888;
    margin:0 auto;
    display: block;
}

#regAgreementRedBtn.cancelTips {
    display: block;
}

#regAgreementContent.cancelTips {
    overflow-y: auto;
}


#regAgreementContent b span {
    font-weight: bold;
}
#regAgreementContent strong span {
    font-weight: bold;
}