.body-wrapper {
    background-color: #000
}

.body {
    margin: 0 auto;
    padding: 40px;
    width: 1136px
}

.big-header {
    height: 160px!important
}

.match-info-container {
    background-color: #27272a;
    border-radius: 16px;
    box-shadow: 0 20px 20px rgba(209,62,52,.06);
    display: grid;
    margin-top: 25px;
    padding: 40px;
    place-items: center
}

.match-info-container .league {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

.match-info-container .match-name {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
    margin-top: 16px;
    text-align: center
}

.match-info-container .match-point {
    display: flex;
    width: 100%
}

.match-info-container .match-point .team {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 32px
}

.match-info-container .match-point .team .team-logo {
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 124px
}

.match-info-container .match-point .team .team-name {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 16px;
    text-align: center
}

.match-info-container .match-point .points {
    align-items: center;
    display: flex;
    justify-content: center
}

.match-info-container .match-point .points .point {
    background: #9a1b13;
    border-radius: 16px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    padding: 11px 18px;
    text-align: center
}

.match-info-container .match-point .points .seperator {
    color: #9a1b13;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin: 24px;
    text-align: center
}

.match-info-container .match-point .time {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 8px;
    text-align: center
}

.live-container {
    margin-top: 24px;
    min-height: 560px;
    position: relative
}

.live-container .only-vip {
    background-color: #27272a;
    bottom: 40px;
    left: 40px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 40px;
    z-index: 1
}

.live-container .only-vip .center {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.live-container .only-vip .center .text {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.live-container .only-vip .center .upgrade-btn {
    background: #ff7501;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 24px
}

.live-container .not-start {
    background: url(/img/live/bg_not_start.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.live-container .not-start .not-start-btn {
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 44px;
    font-weight: 600;
    line-height: 53px;
    padding: 12px 24px
}

.video-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.video-footer .row {
    gap: 12px
}

.video-footer .row .icon {
    border: 1px solid #45454a;
    cursor: pointer;
    display: flex;
    padding: 8px
}

.video-footer .btn {
    background-color: unset;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 15px
}

.video-footer .btn.active {
    background: linear-gradient(135deg,#002672,#f53434);
    border: 0;
    padding: 11px 20px
}

.category {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(209,62,52,.1);
    padding: 24px
}

.category-title {
    align-items: center;
    border-bottom: 1px solid #4a5568;
    display: flex;
    padding-bottom: 20px
}

.category-title .logo {
    border-radius: 50%;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 48px
}

.category-title .text {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px
}

.categories {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 30px;
    margin-top: 28px
}

.category-row {
    border-bottom: 1px solid #6a6a6a;
    display: grid;
    grid-template-columns: 2fr 14fr 2fr;
    height: 70px;
    text-align: center
}

.category-row .center-area {
    display: grid;
    grid-template-columns: 5fr 3fr 5fr
}

.category-row:hover {
    background-color: rgba(237,242,247,.8);
    border-radius: 12px;
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px
}

.category-row .item {
    align-items: center;
    display: flex;
    overflow: hidden
}

.category-row .item.live_football_game_team {
    justify-content: flex-end
}

.category-row .item.center {
    flex-direction: column;
    justify-content: center
}

.category-row .item.center .top {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.category-row .item.center .bottom {
    color: #4a5568;
    font-size: 14px;
    line-height: 17px
}

.category-row .item.end {
    justify-content: flex-end
}

.team-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.team-logo {
    height: 32px;
    margin: 0 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 32px
}

.watch-btn {
    background: #ff7501;
    border: none;
    border-radius: 1000px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    line-height: 19px;
    padding: 6px 12px
}

.filter-container {
    align-self: flex-start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(209,62,52,.1);
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
    padding: 24px
}

.filter-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px
}

.filter-group .top_stream_leagues_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px
}

.filter-row {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 6px 0
}

.filter-row:hover {
    background-color: rgba(237,242,247,.8);
    border-radius: 12px;
    margin: 0 -12px;
    padding: 6px 12px
}

.filter-row .logo {
    border-radius: 50%;
    height: 40px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px
}

.filter-row .text {
    color: #fff;
    font-size: 16px;
    line-height: 19px
}

.info {
    margin-top: 36px
}

.info .title {
    font-size: 18px;
    line-height: 22px
}

.info .text {
    font-size: 16px;
    line-height: 22px
}

.report-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 40px;
    width: 322px
}

.report-content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px
}

.report-content .reasons {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.report-content .reasons .reason {
    align-items: center;
    gap: 12px
}

.report-content .reasons .reason>div>label {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

.report-content .reasons .reason>div>label input {
    background: #fff;
    border: 1px solid #a0aec0;
    border-radius: 100px;
    box-sizing: border-box;
    height: 22px;
    margin: 0 10px 0 0;
    width: 22px
}

.report-content .reasons .reason>div>label span,.report-content .tool-tip,.send-btn {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.send-btn {
    background: linear-gradient(135deg,#002672,#f53434);
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 40px;
    margin-right: 40px;
    padding: 12px 24px
}

.player-container {
    background-color: #000;
    background-image: url(/img/live/bg_not_start.png);
    background-size: cover;
    margin-top: 24px;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.player-container .box-schedule {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container .box-schedule .box-logo {
    display: flex;
    height: 50%
}

.player-container .box-schedule .box-logo .item-logo {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center
}

.player-container .box-schedule .box-logo .item-logo .logo-container {
    height: 150px;
    width: 150px
}

@media (max-width: 540px) {
    .player-container .box-schedule .box-logo .item-logo .logo-container {
        height:75%;
        width: 75%
    }
}

.player-container .box-schedule .box-logo .item-logo .logo-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.player-container .box-schedule .box-countdown {
    align-items: center;
    display: flex;
    font-size: 30px;
    height: 50%;
    justify-content: center
}

@media (max-width: 540px) {
    .player-container .box-schedule .box-countdown {
        font-size:16px
    }
}

.player-container #player-html5 {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #player-html5 .iframe-wrapper {
    height: 100%;
    width: 100%
}

.player-container #loadingPlayer {
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #loadingPlayer img {
    height: 40px;
    width: 40px
}

.player-container .txt-count-down {
    color: #fff;
    margin-top: 20px
}

.popup-player {
    background-color: rgba(30,41,59,.9);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

@media (max-width: 1025px) {
    .popup-player {
        background:#000;
        height: 100vh;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 100vw
    }
}

.popup-player .popup-player-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    text-align: center;
    width: calc(100% - 50px)
}

@media (max-width: 1030px) {
    .popup-player .popup-player-container {
        background:#0f172a;
        border-radius: 0;
        display: block;
        width: 100%
    }
}

.popup-player .popup-player-container .container-close {
    align-items: center;
    display: none;
    padding: 15px
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .container-close {
        display:flex
    }
}

.popup-player .popup-player-container .container-close .btn-close-popup-package {
    padding: 5px
}

.popup-player .popup-player-container .container-close .title-upgrade {
    color: #fff;
    font-weight: 700;
    position: relative;
    top: -2px
}

.popup-player .popup-player-container .count-down-popup {
    background-color: #fdc400;
    border-radius: 5px;
    color: #1a202c;
    margin: 15px;
    padding: 6px 12px
}

.popup-player .popup-player-container .txt-upgrade {
    color: #fff;
    font-size: 18px;
    margin-top: 40px
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .txt-upgrade {
        display:none
    }
}

.popup-player .popup-player-container .list-package {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .list-package {
        flex-direction:column;
        margin-top: 0;
        padding: 0 15px
    }
}

.popup-player .popup-player-container .list-package .item-package {
    align-items: flex-start;
    background: #0f172a;
    border: 1px solid #10b98100;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-right: 24px;
    padding: 24px;
    position: relative;
    width: 33.3333333333%
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .list-package .item-package {
        background-color:hsla(0,0%,100%,.1);
        margin-top: 0;
        padding: 16px
    }
}

.popup-player .popup-player-container .list-package .item-package:last-of-type {
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package {
        align-items:center;
        flex-direction: row;
        margin: 0;
        max-width: 100%;
        min-width: 100%
    }

    .popup-player .popup-player-container .list-package .item-package:last-of-type {
        margin-bottom: 0
    }
}

.popup-player .popup-player-container .list-package .item-package .plan-item-content {
    width: 100%
}

.popup-player .popup-player-container .list-package .item-package .plan-item-content .title-save {
    align-items: center;
    display: flex;
    font-size: 20px
}

.popup-player .popup-player-container .list-package .item-package .plan-item-content .title-save .plan-title {
    color: #fff;
    display: flex;
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px
}

.popup-player .popup-player-container .list-package .item-package .highlight {
    color: #305dff
}

.popup-player .popup-player-container .list-package .item-package .plan-title {
    color: #fff;
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px
}

.popup-player .popup-player-container .list-package .item-package .plan-title .time_display_extra {
    color: #fdc400
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package .plan-title {
        font-size:14px;
        font-weight: 600;
        line-height: 17px
    }
}

.popup-player .popup-player-container .list-package .item-package .price-wrapper {
    display: flex;
    flex-direction: column;
    margin: 6px 0
}

.popup-player .popup-player-container .list-package .item-package .price-wrapper .top-price {
    align-items: center;
    display: flex
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package .price-wrapper {
        margin-top:0
    }
}

.popup-player .popup-player-container .list-package .item-package .prev-price {
    color: hsla(0,0%,100%,.6);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 16px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package .prev-price {
        font-size:17px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center
    }
}

.popup-player .popup-player-container .list-package .item-package .primary-price {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.popup-player .popup-player-container .list-package .item-package .primary-price .left-content {
    align-items: center;
    display: flex
}

.popup-player .popup-player-container .list-package .item-package .primary-price .sign {
    color: #d13e34;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-align: center
}

.popup-player .popup-player-container .list-package .item-package .primary-price .price {
    color: #d13e34;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 6px;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package .primary-price .price {
        font-size:36px;
        font-weight: 600;
        line-height: 43px
    }
}

.popup-player .popup-player-container .list-package .item-package .primary-price .month {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.popup-player .popup-player-container .list-package .item-package .save-label {
    border: 1px solid #10b981;
    border-radius: 16px;
    color: #10b981;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    padding: 2px 10px;
    right: 24px;
    text-align: center;
    top: 24px
}

.popup-player .popup-player-container .list-package .item-package .btn-select-plan {
    background: #d13e34;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 12px 15px;
    text-align: center
}

.popup-player .popup-player-container .list-package .item-package .btn-select-plan:focus {
    border: none;
    outline: none
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package .btn-select-plan {
        margin-top:0
    }
}

.popup-player .popup-player-container .list-package .item-package .plan-description {
    align-items: center;
    color: #10b981;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
    text-align: center
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .list-package .item-package .plan-description {
        display:none
    }
}

.popup-player .popup-player-container .list-package .item-package .plan-description .icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-right: 6px;
    max-width: 24px;
    min-width: 24px
}

.popup-player .popup-player-container .list-package .item-package .plan-btn-block {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .popup-player .popup-player-container .list-package .item-package {
        font-size:12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-top: 12px
    }
}

@media (min-width: 1025px) {
    .popup-player .popup-player-container .list-package .item-package[data-recommend=true] {
        padding:40px 24px
    }
}

.popup-player .popup-player-container .list-package .item-package.active,.popup-player .popup-player-container .list-package .item-package:hover {
    border: 1px solid #10b981
}

.popup-player .popup-player-container .list-benefit {
    display: flex;
    margin-top: 60px;
    padding: 0 140px;
    width: 100%
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .list-benefit {
        flex-direction:column;
        margin-top: 25px;
        padding: 0 15px
    }
}

.popup-player .popup-player-container .list-benefit .benefit-item {
    flex: 1
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .list-benefit .benefit-item {
        display:flex;
        margin-top: 5px
    }
}

.popup-player .popup-player-container .list-benefit .benefit-item .icon {
    margin-right: 10px
}

.popup-player .popup-player-container .list-benefit .benefit-item .benefit-title {
    color: #fff
}

@media (max-width: 1025px) {
    .popup-player .popup-player-container .list-benefit .benefit-item .benefit-title {
        font-weight:unset;
        text-align: left
    }
}

.item-package {
    align-content: center;
    background-color: #1e293b;
    border-radius: 55px;
    flex-direction: column;
    justify-content: center;
    margin: 8px auto;
    padding: 24px 24px 50px;
    position: relative;
    width: 350px
}

@media (max-width: 1030px) {
    .item-package {
        background-color:unset;
        border: 0;
        border-radius: 8px;
        padding: 12px;
        width: 100%
    }
}

.item-package .item-package-title {
    display: none;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 1030px) {
    .item-package .item-package-title {
        display:block
    }

    .item-package .item-package-1 {
        display: none
    }
}

.item-package .item-package-1 .time {
    font-family: Poppins;
    font-size: 18px;
    text-align: center
}

.item-package .item-package-1 .money {
    align-content: center;
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.item-package .item-package-1 .money .only {
    align-items: center;
    display: flex;
    font-size: 18px;
    margin-right: 10px
}

.item-package .item-package-1 .money .percent {
    align-items: center;
    display: flex;
    font-size: 24px;
    margin-right: 1px
}

.item-package .item-package-1 .money .count-percent {
    font-family: Poppins;
    font-size: 48px
}

.item-package .item-package-1 .per-month {
    text-align: center
}

.item-package .item-package-2 {
    margin-top: 24px
}

@media (max-width: 1030px) {
    .item-package .item-package-2 {
        margin-top:5px
    }
}

.item-package .item-package-2 .item-desc {
    display: flex;
    margin-bottom: 5px
}

.item-package .item-package-2 .item-desc .desc-icon {
    margin-right: 8px
}

.item-package .item-package-2 .item-desc .desc-icon img {
    position: relative;
    top: 2px
}

.upgrade-before-play {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 15px #000;
    top: 0;
    width: calc(100% - 100px)
}

.upgrade-before-play .prematch-container {
    display: none
}

@media (max-width: 1030px) {
    .upgrade-before-play {
        font-size:16px;
        padding: 0 15px;
        width: calc(100% - 30px)
    }
}

.upgrade-before-play strong {
    color: #f91e4e
}

.upgrade-before-play .btn-upgrade-before-play {
    background: #f91e4e;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 15px auto;
    padding: 10px;
    width: 250px
}

@media (max-width: 1030px) {
    .upgrade-before-play .btn-upgrade-before-play {
        font-size:14px;
        margin: 10px auto;
        padding: 5px 10px;
        width: 150px
    }
}

.poll-container {
    position: relative
}

.teams-info {
    background-color: #27272a;
    border: 1px solid #383838;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 16px 0;
    padding: 24px 24px 14px
}

.teams-info .item-team {
    align-items: center;
    display: flex;
    flex: 1
}

@media (max-width: 540px) {
    .teams-info .item-team {
        height:54px;
        width: 54px
    }
}

.teams-info .item-team .avatar-container {
    height: 110px;
    margin-right: 16px;
    width: 110px
}

@media (max-width: 540px) {
    .teams-info .item-team .avatar-container {
        height:54px;
        margin-right: 0;
        width: 54px
    }
}

.teams-info .item-team .avatar-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.teams-info .item-team .item-info {
    margin-bottom: 14px
}

.teams-info .item-team .item-info:last-child {
    margin-bottom: 0
}

.teams-info .item-team .item-info a {
    color: #fff
}

.teams-info .item-team.left {
    justify-content: flex-end
}

.teams-info .item-team.left .item-info {
    text-align: right
}

.teams-info .item-team.left .avatar-container {
    margin-left: 16px;
    margin-right: 0
}

@media (max-width: 540px) {
    .teams-info .item-team.left .avatar-container {
        margin-left:0
    }
}

@media (max-width: 920px) {
    .teams-info .item-team {
        margin-bottom:14px
    }

    .teams-info .item-team .item-info {
        display: none
    }
}

.teams-info .match-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px
}

@media (max-width: 540px) {
    .teams-info .match-info {
        max-width:calc(100% - 110px);
        padding: 0 10px
    }
}

.teams-info .match-info .score {
    font-family: Poppins;
    font-size: 20px
}

.teams-info .match-info .item-match-info {
    margin-top: 5px
}

.teams-info .match-info .item-match-info .status {
    background-color: #576172;
    border-radius: 5px;
    display: inline-block;
    font-family: Poppins;
    margin-left: 5px;
    padding: 2px 5px
}

.suggest-plan {
    display: flex
}

@media (max-width: 540px) {
    .suggest-plan {
        flex-direction:column
    }
}

.suggest-plan .suggest-plan-left {
    background-color: #333;
    border: 1px solid #646464;
    display: flex;
    flex: 1;
    padding: 50px 40px
}

@media (max-width: 1200px) {
    .suggest-plan .suggest-plan-left {
        padding:10px
    }
}

@media (max-width: 540px) {
    .suggest-plan .suggest-plan-left {
        padding:24px
    }
}

.suggest-plan .suggest-plan-left .info-plan {
    align-items: center;
    display: flex
}

@media (max-width: 540px) {
    .suggest-plan .suggest-plan-left .info-plan {
        align-items:flex-start;
        flex-direction: column
    }
}

.suggest-plan .suggest-plan-left .info-plan .price-plan {
    color: #f53434;
    font-family: Rubik;
    font-size: 56px;
    font-weight: 600;
    margin-left: 48px
}

@media (max-width: 1200px) {
    .suggest-plan .suggest-plan-left .info-plan .price-plan {
        font-size:30px
    }
}

@media (max-width: 540px) {
    .suggest-plan .suggest-plan-left .info-plan .price-plan {
        margin-left:0
    }
}

.suggest-plan .suggest-plan-left .info-plan .dollar-plan {
    color: #f53434;
    font-family: Rubik;
    font-size: 28px;
    margin-left: 6px
}

.suggest-plan .suggest-plan-left .info-plan .time-plan {
    margin-left: 8px
}

.suggest-plan .suggest-plan-left .info-plan .origin-price {
    margin-left: 28px;
    text-decoration: line-through
}

@media (max-width: 540px) {
    .suggest-plan .suggest-plan-left .info-plan .origin-price {
        margin-left:0
    }
}

.suggest-plan .suggest-plan-left .action-plan {
    align-items: center;
    display: flex;
    flex: 1;
    margin-left: 22px
}

@media (max-width: 540px) {
    .suggest-plan .suggest-plan-left .action-plan {
        align-items:flex-end;
        flex-direction: column
    }
}

.suggest-plan .suggest-plan-left .action-plan .save-value {
    color: #07c079;
    flex: 1
}

.suggest-plan .suggest-plan-left .action-plan .btn-get-plan {
    background: linear-gradient(135deg,#002672,#f53434);
    color: #fff;
    cursor: pointer;
    padding: 8px 30px
}

.suggest-plan .suggest-plan-right {
    background: linear-gradient(90deg,#5179ec,#f13436);
    cursor: pointer;
    margin-left: 24px;
    padding: 1px;
    width: 310px
}

@media (max-width: 540px) {
    .suggest-plan .suggest-plan-right {
        height:50px;
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }
}

.suggest-plan .suggest-plan-right .see-more-plan {
    background-color: #000;
    background-image: url(/images/see-more-plan.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.title {
    overflow: hidden;
}

.title h2 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    float: left
}

.title a {
    float: right
}

.title h2:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #f27408;
    margin-right: 6px;
    border-radius: 0 10px 10px 0;
    position: relative;
    top: 2px;
}

.tuwen {
}

.tuwen {
}

.tuwen ul {
    margin-left: -20px;
    overflow: hidden
}

.tuwen ul li {
    width: 265px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px
}

.tuwen ul li .img {
    height: 129px;
    position: relative;
    overflow: hidden;
}

.tuwen ul li .img img {
    width: 100%;
    height: 129px;
}

.tuwen ul li .title {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd {
    height: 58px;
    border-top: 2px solid #FE0000;
}

.hd ul {
    height: 50px;
    background: #27272a;
    box-shadow: 0 0px 0px #ddd;
}

.hd li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 15px;
    float: left;
    cursor: pointer
}

.hd li.on {
    background: #FE0000;
    color: #FFF
}

.huati-redian {
    background: #27272a;
    padding: 10px;
    overflow: hidden;
}

.huati-redian li {
    float: left;
    width: 50%;
    white-space: nowrap;
}

.huati-redian li {
    position: relative;
}

.huati-redian li i.nico {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 12px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: url(/images/dd.png) no-repeat center ;
    background-size: 5px
}

.huati-redian li i.vico {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: url(/images/sp.png) no-repeat center ;
    background-size: 20px
}

.huati-redian li a {
    display: inline-block;
    width: 98%;
    color: #fff;
    line-height: 2;
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.huati-redian li em {
    position: absolute;
    right: 0;
    top: 18%;
    color: #999;
}

.tagcloud {
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(27, 95, 160, .1);
}

.tagcloud a {
    background-color: #f0f0f0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    display: inline-block;
    color: #333 !important;
    font-size: 14px !important;
    height: 26px;
    line-height: 26px;
    margin: 0 13px 5px 0;
    padding: 0 5px 0 9px;
    position: relative;
    text-decoration: none;
}

.tagcloud a:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}
