@charset "UTF-8";

/*头部、导航样式*/
.header-top {
    background: #231f20;
    width: 100%;
}

.header-top .header-top-phone, .header-top .header-top-register {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 50px;
}

.header-top .header-top-phone, .header-top .EN, .header-top .header-top-phone, .header-top .ZH_CN {
    color: #fff;
}

.header-top .header-top-register .tel {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/static/images/desktop/hk_starr/tel.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 25px;
    margin-left: 50px;
}

.header-top .header-top-register .tel-number {
    color: #fff;
}

.header-top .header-top-phone .login, .header-top .header-top-register .login {
    color: #fff;
}

.header-top .user-info {
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    position: relative;
    min-width: 105px;
    cursor: pointer;
}

.header-top .user-info:hover {
    background: #495157;
}

.header-top .user-info .user-img {
    display: inline-block;
    height: 32px;
    float: right;
    margin-top: 10px;
}

.header-top .user-info .user-img img {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    right: 10px;
}

.header-top .user-info .user-name {
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    float: right;
    min-width: 40px;
    max-width: 78px;
}

.header-top .user-info .arrow {
    background-image: url("../../../images/desktop/hk_starr/down-icon.png");
    position: relative;
    float: right;
    width: 20px;
    height: 10px;
    background-position: 6px 0;
    background-repeat: no-repeat;
    position: relative;
    top: 23px;
    right: -13px;
}

.header-top .header-top-phone:before {
    content: url("../../../images/desktop/hk_starr/phone-icon.png");
    position: relative;
    margin-right: 8px;
    top: 3px;
}

.header-top .register {
    color: #fff;
}

.header-nav {
    background: #fff;
}

.header-nav .nav-list {
}

.header-nav .nav-list li.nav-active {
    border-bottom: 2px solid #00305e;
}

.header-nav .nav-list li.nav-active .nav-a {
    color: #00305e;
}

.header-nav .nav-list li .nav-a {
    line-height: 110px;
    font-size: 21px;
    color: #4b4c4d;
    display: inline-block;
    padding: 0 30px;
    font-weight: 600;
}

.header-nav .nav-list li:last-child .nav-a {
    padding-right: 0px;
}

/* 切換語言 */
.module-layout {
    /*margin-top: 14px;*/
    position: relative;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
}

.module-layout:hover {
    background-color: #495157;
}

.center-ul {
    background-color: #231f20;
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 138px;
    z-index: 99;
}

.center-ul li {
    border-bottom: 1px solid #373737;
    line-height: 30px;
    margin: 0 15px;
    padding: 5px 0;
}

.center-ul li:last-child {
    border-bottom: none;
}

.center-ul li a {
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
}

.module-layout a {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
}

.language-icon {
    height: 17px;
    position: relative;
    top: 16px;
}

.language-down-icon {
    position: relative;
    top: 16px;
}

/*导航栏中的下拉*/
.drop-tip-icon {
    display: block;
    background-image: url(/static/images/admin/bk.png);
    background-repeat: no-repeat;
    background-position: -90px -40px;
    width: 38px;
    height: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    position: relative;
}

.drop-tip-content {
    position: absolute;
    width: 240px;
    border: 1px solid #eceaea;
    top: 35px;
    right: -48px;
    display: none;
    background-color: #fff;
    z-index: 2;
}

.drop-tip-content li {
    text-align: left;
    border-bottom: 1px solid #eceaea;
    cursor: pointer;
    padding-left: 14px;
    background-color: #fff;
}

.drop-tip-content li:last-child {
    border-bottom: 0 none;
}

.drop-tip-content li a {
    color: #312f2f;
    font-size:14px;
    line-height:46px;
    display: block;
    font-size: 16px;
}

.drop-tip-content li:hover a {
    color: #fd772e;
}

/*头部下拉样式*/
.drop {
    width: 140px;
    position: absolute;
    background: #231f20;
    padding: 0 15px 0 15px;
    top: 49px;
    right: 0px;
    display: none;
    z-index: 99;
}

.drop li {
    border-bottom: 1px solid #373737;
    text-align: left;
}

.drop li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    padding-left: 15px;
    display: block;
}

/*弹出登录框样式*/
.modal-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
}

.login-wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 40%;
    z-index: 1050;
    display: none;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.login-box .login-h1-line {
    position: relative;
    top: -40px;
    border-top: 1px solid #ececec;
}

.login-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 30px;
    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-box .icon-close {
    float: right;
    position: relative;
    top: -10px;
    right: -15px;
    cursor: pointer;
    display: inline-block;
    color: #cecdcd;
    font-size: 24px;
    text-decoration: none;
}

.login-form h1 {
    color: #403f3f;
    text-align: center;
    background-color: #fff;
    font-size:22px;
    line-height:20px;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    width: 160px;
    margin: auto;
}

.login-import {
    padding-top: 3px;
    padding-bottom: 25px;
}

.login-import .import-title {
    color: #d5d5d5;
    padding-bottom: 10px;
}

.login-import .import-input {
    height: 42px;
}

.login-import .tip {
    position: relative;
    top: -31px;
    left: 10px;
    z-index: 4;
    color: #989697;
}

.login-import input {
    background: transparent;
    border: 1px solid #e4e3e1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    display: block;
    width: 313px;
    padding-left: 10px;
    color: #403f3f;
}

.login-import .password-btn {
    background: transparent;
    border: 1px solid #e4e3e1;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    display: inline-block;
    width: 113px;
    padding-left: 5px;
    margin-left: -5px;
    cursor: pointer;
    color: #ff8b0e;
}

.login-import .password-btn:hover {
    background: #fd772e;
    border: 1px solid #fd772e;
    color: #fff;
}

.login-import .password-btn.btn-disable {
    background-color: #e4e3e1;
    color: #999998;
}

.login-import input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.login-import input::-moz-placeholder {
    color: #b7b7b7;
}

.login-import input:focus {
    outline: none;
    border-color: #ff8b0e;
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    box-shadow: 0 0 8px #ff8b0e;
    -moz-box-shadow: 0 0 8px #ff8b0e;
    -webkit-box-shadow: 0 0 8px #ff8b0e;
}

.login-btn {
    margin-top: 5px;
}

.login-btn .button {
    width: 323px;
    text-align: center;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ff8b0e;
    color: #ff8b0e;
    font-size: 16px;
}

.login-btn .button:hover {
    border: 1px solid #fd772e;
    color: #fff;
    background-color: #fd772e;
}

#auto-login {
    float: left;
    margin-top: 20px;
    color: #b0adad;
    font-size: 12px;
    margin-right: 6px;
}

.login-btn span, .forget {
    display: inline-block;
    margin-top: 17px;
    color: #b0adad;
    font-size: 12px;
}

.forget:hover {
    color: #fd772e;
}

.go-create {
    text-align: right;
    color: #b0adad;
    position: relative;
    padding-top: 20px;
}

.go-create a {
    color: #ff8b0e;
    margin-left: 5px;
    cursor: pointer;
}

.go-create a:hover {
    color: #fd772e;
}

.other-login h1 {
    padding-top: 30px;
}

.other-login-icon {
    position: relative;
    text-align: center;
}

.other-login-icon a {
    display: inline-block;
    margin: 0 25px;
}

.result-item .tip-empty {
    position: relative;
    top: -40px;
    left: 70px;
    color: #6e6e6e;
    font-size: 14px;
}

/*面包屑 start*/
.bk-content-nav .breadcrumb {
    padding: 0px;
    padding-top: 10px;
    margin-bottom: 16px;
    list-style: none;
    border-radius: 4px;
    background: none;
}

.bk-content-nav .breadcrumb > li {
    display: inline-block;
}

.bk-content-nav .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.bk-content-nav .breadcrumb > li > a.active {
    color: #808080;
}

.bk-content-nav .breadcrumb > li > a {
    font-size: 16px;
    color: #1083b9;
}

.bk-content-nav .breadcrumb > li > a:hover,
.bk-content-nav .breadcrumb > li > a:focus {
    text-decoration: none;
}

/*IE7以下低版本浏览器提示*/
.low-version-prompt{
    width: 100%;
    min-height: 80px;
    background: #444b53;
    display: none;
}
.low-version-prompt .prompt-box{
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
}
.low-version-prompt .prompt-box img{
    width: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;

}
.low-version-prompt .prompt-box p{
    padding-left: 34px;
    line-height: 1.6;
    margin-left: 5px;
    margin-top: 20px;
    margin-right: 60px;
    width: 888px;
    padding-bottom: 18px;
}
.low-version-prompt .prompt-box p a{
    color: #f7762f;
    text-decoration: underline;
}
.low-version-prompt .prompt-box a.iknow{
    width: 102px;
    height: 30px;
    line-height: 30px;
    text-decoration: center;
    border:1px solid #fff;
    margin-top: 30px;
    color: #fff;
    text-align: center;
}
.low-version-prompt .prompt-box img,.low-version-prompt .prompt-box p,.low-version-prompt .prompt-box a.iknow{
    display: inline-block;
    *zoom:1;
    vertical-align: middle;
    float: left;
}