* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.icon {
    width: 1.5em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    /* font-size: 12px; */
}

.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.headerNav {
    width: 100%;
    height: 36px;
    background: #0C2BC3;
    color: #fff !important;
}

.navContent {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.position {
    height: 100%;
    display: flex;
    align-items: center;
    /* line-height: 36px; */
}

.position span {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFF;
    display: inline-block;
    line-height: 36px;
    height: 36px;
}

.positionIcon {
    height: 100%;
    display: flex;
    align-items: center;
    color: #FFF !important;
    margin-right: 2px;
    padding: 0 10px;
    position: relative;
}

.positionIcon:hover {
    background: #fff !important;
}

.positionIcon span {
    color: #FFF !important;
    cursor: pointer;
}

.positionIcon:hover span {
    color: #092AB7 !important;
}

.navBar {
    height: 36px;
}

.headerNav .expansion {
    display: none;
    width: 1200px;
    /* height: 388px; */
    background: #FFFFFF;
    padding: 0 12px;
    padding-bottom: 20px;
    z-index: 99999;
    position: absolute;
    margin: auto;
    left: 0;
    top: 36px;
    padding: 30px 6px 0 30px;
    /* overflow-y: scroll; */
    /* box-shadow: 0px 2px 12px 0px #ccc; */
}

.navbar-show-box:hover>a {
    color: #092AB7 !important;
}


.col ol li a {
    color: #333;
}

.navBar ul {
    height: 36px;
    display: flex;
    align-items: center;
}

.navBarItem {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    height: 100%;
    line-height: 36px;
    /* position: relative; */
}

.navBarItem a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333 !important;
    text-decoration: none;
}

.navBarItem>a {
    color: #fff !important;
}

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

.loginOut {
    color: #666;
}

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

.navBarItem .navBarItemLink {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.navBarItem a:hover {
    color: #05a4ff;
}

.navBarItem span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #FFFFFF;
    position: relative;
    left: 10px;
    /* top: 3px; */
    top: 12px;
    opacity: 60%;
}


/* .navBarItem:nth-of-type(5) span {
    display: none;
} */

.navBarItem b {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-left: 3px;
}

.navBarItem b:hover {
    color: #05a4ff;
}

.navBarItem .loginBtn {
    color: white;
}

.topBar {
    width: 100%;
    height: 80px;
    background: transparent;
}

.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: 213px;
    height: 64px;
    margin-top: 15px;
}

.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: white;
    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: white;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.firstLink a: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 .tabLi:hover .tabLink {
    /*color: #FF6A00 !important;
    color: #05a4ff !important;*/
    font-weight: bold;
}

.tabUl li span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    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 {
	color: #05a4ff !important;
} */

.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 30px 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: #FF6A00;
    background: #05A4FF;
    position: absolute;
    top: 57px;
    display: none;
}

.triangle span {
    display: inline-block;
    height: 15px;
}

.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;
    float: left;
    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;
}

.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;
}

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

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

.tabUl .tabLi .topImg {
    width: 6px;
    height: 4px;
    position: absolute;
    font-size: 10px;
    color: #fff;
    transform: scale(0.33);
    top: 25px;
    right: 11px;
    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/ 30.png");
    background-size: 20px 10px;
}

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

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

.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)
}

.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;
}

.navtriangle::after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
    opacity: 0.8;
}

.topnavtriangle:hover {
    color: #092AB7 !important;
}

.topnavtriangle::after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 8px;
    border-right: 2px solid #092AB7;
    border-bottom: 2px solid #092AB7;
    transform: rotate(225deg);
    position: relative;
    top: 1px;
    opacity: 0.8;
}

.navBarItem .attentionbox {
    display: none;
    width: 385px;
    height: 238px;
    background: #FFFFFF;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 99999;
}

.attentionbox .wxapp {
    float: left;
    width: 158px;
    margin-top: 25px;
    margin-left: 23px;
    margin-right: 15px;
}

.attentionbox .wx {
    width: 175px;
    margin-top: 16px;
    margin-right: 14px;
    float: left;
}

.attentionbox .wxapp img {
    width: 100%;
    display: block;
}

.attentionbox .wx img {
    width: 100%;
    display: block;
}

.attentionbox .wxapp div,
.attentionbox .wx span {
    text-align: center;
}


/* .attentionbox .wxapp div:first-of-type {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #04A4FF;
}

.attentionbox .wxapp div:nth-of-type(2) {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #04A4FF;
}

.attentionbox .wx div:first-of-type {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.attentionbox .wx div:nth-of-type(2) {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
} */