@charset "UTF-8";

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.headerBar {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.headerBar a {
    padding: 0;
    color: #888;
}

.logoutWrap a {
    margin-left: 20px;
}

.logoutWrap a:hover {
    color: #cea870;
    text-decoration: none;
}

#jf-hb-index i {
    margin-top: 9px;
    /*margin-top: 8px;*/
    /*margin-right: 5px;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*background: url("images/spritesIcon_1.png") no-repeat -2px -2px;*/
}

/*#jf-hb-index:hover i {*/
/*    background-position: -2px -2px;*/
/*}*/

#jf-hb-index {
    font-size: 12px;
    color: #888;
}

#jf-hb-index:hover {
    color: #1abc9c;
    /*color: #cea870;*/
    text-decoration: none;
}

.headerBar .userWrap {
    float: left;
    position: relative;
    margin-left: 5px;
}

.headerBar .userWrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.headerBar .userTop {
    position: relative;
    padding: 0 5px;
    letter-spacing: 1px;
    color: #888;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.headerBar .userWrap:hover .userTop {
    background-color: #fff;
    border-left: 1px solid #E1E2E5;
    border-right: 1px solid #E1E2E5;
}

.headerBar .downArrowIcon {
    float: left;
    margin: 10px 0 0 0;
    width: 12px;
    height: 12px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    background-image: url('css/shop/images/arrowDown.png');
    background-position: center;
    background-repeat: no-repeat;
}

.iconWrap:hover .downArrowIcon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background-image: url('css/shop/images/arrowUp.png');
}

.userWrap .userBottom {
    display: none;
    position: absolute;
    top: 30px;
    left: 1px;
    width: 280px;
    border: 1px solid #e1e2e5;
    border-top: 0;
    z-index: 100;
    background: #fff;
}

.userWrap .userBottomUl {
    max-height: 375px;
    overflow: hidden;
}

.headerBar .userWrap:hover .userBottom {
    display: block;
}

.userBottomUl li {
    border-top: 1px solid #e1e2e5;
}

.userBottomUl li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    width: 100%;
}

.userBottomUl li:first-child {
    border-top-color: transparent;
}

.userBottomUl img {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.userBottomUl .item2 {
    margin-left: 14px;
    width: 155px;
}

.userBottomUl .item2_1 {
    margin-top: 2px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.userBottomUl .item2_2 {
    margin-top: 9px;
}

.userBottomUl .item2_2 span {
    float: left;
    margin-right: 10px;
    padding: 0 8px;
    height: 18px;
    letter-spacing: 1px;
    color: #939ba9;
    line-height: 15px;
    border: solid 1px #939ba9;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
}

.userBottomUl .item2_1_2.unnamed,
.userBottomUl .item2_1_2.unnamed a {
    color: #fe5a48;
    border-color: #fe5a48;
}

.userBottomUl .item3 {
    float: right;
    margin-top: 4px;
    width: 14px;
    height: 14px;
    background: url("images/spritesIcon_1.png") no-repeat -56px -2px;
}

.userBottomUl .item4 {
    display: none;
    position: absolute;
    right: 12px;
    bottom: 15px;
    padding: 0 6px;
    height: 18px;
    line-height: 15px;
    color: #e1af76;
    background-color: #fff;
    border: 1px solid #E1AF76;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.userBottomUl .item4:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 8px;
    width: 13px;
    height: 6px;
    background: url("images/tipArrow.png") no-repeat center;
    z-index: 10;
}

.userBottomUl li.active .item3 {
    background-position: -20px -2px;
}

.userBottomUl li:hover {
    background-color: #FCF7F1;
}

.userBottomUl li:not(.active):hover .item3 {
    background-position: -38px -2px;;
}

.userBottomUl li:not(.active):hover .item4 {
    display: block;
}

.userWrap .userBottomBtn {
    padding-right: 8px;
    line-height: 40px;
    background-color: #fafafa;
}

.userBottomBtn a {
    padding: 0 15px;
    font-size: 12px;
    color: #565964;
    text-decoration: none;
}

.userBottomBtn a:hover {
    color: #cea870;
}

.userBottomBtn span {
    margin-top: 15px;
    width: 1px;
    height: 12px;
    background-color: #565964;
}

/* 上下班 */
.jf-hd-work-status,
.jf-hd-work-statusBen .notWorkIco,
.jf-hd-work-statusAfterTime .notWorkIco {
    margin: 3px 4px;
}

.iconWrap {
    position: relative;
    float: left;
}

.iconWrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.iconWrap .downSelTop {
    position: relative;
    padding: 0 5px;
    letter-spacing: 1px;
    color: #7e828a;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.iconWrap:hover .downSelTop {
    background-color: #fff;
    border-left: 1px solid #E1E2E5;
    border-right: 1px solid #E1E2E5;
}

.iconWrap a:hover {
    color: #cea870;
    text-decoration: none;
}

.iconWrap .downSelBottom {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    min-width: 100%;
    border: 1px solid #E1E2E5;
    border-top: 0;
    z-index: 100;
    background-color: #fff;
}

.iconWrap:hover .downSelBottom {
    display: block;
}

.downBottomUl li {
    padding: 0 5px;
}

.headerBar .pfServices {
    padding: 4px 0;
    margin-left: 6px;
    margin-right: 7px;
    width: 90px;
    height: 42px;
    background-color: #fff7ed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.pfServices p {
    font-size: 12px;
    line-height: 18px;
    color: #e1af76;
}

.headerBar .onlineCon {
    float: none;
    margin: 6px auto 9px;
    display: block;
    width: 90px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: #fe5a48;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.headerBar .onlineCon:hover {
    color: #fff;
}

.headerBar .lightgray {
    color: #C2C4C9;
}

.headerBar .topAnode {
    color: #888;
}

.headerBar .topAnode:hover {
    color: #cea870;
    text-decoration: none;
}

/* 网站导航 */
.siteNavigation .siteNavText {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #666666;
    font-weight: bold;
}

.siteNavigation .siteNavSubText {
    padding-left: 7px;
    min-width: 153px;
    line-height: 13px;
    letter-spacing: 1px;
    color: #cea870;
    border-left: 2px solid #cea870;
}

.siteNavigation .downSelBottom {
    left: auto;
    right: 0;
    width: 1190px;
    padding: 22px 22px 23px 29px;
}

.siteNavigation li {
    padding: 0;
}

.siteNavigation li a {
    color: #666;
}

.siteNavigation .downBottomUl li {
    margin-bottom: 17px;
    line-height: 13px;
    width: 100px;
}

.siteNavSubText + div.floatleft {
    width: 600px;
}

.siteNavTop .item2,
.siteNavTop .item3 {
    padding: 0 10px 0 19px;
    border-left: solid 1px #eeeeee;
}

.siteNavTop .item4 {
    padding-left: 19px;
    border-left: solid 1px #eeeeee;
}

.siteNavigation .siteNavBot {
    margin-top: 2px;
    border-top: 1px solid #eeeeee;
}

.siteNavBot .siteNavBotText {
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: bold;
}

.siteNavBot a {
    margin-right: 13px;
    float: left;
    width: 145px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #f6e2ca;
}

.siteNavBot a:hover {
    color: #f6e2ca;
    text-decoration: none;
}

.siteNavBot1 .item1 {
    background: url("images/guzhufuwu001.png") no-repeat center;
}

.siteNavBot1 .item2 {
    background: url("images/guzhufuwu002.png") no-repeat center;
}

.siteNavBot1 .item3 {
    background: url("images/guzhufuwu003.png") no-repeat center;
}

.siteNavBot2 .item1 {
    background: url("images/fuwushangfuwu001.png") no-repeat center;
}

.siteNavBot2 .item2 {
    background: url("images/fuwushangfuwu002.png") no-repeat center;
}

.siteNavBot2 .item3 {
    background: url("images/fuwushangfuwu003.png") no-repeat center;
}

.siteNavBot2 .item4 {
    margin-right: 0;
    background: url("images/fuwushangfuwu004.png") no-repeat center;
}

.hotflagshow a,.newflagshow a {
    position: relative;
}

.hotflagshow a:after {
    content: '';
    position: absolute;
    right: -12px;
    top: -6px;
    width: 9px;
    height: 11px;
    background: url("images/hotIcon.png") no-repeat center;
}
.newflagshow a:after {
    content: '';
    position: absolute;
    right: -18px;
    top: -6px;
    width: 18px;
    height: 11px;
    background: url(images/newIcon_3x.png) no-repeat center;
    background-size: contain;

}

.cursorDefault {
    cursor: default !important;
}

#jf-hd-mes span {
    background: #fff;
    color: #fe5a48;
    float: left;
    padding: 0;
}

.headerBar .pointMark {
    position: relative;
    float: none;
}

.headerBar .pointMark:after {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    width: 4px;
    height: 4px;
    background-color: #fe5a48;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*
.headerBar .jfhAppWrap {
    margin-left: 10px;
}
*/

.jfhAppWrap .jf-dropdown-code {
    position: static;
    display: block;
    height: auto;
}

.msgCenter li {
    padding-right: 0;
}

#top-msg-num.active {
    animation: none;
}

.businessTalk .item2 {
    float: left;
    color: #fe5a48;
    margin-left: 4px;
}

.msgCenter .downSelTop .item2 {
    display: none;
    background-color: #fe5a48;
    padding: 0 4px;
    color: #fff;
    margin-left: 4px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 12px;
    animation: shine 1s ease-in-out 1s infinite;
    cursor: default;
}

.bunameTag {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.headerBar .cursorDefault {
    color: #888 !important;
}

.jf-dropdown-code {
    border: 0;
}

.jf-hd-work-statusBen .offWorkTips,
.jf-hd-work-statusAfterTime .offWorkTips {
    top: 30px;
}