﻿.topBar {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.barContent {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    position: relative;
}

.logo {
    height: 100%;
    float: left;
}

.logo a {
    display: inline-block;
    height: 80px;
}

.logo a img {
    width: 98px;
    height: 80px;
}

.tabBox {
    height: 80px;
    display: flex;
    float: right;
}

.firstLink {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.firstLink a {
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.firstLink a:hover {
    color: #05A4FF;
}

/* .persionalCenter {
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.persionalCenter:hover {
    color: #05A4FF;
} */

.tabUl {
    list-style: none;
    height: 80px;
    display: flex;
    margin: 0;
    padding: 0;
}

.tabUl li {
    height: 80px;
    line-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.tabUl li span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

#homeTabLink {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

#homeTabLink:hover {
    color: #05A4FF;
}

.tabLink {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.tabLink:hover {
    font-weight: bold;
}

.selectBox {
    position: absolute;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
    top: 69px;
    right: 0;
    /* padding: 10px 40px 0px; */
    display: none;
    z-index: 12;
    /* overflow: auto; */
    /* fireFox  自定义滚动条样式 */
    /* scrollbar-color: #E9E9E9 #FFFFFF; */
    /* //滚动条轨道颜色   滚动条滑块的颜色 */
    scrollbar-width: thin;
    /* //thin模式下滚动条两端的三角按钮会消失 */
}


/*滚动条样式*/

.selectBox::-webkit-scrollbar {
    width: 10px;
    /*height: 4px;*/
}

.selectBox::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
    background: #E9E9E9;
}

.selectBox::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
    background: #FFFFFF;
    border-radius: 3px;
    width: 6px;
}

.triangle {
    width: 18px;
    height: 2px;
    background: #05A4FF;
    position: absolute;
    top: 57px;
    display: none;
}

.triangle span {
    display: inline-block;
    height: 15px;
    color: white!important;
    text-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
}

.current {
    display: block;
}

.outUl {
    width: 910px;
    float: left;
    padding: 10px 30px;
}

.outLi {
    display: flex;
    overflow: hidden;
    width: 100%;
    line-height: 10px;
    position: relative;
}

.centerLine {
    width: 1px;
    /* height: 100%; */
    background-color: #EBEBEB;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 910px;
}

.itemTitle {
    /* position: absolute;
	top: 0;
	bottom: 0;
	display: flex; */
    float: left;
}

.itemTitle p {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    height: 100%;
    width: 80px;
}

.itemChildern {
    display: inline-block;
    width: 750px;
    float: left;
    margin-left: 40px;
}

.itemChildern .itemLine {
    width: 534px;
    height: 0px;
    border: 1px dashed #E4E4E4;
}

.itemChildernUl {
    width: 100%;
    /* line-height: 30px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 61px;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.itemChildernUl1 {
    width: 100%;
    line-height: 30px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.childName {
    padding-right: 30px;
    display: flex;
    float: left;
    height: 30px;
    line-height: 30px;
}

.childName a {
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #666666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.childName a:hover {
    color: #05A4FF;
}

.recommandBox1 {
    width: 289px;
    border-radius: 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 30px 40px;
    float: left;
}

.recommandBox1 .itemTitle p {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #05A4FF;
    line-height: 22px;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.13);
    position: relative;
    top: 10px;
}

.recommandBox1 .itemTitle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    width: 110px;
}

.recommandBox1 .itemTitle .itemBlock {
    margin: 0 auto;
    width: 22px;
    height: 4px;
    background: #05A4FF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    top: -32px;
    left: -12px;
}

.recommandBox1 .itemChildern {
    width: 666px;
    height: 100%;
    margin-left: 0;
}

.recommandBox1 .itemChildern .itemChildernUl1 {
    height: 100%;
    line-height: normal;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName {
    width: 100%;
    height: 70px;
    background-color: #fff;
    padding-right: 0;
    margin-top: 24px;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName a {
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #666666;
    display: inline-block;
    height: 70px;
    line-height: none;
    width: 100%;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childImgBox {
    width: 90px;
    height: 70px;
    float: left;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childImgBox img {
    width: 100%;
    height: 100%;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childInfo {
    float: left;
    width: 108px;
    height: 70px;
    margin-left: 10px;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName:nth-of-type(1) {
    margin-top: 0px;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName:hover a .childTitle .titleName {
    color: #05A4FF;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childTitle {
    width: 100%;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childTitle span {
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childTitle .iconfont {
    position: relative;
    top: 2px;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childDesc {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommandBox1 .itemChildern .itemChildernUl1 .childName .childPrice {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6A00;
}

.tabLi .line_top {
    width: 1px;
    height: 14px;
    background: #ECECEC;
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 0px;
    opacity: 60%;
}

.tabUl .tabLi .topImg {
    width: 6px;
    height: 4px;
    position: absolute;
    font-size: 10px;
    color: #666;
    ;
    transform: scale(0.33);
    top: 25px;
    right: 11px;
    display: none;
}

.tabUl .tabLi:last-child .line_top {
    display: none;
}

.hotIcon {
    width: 20px;
    height: 10px;
    border-radius: 4px 4px 4px 0px;
    color: #fff;
    display: inline-block;
    /* position: absolute; */
    position: relative;
    top: -10px;
    right: 3px;
    background-image: url("../../images/topBar/编组\ 30.png");
    background-size: 20px 10px;
}

.itemChildernUl .childName .hotName {
    color: #FF6A00;
}

.itemChildernUl .childName .hotName:hover {
    color: #05A4FF;
}

.recommandBox1 .itemTitle .itemBlock {
    margin: 0 auto;
    width: 22px;
    height: 4px;
    background: #05A4FF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    top: -32px;
    left: -12px;
}

.outerCityBox {
    width: 342px;
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 99999;
}

.topCityBox {
    width: 342px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.13)
}

.topCityBox p {
    line-height: 18px;
}

.hotSearch {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding-left: 10px;
    padding-top: 10px;
}

.hotCity {
    width: 100%;
}

.hotCity p {
    display: inline-block;
    width: 53px;
    text-align: center;
}

.hotCity b {
    padding: 0px 11px;
    font-weight: 100;
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-top: 13px;
    cursor: pointer;
}

.hotCity b:hover {
    color: #05A4FF;
}

.topCityBox .active {
    background-color: #05A4FF;
    color: #FFFFFF;
}

.topCityBox .active:hover {
    color: #FFF;
}


/* .hotCity b:hover */

.boxMiddle {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    margin-top: 18px;
}

.boxMiddle div {
    text-align: center;
    height: 30px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #999999;
    width: 68px;
    position: absolute;
    left: 15px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
    line-height: 30px;
}

.boxMiddle .selectCity {
    width: auto;
    padding: 0 15px;
}

.boxMiddle .inputActive {
    border-bottom: 1px solid #fff!important;
}

.boxMiddle .selectCity {
    left: 89px;
}

.boxMiddle input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.boxMiddle input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.boxMiddle input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.boxMiddle input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.boxBottom {
    width: 100%;
    padding-bottom: 15px;
}

.boxBottom .provinceBox {
    display: block;
}

.boxBottom .cityBox {
    display: none;
}

.boxBottom b {
    padding: 0px 11px;
    font-weight: 100;
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-top: 13px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.boxBottom b:hover {
    color: #05A4FF;
}

.boxBottom p {
    display: inline-block;
    width: auto;
    text-align: center;
}

.provinceBox p {
    width: 19%!important;
}

.boxBottom .active {
    background-color: #05A4FF;
    color: #FFFFFF;
}

.boxBottom .active:hover {
    color: #FFF;
}