.common-nav {
    margin-bottom: 40px;
}

.com-module {
    margin: 0 auto 30px;
    width: 1200px;
}

.com-module.goods-module {
    margin-bottom: 10px;
}

.basic-module .left-txt {
    text-align: left;
    padding: 20px 20px 7px;
    width: 140px;
    height: 323px;
    border-radius: 16px;
    behavior: url(PIE.htc);
    background: #ffffff;
    overflow-y: hidden;
}

.basic-module .left-txt .txt-title,
.basic-module .left-txt .txt-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-txt .txt-title i {
    display: inline-block;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    behavior: url(PIE.htc);
    background-color: #FF7F1C;
    margin-right: 6px;
    vertical-align: middle;
}

.left-txt .txt-title {
    margin-bottom: 10px;
}

.left-txt .txt-title span {
    color: #333333;
    /*font-family: PingFang SC;*/
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.left-txt .txt-item {
    display: block;
    line-height: 48px;
    color: #333;
    /*font-family: PingFang SC;*/
    font-size: 18px;
}

.left-txt .txt-item:hover {
    color: #FF7F1C;
    cursor: pointer;
}

.basic-module .right-swiper {
    margin-left: 20px;
    width: 1000px;
    height: 350px;
    border-radius: 16px;
    behavior: url(PIE.htc);
}

.basic-module .swiper-wrap {
    width: 968px;
    padding: 16px;
    height: 263px;
    border-radius: 16px 16px 0 0;
    background: #ffffff;
}

.basic-module .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #d9d9d9;
    behavior: url(PIE.htc);
}

.basic-module .swiper-container .swiper-slide {
    display: block;
    width: 968px;
    height: 263px;
}

.basic-module .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basic-module .right-swiper .tab-sec {
    height: 56px;
    border-top: 1px solid #f2f3f5;
    font-size: 0;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    text-align: left;
}

.basic-module .right-swiper .tab-sec span {
    user-select: none;
    display: inline-block;
    color: #333;
    /*font-family: PingFang SC;*/
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.basic-module .right-swiper .tab-sec>span.first {
    width: 313px;
    border-radius: 0 0 0 16px;
    border-right: 1px solid #f2f3f5;
}

.basic-module .right-swiper .tab-sec>span.second {
    width: 312px;
}

.basic-module .right-swiper .tab-sec span.only-two {
    width: 313px;
    border-right: 1px solid #f2f3f5;
}

.basic-module .right-swiper .tab-sec>span.last-span {
    width: 313px;
    border-left: 1px solid #f2f3f5;
    border-radius: 0 0 16px 0;
}

.basic-module .right-swiper .tab-sec span.text.first.active,
.basic-module .right-swiper .tab-sec span.text.first:hover,
.basic-module .right-swiper .tab-sec span.text.last-span.active,
.basic-module .right-swiper .tab-sec span.text.last-span:hover {
    color: #FF7F1C;
    background-size: 100% 100%;
    cursor: pointer;
}

.basic-module .right-swiper .tab-sec span.text.first.active,
.basic-module .right-swiper .tab-sec span.text.last-span.active {
    background: url(../static/module/swiper-tab-active-bg.png);
    font-weight: bold;
}


.basic-module .right-swiper .tab-sec span.text.second.active,
.basic-module .right-swiper .tab-sec span.text.second:hover {
    color: #FF7F1C;
    cursor: pointer;
    background-size: 100% 100%;
}

.basic-module .right-swiper .tab-sec span.text.second.active {
    background: url(../static/module/swiper-center-tab-active-bg.png);
    font-weight: bold;
}

.goods-title {
    margin-bottom: 20px;
}

.goods-title a.no-cursor:hover {
    cursor: auto;
}

.goods-title .sp1:hover {
    cursor: pointer;
}

.goods-title .sp1 .i1 {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url(../static/game_demo/triangle-icon.png) center no-repeat;
}

.goods-title .sp1 .i2 {
    color: #FF7F1C;
    /*font-family: PingFang SC;*/
    font-weight: bold;
    font-size: 20px;
}

.goods-title .sp2 {
    margin-top: 8px;
    width: 44px;
    height: 20px;
    cursor: pointer;
    background: url(../static/module/more.png) center no-repeat;
}

.goods-title .sp2:hover {
    background: url(../static/module/more-hover.png) center no-repeat;
}

.goods-item-wrap .item {
    display: block;
    float: left;
    margin-right: 20px;
    width: 285px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.goods-item-wrap .item.last-item {
    margin-right: 0;
}

.goods-item-wrap .item:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.goods-item-wrap .img-wrap {
    height: 176px;
    width: 285px;
}

.goods-item-wrap .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    background: #b8b8b8;
    border: none;
    outline: none;
}

.goods-item-wrap .goods-intro {
    padding: 8px 16px;
    text-align: left;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
}

.goods-item-wrap .goods-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.goods-item-wrap .goods-price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-item-wrap .goods-price i {
    color: #FF5D23;
    font-size: 14px;
}

.goods-item-wrap .goods-price .i2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
}

.goods-item-wrap .goods-price .i3 {
    float: right;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #FF4444;
    border-radius: 4px;
    padding: 3px;
}

/* 404设置 */
.section-404 {
    position: relative;
}

.section-404 .img-404 {
    width: 240px;
    height: 240px;
    left: 50%;
    margin-left: -120px;
    position: absolute;
}

.section-404 .section-404 img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-404 .error-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 174px;
    color: #666666;
    font-weight: 500;
    font-size: 20px;
}

.section-404 .back-home-btn {
    position: absolute;
    top: 226px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    border-radius: 19px;
    behavior: url(PIE.htc);
    color: #FF5D23;
    cursor: pointer;
    background: url(../static/custom/back-btn.png) center no-repeat;
}

.section-404 .back-home-btn:hover {
    color: #fff;
    background: url(../static/custom/back-btn-hover.png) center no-repeat;
}

/* 没有数据 */
.no-module-section {
    position: relative;
}

.no-module-section .no-module-data {
    position: absolute;
    left: 50%;
    margin-left: -80px;
}

.no-module-section .no-module-data .icon {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    background: url(../static/icons/no-data.png) center no-repeat;
}

.no-module-section .no-module-data .tip-text {
    text-align: center;
    color: #c3c3c3;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

/* 搜索页面轮播图模块 */
.search-swiper {
    margin: 0 auto 40px;
    width: 1200px;
    height: 279px;
    padding-top: 16px;
    border-radius: 16px;
    background: #fff;
    behavior: url(PIE.htc);
}

.search-swiper .swiper-container {
    width: 1168px;
    height: 263px;
    border-radius: 16px;
    behavior: url(PIE.htc);
    background-color: #D9D9D9;
    margin: 0 auto;
}

.search-swiper .swiper-wrap .swiper-slide {
    display: block;
    width: 1168px;
    height: 263px;
}

.search-swiper .swiper-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 搜索页面没有数据 */
.search-no-module-section {
    position: relative;
    height: 300px;
}

.search-no-module-section .no-module-data {
    position: absolute;
    left: 50%;
    margin-left: -80px;
}

.search-no-module-section .no-module-data .icon {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    background: url(../static/icons/no-data.png) center no-repeat;
}

.search-no-module-section .no-module-data .tip-text {
    text-align: center;
    color: #c3c3c3;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.search-no-module-section .back-home-btn {
    position: absolute;
    top: 226px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    border-radius: 19px;
    behavior: url(PIE.htc);
    color: #FF5D23;
    cursor: pointer;
    background: url(../static/custom/back-btn.png) center no-repeat;
}

.search-no-module-section .back-home-btn:hover {
    color: #fff;
    background: url(../static/custom/back-btn-hover.png) center no-repeat;
}