html, body {
    font-size: 14px;
    height: auto;
    width: 100%;
    font-family: arial;
}

body, ul, li, label, em, s, i, span {
    list-style: none;
    font-style: normal;
    font-weight: normal
}

em {
    color: #e43c40;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}

a:focus, a:hover {
    outline: none;
    text-decoration: none;
    cursor: pointer
}

header {
    position: relative;
    height: 100%;
}

footer {
    font-family: "SimSun";
    text-align: center;
    color: #a6a6a6;
}

footer p {
    height: 22px;
    line-height: 22px;
}

#content {

}

.btn {
    height: 24px;
    display: inline-block;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    outline: medium;
    -webkit-appearance: none;
    padding: 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.btn_primary {
    border: 1px solid #5091f9;
    background-color: #5091f9;
}

.btn_primary:focus, .btn_primary:hover {
    border: 1px solid #2E6DF9;
    background-color: #2E6DF9;

}

.btn_warn {
    border: 1px solid #e43c40;
    background-color: #e43c40;

}

.btn_warn:focus, .btn_warn:hover {
    border: 1px solid #ea0d12;
    background-color: #ea0d12;

}

.btn_default {
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
}

#wrapper {
    position: relative;
    /*min-width: 900px;*/
    /*height: 100%;*/
    min-height: 800px;
    display: inline-block;
    width: 100%;
}

#pub_login {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -210px;
    width: 380px;
    z-index: 11111112;
    height: 420px;
    background: #fff;
}

#pub_login .top_tit {
    display: inline-block;
    width: 100%;
}

#pub_login .top_tit span {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 16px;
    background-color: #f8f8f8;
    cursor: pointer;
}

#pub_login .top_tit span.active {
    background-color: #fff;
    color: #af6f40;
    cursor: inherit;
}

#pub_login .lg_rg {
    padding: 20px 40px;
}

#pub_login .lg_send {
    margin-left: 5px;
    width: 110px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #757575;
    cursor: pointer;
}

#pub_login .lg_send:hover {
    border-color: #ea1e4b;
    color: #ea1e4b
}

#pub_login .lg_input {
    width: 300px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

#pub_login .lg_submit, #pub_login .rg_submit {
    height: 40px;
    line-height: 40px;
    width: 300px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 15px 0;
    background-image: linear-gradient(to bottom, #af6f40 0%, #af6f40 100%);
    background-image: -moz-linear-gradient(90deg, #af6f40 0%, #af6f40 100%);
    background-image: -webkit-linear-gradient(90deg, #af6f40 0%, #af6f40 100%);
    background-image: -ms-linear-gradient(90deg, #af6f40 0%, #af6f40 100%);
}
#pub_login .lg_forget{
    color: #a6a6a6;
}
#pub_login .lg_forget:hover {
    text-decoration: underline;
    color: #af6f40;
}

.pub_shade {
    position: fixed;
    z-index: 11111111;
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    display: none;
}

*[ng-show] {
    display: none;
}

.icon_box{
    background: #47c773;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    float: left;
}
.icon_gou{
    border-bottom: 3px solid #fff;
    display: inline-block;
    width: 15px;
    height: 10px;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}
