/*
 * header对应的用户模块登录注册样式
 * create date: 2016.11.9
 */
 #backgroundloginRegister{
 	display: none;
 	height: 100%;
 	width: 100%;
 	position: fixed;
 	z-index: 3;
 	background: black;
 	opacity: 0;
 	top: 0; 
 	left: 0;
 }
.showTips{ z-index: 4; position: absolute;width: 75%;right: 0px;display: none;}
.showTips-up{ 
	width: 30px; 
	height: 17px; 
	background-image: url(/static/Public/images/up.png); 
	position: absolute; top: 23px; 
	right: 75px; 
	z-index: 1;
	background-repeat: no-repeat;
}
.showTips-concent{ 
	padding: 10px; 
	border: 1px solid #697d96; 
	background: #fff; 
	color:#323232; 
	position: absolute; 
	top: 39px; 
	line-height: 28px;
} 
.jf-overflow{overflow: visible;}
.jf-margin{margin-bottom: 0;padding-bottom: 10px;}
#noReceiveInfo:hover{cursor:pointer}
.visit-box {
    width: 220px;
    display: block;
    background: #0d72a3;
    color: #ffffff;
    position: fixed;
    bottom: 8px;
    right: 0;
    padding: 13px 15px 12px 16px;
    font-size: 13px;
    z-index: 1;
    opacity: 0.8;
}
.icon-laba { 
    background: url("../images/laba.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    margin-right: 5px;
    display: inline-block;
    background-position-y: 3px;
}
.del-report {
	background: url("../images/del_report.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    display: inline-block;
	margin-top: 3px;
	position: absolute;
    right: 7px;
    top: 2px;
    cursor: pointer; 
}
.layui-input[type="text"]{
	cursor: pointer;
}
 
.pwd_eye_1,.pwd_eye_2{
	color: #999;
}
 
.loginbox1 {
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #666;
    border-radius: 10px;
    margin: 0 auto;
    width: 470px;
    z-index: 1100;
    padding: 30px;
    top: 150px;
    text-align: center;
    left: 50px;
    font-size: x-large;
    position: relative;
	color: #333;
}

.loginbox1 i{
	font-size: 34px;
	vertical-align: middle;
	color: #74b634;
}

.loginbox1 .text-main{
	padding-left: 30px;
    color: var(--color-theme);
    display: inline-block;
    font-size: 24px;
}

/* 私域流量弹窗 */
@media (min-width: 768px) {
    .hdkf_dialog {
        width: 800px;
        margin: 30px auto;
    }
}
.hdkf_dialog {
    position: relative;
}

.hdkf_dialog .iconfont {
    position: absolute;
    top: 210px;
    right: 150px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.hdkf_dialog .iconfont.hdkf_index {
    top: 210px;
    right: 150px;
}

.hdkf_dialog .iconfont.hdkf_vip {
    top: 180px;
    right: 190px;
}

/* 老用户并且没有身份弹窗 */
#oldusersidentity {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 1050;
}

#identitySelected .oldusersidentity_box {
    position: relative;
    width: 548px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
}

#oldusersidentity .oldusersidentity_box {
    position: relative;
    width: 548px;
    margin: 0 auto;
    background: #fff;
    transform: translateY(30%);
    border-radius: 12px;
}

#identitySelected .modal_header,
#oldusersidentity .modal_header {
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    border-bottom: 1px solid #f0f0f0;
}

#identitySelected .modal_header i,
#oldusersidentity .modal_header i {
    position: absolute;
    right: 18px;
    cursor: pointer;
    color: #8c8c8c;
}

#identitySelected .modal_maincontent,
#oldusersidentity .modal_maincontent {
    padding: 30px 44px;
    padding-bottom: 0;
}

#identitySelected ul,
#oldusersidentity ul {
    font-size: 0;
}

#identitySelected ul li,
#oldusersidentity ul li {
    width: 140px;
}

#identitySelected ul li:nth-child(3n),
#oldusersidentity ul li:nth-child(3n) {
    margin-right: 0;
}

#identitySelected .modal_formitem,
#oldusersidentity .modal_formitem {
    margin-bottom: 16px;
}

#identitySelected .modal_formitem label,
#oldusersidentity .modal_formitem label {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    margin-right: 2%;
    width: 12%;
}

#identitySelected .modal_formitem input,
#oldusersidentity .modal_formitem input {
    line-height: 36px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 86%;
    padding-left: 8px;
}

#identitySelected .modal_footer,
#oldusersidentity .modal_footer {
    min-height: 55px;
    text-align: center;
    padding: 10px 12px;
    padding-bottom: 30px;
}

#identitySelected .modal_footer button,
#oldusersidentity .modal_footer button {
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    border: 0;
    border-radius: 4px;
}

#identitySelected .modal_footer .noremind,
#oldusersidentity .modal_footer .noremind {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #dddddd;
}

#identitySelected .modal_footer .submitto,
#oldusersidentity .modal_footer .submitto {
    background: var(--ms-color-theme);
    color: #fff;
    padding: 0 26px;
    margin: 0;
    width: 320px;
    border-radius: 8px;
}

.identity_module ul li {
    margin-bottom: 12px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    padding: 0 6px;
}

.identity_module ul li.active i {
    display: block;
}

.identity_module ul li i {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 18px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 0 4px 0 4px;
    background: var(--ms-color-theme);
    color: #fff;
    display: none;
}

.identity_module ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

#identitySelected .identity_title,
#oldusersidentity .identity_title {
    font-size: 14px;
    margin-bottom: 12px;
}

#identitySelected .identity_explanation,
#oldusersidentity .identity_explanation {
    font-size: 16px;
    color: #333;
    margin-bottom: 22px;
}

#identitySelected .identity_explanation_title,
#oldusersidentity .identity_explanation_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.identity_classification {
    margin-bottom: 8px;
}

.identity_module .identity_choose {
    margin-bottom: 8px;
    display: none;
}

.identity_module .identity_line {
    height: 1px;
    background: #ededed;
    width: 460px;
    margin-bottom: 20px;
}

/* 关闭老用户并且没有身份弹窗 */
#oldusersidentityclosemodal {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#oldusersidentityclosemodal .closemodal_list {
    position: absolute;
    width: 124px;
    background: #fff;
    top: 40px;
    right: 10px;
    box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05), 0px 8px 10px 1px rgba(0, 0, 0, 0.06),
      0px 5px 5px -3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 50px;
    color: #000;
}

#oldusersidentityclosemodal .closemodal_list div {
    cursor: pointer;
}

#oldusersidentityclosemodal .direct_close {
    border-bottom: 1px solid #f0f0f0;
}

#oldusersidentityclosemodal .closemodal_list div:hover {
    color: #0052d9;
}