/*顶部悬浮导航*/
.top-navFixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .08);
    z-index: 8;
}

.top-navFixed-cont {
    width: 1230px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.top-navFixed-logo {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 200px;
}

.top-navFixed-logo .logo-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.top-navFixed-logo a, .top-navFixed-logo img {
    display: block;
    height: 100%;
}

.top-navFixed-logo .logoYear-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.top-navFixed .main-tabUl {
    margin-left: 200px;
}

.top-navFixed .main-tabUl > li {
    height: 84px;
}

.top-navFixed .main-tabUl > li > a, .top-navFixed .main-tabGj-p {
    color: #333;
    padding: 0 26px;
    line-height: 84px;
}

.top-navFixed .main-tabUl > li > a:before, .top-navFixed .main-tabGj-p:before {
    background-position: 0 -30px;
}

.top-navFixed .main-tabGj {
    cursor: pointer;
}

.top-navFixed .ewmJh-popupBox {
    top: 84px;
}

.top-navFixed .ewmJh-popupC-down {
    margin-top: 7px;
}

.top-navFixed .ewmJh-popupC-hd {
    margin-top: -3px;
    font-size: 15px;
}

.top-navFixed .main-tabGj-p .jt-ico {
    background-position: -30px -18px;
}

.top-navFixed-rt {
    position: absolute;
    top: 19px;
    right: 0;
}

.tsp_cart {
    background: linear-gradient(90deg, #f65637, #f22121);
    width: 90px;
    height: 34px;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 25px;
    background-color: #f22121;
    transition: 0.3s all;
}

.tsp_cart a {
    color: #fff;
    font-size: 16px;
    background: url(/home/img/log.png) no-repeat 10px center;
    background-size: 25%;
    width: 70px;
    height: 34px;
    display: block;
    padding-left: 22px;
}

.tsp_cart:hover {
    transform: translateX(2px);
}

.tsp_qytb {
    background: linear-gradient(90deg, #577ecc, #2f5aac);
    width: 90px;
    height: 34px;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 108px;
    top: 25px;
    background-color: #577ecc;
    transition: 0.3s all;
}

.tsp_qytb a {
    color: #fff;
    font-size: 16px;
    background: url(/home/img/reg.png) no-repeat 12px center;
    background-size: 22%;
    width: 86px;
    display: block;
    padding-left: 15px;
}

.tsp_qytb:hover {
    transform: translateX(2px);
}

.tsp_user{
    width: 60px;
    height: 34px;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 25px;
    background-color: #f22121;
    transition: 0.3s all;
    color: #ffffff;
    font-size: 16px;
}
.tsp_quit {
    background: linear-gradient(90deg, #577ecc, #2f5aac);
    width: 120px;
    height: 34px;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 74px;
    top: 25px;
    background-color: #577ecc;
    transition: 0.3s all;
    color: #ffffff;
}

.tsp_quit a{color: #F5F5F5;}


/*顶部悬浮导航*/
.top-navFixed-cont {
    width: 1200px;
}

.top-navFixed .main-tabUl {
    margin-left: 200px;
    width: 580px;
}

.top-navFixed .main-tabUl > li > a, .top-navFixed .main-tabGj-p {
    padding: 0 25px;
    font-size: 18px;
    position: relative;
}

.top-navFixed .main-tabUl > li > a:hover {
    font-weight: 900;
}

.main-tabUl > li {
    float: left;
    height: 48px;
}

.main-tabUl > li > a:before, .main-tabGj-p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 8px;
    height: 20px;
    margin-top: -10px;
    background: url(https://img.233.com/project/zixun/home/img/ico-homebg.png) no-repeat 0 0;
}

.ewmJh-popupBox {
    position: absolute;
    top: 48px;
    right: 42%;
    margin-right: -260px;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 7px 30px rgba(0, 0, 0, .25);
    *border: 1px solid #eee;
    z-index: 100;
    display: none;
}

.main-tabGj:hover .ewmJh-popupBox {
    display: block;
}

.ewmJh-popupUl {
    position: relative;
}

.ewmJh-popupUl:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 280px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.ewmJh-popupUl > li {
    float: left;
    width: 50%;
    height: 100px;
    padding: 0;
    margin: 30px 0;
    border-left: 1px solid #f3f3f3;
    position: relative;
}

.ewmJh-popupUl > li:first-child {
    border-left: 0;
}

.ewmJh-popupUl > li.ewmJh-khd {
    width: 320px;
}

.ewmJh-popupUl > li.ewmJh-xcx {
    width: 192px;
    display: none;
}

.ewmJh-popupUl > li.ewmJh-gzh {
    width: 312px;
}

.ewmJh-popupUl > li.ewmJh-m233 {
    width: 276px;
    border-right: 1px solid #f3f3f3;
}

.ewmJh-popupUl > li.ewmJh-app {
    width: 110px;
    height: 100px;
    background: #FFD9D8;
    background: linear-gradient(-55deg, #FFD9D8, #FFEAE2);
    border-radius: 6px;
    margin-left: 26px;
    margin-top: 30px;
    text-align: center;
    padding: 0;
    display: none;
}

.ewmJh-popupUl > li.ewmJh-app p {
    font-size: 14px;
    font-weight: 400;
    color: #FF8686;
    line-height: 22px;
    padding-top: 10px;
}

.ewmJh-popupUl > li.ewmJh-app a {
    width: 84px;
    height: 28px;
    background: #E41D06;
    border-radius: 14px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin: 10px auto;
}

.ewmJh-popupgzh {
    background: url(divding_line_icon.png) no-repeat center top;
    padding-top: 30px;
}

.ewmJh-popupgzh .ewmJh-popupgzh-row {
    padding-bottom: 20px;
}

.ewmJh-popupgzh .ewmJh-popupgzh-left {
    float: left;
    width: 98px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right {
    padding-left: 135px;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right li {
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 34px;
    margin-right: 30px;
    position: relative;
    cursor: default;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right li:hover {
    color: #E13B29;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right .ewmJh-popupgzh-ewm {
    width: 219px;
    background: #FFFFFF;
    box-shadow: 0px 0px 54px 0px rgba(217, 217, 217, 0.93);
    position: absolute;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    text-align: center;
    padding-bottom: 5px;
    display: none;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right .ewmJh-popupgzh-ewm.tz14 {
    font-size: 14px;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right li:hover .ewmJh-popupgzh-ewm {
    display: block;
}

.ewmJh-popupgzh .ewmJh-popupgzh-right .ewmJh-popupgzh-ewm:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 70%;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.ewmJh-popupgzh .ewmJh-popupgzh-ewm .ewmJh-popupgzh-img {
    width: 160px;
    height: 160px;
    padding: 12px;
    background: url(red_frame_line.png) no-repeat center;
    margin: 20px auto 0;
}

.ewmJh-popupgzh .ewmJh-popupgzh-img img {
    width: 100%;
    height: 100%;
}

.ewmJh-popupgzh .ewmJh-popupgzh-ewm .ewmJh-popupgzh-text {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 15px;
    text-align: center;
    text-overflow: ellipsis;
}

.ewmJh-popupImg {
    position: absolute;
    top: 0;
    left: 23px;
    width: 100px;
    height: 100px;
}

.ewmJh-popupImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewmJh-popupC {
    margin-left: 141px;
}

.ewmJh-popupC-hd {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.ewmJh-popupC-hd2 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.ewmJh-popupC-down {
    margin-top: 2px;
}

.ewmJh-popupC-down > a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 75px;
    text-align: center;
}

.ewmJh-popupC-down .app-ico {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background: url(https://img.233.com/project/zixun/home/img/ico-homebg.png) no-repeat;
    transition: 0.2s all;
}

.app-ico.iphone {
    background-position: -480px 0;
}

.app-ico.andr {
    background-position: -540px 0;
}

.app-ico.ipad {
    background-position: -600px 0;
}

.ewmJh-popupC-down .txt {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 34px;
    margin-top: 4px;
}

.ewmJh-popupC-down > a:hover .txt {
    color: #e13b29;
}

.ewmJh-popupC-down > a:hover .app-ico.iphone {
    background-position: -480px -60px;
}

.ewmJh-popupC-down > a:hover .app-ico.andr {
    background-position: -540px -60px;
}

.ewmJh-popupC-down > a:hover .app-ico.ipad {
    background-position: -600px -60px;
}

.ewmJh-popupC-bd {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #959595;
    line-height: 19px;
}

.main-tabGj-p .jt-ico {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(https://img.233.com/project/zixun/home/img/ico-homebg.png) no-repeat -30px 2px;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -0.06rem;
    transition: .3s;
}

.sehbom {
    height: 34px;
    border: 1px solid #666666;
    z-index: 6;
    position: absolute;
    right: 220px;
    width: 215px;
    top: 25px;
    display: flex;
}

.sehbom .search_mainInput {
    width: 98%;
    height: 28px;
    line-height: 28px;
    margin-top: 3px;
    text-indent: 13px;
    font-size: 14px;
    border: 0;
    border-left: 1px solid #dbdbdb;
    outline: none;
    text-overflow: ellipsis;
}

.sehbom .search_submit {
    width: 44px;
    height: 35px;
    border: 0;
    cursor: pointer;
    background: url(../../images/search.png) no-repeat center center;
}
