.n-header-wrap,
.n-header-wrap input {
    font-family: "microsoft yahei"
}

.n-header-wrap {
    background-color: #fff;
}

.n-header-wrap .n-main,
.n-footer-wrap .n-main {
    width: 1200px;
    margin: 0 auto;
}

.n-header-wrap a {
    text-decoration: none;
}

.n-ftl {
    float: left;
}

.n-ftr {
    float: right;
}

.n-crgreen {
    color: #00be8f;
}


/*=================================================
页头
=================================================*/

.n-top-box .n-main {
    position: relative;
    height: 90px;
    clear: both;
    /*overflow: hidden;*/
}


/*标志*/

.n-top-box .n-logo {
    display: block;
    float: left;
    width: 230px;
    height: 90px;
}


/*搜索*/

.n-search-box {
    float: left;
    margin: 25px 0 0 40px;
}

.n-search-box .n-search-txt {
    width: 530px;
    height: 36px;
    border: 2px solid #00be8f;
    border-radius: 2px;
    position: relative;
    /*overflow: hidden;*/
}

.n-search-box .n-search-city {
    width: 119px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fcfcfc;
    border: none !important;
    border-right: 1px solid #e5e5e5 !important;
    font-size: 12px;
    color: #666;
}

.n-search-box .n-search-city .n-city {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 15px;
    line-height: 1;
    margin-top: -3px;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.n-search-box .n-search-city a {
    color: #666;
}

.n-search-box .n-search-hot {
    margin-top: 5px;
}

.n-search-box .n-search-hot a {
    border-right: 1px solid #e8e8e8;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
    font-size: 12px;
    color: #666;
    display: none;
}

.n-search-box .n-search-hot a.n-ie-last {
    border: none;
}

.n-search-box .n-search-hot a:hover {
    color: #00be8f;
}


/*搜索 内容*/

.n-search-box .n-search-inpt {
    display: block;
    width: 350px;
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
    border: none;
}


/*搜索 内容弹层*/

.n-search-txt .n-tag-search {
    position: absolute;
    top: 36px;
    left: 120px;
    z-index: 10;
    width: 328px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.n-search-txt .n-tag-search h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 15px;
}

.n-search-txt .n-tag-search a {
    display: inline-block;
    margin: 0 10px 10px 0;
}


/*搜索 按钮*/

.n-search-box .n-search-btn {
    display: block;
    width: 60px;
    height: 36px;
    line-height: 36px !important;
    text-align: center;
    background-color: #00be8f;
    position: relative;
}

.n-search-box .n-search-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
}


/*其他*/

.n-other-box {
    position: absolute;
    top: 35px;
    right: 0;
    line-height: 28px;
}

.n-other-box a {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    position: relative;
    color: #666;
    font-size: 13px;
    cursor: default;
}

.n-other-box a:hover {
    color: #00be8f;
}

.n-other-box .a-cursor {
    cursor: pointer;
}

.n-other-box i {
    margin-right: 5px;
}

.n-other-box a:hover .n-icon-chat {
    background-position: -54px -18px
}

.n-other-box a:hover .n-icon-phone {
    background-position: -72px -18px
}

.n-other-box a:hover .n-icon-app {
    background-position: -90px -18px
}

.n-other-box a:hover .n-icon-wechat {
    background-position: -108px -18px
}

.n-other-box em {
    font-style: italic;
}

.n-other-box a.n-ie-last {
    padding: 0;
}

.n-other-box a.n-ie-last i {
    margin-right: 0;
}

.n-other-box .n-lk-l {
    border-left: 1px solid #e8e8e8;
}

.n-other-box a.a-cursor {
    cursor: pointer;
}


/*菜单，用户*/

.n-menu-box {
    background: url(../../../images/header/menu.jpg) repeat-x left top;
}

.n-menu-box .n-main {
    position: relative;
}


/*菜单*/

.n-menu-box ul {
    height: 45px;
    /* overflow: hidden; */
}

.n-menu-box ul li,
.n-menu-box ul a {
    display: block;
    float: left
}

.n-menu-box ul li {
    position: relative;
}

.n-menu-box ul a {
    margin: 0 17px;
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #00be8f;
    color: #fff;
    font-size: 15px;
}

.n-menu-box ul a:hover {
    color: #fff;
    font-weight: bold;
}

.n-menu-box li.n-active a {
    font-weight: bold;
    border-bottom-color: #fff;
}

.n-menu-box li.n-active a:hover {
    padding: 0;
    margin: 0 17px;
    background: transparent;
    border-bottom-color: #fff
}

.n-menu-box li.n-ie-first a {
    width: 230px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #00a782;
    border-bottom-color: #00a782;
    font-size: 18px;
    font-weight: bold;
}

.n-menu-box li.n-ie-first a:hover {
    padding: 0;
    margin: 0;
    background-color: #00a782;
    border-bottom-color: #00a782;
}


/*角标*/

.n-menu-box .menu-tag {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    text-align: center;
}

.n-menu-box .menu-tag em {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background-color: #ff4444;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.n-menu-box .menu-tag em:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
    height: 6px;
    background: url(../../../images/header/menu-tag.png) no-repeat center bottom;
}


/*用户*/

.n-menu-box .n-user-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 45px;
    line-height: 22px;
    background-color: #00a782;
}

.n-menu-box .n-user-box p.n-login {
    background-color: #00a782;
}

.n-menu-box .n-user-box a {
    padding: 0 10px;
    color: #fff;
}

.n-menu-box .n-user-box a.n-my-chunqiu {
    padding-left: 10px;
}

.n-menu-box .n-login,
.n-menu-box .n-my-chunqiu {
    display: block;
    height: 22px;
    overflow: hidden;
    font-size: 14px;
}

.n-menu-box .n-login a {
    display: block;
    float: left;
    max-width: 60px;
    width: 60px\9;
    height: 19px;
    line-height: 19px;
    padding: 0 0 0 10px;
    margin-top: 2px;
    text-align: left;
    overflow: hidden;
}

.n-menu-box .n-login a:hover {
    text-decoration: underline;
}

.n-menu-box .n-login a.n-lk-l {
    width: 30px;
    border: none;
    text-align: right;
}

.n-menu-box .n-user-box .n-lk-l {
    border-left: 1px solid #6bc2ad;
}


/*滚屏1*/

.n-goHead {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 7px 0;
    background-color: #00be8f;
}

.n-goHead .n-search-hot,
.n-goHead .n-menu-box,
.n-goHead .n-other-box {
    display: none;
}

.n-goHead .n-top-box .n-main {
    height: auto;
}

.n-goHead .n-logo {
    width: auto;
    height: auto;
}

.n-goHead .n-logo img {
    margin: 4px 0 0 0;
}

.n-goHead .n-search-box {
    margin: 0 0 0 116px;
}

.n-goHead .n-search-txt {
    background-color: #fff;
}

.n-goHead .n-search-box .n-search-btn {
    background-color: #60ddb2;
}


/*=================================================
页头
结束
=================================================*/


/*=================================================
页脚
=================================================*/

.n-footer-wrap {
    background-color: #3c3c3c;
    color: #fff;
    font-size: 12px;
}

.n-footer-wrap a {
    color: #cecece;
}


/*相关*/

.n-footer-wrap .n-f-help,
.n-footer-wrap .n-f-copy {
    padding: 25px 0;
    overflow: hidden;
    clear: both;
    color: #eee
}

.n-f-help ul {
    overflow: hidden;
    clear: both;
}

.n-f-help li {
    display: block;
    float: left;
}


/*常用*/

.n-f-help .n-f-tda {
    width: 720px;
}

.n-f-help .n-f-tda li {
    width: 240px;
}

.n-f-help .n-f-tda h3 {
    margin-bottom: 10px;
    font-size: 14px;
    border-left: 2px solid #00be8f;
    padding-left: 10px;
}

.n-f-help .n-f-tda a {
    display: block;
    margin-bottom: 10px;
    color: #c9c9c9;
}


/*微博 订阅 客服*/

.n-f-help .n-f-tdb {
    width: 240px;
}

.n-f-help .n-f-tdb ul {
    margin-bottom: 20px;
}

.n-f-help .n-f-tdb li {
    margin-right: 30px;
    text-align: center;
}

.n-f-help .n-f-tdb .n-i-app {
    display: inline-block;
}

.n-f-help .n-f-tdb .n-f-wechat,
.n-f-help .n-f-tdb .n-f-book {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../../../images/header/f-icon.png) no-repeat 0 0;
}

.n-f-help .n-f-tdb .n-f-wechat:hover {
    background-position: -40px 0;
}

.n-f-help .n-f-tdb .n-f-book {
    background-position: 0 -40px;
}

.n-f-help .n-f-tdb .n-f-book:hover {
    background-position: -40px -40px;
}

.n-f-help .n-f-tdb li.n-ie-last,
.n-f-help .n-f-tdc li.n-ie-last {
    margin-right: 0;
}

.n-f-help .n-f-tdb p {
    margin-bottom: 5px;
}

.n-f-help .n-f-tdb p.n-crgreen {
    font-size: 14px;
    font-weight: bold;
}


/*app微信*/

.n-f-help .n-f-tdc li {
    margin-right: 40px;
}

.n-f-help .n-f-tdc img {
    margin-bottom: 5px;
}


/*声明*/

.n-f-copy .n-f-tda {
    width: 660px;
    color: #cecece;
}

.n-f-copy .n-f-tda img {
    margin-right: 25px;
}

.n-f-copy .n-f-tda p {
    padding-bottom: 10px;
}

.n-f-copy .n-f-tdb {
    width: 510px;
}

.n-f-copy .n-f-tdb a {
    display: block;
    float: left;
    padding-right: 5px;
    margin: 0 5px 10px 0;
    border-right: 1px solid #575757;
    line-height: 1;
    color: #8c8c8c;
}

.n-f-copy .n-f-tdb .n-ie-last {
    border-right: none;
}

.n-f-copy {
    border-top: 1px solid #555;
}

.n-f-copy .n-icp-outer {
    padding: 30px 0 10px 0;
    text-align: center;
    overflow: hidden;
    clear: both;
}


/* 
.n-f-copy .n-icp-outer img {
    display: inline-block;
    margin: 0 5px;
} */


/*2021年9月3日*/

.n-icp-outer a,
.n-icp-outer img {
    display: inline-block;
    line-height: 1;
}

.n-icp-outer a {
    padding: 0 10px;
    margin: 0 5px;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    text-align: left;
    background-color: #f7f7f7;
    color: #333;
    background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    background: -o-linear-gradient(top, #ffffff, #f8f8f8);
    background: linear-gradient(top, #ffffff, #f8f8f8);
}

.n-icp-outer p {
    word-wrap: normal;
    display: block;
    float: left;
    line-height: 14px;
    margin-top: 4px;
}

.n-icp-outer img {
    background-color: #f7f7f7;
    display: block;
    float: left;
    margin-right: 10px;
}


/*=================================================
页脚
结束
=================================================*/


/*=================================================
图标
=================================================*/

[class^="n-icon-"],
[class*=" n-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    overflow: hidden;
    background: url(../../../images/header/icon.png) no-repeat 0 0;
}

.n-icon-map {
    background-position: 0 0;
}

.n-icon-select {
    background-position: -18px 0;
}

.n-icon-search {
    background-position: -36px 0;
}

.n-icon-chat {
    background-position: -54px 0;
}

.n-icon-phone {
    background-position: -72px 0;
}

.n-icon-app {
    background-position: -90px 0;
}

.n-icon-wechat {
    background-position: -108px 0;
}

.n-icon-open {
    background-position: -126px 0;
}

.n-icon-link {
    background-position: -144px 0;
}

.n-icon-link2 {
    background-position: -162px 0;
}


/*切换*/

.n-icon-push {
    background-position: -98px -38px;
}

.n-icon-tag {
    background-position: -98px -65px;
}

.n-icon-prev {
    background-position: -5px -36px;
}

.n-icon-next {
    background-position: -30px -36px;
}

.n-icon-arrow {
    background-position: 0 -18px;
}

.n-icon-radio {
    background-position: -19px -18px;
}

.n-icon-radiobox {
    background-position: -33px -18px;
}

.n-icon-change {
    background-position: -60px -72px;
}

.n-icon-close {
    background-position: -180px 0;
}

.n-icon-btn {
    background-position: -180px -18px;
}


/*=================================================
图标
结束
=================================================*/


/*=================================================
弹窗
=================================================*/

.n-dialog {
    position: absolute;
    top: 68px;
    left: 288px;
    z-index: 2001;
    padding-top: 10px;
}

.n-dialog-bd {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative;
    color: #666;
}

.n-dialog-bd .n-icon-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    display: block;
    width: 19px;
    height: 10px;
    margin-left: -9px
}

.n-dialog-bd a {
    color: #666;
}

.n-dialog-bd a:hover,
.n-dialog-bd a.n-crgreen {
    color: #00be8f;
}

.n-tab-city a:hover {
    margin: 0 8px 15px 0 !Important;
}


/*出发城市*/

.n-dialog-city .n-dialog-bd {
    width: 475px;
    padding: 22px 31px 17px 31px;
}

.n-dialog-city .n-icon-arrow {
    left: 70px;
    margin-left: 0;
}

.n-dialog-city h2 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.n-dialog-city h2.n-no-padin {
    margin-bottom: 0;
}

.n-dialog-city .n-hot-city {
    margin-bottom: 15px;
    overflow: hidden;
}

.n-dialog-city .n-hot-city a {
    display: block;
    float: left;
    max-width: 42px;
    height: 25px;
    line-height: 19px;
    margin-right: 20px;
    overflow: hidden;
}

.n-dialog-city .n-tab {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    background: url(../../../images/header/tab.png) repeat-x left bottom;
}

.n-dialog-city .n-tab li,
.n-dialog-city .n-tab a {
    display: block;
    float: left;
}

.n-dialog-city .n-tab li {
    margin-right: 25px;
}

.n-dialog-city .n-tab li {
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    cursor: pointer;
}

.n-dialog-city .n-tab li:hover,
.n-dialog-city .n-tab li.n-active,
.n-dialog-city .n-tab li.current {
    height: 33px;
    line-height: 35px;
    padding-left: 0;
    border-bottom: 2px solid #00be8f;
    color: #00be8f;
}

.n-dialog-city .n-tab-city li {
    display: block;
    padding-left: 27px;
    overflow: hidden;
    position: relative;
}

.n-dialog-city .n-tab-city em {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #16c1a0;
}

.n-dialog-city .n-tab-city a {
    cursor: pointer;
    display: block;
    float: left;
    width: 56px;
    height: 19px;
    overflow: hidden;
    margin: 0 8px 15px 0;
    font-size: 13px;
}


/*app*/

.n-dialog-app {
    top: 28px;
    left: -55px;
}

.n-dialog-app .n-dialog-bd,
.n-dialog-wechat .n-dialog-bd {
    width: 145px;
    padding: 20px 0 15px 0;
    text-align: center;
    font-size: 13px;
}

.n-dialog-app img,
.n-dialog-wechat img {
    margin: 0 auto;
    margin-bottom: 7px;
    border: 1px solid #dde7ed;
    border-radius: 2px;
    overflow: hidden;
}

.n-dialog-app h3,
.n-dialog-wechat h3 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}


/*微信*/

.n-dialog-wechat {
    top: 28px;
    left: -55px;
}


/*我的春秋*/

.n-dialog-my .n-dialog-bd {
    width: 130px;
    padding: 10px 0;
}

.n-dialog-my .n-dialog-bd a {
    display: block;
    height: 27px;
    padding: 0;
    line-height: 27px;
    text-indent: 20px;
    font-size: 13px;
    color: #333;
}

.n-dialog-my .n-dialog-bd a:hover {
    color: #00be8f;
}

.n-dialog-my .n-hr {
    display: block;
    height: 0px;
    margin: 5px 15px;
    padding: 0;
    border: none;
    border-bottom: 1px dashed #d9e1eb;
    overflow: hidden;
}


/*订阅*/

.n-dialog-email .n-dialog-bd {
    width: 260px;
    height: 120px;
    padding: 10px 15px;
    border-radius: 5px;
    overflow: hidden;
}

.n-dialog-email .n-t-hd {
    text-align: right;
}

.n-dialog-email {
    font-size: 13px;
    color: #666;
}

.n-dialog-email h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.n-dialog-email p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
}

.n-dialog-email .n-email-txt {
    width: 256px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ececec;
    background-color: #f3f4f5;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.n-dialog-email .n-email-txt input {
    border: none;
    background: transparent;
    text-indent: 10px;
}

.n-dialog-email .n-email-txt .n-icon-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer
}

.n-dialog-email .n-email2 {
    overflow: hidden;
    padding-top: 5px;
}

.n-dialog-email img {
    float: left;
    margin: 0 10px 10px 10px;
}

.n-dialog-email h2 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 10px;
}


/*=================================================
弹窗
结束
=================================================*/


/*搜索联动*/

.c_address_select {
    position: absolute;
    top: 36px;
    left: 119px;
    z-index: 1001;
}


/*

.c_address_wrap {
    z-index: 1;
    border: 1px solid #ccc;
    background-color: #fff;
}

.c_address_list {
    max-height: 320px;
}

.c_address_list a {
    height: 22px;
    line-height: 22px;
    padding: 5px 10px;
    text-align: left;
}

.c_address_list span {
    float: right;
    text-align: right;
    white-space: nowrap;
}

.c_address_list a.hover {
    background-color: #cce7dd;
}

.c_address_pagebreak {
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.c_address_pagebreak a {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    color: #05A;
}

a.address_current {
    color: #000;
    text-decoration: none;
}*/


/*
搜索联动
结束
*/

.sh_box .searchBox {
    top: 0 !important;
}

.headerCitymain {
    margin-left: 0;
}


/**************************************************
2019年11月11日 14:50:16
节庆皮肤
fsx
**************************************************/


/* .sp-skin .n-top-box {
    background: url('../../../images/header/skin-top.jpg') no-repeat center center;
}

.sp-skin .n-top-box .n-logo img {
    display: none;
}

.sp-skin .n-top-box .n-logo {
    background: url('../../../images/header/skin-logo.gif') no-repeat center center;
}

.sp-skin .n-search-box .n-search-txt {
    border-color: #fa5723;
}

.sp-skin .n-search-box .n-search-btn {
    background-color: #fa5723;
}

.sp-skin .n-menu-box {
    background: linear-gradient(to right, #fa5c24, #fa3919);
    background: -webkit-linear-gradient(to right, #fa5c24, #fa3919);
}

.sp-skin .n-menu-box li.n-ie-first a,
.sp-skin .n-menu-box .n-user-box {
    background: #da2b0e;
    border-bottom-color: #da2b0e;
}

.sp-skin .n-menu-box ul a {
    border-bottom-color: transparent;
}

.sp-skin .n-menu-box .n-user-box p.n-login {
    background: #da2b0e;
}

.sp-skin .n-icon-map {
    background: url(../../../images/header/lyb-map.png) no-repeat 0 0;
} */


/*中缝*/


/* .sp-skin-detail {
    width: 1190px;
    height: 250px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url('../../../images/header/skin-detail-a.jpg') no-repeat center center;
   
} */


/**************************************************
节庆皮肤
详情页中缝图
结束
**************************************************/


/* 
20190624安全提示 */

.n-other-box a:last-child {
    cursor: pointer;
    width: 138px;
    height: 28px;
    background: url(../../../images/safe-bg.png) no-repeat center;
    vertical-align: middle;
}


/* 页脚友情链接 */

.n-footer-wrap .f-recommend {
    padding: 0px 0 25px;
    clear: both;
    color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #555;
    margin-bottom: 25px;
}

.n-footer-wrap .f-recommend .f-model {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.n-footer-wrap .f-model h3 {
    margin-bottom: 10px;
    font-size: 14px;
}

.n-footer-wrap .f-model a {
    width: 45%;
    display: inline-block;
    margin-bottom: 10px;
    color: #c9c9c9;
}