*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
img{
	border: 0;
    vertical-align: middle;
}
.bMask {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    /*z-index: 99999;*/
}
.dialogWrap {
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: calc(50vh - 240px);
    width: 600px;
    height: 440px;
    background: url(http://cdn.hhaie.com/exam/dl_bg.png);
    border: 2px solid #5693c9;
    transition: all .3s ease 0s;
    z-index: 9999999;
    outline: 0;
    line-height: 160%;
    word-break: break-all;
    padding-top: 30px;
    overflow: hidden;
}
#lrEleWrapDialog{
	width: 576px;
    height: 100%;
}
#lrEleWrapDialog img{
	margin: 35px 0px 0px 160px;
    width: 300px;
}
.plazzz__e-dialog-ele{
	margin-left: 50px;
    /*width: 400px;*/
}
.plazzz__e-dialog-ele-inner{
	margin-bottom:10px;
	margin-top:10px;
}
.plazzz__e-l-jy-login{
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color:#ff2222;
    font-size: 14px;
}
.plazzz__e-login-options_input{
	background: #fff;
    border: 1px solid #ddd;
    width: 398px;
    height: 64px;
    padding-left: 20px;
    vertical-align: middle;
    border-radius: 4px;
    /*font-family: 'SourceHanSansCN-Normal';*/
    font-size: 22px;
    /*background-color: rgb(250, 255, 189);*/
    background-image: none;
    color: rgb(0, 0, 0);
}
.plazzz__e-login-options li{
	list-style-type:none;
    color: #999;
}
.plazzz__e-login-options li:nth-child(2){
    margin-top: 20px;
}
.text_layers{
	color: #5693c9;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}
.plazzz__e-dialog-btn{
	width: 150px;
    height: 60px;
    box-shadow: none;
    margin-left: 170px;
    display: block;
    text-decoration: none;
    background: #5693c9;
    border-radius: 4px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.plazzz__e-dialog-btn span{
	 line-height: 60px;
}
.pinyin_text{
	line-height:30px;
}