/* 修改登录页面的样式  2016-11-01 15:00*/

/* 没有账号？ 注册 */
#wrapper a{
    margin-left: 10px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

/* 会员登录 -- 用户信息显示 */
.public-user-info{
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-family: "Microsoft YaHei UI";
    color: #333;
    margin-bottom: 30px;
    text-indent: 2em;
}
.public-user-info a{
    color: #333;
    font-family: "Microsoft YaHei UI";
}


/* 静态框*/
#modal-rushfreshrule-new{
    width: 548px;
    height: 334px;
}
.modal-new{
    position: fixed;
    display: none;
    z-index: 10000;
    padding: 8px;
    height: auto;
    background: rgba(0,0,0,.16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}
.selected-user-box{
    width: 534px;
    height: 322px;

    background: #FFF;
    margin-left: -1px;
    margin-top: -1.5px;
}
.modal-new button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 18px;
    right: 20px;
}
.title-new{
    padding: 10px 0;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    color: #333;
    font-family: "Microsoft YaHei UI";
}
.selected-user-itme{
    width: auto;
    height: 54px;
    margin: auto;
    margin-top: 1px;
    border: 1px solid transparent;
    transition: all 0.6s;
}
.selected-user-itme p{
    /*text-indent: 2em;*/
}
.selected-user-itme p i{
    font-size: 16px;
    line-height: 54px;
    color: #333;
}
.account-new{
    padding-left: 20px;
    float: left;
    width: 490px;
    position: absolute;
    padding-right: 80px;
}
.account-new-info{
    margin-right: 48px;

}

/** 兜礼会员 icon2016-12-20 12:27*/
.account-pic{
    position: absolute;
    left: 210px;
}
.account-pic img{
    width: 34px;
    height: 34px;
    /*vertical-align: middle;*/
    vertical-align: -10px;
}

.marg-left{
    margin-left: 240px;
}

.selected-user-itme:hover{
    border: 1px solid #599c3b;
    border-radius: 10px;
}
.selected-user-itme:hover p i{
    color: #599c3b;
}
.public-btn-selected-new{
    position: absolute;
    width: 122px;
    height: 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #599c3b;
    bottom: 20px;
    margin-left: 206px;
    cursor: pointer;
}
.public-btn-selected-new:hover{
   background: #42732d;
}
#user-infoShow-member{
    display: none;
}
#user-infoShow-ordinary{
    display: none;
}









