/* 弹出搜索 begin */
.searchBar-m {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    text-align: center
}

.searchBar-m .mask {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.92;
}

.searchBar-m a {
    display: block;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 48px;
    z-index: 9999;
    color: #fff;
}

.searchBar-m a:hover {
    color: #ff6b0c
}

.searchBar-m .form-group {
    width: 70%;
    max-width: 720px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
}

.searchBar-m .input {
    text-indent: 10px;
    width: 88%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ccc;
    color: #999;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0
}

.searchBar-m .button {
    width: 8%;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #ccc;
    display: block;
    float: left;
    background: url(../images/ico-search-button.png) no-repeat center 50%;
    text-indent: -2000px
}

.searchBar-m .button:hover {
    background: url(../images/ico-search-button.png) no-repeat center 50%;
}

/* 顶头搜索 */
.searchBar-pc {
    margin-top: 19px;
}

.searchBar-pc .form-group {
    box-shadow: 0 0 5px 0 rgba(43, 35, 179, 0.15);
    border-radius: 30px;
    padding: 0
}

.searchBar-pc .input {
    height: 42px;
    background: #fff;
    color: #8C9096;
    padding: 0 0 0 20px;
    border-radius: 30px 0 0 30px;
}

.searchBar-pc .input-group .addbtn {
    padding: 0px;
}

.searchBar-pc .button {
    height: 42px;
    width: 50px;
    background: #FFCC00;
    color: #fff;
    border-radius: 0 30px 30px 0;
}

/* PC导航 */
#pc-header .logo{
    float: left; 
    display: inline-block; 
    width: 350px; 
}
#pc-header .logo h1 a {
    height: 70px;
    font-size: 0;
    display: block;
}

#pc-header .logo-description {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    border-left: 0px solid #efefef;
    display: block;
}
#pc-header .user-r{
    float: right; 
    display: inline-block; 
    width: 167px; 
    margin-left: 30px;
}
#pc-header .nav-con-x{
    float: right; 
}
#pc-header .navbar {
    background: #FFF;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    z-index: 9999
}

#pc-header .navbar .logo-description strong {
    color: #999;
    line-height: 70px;
    display: block;
    font-weight: normal
}

#pc-header .nav li a {
    line-height: 70px;
    color: #6A6262;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500
}

#pc-header .nav li a:hover,
#pc-header .nav li.active a {
    color: #ff6b0c
}
#pc-header .nav li a i{
    font-weight: 400;
    color: #9e9e9e;
}

#pc-header .nav li.active ul li a {
    color: #666
}


#pc-header .nav li ul li a {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    background: #fff;
    color: #666;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
}

#pc-header .nav li ul li a:hover {
    color: #434C5A;
    background: #F8F8F8;
    font-weight: 400
}

#pc-header .nav li ul {
    top: 100%;
    padding-bottom: 3px;
    padding-top: 0px;
    background: #fff;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
}
#pc-header .nav li ul:before {
    position: absolute;
    top: -6px;
    left: 49px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.06);
}

#pc-header .nav li ul li a {
    background: #fff;
    color: #6A6262;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px;
}

#pc-header .nav li ul a:hover {
    color: #6A6262;
}


/* pc搜索图标 */
#pc-header a.search-ico i {
    position: absolute;
    line-height: 70px;
    right: 70px;
    font-size: 22px;
    color: #666;
}

#pc-header a.shop-ico i {
    position: absolute;
    top: 29px;
    right: 50px;
    font-size: 18px;
    color: #666
}

#pc-header a.user-ico i {
    font-size: 22px;
    color: #666;
}

/* 购物车图标 */
#pc-header .shopBar {
    position: absolute;
    top: 30px;
    right: 70px;
    height: 30px;
}

#pc-header a.shop-ico i {
    font-size: 22px;
    color: #666;
    line-height: 30px
}

/* 信息图标 */
#pc-header .msgBar {
    position: absolute;
    top: 30px;
    right: 60px;
    height: 30px;
}

#pc-header a.msg-ico i {
    font-size: 22px;
    color: #666;
    line-height: 30px
}

/* 电话图标 */
#pc-header .call {
    position: absolute;
    top: 30px;
    right: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #666;
}

#pc-header .call i em {
    margin-left: 10px;
}

/* 充值图标 */
#pc-header .vippay {
    position: absolute;
    top: 30px;
}

#pc-header .vippay a.vip {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    margin-left: 15px
}

#pc-header .vippay a.vip i {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/vip.svg) no-repeat left / 100%;
}
/* 登入前状态 */

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}
.userlogin .navbar-collapse .navbar-right {
    margin-right: 0;
    height: 60px;
    padding-top: 0px;
    margin-left: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 0;
    float: right;
    margin-right: -15px;
}

.userlogin .btn-login {
    margin: 22.5px 14px 22.5px 0;
    padding: unset;
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ff6f06;
    text-align: center;
    font-size: 14px;
    color: #ff6f06;
    background: #fff;
    box-sizing: border-box;
    transition: color .3s,border-color .3s;
}
.userlogin .btn-register {
    margin: 22.5px 0;
    padding: unset;
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: color .3s,border-color .3s;
}
    



/* 登入后状态 */
.log-in {
    margin-top: 17px;
    float: right;
    width: 65px;
    text-align: right;
}

.log-in .drop-menu {
    margin: 27px 0 0;
    min-width: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .075);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .075)
}

.log-in .drop-menu li a {
    position: relative;
    padding: 8px 20px;
    display: block
}

.log-in .drop-menu li a:hover,
.drop-menu a:focus {
    color: #2D2D2D;
    background: unset;
}

.log-in .button-group span {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    width: 24px
}

.log-in .button-group ul:before {
    position: absolute;
    top: -6px;
    left: 43px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

/* .log-in .button-group ul:after {position:absolute;top:-6px;left:50px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #e9e8e8;border-left:6px solid transparent;content:'';} */
.log-in .button-group .button {
    padding: 0;
    line-height: 18px;
    font-size: 20px
}

.log-in .button-group .drop-menu {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
    left: -30px;
    border-top: 0px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .075);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .05);
}

.log-in a.user-ico {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
}

.log-in a.user-ico i {
    color: #666
}

.log-in a.user-head {
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: block;
}

.log-in a.user-head img {
    width: 36px;
    height: 36px;
}

/* 登入后状态 end*/
#pc-header .loginbar {
    position: absolute;
    line-height: 70px;
    right: 10px;
    padding: 0;
    margin: 0;
}

#pc-header .loginbar .drop-menu {
    min-width: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .075);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .075)
}

#pc-header .loginbar .drop-menu a {
    padding: 10px 20px;
    line-height: normal;
}

#pc-header .loginbar .drop-menu a:hover,
.drop-menu a:focus {
    color: #6A6262
}

#pc-header .loginbar .button-group span {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    width: 24px
}

#pc-header .loginbar .button-group ul:before {
    position: absolute;
    top: -8px;
    left: 40px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

#pc-header .loginbar .button-group ul:after {
    position: absolute;
    top: -8px;
    left: 40px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

#pc-header .loginbar .button-group .button {
    padding: 0;
    line-height: 18px;
    font-size: 20px
}

#pc-header .loginbar .button-group .drop-menu {
    left: -40px;
    border-top: 0px solid #4095f1;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .075);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .165);
    border-radius: 4px;
}

#pc-header .loginbar .button-group .drop-menu.ul {
    margin-top: 10px;
}

/* 注册登录切换 */
.register {
}

.register .tab {
    font-size: 0
}

.register .tab li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    width: 60px;
    color: #666;
    margin: 0 0 40px 0
}

.register .tab li::before {
    background: #ccc;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: transform .3s;
}

.register .tab li.cur {
    color: #ff6b0c
}

.register .tab li.cur::before {
    background: #ff6b0c;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: transform .3s;
}

.register .line {
    margin: 0px;
    padding: 0;
    position: relative;
    text-align: center;
}

.register .line span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 200;
}

.register .line hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

.register .bnt-login {
    margin: 0 auto;
    text-align: center
}

.register .bnt-login a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 10px;
    border-radius: 30px
}

.register .bnt-login a:hover {
    opacity: 0.8
}

.register .bnt-login a.weixin {
    background: #38B624
}

.register .bnt-login a.qq {
    background: #1F92DF
}

.register .bnt-login a.weibo {
    background: #FF6000
}

/* 注册登录切换 end*/

/*手机导航 begin */

#mobile-mask {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

.offcanvas-visible #mobile-mask {
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
}

#mobile-header {
    background: #000;
    display: none;
    height: 100%;
    right: 0;
    overflow-y: auto;
    position: relative;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 275px;
    border: 0;
}

#mobile-header ul li {
    width: 100%;
    margin: 0
}

#mobile-header ul li:hover,
#mobile-header ul li.current {
    background: #000
}

#mobile-header ul li a {
    line-height: 49px;
    border-bottom: 1px solid #111;
    font-size: 18px;
    color: #ccc;
    font-weight: normal;
    display: block;
    position: relative;
    padding-left: 50px;
    margin: 0;
    text-align: left;
}

#mobile-header ul li a:hover,
#mobile-header ul li.current a {
    color: #ccc;
}

#mobile-header ul li ul {
    padding: 0;
    z-index: 1999;
    position: relative;
    width: 100%;
}

#mobile-header ul li ul li a,
#mobile-header ul li.current ul li a {
    background: #000;
    color: #6E6E6E;
    font-size: 16px;
    line-height: 36px;
    padding: 5px 50px;
    display: block;
}

#mobile-header ul li ul li a:hover {
    background: #111;
}

#mobile-header ul li ul li a::before,
#mobile-header ul li ul li a::after {
    background: none;
    height: 0;
    padding: 0
}

/* 手机导航面包ico begin */
.mobile-toggle {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99999;
    display: block;
    margin: -11px auto 0;
    display: none;
    cursor: pointer;
}

.mobile-toggle.active i::before,
.mobile-toggle.active i::after {}

.mobile-toggle:hover,
.mobile-toggle:focus,
.mobile-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.mobile-toggle i {
    position: relative;
    top: 0;
    display: -moz-inline-stack;
    width: 24px;
    height: 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #fff;
    text-transform: uppercase;
    text-indent: -55px;
    transition: all .3s ease-out;
}

.mobile-toggle i::before,
.mobile-toggle i::after {
    content: '';
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mobile-toggle i::before {
    top: -9px;
}

.mobile-toggle i::after {
    bottom: -9px;
}

.mobile-toggle.active i {
    background: transparent;
}

.mobile-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.mobile-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.mobile-toggle i,
.mobile-toggle i::before,
.mobile-toggle i::after,
.mobile-toggle.active i::before,
.mobile-toggle.active i::after {
    background: #818181;
}

#pc-header .navbar.fixed.fixed-top .call {
    color: #666
}

@media screen and (max-width:1680px) {

    /* #pc-header .logo h1 a {background-size:auto 36px;} */
    #pc-header .nav li a {
        line-height: 70px;
        padding: 0 16px;
    }

    #pc-header .logo h1 a {
        height: 70px;
        font-size: 0;
        display: block;
    }

    #pc-header a.search-ico i {
        line-height: 70px;
    }

    #pc-header .loginbar {
        line-height: 70px;
    }

    #pc-header .navbar .logo-description strong {
        line-height: 70px;
    }
}
@media screen and (max-width:1600px) {
    #pc-header .nav li a {
        padding: 0 14px;
    }
}
@media screen and (max-width:1400px) {
    #pc-header .container {
        padding: 0 36px;
    }
    #pc-header .nav li a {
        padding: 0 14px;
    }
}
@media screen and (max-width:1200px) {
    #pc-header .container {
        padding: 0 36px;
    }
    #pc-header .nav li a {
        padding: 0 14px;
    }
    .log-in a.user-head {
        margin-top: -8px;
    }
}
@media screen and (max-width:1000px) {
    .nav-navicon {
        display: none
    }
}

@media screen and (max-width:760px) {
    .register {
        padding: 30px 10px 10px 10px;
    }

    .searchBar-m .form-group {
        width: 90%;
    }

    .dialog-win {
        width: 90% !important;
    }

    .nav-navicon {
        display: none
    }

    .itags {
        display: block !important;
    }

    #mobile-mask {
        background: #fff;
    }

    .mobile-toggle,
    #mobile-header,
    #mobile-header .nav {
        display: block;
        border: none
    }

    /* 弹出搜索  */
    .searchBar-m .mask {
        background: #000;
        opacity: 0.92;
    }

    .searchBar-m .form-group {
        top: 50%;
    }

    .searchBar-m .input,
    .searchBar-m .button {
        height: 46px;
        line-height: 46px;
    }

    /* 弹出搜索 */
    #pc-header {
        height: 50px;
    }

    #pc-header .logo h1 a {
        height: 50px;
        background-size: auto 45px !important;
    }

    #pc-header a.search-ico i {
        right: 60px;
        line-height: 50px;
    }

    #pc-header .loginbar {
        right: 60px;
        line-height: 50px;
    }

    .js-mobile-toggle i {
        position: relative;
        display: -moz-inline-stack;
        width: 24px;
        height: 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        color: #fff;
        text-transform: uppercase;
        text-indent: -55px;
        transition: all .3s ease-out;
    }

    #pc-header .loginbar .drop-menu {
        margin: 25px 0 0
    }



}
