@charset "UTF-8";
body{
    border-top: 1px solid transparent;
}
div,p,li,ul{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.header{
    width: 100%;
}
.wrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

/*头部、导航样式*/
.header-top {
    background: #3d444e;
    width: 100%;
}

.header-top .header-top-phone, .header-top .header-top-register {
    font-size:14px;
    line-height:38px;
    color: #fff;
}

.header-top .header-top-phone .login, .header-top .header-top-register .login {
    font-size:14px;
    line-height:38px;
    color: #fff;
}

.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;
    box-sizing: content-box;
}

.header-top .user-info:hover {
    background: #495157;
}

.header-top .user-info .user-img {
    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/jane/phone-icon.png);
    position: relative;
    margin-right: 8px;
    top: 3px;
}

.header-top .register {
    color: #d7c481;
}

.header-nav {
    height: 54px;
    width: 100%;
    position: absolute;
    top: 0px;
}

.header-nav .nav-list>li {
    float: left;
}

.header-nav .nav-list li>a {
    width:100%;
    font-size:16px;
    color: #002F5E;
    display: inline-block;
    text-align: left;
    padding: 0 20px;
    font-weight: bold;
    box-sizing:border-box;
}

.header-nav .nav-list li>a:hover{
    text-decoration: none;
}
.header-nav .whiteStyle li>a {
    color: #ffffff;
}

.nav-list .fr-box{
    font-size: 0;
    margin-top: 25px;
    padding-right: 20px;
}
.nav-list .fr-box span{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #00305b;
    font-weight: 600;
}
.nav-list .fr-box span.icon-phone{
    width: 22px;
    height: 20px;
    background-image: url("/static/images/desktop/cn_starr/icon-phone.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 8px;
}

/*头部下拉样式*/
.drop {
    width: 118px;
    position: absolute;
    background: #3d444e;
    padding: 0 15px 0 15px;
    top: 38px;
    right: 0;
    display: none;
    z-index: 99;
}

.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;
}

/*弹出登录框样式*/
.zx-modal-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    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: #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;
}


/*面包屑*/
.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;
}
.dropDown{
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color:#002F5E;
    margin-left: 5px;
}
.dropDownColor{
    border-top-color:#ffffff;
}
.support{
    position: relative;
}
 #supportList,.support .supportList{
    background: #ffffff;
    position: absolute;
    right: 21px;
    z-index: 999;
    padding: 5px 0;
    border-radius: 3px;
    display: none;
     box-shadow: 1px 1px 2px #b3b3b3;
}
#supportList li,.support .supportList li{
    /*padding: 5px 0;*/
    width: 270px;
}
#supportList li a,.support .supportList li a{
    color: #002F5E;
}
#supportList li a:hover,.support #supportList li:hover>a,.support #claimsList li:hover>a,.support #languageList li:hover>a{
    color: #00B1C8;
    text-decoration: none;
}

.support #productList li:hover>a{
    /*background:#e9eef4;*/
    color: #00B1C8;
    text-decoration:none;
 }

.support .supportList li{
    cursor: pointer;
    position:relative;
}
.support .supportList li>a{
    position:relative;
    padding: 8px 10px;
}
.support #productList li>a:after {
    content:'';
    position:absolute;
    display:inline-block;
    width:6px;
    height:10px;
    right:10px;
    top:13px;
    background: url("/static/images/desktop/sg_starr/icon_left.png") no-repeat center center;
}

.productBox{
    position:absolute;
    width:250px;
    padding:5px 0;
    left:270px;
    top:-5px;
    background: #ffffff;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #b3b3b3;
    display:none;
}
.productBox .product-item{
    padding:8px 10px;
}
.productBox .product-item a{
    display:inline-block;
    font-size:16px;
    text-decoration: none;
    font-weight:bold;
}
.productBox .product-item:hover a{
    /*background:#e9eef4;*/
    color: #00B1C8;
}
.menu_claim{
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url("/static/images/desktop/sg_starr/menu-claim.png");
    background-repeat: no-repeat;
    margin-right: 8px;
}
.menu_questions{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/static/images/desktop/sg_starr/menu-questions.png");
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: sub;
}
.menu_contact{
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url("/static/images/desktop/sg_starr/menu-contact.png");
    background-repeat: no-repeat;
    margin-right: 8px;
}