.home_container {
    width: 100%;
}

.home_container input::-webkit-input-placeholder {
    color: #cccccc;
}

.home_container input:-ms-input-placeholder {
    color: #cccccc;
}

.home_container input::-ms-input-placeholder {
    color: #cccccc;
}

.home_container input::placeholder {
    color: #cccccc;
}

.home_container .wrapper {
    width: 100%;
    min-width: 1200px;
}

.home_container .wrapper > div:nth-child(2n-1) {
    background-color: #f7f9fd;
}

.home_container .advertising {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
}

.home_container .advertising a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home_container .advertising img {
    width: 100%;
}

.home_container .advertising span {
    position: absolute;
    width: 50px;
    height: 100%;
    background: transparent;
    top: 0;
    right: 20px;
}

.home_container .advertising-sip {
    width: 1200px;
    margin-top: 20px;
}

.home_container .advertising-sip .swiper-advertising {
    width: 100%;
    height: 200px;
    cursor: pointer;
}

.home_container .advertising-sip .swiper-advertising .swiper-slide a {
    border: 1px solid #0f0;
}

.home_container .advertising-sip .swiper-advertising .swiper-slide a img {
    height: 200px;
}

.home_container .advertising-sip .swiper-advertising .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.6;
    border-radius: 0;
    border-radius: 10px;
}

.home_container .advertising-sip .swiper-advertising .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    opacity: 0.8;
}
.tabLi a{color: #ffffff;}

.home_container .banner {
    width: 100%;
    min-height: 610px;
    background: url("/static/images/banner.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home_container .banner .banner_navbar {
    width: 100%;
    height: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home_container .banner .banner_container {
    width: 100%;
    min-width: 1200px;
}

.home_container .resource {
    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_container .resource .resource_container {
    width: 1200px;
}

.home_container .prodtabs {
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home_container .prodtabs .prodtabs_container {
    width: 1200px;
}

.home_container .setmeal {
    width: 100%;
    padding: 38px 0 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_container .setmeal .setmeal_container {
    width: 1200px;
}

.home_container .aggrproduct {
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home_container .aggrproduct .advertising {
    width: 1200px;
}

.home_container .aggrproduct .aggrproduct_container {
    width: 1200px;
}

.home_container .aggrproduct1 .aggrproduct_container_left_tags_item button:hover {
    color: #357ee4 !important;
}

.home_container .aggrproduct2 .aggrproduct_container_left_tags_item button:hover {
    color: #7472dd !important;
}

.home_container .aggrproduct3 .aggrproduct_container_left_tags_item button:hover {
    color: #00b3a8 !important;
}

.home_container .aggrproduct4 .aggrproduct_container_left_tags_item button:hover {
    color: #2780f1 !important;
}

.home_container .aggrproduct5 .aggrproduct_container_left_tags_item button:hover {
    color: #fd8d68 !important;
}

.home_container .article {
    width: 100%;
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_container .article .article_container {
    width: 1200px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
}

.home_container .setps {
    width: 100%;
    height: 200px;
    background: url("../../images/home/steps.png") no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_container .setps .setps_container {
    width: 1200px;
}

.home_container .cooperation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../../images/home/5b0a4213.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.home_container .cooperation .cooperation_container {
    width: 1200px;
}

.banner_container .banner_container_title {
    width: 100%;
    margin-top: 34px;
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 67px;
    letter-spacing: 9px;
    text-align: center;
}

.banner_container .banner_container_sertch {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav .banner_container_sertch_nav_item {
    margin-right: 48px;
    padding: 3px 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
    border-radius: 2px;
    cursor: pointer;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav .banner_container_sertch_nav_item:hover {
    background: #ffffff;
    color: #1890ff;
    position: relative;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav .banner_container_sertch_nav_item:hover span {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color: #fff;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav .banner_container_sertch_nav_item:last-child {
    margin-right: 0;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav .actived {
    background: #ffffff;
    color: #1890ff;
    position: relative;
}

.banner_container .banner_container_sertch .banner_container_sertch_nav .actived span {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color: #fff;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.banner_container .banner_container_sertch .banner_container_sertch_main {
    width: 880px;
    margin-top: 16px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 2px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_service {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-radius: 2px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_service input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px 19px;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 22px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_service button {
    width: 106px;
    height: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
    background: #05a4ff;
    border: none;
    border-left: 1px solid #e9e9e9;
    cursor: pointer;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-radius: 2px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown .dropdown_title {
    width: 135px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding-left: 20px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown .dropdown_select {
    width: 100%;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown .dropdown_select input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 22px;
    border: none;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown .qrm-pinming {
    width: 100%;
    height: 24px;
    background-position: 164px;
    border: none !important;
    border-radius: 0 !important;
    border-right: 1px solid #e9e9e9 !important;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown .qrm-pinming input {
    width: 85%;
    height: 24px;
    background: transparent;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown .qrm-pinming1 {
    background-position: 140px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial .banner_container_sertch_main_inp_commercial_search .dropdown:last-child .qrm-pinming {
    border-right: none !important;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial_btn {
    width: 106px;
    height: 100%;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .banner_container_sertch_main_inp .banner_container_sertch_main_inp_commercial_btn button {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1890ff;
    line-height: 22px;
    background: #fff;
    border: none;
    border-left: 1px solid #e9e9e9;
    cursor: pointer;
}

.banner_container .banner_container_sertch .banner_container_sertch_main .notshow {
    display: none !important;
}

.banner_container .banner_container_sertch .banner_container_sertch_main button:hover {
    background: #05a4ff !important;
    color: #fff !important;
    border-left-color: #05a4ff !important;
}

.banner_container .banner_container_sertch .banner_container_sertch_main_hot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main_hot li {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    margin-right: 20px;
}

.banner_container .banner_container_sertch .banner_container_sertch_main_hot .banner_container_sertch_main_hot_item {
    color: #b0bbe9;
    cursor: pointer;
}

.banner_container .banner_container_sertch .banner_container_sertch_main_hot .banner_container_sertch_main_hot_item:hover {
    color: #ffffff;
    text-decoration: underline;
}

.resource_container .resource_container_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resource_container .resource_container_nav .resource_container_nav_item {
    width: 232px;
    height: 60px;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px 8px 20px 11px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.resource_container .resource_container_nav .resource_container_nav_item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.resource_container .resource_container_nav .resource_container_nav_item img {
    width: 60px;
    height: 60px;
    margin-right: 9px;
}

.resource_container .resource_container_nav .resource_container_nav_item .resource_container_nav_item_right h2 {
    margin-top: 8px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.resource_container .resource_container_nav .resource_container_nav_item .resource_container_nav_item_right h2 span {
    margin-left: 6px;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-color: #333;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.resource_container .resource_container_nav .resource_container_nav_item .resource_container_nav_item_right p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 144px;
}

.resource_container .resource_container_nav .resource_container_nav_item:hover {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.resource_container .resource_container_nav .resource_container_nav_item:hover div h2 {
    color: #05a4ff;
}

.resource_container .resource_container_nav .resource_container_nav_item:hover div h2 span {
    border-color: #05a4ff;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.prodtabs_container {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9e9e9;
}

.prodtabs_container .prodtabs_container_tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prodtabs_container .prodtabs_container_tabs .prodtabs_container_tabs_item {
    height: 50px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f9fd;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    cursor: pointer;
}

.prodtabs_container .prodtabs_container_tabs .prodtabs_container_tabs_item span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    border-right: 1px solid #e9e9e9;
}

.prodtabs_container .prodtabs_container_tabs .prodtabs_container_tabs_item span:hover {
    color: #05a4ff;
}

.prodtabs_container .prodtabs_container_tabs .prodtabs_container_tabs_item:last-child span {
    border: none;
}

.prodtabs_container .prodtabs_container_tabs .actived {
    background: #05a4ff;
}

.prodtabs_container .prodtabs_container_tabs .actived span {
    color: #fff;
    border: none;
}

.prodtabs_container .prodtabs_container_tabs .actived span:hover {
    color: #fff;
}

.prodtabs_container .prodtabs_container_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items {
    width: 100%;
    display: none;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 31px 0 50px 0;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item .prodtabs_container_main_item_img {
    width: 126px;
    height: 126px;
    position: relative;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item .prodtabs_container_main_item_img:hover img {
    width: 136px;
    height: 136px;
    position: absolute;
    top: -5px;
    left: -5px;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 126px;
    height: 126px;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item h2 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    margin-top: 19px;
    cursor: pointer;
}

.prodtabs_container .prodtabs_container_main .prodtabs_container_main_items .prodtabs_container_main_item h2:hover {
    color: #05a4ff;
}

.prodtabs_container .prodtabs_container_main .actived {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.setmeal_container .swiper_father {
    width: 100%;
    position: relative;
}

.setmeal_container .swiper_father .swiper-meal {
    width: 100%;
    height: 352px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper {
    height: 338px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide {
    max-width: 25%;
    background: #fff;
    height: 338px;
    position: relative;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde {
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9e9e9;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main {
    padding: 0 0 9px;
    position: relative;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_hot {
    position: absolute;
    top: -19px;
    right: -18px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 242, 255, 0.75)), to(#ffffff));
    background: linear-gradient(180deg, rgba(218, 242, 255, 0.75) 0%, #ffffff 100%);
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_top .meal_silde_main_top_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_top .meal_silde_main_top_left h2 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    margin-top: 6px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_top .meal_silde_main_top_left p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ff6a00;
    line-height: 17px;
    margin-top: 7px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_top .meal_silde_main_top_right {
    width: 70px;
    height: 70px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_top .meal_silde_main_top_right img {
    width: 100%;
    height: 100%;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_middle {
    width: 100%;
    height: 150px;
    margin-top: 3px;
    padding: 0 20px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_middle p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_middle p img {
    width: 9px;
    height: 7px;
    margin-right: 8px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_middle p span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_middle p:first-child {
    margin-top: 0;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_footer {
    width: 100%;
    padding: 0px 20px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_footer div {
    width: 100%;
    border-top: 1px dashed #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_footer h2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ff6a00;
    line-height: 40px;
    margin-right: 8px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_footer h2 span {
    font-size: 28px;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde .meal_silde_main .meal_silde_main_footer p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 20px;
    text-decoration: line-through;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde button {
    width: 100%;
    height: 38px;
    border: none;
    color: #fff;
    background: #009cf5;
    cursor: pointer;
}

.setmeal_container .swiper_father .swiper-meal .swiper-wrapper .swiper-slide .meal_silde:hover {
    position: absolute;
    top: -4px;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}

.setmeal_container .swiper_father .swiper-button-prev {
    left: -28px;
}

.setmeal_container .swiper_father .swiper-button-next {
    right: -28px;
}

.setmeal_container .swiper_father .swiper-button-prev:after,
.setmeal_container .swiper_father .swiper-button-next:after {
    font-size: 20px;
    color: #c5c9d2;
}

.aggrproduct_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aggrproduct_container .aggrproduct_container_left {
    width: 292px;
    height: 436px;
    position: relative;
    padding: 43px 20px 38px;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_title {
    width: 100%;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 33px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_msg {
    width: 100%;
    height: 158px;
    position: relative;
    z-index: 1;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_msg p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_tags {
    width: 100%;
    position: relative;
    z-index: 1;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_tags .aggrproduct_container_left_tags_item button {
    cursor: pointer;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
    background: transparent;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 1px;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_tags .aggrproduct_container_left_tags_item button:hover {
    background: #fff;
}

.aggrproduct_container .aggrproduct_container_left .aggrproduct_container_left_tags .aggrproduct_container_left_tags_item:last-child {
    margin-bottom: 0;
}

.aggrproduct_container .aggrproduct_container_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item {
    width: 33.333%;
    height: 218px;
    border: 1px solid #e9e9e9;
    border-left: none;
    border-bottom: none;
    padding: 28px 28px 14px;
    cursor: pointer;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item .aggrproduct_container_right_item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item .aggrproduct_container_right_item_title h2 {
    max-width: 222px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 25px;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item .aggrproduct_container_right_item_title h:hover {
    color: #05a4ff;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item .aggrproduct_container_right_item_title span {
    width: 17px;
    height: 20px;
    display: inline-block;
    background: url("../../images/home/huo.png") no-repeat;
    background-size: cover;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item .aggrproduct_container_right_item_msg {
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item_nav {
    margin-top: 15px;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item_nav span {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    padding: 1px 6px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-right: 5px;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item_price {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item_price h2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ff6a00;
    line-height: 33px;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item_price h2 span {
    font-size: 24px;
    font-weight: 600;
}

.aggrproduct_container .aggrproduct_container_right .aggrproduct_container_right_item_price p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #858999;
    line-height: 36px;
    margin-left: 2px;
}

.aggrproduct_container .aggrproduct_container_right_item:hover {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.11);
}

.aggrproduct_container .aggrproduct_container_right_item:hover .aggrproduct_container_right_item_title h2 {
    color: #05a4ff;
}

.article_container .video .title_box, .article_container .article_box .title_box {
    line-height: 17px;
    padding: 10px 0;
    margin: 0 30px;
}

.article_container .video .title_box span, .article_container .article_box .title_box span {
    font-size: 14px;
}

.article_container .video .title_box a, .article_container .article_box .title_box a {
    float: right;
    font-weight: 400;
    color: #07A5FF;
}

.article_container .video .video_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 30px;
}

.article_container .video .video_main .video_main_item {
    position: relative;
    float: left;
    width: 275px;
    height: 155px;
    background: #D8D8D8;
    border: 1px solid #EEEEEE;
}

.article_container .video .video_main .video_main_item .video_main_item_img {
    width: 100%;
    height: 100%;
}

.article_container .video .video_main .video_main_item .video_main_item_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
}

.article_container .video .video_main .video_main_item .video_main_item_text .iconfont {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 30px;
    color: #fff;
}

.article_container .video .video_main .video_main_item .video_main_item_text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    padding-left: 50px;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article_container .article_box .title_box {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 15px;
}

.article_container .article_container_taps {
    width: 100%;
    height: 50px;
    border-top: 2px solid #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.article_container .article_container_taps .article_container_taps_item:hover {
    cursor: pointer;
}

.article_container .article_container_taps .article_container_taps_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #f8f8f8;
}

.article_container .article_container_taps .article_container_taps_item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222;
    line-height: 22px;
}

.article_container .article_container_taps .article_container_taps_item:last-child span {
    border-right: none;
}

.article_container .article_container_taps .article_container_taps_item:hover span {
    color: #05a4ff;
}

.article_container .article_container_taps .actived span {
    color: #05A4FF;
}

.article_container .article_container_taps .actived {
    position: relative;
    top: -2px;
    background-color: #fff;
    border-top: 2px solid #05A4FF;
}

.article_container .article_container_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*     .article_container_main_middle {
        width: 438px;
        background: #ffffff;
        margin-right: 10px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
      }

      .article_container_main_right {
        width: 302px;

        .swiper-article {
          width: 100%;
          height: 298px;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);

          .swiper-wrapper {
            width: 100%;
            height: 100%;

            .swiper-slide {
              width: 100%;
              height: 100%;
              cursor: pointer;

              img {
                width: 100%;
                height: 100%;
                cursor: pointer;
              }
            }
          }

          .swiper-button-prev:after,
          .swiper-button-next:after {
            color: #fff;
            font-size: 28px;
          }

          .swiper-pagination {
            .swiper-pagination-bullet {
              width: 12px;
              height: 3px;
              background: #ffffff;
              opacity: 0.5;
              border-radius: 0;
            }

            .swiper-pagination-bullet-active {
              opacity: 1;
            }
          }
        }

        .article_container_main_right_genduo {
          width: 100%;
          padding: 17px 30px;
          margin-top: 10px;
          background: #ffffff;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
          display: flex;
          justify-content: space-between;
          cursor: pointer;

          div {
            h2 {
              font-size: 16px;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #333333;
              line-height: 22px;
            }

            p {
              font-size: 12px;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #999999;
              line-height: 17px;
              margin-top: 4px;
            }
          }

          img {
            width: 44px;
            height: 44px;
            cursor: pointer;
          }
        }

        .article_container_main_right_genduo:hover {
          div {
            h2,
            p {
              color: #05a4ff;
            }
          }
        }
      } */
}

.article_container .article_container_main .article_container_main_left, .article_container .article_container_main .article_container_main_middle {
    width: 565px;
    background: #ffffff;
    margin-right: 10px;
}

.article_container .article_container_main .article_container_main_items {
    width: 100%;
    margin-left: 30px;
}

.article_container .article_container_main .article_container_main_items .article_container_main_item {
    width: 100%;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    cursor: pointer;
}

.article_container .article_container_main .article_container_main_items .article_container_main_item .articleImg {
    width: 148px;
    height: 84px;
    margin-right: 10px;
}

.article_container .article_container_main .article_container_main_items .article_container_main_item .articleImg img {
    width: 148px;
    height: 84px;
}

.article_container .article_container_main .article_container_main_items .article_container_main_item div h2 {
    width: 380px;
    max-height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_container .article_container_main .article_container_main_items .article_container_main_item div p {
    width: 380px;
    max-height: 48px;
    padding-top: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_container .article_container_main .article_container_main_items .article_container_main_itemt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0;
    cursor: pointer;
}

.article_container .article_container_main .article_container_main_items .article_container_main_itemt h2 {
    width: 290px;
    font-size: 14px;
    margin-right: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article_container .article_container_main .article_container_main_items .article_container_main_itemt span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.article_container .article_container_main .article_container_main_item:hover div h2 {
    color: #05a4ff;
}

.article_container .article_container_main .article_container_main_itemt:hover h2 {
    color: #05a4ff;
}

.article_container .article_container_main .article_container_main_item:nth-child(3) {
    border-bottom: none;
}

.setps_container .setps_container_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.setps_container .setps_container_main .setps_container_main_setp {
    padding: 55px 0;
}

.setps_container .setps_container_main .setps_container_main_setp h2 {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
}

.setps_container .setps_container_main .setps_container_main_setp span {
    display: block;
    margin: 10px 0 13px;
    width: 30px;
    height: 3px;
    background: #ffffff;
}

.setps_container .setps_container_main .setps_container_main_setp p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}

.cooperation_container {
    padding: 50px 20px 47px;
}

.cooperation_container .cooperation_container_title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #191d3d;
    line-height: 45px;
    margin-bottom: 38px;
}

.cooperation_container .cooperation_container_main {
    width: 100%;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items .cooperation_container_main_item {
    width: 16.66%;
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e9e9e9;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items .cooperation_container_main_item:nth-child(6n) {
    border-right: none;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items:last-child {
    border-bottom: none;
}
* {
    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; */
}

.headerNav {
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.08);
}

.navContent {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
    margin-right: 2px;
    padding: 0 10px;
    position: relative;
}

.positionIcon span {
    color: #FFF;
    cursor: pointer;
}

.navBar {
    height: 36px;
}

.navBar ul {
    height: 36px;
    display: flex;
    align-items: center;
}

.navBarItem {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.navBarItem a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.persionalCenter {
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

.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;
    opacity: 60%;
}

.navBarItem:nth-of-type(5) span {
    display: none;
}

.navBarItem b {
    font-size: 12px;
    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: 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: 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: #05a4ff !important;
}

.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: 9;
    /* 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;
}

.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/topBar/ç¼–ç»„\ 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: 999;
}

.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;
}
.bg_resource {
    height: 610px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    align-items: center;
}
.page-main {
    width: 1200px;
    margin: 0 auto;
}
.bg_resource ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.bg_resource ul li {
    width: 33.33%;
    height: 188px;
    color: white;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.bg_resource ul li .pic {
    width: 70px;
    height: 66px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg_resource ul li p {
    margin-top: 35px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
.bg_resource ul li .desc {
    font-size: 16px;
    margin-top: 6px;
    line-height: 30px;
    text-align: center;
}


* {
    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; */
}

.headerNav {
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.08);
}

.navContent {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
    margin-right: 2px;
    padding: 0 10px;
    position: relative;
}

.positionIcon span {
    color: #FFF;
    cursor: pointer;
}

.navBar {
    height: 36px;
}

.navBar ul {
    height: 36px;
    display: flex;
    align-items: center;
}

.navBarItem {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.navBarItem a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.persionalCenter {
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

.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;
    opacity: 60%;
}

.navBarItem:nth-of-type(5) span {
    display: none;
}

.navBarItem b {
    font-size: 12px;
    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: 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: 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: #05a4ff !important;
}

.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: 9;
    /* 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;
}

.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/topBar/ç¼–ç»„\ 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: 999;
}

.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;
}
