/**
 * login Common Style
 * @author: LangLee;
 * 基于 base.css
 * data : 除了登陆注册意外找回密码修改资料等静态文件的css
 **/

/* ====注册成功激活邮箱页 2014/12/25=== */
.fg-msg {
    margin: 100px auto;
    display: table;
}

.fg-msg .fg-mail {
    display: block;
    width: 95px;
    height: 95px;
    background-size: contain;
    float: left;
    margin-right: 20px
}

/*noinspection ALL*/
.fg-msg .clo {
    background: url("../img/fg-mail.png") no-repeat center center;
    background-image: -webkit-image-set(url("../img/fg-mail.png") 1x, url("../img/@2x/fg-mail@2x.png") 2x);
    background-image: -moz-image-set(url("../img/fg-mail.png") 1x, url("../img/@2x/fg-mail@2x.png") 2x);
    background-image: -ms-image-set(url("../img/fg-mail.png") 1x, url("../img/@2x/fg-mail@2x.png") 2x);
    background-image: -o-image-set(url("../img/fg-mail.png") 1x, url("../img/@2x/fg-mail@2x.png") 2x);
}

.fg-msg .fg-cont {
    font-size: 14px;
    padding: 5px 0;
    color: #b8c4ce;
    margin-left: 115px
}

.fg-msg .fg-cont .fg-cont-t {
    font-size: 20px;
    color: #5d6d7e;
}

/* ====邮箱激活成功页 2014/12/25=== */
/*noinspection ALL*/
.fg-msg .ope {
    background: url("../img/fg-mail-s.png");
    background-image: -webkit-image-set(url("../img/fg-mail-s.png") 1x, url("../img/@2x/fg-mail-s@2x.png") 2x);
    background-image: -moz-image-set(url("../img/fg-mail-s.png") 1x, url("../img/@2x/fg-mail-s@2x.png") 2x);
    background-image: -ms-image-set(url("../img/fg-mail-s.png") 1x, url("../img/@2x/fg-mail-s@2x.png") 2x);
    background-image: -o-image-set(url("../img/fg-mail-s.png") 1x, url("../img/@2x/fg-mail-s@2x.png") 2x);
}

/* ====邮箱激活失败页 2014/12/25=== */
/*noinspection ALL*/
.fg-msg .worn {
    background: url("../img/fg-mail-w.png");
    background-image: -webkit-image-set(url("../img/fg-mail-w.png") 1x, url("../img/@2x/fg-mail-w@2x.png") 2x);
    background-image: -moz-image-set(url("../img/fg-mail-w.png") 1x, url("../img/@2x/fg-mail-w@2x.png") 2x);
    background-image: -ms-image-set(url("../img/fg-mail-w.png") 1x, url("../img/@2x/fg-mail-w@2x.png") 2x);
    background-image: -o-image-set(url("../img/fg-mail-w.png") 1x, url("../img/@2x/fg-mail-w@2x.png") 2x);
}
