
.smm-cover {
    position: fixed;
    z-index: 500;
    border-width: 0px;
    width: 100%;
    height:100%;
    left: 0px;
    top: 0px;
    background-color: rgb(50,50,50);
    background-color: rgba(50,50,50,0.5);
    filter:alpha(opacity=50);
}

.smm-hide {
    display: none;
}

.backmodal{
    width: 100%;
    position: absolute;
    background: #000;
    top: 0;
    z-index: 20;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.smm-auth-contain{
    position: fixed;
    z-index: 1000;
    border-width: 0px;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 360px;
    margin-left: -160px;
    margin-top: -180px;
    border-radius: 10px;
    background: #fff;
}

.smm-base-page {
    border-width : 0px;
    position : fixed;
    left : 0px;
    top : 0px;
    width : 100%;
    height : 100%;
}
.smm_login{
    cursor : pointer;
}


.smm-login-body{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;

}

::-webkit-input-placeholder { font-size: 12px !important; }
::-moz-placeholder { font-size: 12px !important; } /* firefox 19+ */
:-ms-input-placeholder { font-size: 12px !important; } /* ie */
input:-moz-placeholder { font-size: 12px !important; }

.smm-login-back-to-login{
    position: absolute;
    top: 19px;
    left: 25px;
    color: #76aeff;
}

.smm-login-notify-box{
    position: fixed;
    height: 35px;
    left: 30px;
    right: 30px;
    bottom: 13px;
    /*border-width: 1px;*/
    color: #e4172a;
    /*background-color: #f2dede;*/
    /*border-color: #ebccd1;*/
    /*border-radius: 3px;*/
    text-align: center;
    padding-top: 8px;
    opacity:0.9;
    /*border-style: solid;*/
}

.smm-login-close{
    position: absolute;
    top : 15px;
    right : 15px;
}

.input-group{
    margin-bottom: 20px;
}

.input-group-half{
    margin-bottom: 15px;
}

.smm-leave-left{
    padding-left: 15px;
    padding-right: 5px;
}

.smm-leave-right{
    padding-left: 5px;
    /*padding-right: 15px;*/
    padding-top: 1px;
}

.smm-leave-left > input[type="checkbox"]{
    margin-right: 5px
}

.smm-captcha{
    cursor : pointer;
}

.smm-col-6{
    width: 50%;
    float: left;
    display: inline;
}
.smm-col-12{
    width: 100%;
    float: left;
    display: inline;
}
.smm-tab.smm-active{
    color: #76aeff;
    border-color: #76aeff;
}

.smm-login-title {
    padding-bottom: 25px;
    padding-top: 0;
}

.smm-tab{
    border-bottom-width:3px;
    border-bottom-style: inset;
    border-color: #eeeeee;
    text-align: center;
    height: 25px;
    cursor: pointer;
    padding-bottom: 25px;
    font-size: 16px;
    color: #b4b4b4;
}

.smm-hidden{
    display: none;
}

input::-webkit-input-placeholder {
    font-size: 12 !important;
}
input:-moz-placeholder {
    　　font-size: 12 !important;
}
input::-moz-placeholder {
    　　font-size: 12 !important;
}
input:-ms-input-placeholder {
    　　font-size: 12 !important;
}
.smm_auth_notice{
    margin:10px auto;
    text-align: center;
}
.smm_error{
    color: red;
}
.smm_success{
    color:green;
}




