@charset "UTF-8";

/*底部*/
.footer {
    min-width: 1400px;
    background: #002F5E;
    position: relative;
    font-family: Freight;

}
.top_text{
    color: #ffffff;
    padding-top: 24px;
    overflow: hidden;
}
.top_text .fl {
    width: 750px;
    font-size: 24px;
    line-height: 34px;
}
.top_text .fl p{
    font-size: 24px;
    color: #FFFFFF !important;
}
.top_text .fr{
    width: 395px;
    font-size: 22px;
    line-height: 35px;
}
.top_text .fr p{
    font-size: 22px;
    color: #FFFFFF !important;
}
.bottomText{
    position: absolute;
    bottom: 10px;
    width: 1300px;
    margin: 0 auto;
}
.bottomText p{
    color: #ffffff;
    font-size: 16px;
}
.xiayi{
    position: relative;
    top: 4px;
}
.footer .footer-nav {
    font-size: 0;
    margin-top: 15px;
}
.footer-nav li {
    display: inline-block;
    line-height: 1;
    padding-right: 30px;
}
.footer-nav li a {
    color: #FFFFFF;
    font-size: 18px;
    font-family: FreightSans W01 Book;
    line-height: 1;
}
.login-tittle {
    font-size:28px ;
    color: #0d2f5e;
    display: flex;
}
.login-text {
    font-weight: bolder;
    width: 92%;
}
.login-wraps {
    display: block;
    position: fixed;
    top: 155px;
    width: 460px;
    height: 474px;
    left: 40%;
    z-index: 1050;
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.login-boxs {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 40px 40px 60px 40px;
    background-color: #fff;
    border: 0 none;
    /*width: 325px;*/
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.login-cont {
    /*width: 380px;*/
    padding: 15px;
    margin-top: 30px;
}
#drop-logins .login-cont .input {
    width: 350px;
    height:50px
}
.input-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.input-account-img {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/sg_starr/account.png) no-repeat;
    margin-right: 7px;
}
.input-password-img {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/sg_starr/password.png) no-repeat;
    margin-right: 7px;
}
.input-cont {
    font-size: 16px;
    color: #002F5E;
    font-weight: 510;
}
.login-button {
    width: 350px;
    height: 60px;
    background-color: #0d2f5e;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    font-weight: bolder;
}
.login-btn-box {
    display: flex;
    justify-content: space-between;
    color: #0d2f5e;
    font-size: 14px;
    margin-top: 20px;
}
.rember-img {

}
.isshow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/sg_starr/未勾选.png) no-repeat;
}
.isshowed {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/desktop/sg_starr/勾选.png) no-repeat;
}