#store {
    padding: 200px 0 100px;
}
#store .page_head {
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}
#store .page_head .page_title {
    display: inline-block;
    position: relative;
    letter-spacing: -1px;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Paperozi', sans-serif;
}

#store .page_head .page_subtitle {
    font-family: 'Paperozi', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

@media screen and (max-width:1280px) {
    #store .page_head {
        margin-bottom: 30px;
    }
    #store .page_head .page_title {
        font-size: 24px;
    }

    #store .page_head .page_subtitle {
        font-size: 16px;
    }
}

#store .search_keyword{
    width: 100%;
	margin:0 auto 40px;
}

.keyword_search_bg {
    display: flex;
    justify-content: center;
    width: 100%;
    background:rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 20px 10px;
}

.keyword_search {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 760px;
    width: 100%;
}

.keyword_search input {
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    width: calc(99.999% - (10px + 50px));
    margin-right: 10px;
    padding: 17px 30px;
}

.keyword_search button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}

.keyword_search button img {
    width: 22px;
}


@media screen and (max-width: 767px) {
    #store .search_keyword {
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 500px) {
    .keyword_search_bg {
        margin-top: 3rem;
        border-radius: 1rem;
    }

}


@media screen and (max-width: 500px) {
    .keyword_search input {
        height: 40px;
        padding: 13.5px;
        border-radius: 5px;
        width: calc(99.999% - (10px + 30px));
        font-size: 12px;
        margin-right: 6px;
    }

    .keyword_search button {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        position: relative;
    }

    .keyword_search button img {
        width: 12.5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

.category-tab {
    text-align: center;
    margin-bottom: 50px;
}

.category-tab .tab_container {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: auto;
}

.category-tab .tab_ul {
    display: inline-flex;
    align-items: center;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    border-radius: 15px;
    justify-content: left;
    padding: 10px 0;
}

.category-tab .tab_ul .tab_li {
    margin: 5px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    width: calc((100% / 5) - 10px);
    padding: 8px 20px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
}

.category-tab .tab_ul .tab_li a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.category-tab .tab_ul .tab_li.on {
    color: #fff;
    position: relative;
    background: #fe6b21;
}

@media screen and (max-width: 960px) {
    .category-tab .tab_ul .tab_li {
        width: calc((100% / 3) - 10px);
        padding: 6px 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .category-tab .tab_ul .tab_li {
        width: calc((100% / 2) - 10px);
        padding: 6px 10px;
        font-size: 12px;
    }
}

.itemlist-wrap .store_cont {
    width: 100%;
    display: grid;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
}

.itemlist-wrap .store_cont .store_box {
    width: 100%;
    border-radius: 10px;
    background: #f4f6f8;
    transition: 0.3s;
    padding: 20px 20px 33px;
}

.itemlist-wrap .store_cont .store_box:hover {
    background: #f5f5f5;
}

.itemlist-wrap .store_box_img {
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.itemlist-wrap .store_box_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.itemlist-wrap .store_box_img:hover img {
    transform: scale(1.05);
}

.sub-tit {
    overflow: hidden;
    margin: 23px 0 13px;
}

.sub-tit p {
    float: left;
    color: #fe6b21;
    font-weight: bold;
}

.store_cont .sub-tit ul {
    float: right;
    display: flex;
    margin: 0;
}

.store_cont .sub-tit ul li {
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #fe6b21;
    padding: 4px 10px;
    border-radius: 999px;
}

.store_cont .store_box_txt {
    text-align: left;
}

.store_box_txt .subject {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
    display: block;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store_box_txt .simple_content {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #333;
}

@media screen and (max-width: 989px) {
    .itemlist-wrap .store_cont {
        justify-content: unset;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .itemlist-wrap .store_cont {
        gap: 16px;
    }
}

@media screen and (max-width: 650px) {
    .itemlist-wrap .store_cont {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 500px) {
    .itemlist-wrap .store_cont {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*************itemview************/
.itemview-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 48px;
    align-items: start;
}

.itemview-media {
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 16px 38px rgba(15, 35, 65, 0.08);
    /* width: min(100%, 500px); */
    width: 100%;
    justify-self: start;
}

.itemview-swiper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.itemview-swiper .swiper-slide {
    background: #f6f7f9;
}

.itemview-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

.itemview-swiper .swiper-button-prev,
.itemview-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(254, 107, 33, 0.45);
    box-shadow: 0 10px 22px rgba(15, 35, 65, 0.12);
}

.itemview-swiper .swiper-button-prev:after,
.itemview-swiper .swiper-button-next:after {
    font-size: 18px;
    font-weight: 800;
    color: #fe6b21;
}

.itemview-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.75);
    opacity: 1;
}

.itemview-swiper .swiper-pagination-bullet-active {
    background: #fe6b21;
}

.itemview-info {
    position: sticky;
    top: 120px;
}

.itemview-info-inner {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e6ebf1;
    border-radius: 22px;
    padding: 28px 28px 30px;
    box-shadow: 0 16px 38px rgba(15, 35, 65, 0.08);
}

.itemview-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(254, 107, 33, 0.12);
    border: 1px solid rgba(254, 107, 33, 0.35);
    color: #fe6b21;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 14px;
}

.itemview-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: #111;
    margin-bottom: 12px;
}

.itemview-detail {
    font-size: 15px;
    line-height: 1.7;
    color: #4a515b;
    margin-bottom: 24px;
}

.itemview-price-row {
    padding: 18px 0 22px;
    border-top: 1px solid #edf1f5;
    border-bottom: 1px solid #edf1f5;
    margin-bottom: 24px;
}

.itemview-price {
    font-size: 34px;
    font-weight: 900;
    color: #fe6b21;
    letter-spacing: -0.6px;
}

.itemview-qty {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.itemview-qty-btn {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1.5px solid #e1e6ec;
    background: #fff;
    color: #2b313a;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: all 0.15s ease;
}

.itemview-qty-btn:hover {
    border-color: #fe6b21;
    color: #fe6b21;
}

.itemview-qty-input {
    width: 78px;
    height: 42px;
    border-radius: 14px;
    border: 1.5px solid #e1e6ec;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    color: #111;
    appearance: textfield;
    -moz-appearance: textfield;
}

.itemview-qty-input:focus {
    outline: none;
    border-color: #fe6b21;
    box-shadow: 0 0 0 4px rgba(254, 107, 33, 0.12);
}

.itemview-qty-input::-webkit-outer-spin-button,
.itemview-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.itemview-total {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed #edf1f5;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #2b313a;
}

.itemview-total .label {
    font-weight: 900;
}

.itemview-total strong {
    font-size: 26px;
    font-weight: 900;
    color: #111;
}

.itemview-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.itemview-form {
    margin: 0;
}

.itemview-form .itemview-cart,
.itemview-form .itemview-buy {
    width: 100%;
}

.itemview-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-radius: 16px;
    border: 1.5px solid #fe6b21;
    background: #fff;
    color: #fe6b21;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.itemview-cart:hover {
    transform: translateY(-1px);
    background: rgba(254, 107, 33, 0.06);
}

.itemview-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 16px;
    background: #fe6b21;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(254, 107, 33, 0.28);
    transition: transform 0.15s ease, filter 0.15s ease;
}

.itemview-buy:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.itemview-buy.is-disabled {
    background: #cfd4da;
    box-shadow: none;
    pointer-events: none;
}

.itemview-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #e1e6ec;
    background: #fff;
    color: #2b313a;
    font-weight: 800;
    text-decoration: none;
}

.itemview-back:hover {
    border-color: #fe6b21;
    color: #fe6b21;
}

.itemview-content {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e6ebf1;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(15, 35, 65, 0.08);
    overflow: hidden;
}

.itemview-content-head {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}

.itemview-content-head .detail_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
}

.itemview-content-head .detail_tab li {
    flex: 1;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    padding:20px 12px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: padding 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    font-family: 'Paperozi', sans-serif;
}

.itemview-content-head .detail_tab li.on:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 200px;
    z-index: 1;
    background: #1a1a1a;
}

.itemview-content-body {
    padding: 28px;
    color: #1f232a;
    line-height: 1.8;
    font-size: 16px;
}

.itemview-content-body img {
    max-width: 100%;
    height: auto;
}

/*************cart & buy************/
.shop-main {
    /* background: #f6f8fb; */
}

.shop-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.shop-cart-section,
.shop-buy-section {
    padding: 160px 0 110px;
}

.shop-cart-head,
.shop-buy-head {
    margin-bottom: 22px;
}

.shop-cart-head h2,
.shop-buy-head h2 {
    font-size: 34px;
    font-weight: 900;
    /* color: #111; */
    color: #fff;
    margin-bottom: 6px;
}

.shop-cart-head p,
.shop-buy-head p {
    /* color: #4a515b; */
    color: #fff;
    font-size: 15px;
}

.shop-cart-empty {
    border: 1px dashed #d8e0ea;
    border-radius: 20px;
    padding: 46px 28px;
    text-align: center;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 35, 65, 0.06);
}

.shop-cart-empty strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #111;
    margin-bottom: 8px;
}

.shop-cart-empty p {
    color: #5b6470;
    margin-bottom: 16px;
}

.shop-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    background: #fe6b21;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(254, 107, 33, 0.25);
}

.shop-cart-table-wrap {
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(15, 35, 65, 0.06);
}

.shop-cart-table {
    width: 100%;
    border-collapse: collapse;
}

.shop-cart-table thead th {
    background: #f1f5fb;
    color: #1f232a;
    font-weight: 900;
    font-size: 13px;
    padding: 14px 12px;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    white-space: nowrap;
}

.shop-cart-table tbody td {
    padding: 16px 12px;
    border-bottom: 1px solid #edf1f5;
    color: #1f232a;
    text-align: center;
    vertical-align: middle;
}

.shop-cart-table tbody tr:last-child td {
    border-bottom: none;
}

.shop-cart-table .col-check {
    width: 80px;
}

.shop-cart-table .col-qty,
.shop-cart-table .col-price,
.shop-cart-table .col-total,
.shop-cart-table .col-del {
    width: 120px;
}

.shop-cart-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    color: #2b313a;
}

.shop-cart-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #fe6b21;
    cursor: pointer;
}

.shop-cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
}

.shop-cart-item img {
    width: 74px;
    height: 74px;
    border-radius: 16px;
    border: 1px solid #e6ebf1;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
}

.shop-cart-item .name {
    font-weight: 800;
    text-align: left;
}

.shop-cart-del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    color: #2b313a;
    font-weight: 800;
    text-decoration: none;
}

.shop-cart-del:hover {
    border-color: #fe6b21;
    color: #fe6b21;
}

.shop-cart-foot {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.shop-cart-sum {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e6ebf1;
}

.shop-cart-sum .label {
    color: #4a515b;
    font-weight: 700;
}

.shop-cart-sum .value {
    color: #fe6b21;
    font-size: 22px;
    font-weight: 900;
}

.shop-cart-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.shop-cart-btn {
    height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: #fe6b21;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(254, 107, 33, 0.25);
}

.shop-cart-btn.ghost {
    background: #fff;
    color: #2b313a;
    border-color: #e2e8f0;
    box-shadow: none;
}

.shop-cart-btn.ghost:hover {
    border-color: #fe6b21;
    color: #fe6b21;
}

.shop-buy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.shop-buy-card {
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(15, 35, 65, 0.06);
    padding: 22px;
    display: block;
}

.shop-buy-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.shop-buy-card-head h3 {
    font-size: 20px;
    font-weight: 900;
    color: #111;
}

.shop-buy-card-head .count {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(254, 107, 33, 0.1);
    color: #fe6b21;
    font-weight: 900;
    font-size: 13px;
    border: 1px solid rgba(254, 107, 33, 0.35);
}

.shop-buy-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-buy-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #edf1f5;
    border-radius: 16px;
}

.shop-buy-item .thumb img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    border: 1px solid #e6ebf1;
    object-fit: cover;
    background: #fff;
}

.shop-buy-item .meta {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.shop-buy-item .name {
    display: block;
    color: #111;
    text-decoration: none;
    font-weight: 900;
    margin-bottom: 4px;
}

.shop-buy-item .sub {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #4a515b;
    font-weight: 700;
    font-size: 13px;
}

.shop-buy-item .total {
    font-weight: 900;
    color: #fe6b21;
    white-space: nowrap;
}

.shop-buy-side {
    position: sticky;
    top: 120px;
}

.shop-buy-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 0 16px;
    border-top: 1px solid #edf1f5;
    border-bottom: 1px solid #edf1f5;
    margin-bottom: 16px;
}

.shop-buy-summary .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.shop-buy-summary .label {
    color: #4a515b;
    font-weight: 800;
}

.shop-buy-summary .value {
    font-weight: 900;
    color: #111;
}

.shop-buy-summary .value.use {
    color: #fe6b21;
}

.shop-buy-summary .row.total .value {
    font-size: 20px;
}

.shop-buy-warn {
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(254, 107, 33, 0.1);
    border: 1px solid rgba(254, 107, 33, 0.35);
    color: #c2410c;
    font-weight: 900;
    margin-bottom: 10px;
}

.shop-buy-btn {
    width: 100%;
    height: 54px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #fe6b21;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(254, 107, 33, 0.25);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-buy-btn.ghost {
    background: #fff;
    color: #2b313a;
    border-color: #e2e8f0;
    box-shadow: none;
}

.shop-buy-back {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    color: #2b313a;
    font-weight: 900;
    text-decoration: none;
    background: #fff;
}

.shop-buy-back:hover {
    border-color: #fe6b21;
    color: #fe6b21;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (max-width: 1200px) {
    .itemview-top {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 20px;
    }

    .itemview-title {
        font-size: 28px;
    }

    .itemview-content{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .itemview-top {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .itemview-info {
        position: static;
    }

    .itemview-info-inner {
        margin-top: 18px;
    }

    .itemview-content{
        margin-top: 20px;
    }

    .shop-cart-section,
    .shop-buy-section {
        padding: 140px 0 90px;
    }

    .shop-buy-grid {
        grid-template-columns: 1fr;
    }

    .shop-buy-side {
        position: static;
        top: auto;
    }

    .shop-cart-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-cart-actions,
    .shop-cart-sum {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .itemview-media,
    .itemview-info-inner,
    .itemview-content-body {
        padding: 20px;
    }

    .itemview-title {
        font-size: 24px;
    }

    .itemview-price {
        font-size: 30px;
    }

    .shop-inner {
        padding: 0 18px;
    }

    .shop-cart-section,
    .shop-buy-section {
        padding: 120px 0 70px;
    }

    .shop-cart-table thead th,
    .shop-cart-table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .shop-cart-item img,
    .shop-buy-item .thumb img {
        width: 62px;
        height: 62px;
    }

    .shop-buy-card {
        padding: 18px;
        border-radius: 18px;
    }
}

/*************pager************/
.pager {width:100%;  margin: 50px auto; text-align:center; display: inline-block;}
.pager-body { /* display:inline-block; */ display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 0; }
.pager-body a {width:40px; height:40px; line-height:38px; border:1px solid #e5e5e5; color:#777777; font-size:14px; font-weight:400; float:left; margin:0 4px; display:block; box-sizing:border-box; position:relative; border-radius:50%;}
.pager-body a img{position:absolute; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; top:0; bottom:0; left:0; right:0;}
.pager-body a.on{ background:#fe6b21; color:#fff; border:none; line-height:40px;}
