﻿/* 登陆弹出 css */
.abs {
	position: absolute
}
.df_login_block_wrap {
	position:fixed;
    display: none;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 1543px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.df_loginx {
	position: fixed;
    display: none;
    z-index: 1000;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top:200px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
.df_loginx .hd {
    height: 50px;
    left: 47px;
    background: #116c50;
}
.df_loginx .hd h4 {
    width: 100px;
    text-indent: -9999px;
    background-position: -820px -302px;
}
.df_loginx .hd i {
    width: 50px;
    height: 50px;
    background-position: -37px -125px;
    cursor: pointer;
}
.df_loginx .hd i:hover {
    background-color: #9C701E;
}
.df_loginx .bd {
    background: #14805e;
    padding: 20px 0;
}
.df_loginx .bd .tipp {
    font-size: 15px;
    color: #fff;
    margin-left: 25px;
}
.df_loginx .bd .tipp a {
    color: #b82626;
    text-decoration: underline;
}
.df_loginx .bd .tips {
    width: 525px;
    margin: 15px 0 0 60px;
}
.df_loginx .hd .flbank {
	margin:0 auto;
    background: none!important;
    font-size: 24px;
	line-height: 50px;
	text-indent: 30px;
    color: #fff;
    float: left;
	font-weight: 600;
	width: 500px;
	background-color:#FFF;
}
#closeme{
    display:block;
    position:relative;
    left:310px;
    background: url("/Content/images/icons.png") no-repeat;
    width: 36px;
    height: 34px;
    background-position: -38px -130px;
    cursor: pointer;
    
}

#closeme2{
    display:block;
    position:relative;
    left:0px;
    background: url("/Content/images/icons.png") no-repeat;
    width: 36px;
    height: 34px;
    background-position: -37px -125px;
    cursor: pointer;
    
}



/* 注册 css */

/* TRAVEL POPUP*/
.gallery-mask {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001 !important;
    -moz-opacity: 0.4 !important;
    opacity: .40 !important;
    filter: alpha(opacity=40) !important;
}
.mask, #mask {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001 !important;
    -moz-opacity: 0.4 !important;
    opacity: .40 !important;
    filter: alpha(opacity=40) !important;
}
.login_popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 38%;
    width: 400px;
    height: 290px;
    border: 2px solid #fe8705;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.login_right_nr {
    margin-top: 35px;
    text-align: center;
    height: auto;
}
.login_main_right_input {
    width: 244px;
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
    background-color: #E4E4E4;
    border:1px solid #B7B7B7;
    border-radius: 3px;
    font-family: "微软雅黑","Microsoft Yahei";
    color: #555;
    font-size: 14px;
    margin: 10px auto;
}
.btns {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.btnLogin {
    border-radius: 3px;
    border: 1px solid #fe8705;
    background-color: #fe8705;
    padding: 5px 45px;
    text-align: center;
    color: #fe8705;
    margin-right: 7px;
    color: #ffffff;
}
.btnReg {
    border-radius: 3px;
    background-color: #70b103;
    border: 1px solid #70b103;
    padding: 5px 45px;
    text-align: center;
    color: #ffffff;
}
.btnLogin:hover {
    color: #ffffff;
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
}
.btnReg:hover {
    color: #ffffff;
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
}
.close_popup {
    background: #fe8705; /* Old browsers */
    background: -moz-linear-gradient(top, #fe8705 0%, #f9a245 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe8705 0%,#f9a245 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe8705 0%,#f9a245 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8705', endColorstr='#f9a245',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
}
.close_popup img {
    margin: 11px;
    float: right;
}
.close_popup img:hover {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    -ms-filter: brightness(80%);
}