@charset "UTF-8";

.wrap {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.wrapper{
    margin:auto;
    width:1100px;
    position: relative;
}

/*头部、导航样式*/
.header-top {
    background: #3d444e;
    height: 38px;
    width: 100%;
    min-width: 1100px;
}

.header-top .header-top-phone, .header-top .header-top-register, .header-top .header-top-phone .login, .header-top .header-top-register .login {
    font-size:14px;
    line-height:38px;
    color: #fff;
    margin: 0;
}

.header-top .header-top-register, .header-top .header-top-phone .login, .header-top .header-top-register .login {
    font-size:14px;
    line-height:38px;
    color: #fff;
    padding-right: 5px;
}

.header-top .user-info {
    padding: 0 22px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
    line-height: 38px;
    height: 38px;
    cursor: pointer;
}

.header-top .user-name {
    color: #fff;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: center;
    float: right;
    min-width: 40px;
    max-width: 68px;
    display: inline-block;
    box-sizing: content-box;
}

.header-top .user-info:hover {
    background: #495157;
}

.header-top .user-info .user-img {
    display: inline-block;
    float: right;
    position: relative;
}

.header-top .user-info .user-img img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 50%;
    position: relative;
    right: 14px;
    margin-left: 10px;
}

.header-top .user-info .arrow {
    background-image: url("../../../images/desktop/cn_starr/down-icon.png");
    position: relative;
    float: right;
    width: 27px;
    height: 10px;
    background-position: 10px 0;
    background-repeat: no-repeat;
    position: relative;
    top: 17px;
    right: -13px;
}

.drop li:hover a {
    color: #fff;
}

.header-top .header-top-phone:before {
    content: url(../../../images/desktop/xinhe/phone-icon.png);
    position: relative;
    margin-right: 8px;
    top: 3px;
}

.header-top .register {
    color: #d7c481;
}

.header-nav {
    min-width: 1100px;
    height: 90px;
    background: #fff;
}

.header-nav .nav-list {
    padding-right: -24px;
}

.header-nav .nav-list li {
    float: left;
    position: relative;
    box-sizing: border-box;
}

.header-nav .nav-list li:last-child{
    padding: 0 20px;
}

.header-nav .nav-list li:last-child a {
    float: left;
    padding: 0;
}

.header-nav .nav-list li a {
    font-size:17px;
    line-height:87px;
    color: #333;
    display: inline-block;
    padding: 0 30px;
}

.header-nav .nav-list li a {
    text-decoration: none;
}
.header-nav .nav-list li.active{
    border-bottom: 3px solid #1083b9;
}
.header-nav .nav-list li.active .nav-active{
    color: #1083b9;
}

/*头部下拉样式*/
.drop {
    width: 118px;
    position: absolute;
    background: #3d444e;
    padding: 0 15px 0 15px;
    top: 38px;
    right: 0;
    display: none;
    z-index: 99;
}
.nav-list .drop-icon-box{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -52px;
    left: 0;
    cursor: pointer;
}
.nav-list .drop-icon {
    display: inline-block;
    width: 9px;
    height: 5px;
    position: absolute;
    left: 8px;
    top: 5px;
    background: url("/static/images/desktop/cn_starr/menu-drop-icon.png") no-repeat 0 0;
}
.drop li {
    border-bottom: 1px solid #373737;
    text-align: left;
}

.drop li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    display: block;
    padding-left: 15px;
}
.costumer-service-box{
    width: 30px;
    height: 87px;
    position: relative;
    left: 68px;
    top: 0;
}
.nav-list .drop{
    width: 160px;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 1px 2px #eaeaea;
    border-radius: 2px;
    right: -22px;
    top: 70px;
}
.nav-list .drop li{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
.nav-list .drop li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 48px;

}

.nav-list .drop li:hover{
    background: #ebeef0;
}
.nav-list .drop li:hover a{
    color: #00305b;
}
/*弹出登录框样式*/
.zx-modal-backdrop {
    position: fixed;
    _position: absolute;
    width: 100%;
    height: 100%;
    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;
}

.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-input {
    width: 194px;
    line-height: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.login-import .password-input:focus {
    z-index: 999;
}

.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: #5e5e5e;
    font-size: 12px;
}

.forget:hover {
    color: #fd772e;
}

.go-create {
    text-align: right;
    color: #5e5e5e;
    font-size: 14px;
    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;
}

/*面包屑*/
.bk-content-nav .breadcrumb {
    padding: 0px;
    padding-top: 10px;
    margin-bottom: 20px;
    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: 14px;
    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%;
    height: 80px;
    background: #444b53;
    display: none;
}
.low-version-prompt .prompt-box{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 14px;
}
.low-version-prompt .prompt-box p{
    line-height: 1.6;
    margin-left: 5px;
    margin-right: 60px;
}
.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;
    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;
    *display:inline;
    *zoom:1;
    margin-top: 22px;
    vertical-align: middle;
}