.main_saishi {
    padding-bottom: 280px;
}
.main_saishi .content_box .hot-comps {
    width: 1080px;
    margin: 0 auto;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(74, 43, 111, 0.2);
}
.main_saishi .content_box .hot-comps .title .part-title {
    height: 36px;
    display: flex;
    align-items: flex-end;
    margin-left: 0
}
.main_saishi .content_box .hot-comps .title .part-title .red-line {
    width: 4px;
    height: 16px;
    background-color: #3c2349;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 2px
}
.main_saishi .content_box .hot-comps .title .part-title .text {
    height: 56px;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 600;
    color: #333333
}
.main_saishi .content_box .hot-comps .title .checkout_btn {
    margin-right: 20px;
    display: flex
}
.main_saishi .content_box .hot-comps .title .checkout_btn .football,.content_box .hot-comps .title .checkout_btn .basketball {
    cursor: pointer;
    width: 77px;
    display: flex;
    align-items: center
}
.main_saishi .content_box .hot-comps .title .checkout_btn .football .logo,
.main_saishi .content_box .hot-comps .title .checkout_btn .basketball .logo {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat
}
.main_saishi .content_box .hot-comps .title .checkout_btn .football .text,
.main_saishi .content_box .hot-comps .title .checkout_btn .basketball .text {
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px
}
.main_saishi .content_box .hot-comps .title .checkout_btn .football.active .text,
.main_saishi .content_box .hot-comps .title .checkout_btn .basketball.active .text {
    color: #E74C5B
}
.main_saishi .content_box .hot-comps .title .checkout_btn .basketball {
    justify-content: flex-end
}
.main_saishi .content_box .hot-comps .comp-wrapper {
    display: flex;
    flex-wrap: wrap
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp {
    width: 230px;
    margin-right: 20px;
    margin-left: 20px;
    flex: none;
    height: 85px;
    border-bottom: 1px #F3F3F3 solid;
    display: flex
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .logo {
    width: 55px;
    height: 85px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .logo .img {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .info {
    width: 235px
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .info .comp-name {
    margin-top: 20px;
    margin-left: 20px;
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 18px
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .info .links {
    margin-top: 15px;
    margin-left: 20px;
    display: flex
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .info .links .link {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .info .links .a1 {
    width: 54px
}
.main_saishi .content_box .hot-comps .comp-wrapper .comp .info .links .a2 {
    width: 85px;
    text-align: center;
    border-left: 1px solid #DADADA;
}

/* 分页样式 */
@font-face {
    font-family: "iconfont"; /* Project id 119687 */
    src: url('/skin/static/fonts/iconfont.woff2?t=1701658728623') format('woff2'),
    url('/skin/static/fonts/iconfont.woff?t=1701658728623') format('woff'),
    url('/skin/static/fonts/iconfont.ttf?t=1701658728623') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main_saishi .pagination {
    height: 107px;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
.main_saishi .ui-paging-container {
    color: #666;
    font-size: 12px;
    line-height: 40px
}
.main_saishi .ui-paging-container ul {
    overflow: hidden;
    text-align: center;
    list-style: none
}
.main_saishi .ui-paging-container ul li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    margin: 0 5px;
    text-align: center
}
.main_saishi .ui-paging-container ul li.ui-pager {
    cursor: pointer;
    border: 1px solid #e4e4e4;
    height: 38px;
    min-width: 28px;
    border-radius: 4px
}
.main_saishi .ui-paging-container ul li.js-page-action {
    border-radius: 4px
}
.main_saishi .ui-paging-container ul li.focus,
.main_saishi .ui-paging-container ul li.ui-pager:hover {
    background-color: #de1e31;
    border-color: #de1e31;
    color: #fff
}
.main_saishi .ui-paging-container ul li.ui-paging-ellipse {
    border: none
}
.main_saishi .ui-paging-container ul li.ui-paging-toolbar {
    padding: 0
}
.main_saishi .ui-paging-container ul li.ui-paging-toolbar select {
    display: none;
    height: 38px;
    border: 1px solid #e4e4e4;
    color: #666;
    border-radius: 4px
}
.main_saishi .ui-paging-container ul li.ui-paging-toolbar input,
.main_saishi .ui-paging-container ul li.ui-paging-toolbar a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #e4e4e4;
    min-width: 28px;
    padding: 0 5px;
    height: 38px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    margin: 0 5px;
    text-align: center
}
.main_saishi .ui-paging-container ul li.ui-paging-toolbar input {
    width: 28px
}
.main_saishi .ui-paging-container ul li.ui-paging-toolbar input:focus {
    border-color: #de1e31
}
.main_saishi .ui-paging-container ul li.ui-paging-toolbar a:hover {
    background-color: #de1e31;
    border-color: #de1e31;
    color: #fff
}
.main_saishi .ui-paging-container ul li.ui-pager-disabled,
.main_saishi .ui-paging-container ul li.ui-pager-disabled:hover {
    background-color: #f6f6f6;
    cursor: default;
    border-color: #f6f6f6;
    color: #ddd
}
.main_saishi .ui-paging-container ul .icon-prev:before {
    content: "\e625";
}
.main_saishi .ui-paging-container ul .icon-next:before {
    content: "\e624";
}