.header {
    width: 100%;
    height: 78px;
    background: #E30B20;
    z-index: 9999;
    margin: 0 auto;
    position: relative;
    padding-top: 3px;
}

.header .barrierBed {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
}

.header .search-show {
    position: fixed;
    width: 100%;
    top: 75px;
    z-index: 9;
}

.header .search-show .search-top {
    background: #fff;
    behavior: url(../../src/pie/PIE.htc);
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
}

.header .search-show .box {
    /* width: 900px; */
    /* margin: 0 auto; */
    /* position: relative; */
    /* line-height: 30px; */
    /* left: calc( 50% - 788px);*/
}

.header .search-show .box .title {
    /* position: relative; */
    display: flex;
    flex-direction: row;
}

.header .search-show .box .title input {
    border: 0;
    /* border-bottom: 2px solid #E5E5E5; */
    width: 660px;
    margin-left: 80px;
    font-size: 18px;
    padding-bottom: 5px;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ada9a6;
}

.header .search-show .box .title input::-webkit-input-placeholder {
    font-weight: 300;
    color: #999;
    font-size: 16px;
}

.header .search-show .box .title input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 300;
    color: #999;
    font-size: 16px;
}

.header .search-show .box .title input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 300;
    color: #999;
    font-size: 16px;
}

.header .search-show .box .title input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 300;
    color: #999;
    font-size: 16px;
}

.header .search-show .box .title .iconfont {
    color: #656565;
    font-size: 18px;
    /* position: absolute; */
    /* right: 200px; */
    /* top: -12px;*/
}

.header .search-show .box .title .iconfont:hover {
    color: #9c9692
}

.header .search-show .box .iconfont {
    font-size: 18px;
    color: #656565;
    /* position: absolute; */
    line-height: 30px;
    /* right: -8px;
	top: -82px; */
}

.header .search-show .box .iconfont:hover {
    color: #9c9692;
}

.header .search-show .box .hotBot {
    width: 777px;
    /* margin-left: 120px; */
    position: absolute;
    background: white;
    padding-left: 40px;
    display: flex;
    flex-direction: row;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    top: 74px;
}

.header .search-show .box .hotBot .text {
    margin: 20px 0 20px;
    color: #333;
    font-size: 18px;
    font-family: Hiragino Sans GB;
    width: 72px;
    height: 25px;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ada9a6;
}

.header .search-show .box .hotBot ul {
    /* width: 100%; */
    margin: 20px 0 10px;
    padding-right: 70px;
}

.header .search-show .box .hotBot ul li {
    float: left;
    text-align: center;
    margin-left: 18px;
    margin-bottom: 8px;
}

.header .search-show .box .hotBot ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    /* border-radius: 20px; */
    behavior: url(../../src/pie/PIE.htc);
    /* width: 82px; */
    /* background-color: #F5F5F5; */
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #656565;
    padding: 2px;
}

.header .search-show .box .hotBot ul li a:hover {
    background-color: #9c9692;
    color: #fff;
    border-radius: 5px;

}

.header .typeArea {
    width: 1200px;
    height: 78px;
    margin: 0 auto;
    position: relative
}

.header .typeArea .logo {
    position: absolute;
    height: 100%;
    display: flex;
    width: 120px;
    align-items: center;

}

.header .typeArea .logo img {
    width: 96px;
    height: 28px;

}

.header .typeArea a img {
    height: 26px;
}

.header .typeArea .navbar {

    margin-left: 120px;


}

.header .typeArea .navbar ul {
    display: flex;
    max-width: 1200px;
}

.header .typeArea .navbar ul li {
    /* float: left; */
    /* margin: 15px 0 0 50px; */
    width: 120px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header .typeArea .navbar ul li:hover {
    background: #B8ABA1;
}

/* .header-children .header .typeArea .navbar ul li::after{
	content: "";
	width: 0;
	height: 3px;
	background-color: #E30B20;s
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all .5s;
} */
.header-children .header .typeArea .navbar ul li:hover::after {
    left: 0;
    width: 100%;
}

/* .header-children .header .typeArea .navbar ul li:hover a{
	color: #E30B20;
} */
/* .header-children .header .typeArea .navbar ul li.onchannel{
	border-bottom: 3px solid #E30B20;
} */
.header-children .header .typeArea .navbar ul li.onchannel a {

    line-height: 12px;
    color: #fff;
}

.header-children .header .typeArea .navbar ul li.onchannel a p {


    display: block;


}

.header .typeArea .navbar ul li a p {
    display: none;

    text-align: center;
    height: 14px;

    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;

    margin: 10px;
}

.header .typeArea .navbar ul li a {

    width: 32px;
    height: 22px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #f8f3f0;
    /*width: 38px;
	height: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei Light;
	color: #fff;
	line-height: 24px;
	position: relative;
	padding-bottom: 5px;
	transition: all 0.5s;
	font-weight: bold;*/
}

/* .header .typeArea .navbar ul li a::after {
	content: "";
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .5s;
} */
.header .typeArea .navbar ul li a:hover::after {
    left: 0%;
    width: 100%;
}

.header .typeArea .conceal {
    position: absolute;
    right: 156px;
    top: 15px
}

.header .typeArea .conceal .mobile {
    float: left;
    position: relative;
    width: 84px;
    margin-right: 10px
}

.header .typeArea .conceal .mobile span {
    width: 30px;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei Light;
    font-weight: 500;
    color: #fff;
    line-height: 16px
}

.header .typeArea .conceal .mobile span .mobile-show {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 167px;
    background-color: #fff;
    border-top: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 3px 5px 0px rgba(93, 0, 9, 0.3);
    z-index: 2
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box {
    width: 700px;
    height: 167px;
    margin: 0 auto
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li {
    float: left;
    width: 90px;
    height: 167px;
    text-align: center;
    margin: 20px 40px
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li:hover span {
    color: #E30B20
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li a {
    margin-bottom: 20px
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li a img {
    width: 90px;
    height: 90px
}

.header .typeArea .conceal .mobile span .mobile-show .mobile-box ul li span {
    font-size: 14px;
    color: #000;
    font-family: Microsoft YaHei Light;
    display: block;
    width: 90px;
    margin-top: 10px
}

.header .typeArea .conceal .mobile .iconfont {
    color: #fff;
    font-size: 10px;
}

.header .typeArea .conceal .typeface {
    width: 60px;
    float: left;
    position: relative;
    margin-right: -40px;
}

.header .typeArea .conceal .typeface span {
    width: 30px;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei Light;
    font-weight: 300;
    color: #fff;
    line-height: 16px;
}

.header .typeArea .conceal .typeface .font-show {
    width: 125px;
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: -45px;
    z-index: 2;
    box-shadow: 0px 2px 5px 0px rgba(93, 0, 9, 0.3);
    border-radius: 0px 0px 4px 4px;
    behavior: url(../../src/pie/PIE.htc);
    border: 1px solid rgba(229, 229, 229, 1);
    border-top: none;
    padding: 10px 0;
}

.header .typeArea .conceal .typeface .font-show .background {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.header .typeArea .conceal .typeface .font-show .background:hover {
    background-color: #F5F5F5;
}

.header .typeArea .conceal .typeface .font-show .background:hover a {
    color: #E30B20;
}

.header .typeArea .conceal .typeface .font-show .background a {
    font-size: 16px;
    color: #E30B20;
}

.header .typeArea .conceal .typeface .font-show .background1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.header .typeArea .conceal .typeface .font-show .background1:hover {
    background-color: #F5F5F5;
}

.header .typeArea .conceal .typeface .font-show .background1:hover a {
    color: #E30B20;
}

.header .typeArea .conceal .typeface .font-show .background1 a {
    font-size: 16px;
    /* color: #E30B20; */
}

.header .typeArea .conceal .typeface .iconfont {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header .typeArea .function {
    position: absolute;
    right: 0px;
    top: 25px
}


.header .typeArea .function .search {

    width: 24px;
    height: 24px;

}



.header .typeArea .function .point {

    width: 24px;
    height: 24px;

}

.header .typeArea .function .pointer p {

    width: 24px;
    height: 24px;

}



.header .typeArea .function .iconfont {
    color: #fff;
    font-size: 20px;
    margin-right: 18px;
}

.header .typeArea .function .icontouxiang {
    font-size: 24px;
}

.header .typeArea .function .network {
    font-size: 17px;
}

.header .typeArea .function span {
    position: relative;
}

.header .typeArea .function span ul {
    display: none;
    position: absolute;
    top: 39px;
    left: -55px;
    background-color: #FFFFFF;
    width: 133px;
    height: 100px;
    box-shadow: 0px 6px 8px 0px rgba(93, 0, 9, 0.1);
    border-radius: 0px 0px 4px 4px;
}

.header .typeArea .function span ul li {
    width: 133px;
    height: 40px;
    margin: 5px 0;
    color: #333333;
    text-align: center;
    line-height: 40px;
}

.header .typeArea .function span ul li:hover {
    color: #E30B20;
    background-color: #F5F5F5;
}

.header .typeArea .function span ul li:hover a {
    color: #E30B20;
}

/* 子页面头部样式 */
.header-children .header {
    background: #9c9692;
    /* border-bottom:1px solid rgba(229,229,229,1); */
    /* border-top:3px solid #E30B20; */
    padding-top: 0;

}

/* .header .typeArea .logo-index{display: block !important;} */
.header .typeArea .logo-children {
    display: none !important;
}

/* .header-children .header .typeArea .logo-index{display: none !important;} */
/* .header-children .header .typeArea .logo-children{display: block !important;} */
.header-children .header .typeArea .navbar ul li a {
    color: #f8f3f0;
    width: 100%;
    text-align: center;
}

.header .typeArea .navbar ul li.onchannel {
    background: #B8ABA1;

}

.header .typeArea .navbar ul li.onchannel a {}

.header-children .header .typeArea .conceal .mobile span {
    color: #333333;
}

.header-children .header .typeArea .conceal .mobile .iconfont {
    color: #999999;
}

.header-children .header .typeArea .conceal .typeface span {
    color: #333333;
}

.header-children .header .typeArea .conceal .typeface .iconfont {
    color: #999999;
}

.header-children .header .typeArea .function .iconfont {
    color: #e0dfdb;
    line-height: 26px;
}

.header .typeArea .function {
    display: flex;
}

.header .typeArea .function img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.header .typeArea .function .function-child {
    margin-right: 20px;
}

.header .typeArea .function .function-child .money-text {

    width: 28px;
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    /* letter-spacing: -1px; */
    color: #e0dfdb;
    float: right;
    text-align: center;
    margin-left: 8px;
}


.header .typeArea .function .function-child .user_tip {
    width: auto;
    height: auto;
    position: absolute;
    right: 16px;
    top: -3px;
}

/* 返回顶部 */
#goTop {


    display: none;
}




#headerCodeMax {

    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 99;
    padding: 0 10px;
    width: auto !important;
    height: 174px !important;
    background-color: #ffffff !important;
    padding: 0px 20px !important;
    text-align: center;

}

#headerCodeMax li{
    float: left;
    margin-right: 10px;
}
#headerCodeMax li:last-child{
    margin-right: 0px;
}
#headerCodeMax:hover {
    background-color: #ffffff !important;

}


#headerCodeMax img {


    margin-top: 18px !important;

    width: 110px !important;
    height: 110px !important;
}

#headerCodeMax span {


    margin-top: 8px !important;
    font-size: 12px;
    color: #c9b6a7 !important;
    display: block;
}


#goTop i {
    display: block;
    color: #999;
    font-size: 15px;
    margin: 0 auto;
    width: 30px;
    margin-top: 25px;
}


#feedBackModal {
    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 99;
    background: #e0e0e0;
}

#codeAndFeedBack {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 62px;
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    z-index: 100;
    cursor: pointer;
}


#codeAndFeedBack div {
    width: 62px;
    height: 62px;
    text-align: center;

    padding: 11px 0px;

}

#codeAndFeedBack div:hover {
    background-color: #c9b6a7;

}


#codeAndFeedBack div:hover span {
    color: #ffffff;

}

#codeAndFeedBack div img {

    height: 22px;
    margin-top: 11px;

}

#codeAndFeedBack div span {


    width: 100%;
    height: 17px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ada9a6;

    text-align: center;
    margin-top: 18px;
}

#codeAndFeedBack div img {
    height: 32px;
    display: block;
    margin: 0 auto;

    display: block;
    width: 20px;
    height: 22px;
    object-fit: contain;

}


#codeAndFeedBack div:hover .img_1 {
    display: none;
}

#codeAndFeedBack div:hover .img_2 {
    display: block;
}

#codeAndFeedBack div .img_1 {
    display: block;
}

#codeAndFeedBack div .img_2 {
    display: none;
}




.shop_header .line {

    width: 1px;
    height: 30px;
    background-color: #eceaea;
    border-radius: 1px;
}

.shop_header .title {


    font-weight: normal;
    font-stretch: normal;

    font-size: 26px;
    letter-spacing: 0px;
    color: #f8f3f0;
}

.shop_header .searchbar text {}

.shop_header .margin_10 {

    margin: 10px;
}


.shop_header .searchbar {

    width: 661px;

    margin: 0 auto;

    position: relative;

    height: 100%;



}


.shop_header .title {
    display: flex;
    flex-direction: row;

    line-height: 78px;

}

.shop_header .title  .iconfont {
   font-size:  28px;

}

.shop_header .searchbar .title input::-webkit-input-placeholder {
    color: #ffffff;
}

.shop_header .searchbar .title input::-moz-input-placeholder {
    color: #ffffff;
}

.shop_header .searchbar .title input::-ms-input-placeholder {
    color: #ffffff;
}


.shop_header .box .title .iconfont {

    font-size: 18px;
}

.shop_header .searchbar .headerKeyword {

    width: 220px;

    color: #444;
    background: #9c9592;

    font-size: 20px;
    color: #ffffff;

    border: none;

    margin-left: 30px;

    margin-right: 407px;
}

.shop_header .logo {


    width: 420px !important;
}

/* 分页组件样式 */
.pageDiv {
    padding: 20px;
    text-align: right;
    color: #ccc;
    clear: both;
}

.pageDiv a {
    display: inline-block;
    color: #666666;
    background: #f6fbf9;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid rgba(229, 229, 229, 1);
    margin: 0 7px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 2px;
}

.pageDiv a:hover {
    text-decoration: none;
    border: 1px solid rgba(227, 11, 32, 1);
}

.pageDiv span.current {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 7px;
    width: 28px;
    text-align: center;
    background: rgba(227, 11, 32, 1);
    border-radius: 2px;
    text-align: center;
    color: #fff;
}

.pageDiv span.disabled {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    margin: 0 7px;
    color: #666666;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: 14px;
    border-radius: 2px;
}

.pageDiv span.pagecount {
    padding: 0 15px;
    border-radius: 2px;
    font-size: 14px;
    color: #999999;
    margin-right: -30px;
}

.pageDiv span.countYe {
    display: none;
    color: #666666;
    font-size: 14px;
    margin-left: 30px;
}

.pageDiv span.countYe input {
    outline: none;
    border-radius: 2px;
    border: 1px solid rgba(229, 229, 229, 1);
    height: 28px;
    width: 32px;
    margin: 0 5px;
    text-align: center;
}

.pageDiv a.turndown {
    padding: 0 15px;
    text-align: center;
    border-radius: 2px;
    margin-left: 10px;
}

.pageDiv a.tcdNumber {
    padding: 0;
    width: 28px;
    text-align: center;
    border-radius: 2px;
}

/* tree组件样式 */
.tree {
    padding: 10px 22px 10px 0;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: inline-block;
}

.tree li {
    padding-left: 20px;
    border-radius: 4px;
}

.tree li>a {
    padding-left: 10px;
}

.tree li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;
}

.tree li a:hover {
    color: #E30B20;
}

.tree li a.active {
    color: #E30B20 !important;
}

/* +1 -1动画 */
.plus-animation {
    animation: plus 2s;
    -moz-animation: plus 2s;
    /* Firefox */
    -webkit-animation: plus 2s;
    /* Safari 和 Chrome */
    -o-animation: plus 2s;
}

@keyframes plus {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        opacity: 1;
        top: -20px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@-moz-keyframes plus

/* Firefox */
    {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        opacity: 1;
        top: -20px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@-webkit-keyframes plus

/* Safari 和 Chrome */
    {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        opacity: 1;
        top: -20px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@-o-keyframes plus

/* Opera */
    {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        opacity: 1;
        top: -20px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

.jconfirm{
    z-index: 200 !important;
}