/*--login--*/
.login_block
{
	background-color: #fff;
    border-radius: 5px;
    width: 450px;
	max-width:100%;
    padding: 20px 25px;
    text-align: left;
	margin:0 auto;
	
	border:10px solid rgba(0,0,0,0.06);
	
	-webkit-box-shadow: 0 6px 11px rgba(0,0,0,0.08);
    box-shadow: 0 6px 11px rgba(0,0,0,0.08);
}
.login_frame
{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.login_frame .login_tab1, .login_frame .login_tab2 {
    cursor: pointer;
    display: block;
    font-size: 18px;
	font-weight:200;
    float: left;
    height: 50px;
    width: 50%;
    padding: 1rem 0 2.5rem;
    text-align: center;
}
.login_tab1 {
	color: #999;
    border-bottom: 4px solid rgba( 57,152,199, 1 );
}
.login_tab2 {
    color: #999;
    border-bottom: 4px solid #e7e7e7;
}
.clearfx
{
	clear:both;
}
.login_write_block
{
	padding:10px 0;
}
.write_fonts
{
	color:#757575;
	padding:5px 0;
}
.write_fonts_important
{
	color:#e67679;
	font-size:12px;
}
.write_fonts_top10
{
	padding-top:10px;
}
input:focus{outline:none}
.login_form
{
	width:100%;
	/* background-color: #f6f6f6; */
    border: 1px #E9E9E9 solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0 0px 1px 0px rgba(0,0,0,0.1);
    font-size: 14px;
    padding: 8px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.login_form:hover, .login_form:focus
{
	background-color: #fff;
    border: 1px rgba( 57,152,199, 1 ) solid;
}
.login_form_key
{
	width:100px;
	background-color: #f6f6f6;
    border: 1px #E9E9E9 solid;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0 0px 1px 0px rgba(0,0,0,0.1);
    font-size: 14px;
    padding: 8px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.login_form_key:hover, .login_form_key:focus
{
	background-color: #fff;
    border: 1px rgba( 57,152,199, 1 ) solid;
}
.key_img
{
	 border-radius: 5px;
}
.login_btn
{
	width:100%;
	background-color: rgba( 57,152,199, 1 );
    border: 1px solid transparent;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
	margin-top:20px;
    outline: none;
    padding: 15px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.login_btn:hover, .login_btn:focus
{
	background-color: rgba( 57,152,199, 0.8 );
}
.fb_btn
{
	width:calc( 33% - 5px );
	background-color: rgba( 76,112,186, 1 );
    border: 1px solid transparent;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
	margin-top:10px;
    outline: none;
    padding: 10px 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.fb_btn:hover, .fb_btn:focus
{
	background-color: rgba( 76,112,186, 0.8 );
}
.google_btn
{
	width:calc( 33% - 5px );
	background-color: rgba( 225,89,80, 1 );
    border: 1px solid transparent;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
	margin-top:10px;
    outline: none;
    padding: 10px 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.google_btn:hover, .google_btn:focus
{
	background-color: rgba( 225,89,80, 0.8 );
}
.google_btn_disable
{
	background-color: rgba( 225,89,80, .4 );
}
.google_btn_disable:hover, .google_btn_disable:focus
{
	background-color: rgba( 225,89,80, .3 );
}
.Line_btn
{
	width:calc( 33% - 5px );
	background-color: rgba( 22,196,100, 1 );
    border: 1px solid transparent;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
	margin-top:10px;
    outline: none;
    padding: 10px 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.Line_btn:hover, .Line_btn:focus
{
	background-color: rgba( 22,196,100, 0.8 );
}
.Line_btn_disable
{
	background-color: rgba( 22,196,100, .4 );
}
.Line_btn_disable:hover, .Line_btn_disable:focus
{
	background-color: rgba( 22,196,100, .3 );
}
.key_block
{
	position:relative;
	padding:5px;
	margin-top:10px;
}

.detailBtn {
    display: inline-block;
    background-color: rgba( 76,115,189, 1 );
    font-size: 14px;
    color: #FFF;
    width: 60px;
    padding: 3px;
    line-height: 1.7;
	border: 0px;
	
	-webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.detailBtn:hover, .detailBtn:focus
{
	background-color: rgba( 76,115,189, 0.8 );
}

.radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.login_out
{
	position:absolute;
	top:0px;
	right:0px;
	
	font-size:14px;
	text-align:center;
	display:inline-block;
	background-color: rgba( 0,0,0, 0.05 );
	width:130px;
	color: #757575;
	padding:5px;
	border:1px solid rgba( 0,0,0, 0.18 );
	
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.login_out:hover,.login_out:hover
{
	background-color: #fff;
	border:1px solid rgba( 0,0,0, 0.28 );
}

.member_other_hr
{
	position:relative;
	z-index:9;
	height:30px;
}
.member_other_hr:before
{
	content:'';
	position:absolute;
	top:50%;
	right:0px;
	width:100%;
	height:1px;
	background-color:#e7e7e7;
	z-index:9;
}
.member_other_hr:after
{
	content:'or';
	text-align:center;
	width:40px;
	position:absolute;
	top:2px;
	right:40%;
	transform: translateX(-50%);
	color:#999;
	background-color:#fff;
	z-index:9;
}

.login_msg_block
{
	width:100%;
	position:relative;
}
.lmb_show
{
	color: rgba(0,0,0,0.34);
	width:calc( 33% - 5px );
	display: inline-block;
	text-align:center;
	font-size:12px;
}
.refresh_span
{
	font-size:12px;
}
/*--login--*/