.wrap {
    width: 100%;
    min-height: 100vh;
    background: #f4f4f4;
}
.index_pageSize {
    width: 1390px !important;
    min-width: 1390px !important;
}

.headerRight_inputSearch_left {
    background-color: white;
}
/* 内容 */

.content {
    width: 100%;
    margin: 20px auto 0;
    /* padding: 10px 0;
  box-sizing: border-box; */
}

/* 分类信息 */

.class_info {
    width: 100%;
    /* height: 406px; */
    height: 650px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.class_infoBar,
.class_infoRota,
.class_infoExhibi,
.class_infoUser {
    height: 100%;
    /* background: #ffffff; */
}

/* 分类栏 */

.class_infoBar {
    /* width: 190px; */
    width: 15.9%;
    padding: 10px 0;
    box-sizing: border-box;
}

.class_infoBar_ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.class_infoBar_li {
    width: 100%;
    height: 25px;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* .class_infoBar_li:hover {
  background: #d9d9d9;
} */

.class_infoBar_div {
    display: flex;
    align-items: center;
}

.class_infoBar_div ~ .class_infoBar_div::before {
    content: "/";
    margin: 0 2px;
}

.class_infoBar_a {
    color: #333;
    cursor: pointer;
}

.class_infoBar_a:hover {
    transition: color 0.2s;
    color: var(--lordColor);
}

/* 轮播图 */

.class_infoRota {
    /* width: 590px; */
    /* width: 65.8%; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.class_rotaSwiper .swiper-pagination {
    display: flex;
    align-items: center;
    padding: 0 0 2% 5%;
    box-sizing: border-box;
}

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

.class_rotaSwiper .swiper-pagination-bullet {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
}

.class_rotaSwiper .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    border: 3px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
}

.swiper-button-next,
.swiper-button-prev {
    width: 25px;
    height: 35px;
    background: rgba(0, 0, 0, 0.3);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    zoom: 0.2;
    color: #fff;
    margin-left: 30px;
}

.swiper-button-prev::after {
    margin-left: 0;
    margin-right: 30px;
}

.swiper-button-next {
    right: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.swiper-button-prev {
    left: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.subject-nextRota,
.subject-prevRota {
    display: none;
}

/* 展示图 */

.class_infoExhibi {
    /* width: 190px; */
    width: 15.9%;
    background: transparent;
}

.class_infoExhibi_ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    /* justify-content: space-between; */
}

.mySwiper:hover .subject-nextRota,
.mySwiper:hover .subject-prevRota {
    display: flex;
}

.class_infoExhibi_li,
.class_infoExhibi_a {
    width: 100%;
}

.class_infoExhibi_li ~ .class_infoExhibi_li {
    margin-top: 9px;
}

.class_infoExhibi_a {
    cursor: pointer;
}

.class_infoExhibi_a img {
    width: 100%;
    height: 130px;
    display: block;
}

/* 用户信息 */

.class_infoUser {
    /* width: 190px; */
    width: 33%;
}

.class_infoUser_top {
    margin-top: 6px;
    width: 100%;
    height: 200px;
    padding: 25px;
    box-sizing: border-box;
    background-color: white;
    background: linear-gradient(180deg, rgba(255, 15, 35, 0.08), rgba(255, 15, 35, 0) 28.95%), #fff;
}

.class_infoUser_topHeader {
    width: 100%;
    display: flex;
    align-items: center;
}

.infoUser_topHeader_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f1f2f2;
    border: 2px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoUser_topHeader_img .iconfont {
    color: #999;
    font-size: 26px;
}

.infoUser_topHeader_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.infoUser_topHeader_content {
    flex: 1;
    height: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 5px;
}

.infoUser_topHeader_content_a {
    color: #666;
    font-size: 18px;
    cursor: pointer;
    /* margin-left: 20px; */
}

.infoUser_topHeader_content_a:hover {
    color: var(--lordColor) !important;
}
.vertical_line {
    margin: 0 20px;
}
.infoUser_topHeader_content_as {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.infoUser_topHeader_content_as .infoUser_topHeader_content_a {
    color: #333;
}

/* .infoUser_topHeader_content_as span {
    margin: 0 3px;
} */
.member_data{
    margin-top: 5px;
    margin-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.member_data_item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.member_data_item~.member_data_item{
    margin-left: 10px;
}
.member_data_num{
    font-size: 16px;
    font-weight: bold;
}
.member_data_text{
    margin-top: 5px;
    font-size: 14px;
}
.class_infoUser_topBtns {
    width: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.class_infoUser_topBtn {
    display: inline-block;
    margin: 0 5px;
    width: 173px;
    height: 40px;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    background: var(--lordColor);
    transition:
        background 0.3s ease,
        color 0.3s ease;
    cursor: pointer;
}

.class_infoUser_topBtn_bg {
    background: #363634;
    color: #e5d790;
}

.class_infoUser_topBtn:hover {
    background-color: var(--lordColor);
    color: #fff;
}
.class_infoUser_cen {
    background: linear-gradient(180deg, rgba(255, 15, 35, 0.08), rgba(255, 15, 35, 0) 28.95%), #fff;
}

.class_infoUser_cen,
.class_infoUser_bottom {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: white;
    height: 200px;
}

/* .class_infoUser_cen::before,
.class_infoUser_bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, white, #eeeeee, #eeeeee, white);
    margin: 10px 0;
} */

.class_infoUser_cenTitle {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.class_infoUser_cenTitle img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.class_infoUser_cenTitle p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.class_infoUser_cenTitle_a {
    display: flex;
    align-items: center;
}

.class_infoUser_cenTitle_a p {
    font-size: 12px;
    color: #999;
}

.class_infoUser_cenTitle_aIcon {
    zoom: 0.6;
    color: #999;
}

.class_infoUser_cenTitle_a:hover p,
.class_infoUser_cenTitle_a:hover .class_infoUser_cenTitle_aIcon {
    color: var(--lordColor);
}
.see_more {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.see_more:hover {
    color: var(--lordColor);
}
.class_infoUser_cenUl {
    width: 100%;
    height: 124px;
    overflow-y: auto;
    margin-top: 10px;
}

.class_infoUser_cenLi {
    width: 100%;
}

.class_infoUser_cenLi ~ .class_infoUser_cenLi {
    margin-top: 4px;
}
.adv_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
}
.adv_right {
    width: 100%;
}
.adv_right_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adv_title {
    margin-right: 10px;
}
.adv_time {
    color: #999;
    font-size: 12px;
    flex: 0 0 auto;
    margin-right: 6px;
}
.adv_user {
    /* margin-left: 28px; */
    color: #999;
    font-size: 13px;
}
.class_infoUser_cenA {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    cursor: pointer;
}

.class_infoUser_cenA:hover p {
    color: var(--lordColor);
}

.class_infoUser_cenA p span {
    flex: 0 0 auto;
    width: max-content;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: var(--lordColor);
    /* background-color: rgba(225, 37, 27, .08); */
    background-color: #fdf0ee;
    margin-right: 6px;
    padding: 4px 6px;
    box-sizing: border-box;
}

.class_infoUser_cenA span {
    color: #666;
    font-size: 12px;
}

.class_infoUser_bottom {
    padding: 0 0 15px;
    box-sizing: border-box;
}

.class_infoUser_bottom_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.class_infoUser_bottom_li {
    width: 33.33%;
}

.class_infoUser_bottom_li:nth-child(n + 4) {
    margin-top: 10px;
}

.class_infoUser_bottom_a {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s;
}

.class_infoUser_bottom_a:hover {
    opacity: 0.6;
}

.class_infoUser_bottom_img {
    width: 28px;
    height: 28px;
}

.class_infoUser_bottom_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.class_infoUser_bottom_a p {
    color: #666;
    font-size: 12px;
    margin-top: 3px;
}

/* 分类栏弹窗 */

.class_infoPopup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    min-height: 470px;
    border-left: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
    padding: 20px 15px;
    box-sizing: border-box;
    transition: top 0.5s;
}

.class_infoPopup_ul {
    width: 100%;
}

.class_infoPopup_li {
    width: 100%;
    height: 100%;
    display: flex;
}

.class_infoPopup_a {
    min-width: 100px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

.class_infoPopup_aIcon {
    font-size: 12px;
    color: #333;
    margin-left: 5px;
}

.class_infoPopup_div {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 5px;
}

.class_infoPopup_div_a {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    margin: 3px 7px;
}

.class_infoPopup_a:hover,
.class_infoPopup_a:hover .class_infoPopup_aIcon,
.class_infoPopup_div_a:hover {
    color: var(--lordColor);
}

.content_main {
    width: 100%;
    position: relative;
}

/* 秒杀专栏 */

.second_column {
    width: 100%;
    height: 260px;
    display: none;
    /* display: flex; */
    align-items: center;
    margin-bottom: 20px;
}

.second_columnTime,
.second_columnGoods,
.second_columnBrand {
    height: 100%;
    background: #fff;
}

/* 秒杀时间 */

.second_columnTime {
    width: 15.9%;
    position: relative;
}

.second_columnTime_bg {
    width: 100%;
    height: 100%;
    display: block;
}

.second_columnTime_cen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.columnTime_cenTitle {
    font-size: 30px;
    font-weight: 700;
    margin-top: 31px;
    color: #fff;
}

.columnTime_cenText {
    display: flex;
    align-items: center;
    margin-top: 90px;
    font-size: 14px;
    color: #fff;
}

.columnTime_cenText P {
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 1px;
}

.columnTime_cenTimes {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.columnTime_cenTime {
    width: 30px;
    height: 30px;
    background: #2f3430;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.columnTime_cenTimes span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

/* 秒杀商品 */

.second_columnGoods {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.second_goodsSwiper_wrapper {
    position: relative;
}

.second_goodsSwiper_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 200px;
    background: linear-gradient(180deg, white, #eeeeee, white);
}

.columnGoods_cen {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.columnGoods_cen:hover p {
    color: var(--lordColor);
}

.columnGoods_img {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columnGoods_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.columnGoods_info {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 13px;
}

.columnGoods_info p {
    transition: color 0.2s;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

.columnGoods_info span {
    color: var(--lordColor);
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
}

/* 秒杀品牌 */

.second_columnBrand {
    width: 16.7%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.second_brandSwiper .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin-right: 4px;
    border-radius: 50%;
    background: #999;
}

.second_brandSwiper .swiper-pagination-bullet-active {
    background: var(--lordColor);
}

.secondBrand_cen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(220, 224, 236, 0.5));
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.secondBrand_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondBrand_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.secondBrand_title,
.secondBrand_text {
    line-height: 16px;
    margin-top: 6px;
}

.secondBrand_title {
    color: #666;
}

.secondBrand_text {
    color: #333;
    font-weight: 700;
}

.secondBrand_btn {
    width: 82px;
    height: 24px;
    border-radius: 14px;
    border: 1px solid var(--lordColor);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--lordColor);
    line-height: 24px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.secondBrand_btnIcon {
    zoom: 0.7;
    color: var(--lordColor);
    margin-left: 2px;
}

.secondBrand_btn:hover {
    border-color: var(--lordColor);
    background: var(--lordColor);
    color: #fff;
}

.secondBrand_btn:hover .secondBrand_btnIcon {
    color: #fff;
}

/* 特价专栏 */

.special_column {
    width: 100%;
    height: 340px;
    display: none;
    /* display: flex; */
    margin-bottom: 20px;
}

.daily_specials,
.brand_flash {
    flex: 1;
    height: 100%;
    padding: 0 15px 15px;
    box-sizing: border-box;
    background: #fff;
}

.special_columnTop {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special_columnTitle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.special_columnTitle p {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 32px;
}

.special_columnTitle_icon {
    width: 14px;
    height: 14px;
    border: 1px solid var(--lordColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: background 0.2s;
}

.special_columnTitle_icon i {
    font-weight: bold;
    zoom: 0.7;
    color: var(--lordColor);
    transition: color 0.2s;
}

.special_columnTitle:hover .special_columnTitle_icon {
    border-color: var(--lordColor);
    background: var(--lordColor);
}

.special_columnTitle:hover .special_columnTitle_icon i {
    color: #fff;
}

/* 每日特价 */

.special_columnUl {
    display: flex;
    align-items: center;
}

.special_columnLi ~ .special_columnLi {
    margin-left: 25px;
}

.special_columnA {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-bottom: 2px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}

.special_columnA_ative {
    border-color: var(--lordColor);
    color: var(--lordColor);
}

.daily_specialsGoods,
.brand_flashContent {
    width: 100%;
    height: 265px;
    display: flex;
}

.specialsGoods_left {
    width: 170px;
    height: 100%;
    background-color: rgba(109, 126, 146, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.specialsGoods_leftIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 24px;
    background: #f6b73d;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.specialsGoods_leftCen {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.specialsGoods_leftImg {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialsGoods_leftImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.specialsGoods_leftCen p {
    margin: 9px 0 4px 0;
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    text-align: center;
}

.specialsGoods_leftCen span {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: var(--lordColor);
    margin-top: 5px;
    font-weight: 700;
    letter-spacing: 0;
}

.specialsGoods_leftCen .specialsGoods_leftPrice {
    font-size: 12px;
}

.specialsGoods_right {
    flex: 1;
    height: 100%;
    margin-left: 6px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    /* align-items: center; */
    justify-content: space-between;
}

.specialsGoods_rightItem {
    width: 43.8%;
    height: 84px;
    margin-left: 6.2%;
    /* margin-left: 20px; */
    display: flex;
    margin-top: 18px;
}

.specialsGoods_rightItem:nth-child(n + 3) {
    margin-top: 48px;
}

.specialsGoods_rightItem_img {
    width: 84px;
    height: 84px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialsGoods_rightItem_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.specialsGoods_rightItem_info {
    flex: 1;
    margin-left: 6px;
}

.specialsGoods_rightItem:hover p {
    color: var(--lordColor);
}

.specialsGoods_rightItem_info p {
    transition: color 0.2s;
    color: #333;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.specialsGoods_rightItem_info span {
    font-size: 14px;
    line-height: 16px;
    color: var(--lordColor);
    margin-top: 5px;
    font-weight: 700;
}

/* 品牌闪购 */

.brand_flash {
    margin-left: 10px;
}

.brand_flashContent_left {
    width: 270px;
    height: 265px;
    background: linear-gradient(180deg, rgba(141, 199, 226, 0.05), rgba(0, 74, 119, 0.05));
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}

.flashContent_leftTitle {
    width: 70px;
    /* height: 35px; */
}

.flashContent_leftTitle img {
    width: 100%;
    height: 100%;
    display: block;
}

.brand_flashContent_left p {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 6px;
}

.flashContent_leftText {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 13px;
}

.flashContent_leftText01 {
    font-weight: bold;
}

.flashContent_leftImg {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flashContent_leftImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.brand_flashContent_right {
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.flashContent_rightA {
    width: 48.3%;
    /* height: 100px; */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.flashContent_rightA:hover {
    opacity: 0.8;
}

.flashContent_rightA:nth-child(2n + 2) {
    position: relative;
}

.flashContent_rightA:nth-child(2n + 2)::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, white, #eeeeee, #eeeeee, white);
}

.flashContent_rightA img {
    width: 74%;
    display: block;
    /* height: 50px; */
}

.flashContent_rightA p {
    color: #666;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
}

/* 发现好货 */

.find_goods {
    width: 100%;
    height: 260px;
    display: flex;
    margin-bottom: 20px;
}

.find_goodsLeft {
    width: 190px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.find_goodsLeft img {
    width: 100%;
    height: 100%;
    display: block;
}

.find_goodsRight {
    flex: 1;
    height: 100%;
    background: #fff;
    margin-left: 10px;
    overflow: hidden;
}

.findGoodsSwiper {
    position: relative;
}

.findswiper_wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*之前是ease-out*/

.findGoodsSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.findGoodsSwiper .swiper-scrollbar {
    bottom: 10px;
    height: 3px;
    display: flex;
    align-items: center;
}

.findGoodsSwiper .swiper-scrollbar-drag {
    height: 9px;
    border-radius: 4px;
    background-color: #d8d8d8;
}

.findGoodsSwiper_cen {
    width: 100%;
    height: 92%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.findGoodsSwiper_cenImg {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.findGoodsSwiper_cen img {
    width: 100%;
    height: 100%;
    display: block;
}

.findGoodsSwiper_cen p {
    width: 150px;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.marquee-content-items {
    display: flex;
    align-items: center;
}

.findGoodsSwiper_a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.findGoodsSwiper_a:hover p {
    color: var(--lordColor);
}

.findGoodsSwiper_cenEven p {
    margin: 0;
    margin-bottom: 10px;
}

.find_swiper_scrollbar {
    opacity: 0;
    height: 4px !important;
    background-color: #f3f3f3;
}

.swiper-scrollbar-drag {
    height: 8px !important;
    background-color: #d8d8d8;
    top: -2px !important;
}

.swiper-horizontal > .swiper-scrollbar {
    bottom: 10px !important;
}

/* .findGoodsSwiper_a:nth-child(even) .findGoodsSwiper_cenOdd {
    display: none;
}

.findGoodsSwiper_a:nth-child(odd) .findGoodsSwiper_cenEven {
    display: none;
} */

.str_wrap,
.str_move {
    height: 100% !important;
    background: #fff !important;
    display: flex;
    align-items: center;
}

/* 特色专栏 */

.feature_column {
    width: 100%;
    /* height: 340px; */
    height: 290px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    margin-bottom: 20px;
}

/* .new_product, */
.treasure_hunt,
.commodity_recomm,
.coupon_center {
    width: 24.2%;
    height: 100%;
    background: #fff;
    margin-right: 1%;
}

.coupon_center {
    margin-right: 0;
}

.feature_column .special_columnTop {
    padding: 0 20px;
    box-sizing: border-box;
}

/* 新品首发 */

.new_product {
    background-image: url("../../images/13.png");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 340px;
    height: 100%;
    /* background: #fff; */
    margin-right: 10px;
    flex: 0 0 auto;
}

.new_productContent {
    width: 100%;
    /* height: 230px; */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.new_productSwiper {
    position: relative;
}

.new_productSwiper .swiper-slide {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    background: transparent;
    overflow: visible;
    transition: 300ms;
    transform: scale(0.8);
}

.new_productSwiper .swiper-slide .new_productInfo,
.new_productSwiper .swiper-slide .new_productPrice {
    display: none;
}

.new_productSwiper .swiper-slide-active,
.new_productSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.new_productSwiper .swiper-slide-active .new_productInfo,
.new_productSwiper .swiper-slide-active .new_productPrice {
    display: flex;
}

.new_productA {
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.new_productImg {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_productImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.new_productInfo {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0 4px;
}

.new_productA:hover .new_productInfo p {
    color: var(--lordColor);
}

.new_productInfo p {
    display: block;
    width: 200px;
    color: #333;
    white-space: nowrap;
    transition: color 0.2s;
}

.new_productInfo span {
    color: #999;
    font-size: 12px;
}

.new_productPrice {
    margin-top: 20px;
    font-size: 18px;
    color: var(--lordColor);
    display: flex;
    align-items: baseline;
}

.new_productPrice p {
    font-size: 12px;
}

/* 寻宝 */

.treasure_huntNav {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    box-sizing: border-box;
}

.treasure_huntNav_item {
    display: block;
    width: 62px;
    height: 100%;
    border-radius: 26px;
    line-height: 20px;
    background: #f6f6f6;
    color: #999;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.treasure_huntNav_itemAtive {
    background-color: var(--lordColor);
    color: #fff;
}

.treasure_huntUl {
    width: 100%;
    height: 230px;
    overflow-y: auto;
    margin-top: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.treasure_huntLi {
    width: 100%;
    display: flex;
    cursor: pointer;
}

.treasure_huntLi ~ .treasure_huntLi {
    margin-top: 10px;
}

.treasure_huntLi_img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treasure_huntLi_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.treasure_huntLi_info {
    flex: 1;
    height: 70px;
    margin-left: 12px;
}

.treasure_huntLi_infoTitle {
    max-height: 38px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.treasure_huntLi_infoPrice {
    margin-top: 10px;
    font-size: 16px;
    color: var(--lordColor);
    display: flex;
    align-items: baseline;
}

.treasure_huntLi_infoPrice p {
    font-size: 12px;
}

/* 商品推荐 */

.commodity_recommUl {
    width: 100%;
    height: 281px;
    overflow-y: auto;
    padding: 0 15px 15px;
    box-sizing: border-box;
}

.commodity_recommLi {
    width: 100%;
    height: 128px;
    background-image: url("../../images/14.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    box-sizing: border-box;
}

.commodity_recommLi ~ .commodity_recommLi {
    margin-top: 10px;
}

.commodity_recommA {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.commodity_recommLi_left {
    flex: 1;
    height: 100px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-right: 15px;
}

.commodity_recommLi_leftTop {
    width: 100%;
}

.recommLi_leftTop_title {
    max-height: 38px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.recommLi_leftTop_icons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.recommLi_leftTop_icon {
    padding: 0 2px;
    height: 18px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    line-height: 17px;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 10px 5% 0 0;
}

.recommLi_leftTop_icon:nth-child(odd) {
    color: var(--lordColor);
    border-color: var(--lordColor);
}

.recommLi_leftTop_icon:nth-child(even) {
    color: #596fab;
    border-color: #596fab;
}

.commodity_recommLi_leftBottom {
    color: var(--lordColor);
    font-size: 16px;
}

.commodity_recommLi_right {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
    padding: 5px;
    box-sizing: border-box;
}

.commodity_recommLi_right img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 领券中心 */

.coupon_centerBox {
    width: 100%;
    height: 280px;
    background-image: url("../../images/12.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.coupon_centerUl {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.coupon_centerLi {
    width: 100%;
    height: 82px;
}

.coupon_centerLi ~ .coupon_centerLi {
    margin-top: 3px;
}

.coupon_centerA {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px;
    box-sizing: border-box;
    cursor: pointer;
}

.coupon_centerImg {
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 50%;
    background: #fff;
}

.coupon_centerImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.coupon_centerInfo {
    flex: 1;
    margin: 0 8px;
}

.coupon_centerInfo_discount {
    display: flex;
    align-items: baseline;
    color: #e33333;
    font-weight: bold;
}

.coupon_centerInfo_discount01 {
    font-size: 28px;
    line-height: 28px;
}

.coupon_centerInfo_price {
    color: #999;
    font-size: 12px;
}

.coupon_centerInfo_text {
    height: 16px;
    color: #333;
    font-size: 12px;
}

.coupon_centerMore {
    display: flex;
    align-items: center;
}

.coupon_centerA:hover .coupon_centerMore p {
    color: #e33333;
}

.coupon_centerMore p {
    width: 1px;
    color: #666;
    font-size: 12px;
    vertical-align: middle;
    line-height: 16px;
    transition: color 0.2s;
}

.coupon_centerMore i {
    color: #666;
    font-size: 12px;
    margin-left: 15px;
}

/* 频道广场 */

.channel_square {
    width: 100%;
}

.channel_squareUl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.channel_squareLi {
    width: 24.2%;
    margin-left: 1%;
    cursor: pointer;
}

.channel_squareLi:nth-child(4n + 1) {
    margin-left: 0;
}

.channel_squareLi:nth-child(n + 5) {
    margin-top: 1%;
}

.channel_squareLi a {
    display: block;
    width: 100%;
}

.channel_squareLi img {
    width: 100%;
    display: block;
}

/* 分类商品列表 */

.classGoods_list {
    width: 100%;
}

.classGoods_content {
    width: 100%;
    height: 484px;
    display: flex;
}

.classGoods_left {
    width: 15.9%;
    height: 100%;
    position: relative;
}

.classGoods_leftBg {
    width: 100%;
    height: 100%;
    display: block;
}

.classGoods_leftBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 165px; */
    /* padding: 20px 15px 12px; */
    padding: 15px;
    box-sizing: border-box;
    /* background: rgba(0, 0, 0, .2); */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.classGoods_leftUl {
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.classGoods_leftLi {
    width: 73px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.6);
    background: hsla(0, 0%, 95%, 0.2);
    overflow: hidden;
}

.classGoods_leftLiTwo {
    width: 100%;
    /* margin-top: 8px; */
}

.classGoods_leftLi:hover {
    border-color: #fff;
}

.classGoods_leftLi:nth-child(n + 3) {
    margin-top: 8px;
}

.classGoods_leftA {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #fff;
}

.classGoods_leftUl::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.5);
    scrollbar-arrow-color: red;
}

.classGoods_leftUl::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

.classGoods_right {
    flex: 1;
    height: 100%;
}

.classGoods_rightUl {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background: #fff;
}

.classGoods_rightLi {
    width: 20%;
    height: 242px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
}

.classGoods_rightLi:nth-child(5n + 1) {
    border-left: none;
}

.classGoods_rightLi:nth-child(n + 6) {
    border-top: 1px solid #f2f2f2;
}

.classGoods_rightImg {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    cursor: pointer;
}

.classGoods_rightImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.classGoods_rightTitle {
    width: 100%;
    height: 36px;
    font-size: 12px;
    color: #333;
    margin-bottom: 7px;
    cursor: pointer;
}

.classGoods_rightTitle:hover {
    color: var(--lordColor);
}

.classGoods_rightPrice {
    color: var(--lordColor);
}

.classGoods_rightBtn {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 60px;
    background: #ffa133;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: bottom 0.2s;
    cursor: pointer;
}

.classGoods_rightBtnIcon {
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
}

/* .classGoods_rightLi:hover .classGoods_rightTitle {
  display: none;
}


.classGoods_rightLi:hover .classGoods_rightBtn {
  bottom: 0;
} */

/* 为你推荐 */

.recommend {
    width: 100%;
}

.recommend_nav {
    width: 100%;
    height: 60px;
    background: #fff;
    margin-bottom: 10px;
}

.recommend_navList {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.recommend_navItem {
    width: 16.7%;
    height: 60px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.recommend_navItem ~ .recommend_navItem::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, white, #dfdfdf 51%, white);
}

.recommend_navItem:hover p,
.recommend_navItem:hover span {
    color: var(--lordColor);
}

.recommend_navItem p {
    /* width: 70px; */
    width: max-content;
    height: 27px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
}

.recommend_navItem span {
    color: #999;
    font-size: 14px;
}

.recommend_navItem_ative p {
    background: var(--lordColor);
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 50px;
}

.recommend_navItem_ative:hover p {
    color: #fff;
}

.recommend_navItem_ative span {
    color: var(--lordColor);
}

.recommend_goodsUl {
    width: 100%;
    min-height: 656px;
    display: flex;
    flex-wrap: wrap;
}

.recommend_goodsLoad {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}

.recommend_goodsLi {
    width: 19.2%;
    height: 322px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 1%;
}

.recommend_goodsLi:nth-child(5n + 1) {
    margin-left: 0;
}

.recommend_goodsLi:nth-child(n + 6) {
    margin-top: 1%;
}

.recommend_goodsA {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.recommend_goodsImg {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.recommend_goodsImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.recommend_goodsTitle {
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.recommend_goodsBottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.recommend_goodsPrice {
    display: flex;
    align-items: baseline;
    color: var(--lordColor);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.recommend_goodsPrice01 {
    font-size: 12px;
}

.recommend_goodsIcon {
    padding: 0 6px;
    box-sizing: border-box;
    height: 16px;
    font-size: 12px;
    color: var(--lordColor);
    border: 1px solid var(--lordColor);
    line-height: 14px;
    border-radius: 2px;
    text-align: center;
    margin-left: 10px;
}

/* 分类标题 */

.category_title {
    width: 100%;
    height: 45px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_title::before,
.category_title::after {
    content: "";
    width: 25px;
    height: 20px;
    background-image: url("../../images/sprite.png");
    background-repeat: no-repeat;
}

.category_title::after {
    background-position: -25px 0;
}

.category_title p {
    font-size: 28px;
    font-weight: 700;
    margin: 0 30px;
    box-sizing: border-box;
    color: #333;
}

/* 首页侧边栏 */

.index_sidebar {
    /* position: absolute;
    top: 0;
    right: -75px;
     */
    position: fixed;
    right: 57px;
    top: 50%;
    z-index: 99;
    border-radius: 14px 0 0 14px;
    overflow: hidden;
    /* transition: top 0.5s; */
}

.sidebar_item {
    width: 42px;
    height: 42px;
    line-height: 19px;
    font-size: 14px;
    color: #333;
    padding: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    transition: background 0.2s;
}

.sidebar_item p {
    position: relative;
    z-index: 9;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.sidebar_item ~ .sidebar_item::before {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 1px;
    z-index: 1;
    background: linear-gradient(270deg, white, #eeeeee, #eeeeee, white);
}

.sidebar_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background 0.2s;
}

.sidebar_itemIcon .iconfont {
    width: 26px;
    height: 26px;
    font-size: 22px;
    margin-bottom: 2px;
}

.sidebar_itemAtive,
.sidebar_itemIconColor,
.sidebar_itemIconColor .iconfont {
    color: var(--lordColor);
}

.sidebar_item:hover,
.sidebar_item:hover .iconfont {
    color: #fff;
}
.user_icon{
    width: 26px;
    height: 26px;
    position: relative;
    z-index: 99;
    background-image: url(/images/22.png);
    background-repeat: no-repeat;
    background-position: -90px -208px;
}
.user_icon:hover{
    background-position: -90px -180px;
}
.sidebar_item:hover::after {
    /* z-index: 2; */
    background: var(--lordColor);
}

.go_top {
    transition: transform 0.2s;
    z-index: 8;
    transform: translateY(-58px);
}

.contentNo .iconfont {
    font-size: 80px;
}

.sidebar_item-img {
    position: absolute;
    left: -200px;
    bottom: 0;
    width: 0;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
    border-right: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
    display: none;
}

.sidebar_item-img img {
    width: 100%;
    display: block;
}

.sidebar_item:hover .sidebar_item-img {
    width: 200px;
    background: #ffffff;
    display: block;
}

/* 商品标签 */

.goods_tag_name1 {
    width: max-content;
    font-size: 20px;
    background-color: var(--lordColor);
    color: var(--color) !important;
    padding: 2px 8px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 5px;
}

/* 导航栏 */
.nav_box {
    height: 125px;
    width: 70%;
    overflow: hidden;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav_item {
    /* border: solid 2px var(--lordColor); */
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 126px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}
.nav_item ~ .nav_item {
    margin-left: 14px;
}
.nav_item:nth-child(10n + 1) {
    margin-left: 0;
}
.nav_item img {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
}
.nav_item span {
    margin-top: 10px;
    font-size: 14px;
}

/*商品列表*/
.goods_list {
    flex: 1;
    background-color: white;
    padding: 0 10px;
    box-sizing: border-box;
}
.goods_listUl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods_listSeizeSeat {
    /* content: ''; */
    width: 240px;
    /* height: 100%; */
    visibility: hidden;
}

.goods_listLi {
    position: relative;
    width: 240px;
    background: #fff;
    border: 1px solid #fff;
    padding: 38px 9px 20px;
    box-sizing: border-box;
    font-size: 12px;
}

.goods_listLi:hover {
    z-index: 9;
    box-shadow: 0px 0px 2px 2px #e9e9e9;
}

.goods_listImg {
    width: 220px;
    height: 220px;
    /* overflow: hidden; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.goods_listImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.goods_listPrice {
    color: var(--lordColor);
    font-size: 20px;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}

.goods_listPrice01 {
    font-size: 16px;
}

.goods_listTitle {
    height: 40px;
    margin-bottom: 8px;
    color: #666;
    cursor: pointer;
}

.goods_listTitle:hover {
    color: var(--lordColor);
}
.dec_box{
    margin-top: 10px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
/* 分页器 */

.pager {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

.pager_left {
    display: flex;
    align-items: center;
}

.pager_btn {
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-left: 5px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    background: #f7f7f7;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pager_btn:hover {
    box-shadow: 0 1px 1px rgb(0 1 1 / 8%);
}

.pager_btn .iconfont {
    width: 1px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
}

.pager_btnDown .iconfont {
    margin-right: 0;
    margin-left: 8px;
}

.pager_right {
    display: flex;
    align-items: center;
    margin-left: 30px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
}

.pager_input {
    width: 38px;
    height: 38px;
    margin: 0 3px;
    border: 1px solid #ccc;
    padding: 3px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

.contentNo .iconfont {
    font-size: 80px;
}
