.index-wrapper {
    width: 100%;
    min-height: 100vh
}

.index-wrapper .living-room {
    height: 640px;
    background-image: url(//sta.vnres.co/web/assets/soco/img/banner.jpg?v=20220810);
    background-position: center;
    background-size: cover
}

.index-wrapper .living-room .video-inner {
    position: relative;
    border-radius: 6px;
    height: 640px;
    padding-top: 72px
}

.index-wrapper .living-room .video-inner .video-box {
    width: 1015px;
    height: 567px;
    background: #000;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    float: left
}

.index-wrapper .living-room .video-inner .video-box:hover .inLiveRoom {
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.index-wrapper .living-room .video-inner .video-box .video-player {
    width: 100%;
    height: 100%;
    background: #000
}

.index-wrapper .living-room .video-inner .video-box .inLiveRoom {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    text-align: center;
    height: 60px;
    padding: 0 25px;
    line-height: 60px;
    background: #000;
    border-radius: 6px;
    opacity: .5;
    border: 1px solid #ffc71c;
    font-size: 20px;
    font-weight: 600;
    color: #ffc71c;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.index-wrapper .living-room .video-inner .video-list {
    height: 567px;
    position: relative;
    float: right
}

.index-wrapper .living-room .video-inner .video-list .room-list {
    width: 185px;
    height: 100%;
    padding: 7px 2px;
    background: rgba(0, 0, 0, .8);
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    transform: translateZ(0);
    transition: padding-top .3s linear
}

.index-wrapper .living-room .video-inner .video-list .room-list li {
    padding: 0 0 7px 5px
}

.index-wrapper .living-room .video-inner .video-list .room-list li a {
    display: block;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    width: 170px;
    height: 105px;
    background: 0 0;
    border-radius: 6px
}

.index-wrapper .living-room .video-inner .video-list .room-list li a.active,
.index-wrapper .living-room .video-inner .video-list .room-list li a:hover {
    border: 2px solid #ffc71c;
    border-radius: 6px
}

.index-wrapper .living-room .video-inner .video-list .room-list li a.active .left-arrow,
.index-wrapper .living-room .video-inner .video-list .room-list li a:hover .left-arrow {
    position: absolute;
    top: 43px;
    left: 0;
    margin-left: -15px
}

.index-wrapper .living-room .video-inner .video-list .room-list li a.active .left-arrow::after,
.index-wrapper .living-room .video-inner .video-list .room-list li a:hover .left-arrow::after {
    position: absolute;
    content: '';
    border-top: 6px transparent dashed;
    border-left: 7px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-right: 7px #ffc71c solid
}

.index-wrapper .living-room .video-inner .video-list .room-list li a img {
    display: block;
    width: 167px;
    height: 102px;
    border-radius: 6px
}

.index-wrapper .appoinment-list {
    position: relative;
    margin-top: 40px
}

.index-wrapper .appoinment-list .appoinment-swiper-container {
    width: 100%;
    height: 132px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    position: relative;
    list-style: none;
    padding: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .2) 0 12px 28px 0, rgba(0, 0, 0, .1) 0 2px 4px 0, rgba(255, 255, 255, .05) 0 0 0 1px inset
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper {
    height: 100%
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide {
    width: 240px;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #d8d8d8
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game {
    font-weight: 400;
    padding: 16px 16px 20px
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title {
    color: #777;
    font-size: 12px;
    margin: 0 0 20px;
    height: 17px;
    line-height: 17px
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fl {
    float: left
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fl .icon {
    width: 12px;
    height: 12px;
    vertical-align: middle
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fl span {
    display: inline-block;
    vertical-align: middle
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .title .fr {
    float: right
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team {
    width: 150px;
    overflow: hidden;
    display: inline-block;
    float: left
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team p {
    float: left;
    padding-bottom: 10px;
    text-align: left
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team p .logo {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    float: left
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .battle-team p .ellipsis {
    display: inline-block;
    width: 112px;
    margin: 0 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    line-height: 24px
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment {
    display: inline-block;
    margin-top: 18px;
    width: 52px;
    height: 25px;
    line-height: 25px;
    background: #ffc71c;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    cursor: pointer
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment.use {
    background: #e5e5e5
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment.use .already-appoinment {
    display: inline
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment.use .no-appoinment {
    display: none
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment .already-appoinment {
    display: none
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.game .box .appoinment .no-appoinment {
    display: inline
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match {
    color: #777
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match a {
    height: 100%
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match a img {
    width: 29px;
    margin: 42px auto 0;
    display: block;
    height: 26px
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-wrapper .swiper-slide.more-match a .match-text {
    margin-top: 4px;
    font-size: 12px
}

.index-wrapper .appoinment-list .swiper-button-next,
.index-wrapper .appoinment-list .swiper-button-prev {
    transition: opacity .15s;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    text-decoration: none;
    outline: 0
}

.index-wrapper .appoinment-list .swiper-button-next::after,
.index-wrapper .appoinment-list .swiper-button-prev::after {
    content: none
}

.index-wrapper .appoinment-list .swiper-button-next {
    right: -55px;
    top: 77px;
    left: auto
}

.index-wrapper .appoinment-list .swiper-button-next i {
    font-size: 30px;
    color: #979797
}

.index-wrapper .appoinment-list .swiper-button-prev {
    left: -40px;
    top: 77px;
    right: auto
}

.index-wrapper .appoinment-list .swiper-button-prev i {
    font-size: 30px;
    color: #979797
}

.index-wrapper .appoinment-list .swiper-button-disabled {
    opacity: 0
}

.index-wrapper .hot {
    margin-top: 50px;
    position: relative
}

.index-wrapper .hot .hot-title {
    margin-bottom: 10px
}

.index-wrapper .hot .hot-title .hot-live {
    vertical-align: middle
}

.index-wrapper .hot .hot-title .hot-live img {
    margin-top: 2px;
    width: 183px
}

.index-wrapper .hot .hot-title .live-type-list {
    display: inline-block;
    vertical-align: middle
}

.index-wrapper .hot .hot-title .live-type-list .live-type-item {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-size: 16px;
    color: #777;
    cursor: pointer
}

.index-wrapper .hot .hot-title .live-type-list .live-type-item.active {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.index-wrapper .hot .hot-title .live-type-list .live-type-item.active .pa {
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 6px;
    left: 0;
    right: 0;
    border-radius: 3px;
    border-bottom: 6px solid #ffb600
}

.index-wrapper .hot .hot-content {
    font-size: 0
}

.index-wrapper .hot .hot-content li {
    height: 200px;
    width: 285px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    display: inline-block;
    border-radius: 4px
}

.index-wrapper .hot .hot-content li:nth-child(4n) {
    margin-right: 0
}

.index-wrapper .hot .hot-content li a {
    cursor: pointer;
    width: 100%;
    height: 160px;
    position: relative;
    transition: color .2s ease-out;
    float: left
}

.index-wrapper .hot .hot-content li a:hover .btn-open {
    opacity: 1;
    transform: scale(1)
}

.index-wrapper .hot .hot-content li a .mask {
    position: absolute;
    width: 100%;
    height: 160px;
    border-radius: 6px 6px 0 0
}

.index-wrapper .hot .hot-content li a>img {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 6px 6px 0 0
}

.index-wrapper .hot .hot-content li a .live-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    background: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.index-wrapper .hot .hot-content li a .btn-open {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -25px 0 0 -25px;
    background: url(//sta.vnres.co/web/assets/soco/img/icon-open@2x.png) no-repeat;
    background-size: 44px auto;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.index-wrapper .hot .hot-content li a .bottom-title {
    font-weight: 400;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    padding: 0 14px 8px;
    letter-spacing: 1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%)
}

.index-wrapper .hot .hot-content li a .bottom-title .num {
    float: right
}

.index-wrapper .hot .hot-content li a .bottom-title .num img {
    width: 14px;
    float: left;
    padding-top: 3px;
    padding-right: 2px
}

.index-wrapper .hot .hot-content li a .ellipsis {
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 14px;
    font-size: 14px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #000
}

.index-wrapper .hot .none-data {
    width: 300px;
    margin: 0 auto
}

.index-wrapper .hot .none-data img {
    width: 100%
}

.index-wrapper .hot .none-data .text {
    height: 22px;
    margin-top: 12px;
    line-height: 22px;
    font-size: 16px;
    color: #b5b5b5;
    user-select: none;
    text-align: center
}

.index-wrapper .anchor {
    position: relative;
    margin-top: 58px;
    background: #fff
}

.index-wrapper .anchor .title-block {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: -33px
}

.index-wrapper .anchor .title-block img {
    width: 100%
}

.index-wrapper .anchor .anchor-swiper-container {
    margin: 10px auto 0;
    border: 0;
    height: 196px;
    width: 1100px;
    padding: 48px 0 38px;
    overflow: hidden
}

.index-wrapper .anchor .anchor-swiper-container .swiper-slide.person {
    width: 138px;
    height: 106px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.index-wrapper .anchor .anchor-swiper-container .swiper-slide.person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 5px
}

.index-wrapper .anchor .swiper-button-next,
.index-wrapper .anchor .swiper-button-prev {
    transition: opacity .15s;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    text-decoration: none;
    outline: 0
}

.index-wrapper .anchor .swiper-button-next::after,
.index-wrapper .anchor .swiper-button-prev::after {
    content: none
}

.index-wrapper .anchor .swiper-button-next {
    right: 24px;
    left: auto
}

.index-wrapper .anchor .swiper-button-next i {
    font-size: 30px;
    color: #979797
}

.index-wrapper .anchor .swiper-button-prev {
    left: 24px;
    right: auto
}

.index-wrapper .anchor .swiper-button-prev i {
    font-size: 30px;
    color: #979797
}

.index-wrapper .category-list .top-tag,
.index-wrapper .hot-content .top-tag {
    position: absolute;
    width: 100%;
    top: 10px;
    zoom: 1
}

.index-wrapper .category-list .top-tag:after,
.index-wrapper .hot-content .top-tag:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.index-wrapper .category-list .top-tag i,
.index-wrapper .hot-content .top-tag i {
    position: relative;
    top: -21px;
    left: 8px;
    font-size: 14px;
    font-style: normal;
    text-align: center
}

.index-wrapper .category-list .top-tag .com,
.index-wrapper .category-list .top-tag .hots,
.index-wrapper .category-list .top-tag .tag,
.index-wrapper .hot-content .top-tag .com,
.index-wrapper .hot-content .top-tag .hots,
.index-wrapper .hot-content .top-tag .tag {
    float: left;
    padding-right: 14px;
    border-top: 24px solid #218aff;
    border-right: 6px solid transparent;
    border-radius: 0 3px 9px 0;
    color: #fff
}

.index-wrapper .category-list .top-tag .com,
.index-wrapper .hot-content .top-tag .com {
    border-top-color: #218aff
}

.index-wrapper .category-list .top-tag .hots,
.index-wrapper .hot-content .top-tag .hots {
    border-top-color: #f53923
}

.index-wrapper .category-list .top-tag .tag,
.index-wrapper .hot-content .top-tag .tag {
    border-top-color: #f5a623;
    color: #000
}

.index-wrapper .category-list .top-tag .huz,
.index-wrapper .hot-content .top-tag .huz {
    width: 44px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    float: right
}

.index-wrapper .category-list .top-tag .living,
.index-wrapper .hot-content .top-tag .living {
    float: right;
    height: 18px;
    padding: 0 4px;
    margin-right: 8px;
    line-height: 18px;
    font-size: 0;
    background: #fa3434;
    border-radius: 2px
}

.index-wrapper .category-list .top-tag .living img,
.index-wrapper .hot-content .top-tag .living img {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    vertical-align: middle
}

.index-wrapper .category-list .top-tag .living span,
.index-wrapper .hot-content .top-tag .living span {
    position: static;
    font-size: 12px;
    color: #fff;
    border-radius: 0;
    border-right: 0;
    vertical-align: top
}

.index-wrapper .right-fix {
    position: fixed;
    right: 17px;
    bottom: 227px;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s
}

.index-wrapper .right-fix .icon-team a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    color: #000;
    padding: 0 10px;
    font-size: 0;
    color: #999
}

.index-wrapper .right-fix .icon-team a .icon {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-bottom: 8px
}

.index-wrapper .right-fix .icon-team a .text {
    margin-bottom: 8px;
    font-size: 12px;
    vertical-align: middle
}

.index-wrapper .right-fix .icon-team a .sao-code {
    position: fixed;
    bottom: 238px;
    right: 100px;
    width: 140px;
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(43, 58, 73, .1);
    box-shadow: 0 3px 10px 0 rgba(43, 58, 73, .1);
    border-radius: 6px
}

.index-wrapper .right-fix .icon-team a .sao-code img {
    margin: 0 auto;
    width: 100px;
    height: 100px
}

.index-wrapper .right-fix .icon-team a .sao-code p {
    margin-bottom: 10px;
    font-size: 12px
}

@media screen and (max-width:1400px) {
    .inner {
        width: 960px !important
    }

    .index-wrapper .anchor .title-block {
        top: -27px
    }

    .index-wrapper .living-room {
        height: 528px;
        background-position: center;
        background-size: cover
    }

    .index-wrapper .living-room .video-inner {
        height: 640px;
        padding-top: 60px
    }

    .index-wrapper .living-room .video-inner .video-box {
        width: 810px;
        height: 454px
    }

    .index-wrapper .living-room .video-inner .video-list {
        height: 454px
    }

    .index-wrapper .living-room .video-inner .video-list .room-list {
        width: 150px;
        padding: 7px 2px
    }

    .index-wrapper .living-room .video-inner .video-list .room-list li {
        padding: 0 0 9px 8px
    }

    .index-wrapper .living-room .video-inner .video-list .room-list li a {
        width: 132px;
        height: 80px
    }

    .index-wrapper .living-room .video-inner .video-list .room-list li a.active .left-arrow,
    .index-wrapper .living-room .video-inner .video-list .room-list li a:hover .left-arrow {
        position: absolute;
        top: 31px;
        left: 0;
        margin-left: -15px
    }

    .index-wrapper .living-room .video-inner .video-list .room-list li a img {
        display: block;
        width: 128px;
        height: 76px;
        border-radius: 6px
    }

    .index-wrapper .hot {
        margin-top: 36px
    }

    .index-wrapper .hot .hot-content li {
        height: 128px;
        width: 228px;
        margin: 0 16px 56px 0
    }

    .index-wrapper .hot .hot-content li a {
        height: 128px
    }

    .index-wrapper .hot .hot-content li a .mask {
        height: 100%
    }

    .index-wrapper .hot .hot-content li a>img {
        height: 100%
    }

    .index-wrapper .anchor {
        margin-top: 64px
    }

    .index-wrapper .anchor .title-block .line {
        width: 395px;
        height: 4px
    }

    .index-wrapper .anchor .title-block .hot-zb {
        width: 178px;
        position: absolute;
        left: 391px;
        top: -28px
    }

    .index-wrapper .anchor .title-block .hot-zb img {
        width: 178px
    }

    .index-wrapper .anchor .anchor-swiper-container {
        width: 830px
    }

    .index-wrapper .anchor .anchor-swiper-container .swiper-slide.person {
        width: 118px;
        padding: 0 20px
    }

    .index-wrapper .anchor .anchor-swiper-container .swiper-slide.person img {
        width: 76px;
        height: 76px
    }

    .index-wrapper .category {
        margin-top: 36px
    }

    .index-wrapper .category .title {
        margin-bottom: 14px
    }

    .index-wrapper .category .category-list li {
        margin: 0 16px 18px 0
    }

    .index-wrapper .category .category-list li:nth-child(5n) {
        margin-right: 16px
    }

    .index-wrapper .category .category-list li:nth-child(4n) {
        margin-right: 0
    }
}

@keyframes marquee {
    0% {
        left: 100%
    }

    100% {
        left: 0;
        transform: translatex(-100%)
    }
}

.index-wrapper .living-room {
    height: 663px
}

.index-wrapper .living-room .video-inner .marquee-container {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #10223d;
    border-radius: 4px;
    overflow: hidden
}

.index-wrapper .living-room .video-inner .marquee-container:hover .marquee-box {
    animation-play-state: paused
}

.index-wrapper .living-room .video-inner .marquee-container .marquee-box {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite
}

.index-wrapper .living-room .video-inner .marquee-container div,
.index-wrapper .living-room .video-inner .marquee-container p {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.index-wrapper .living-room .video-inner .marquee-container div:last-child,
.index-wrapper .living-room .video-inner .marquee-container p:last-child {
    margin-right: 0
}

.index-wrapper .living-room .video-inner .marquee-container a {
    color: #f8c21b;
    text-decoration: underline
}

.index-wrapper .living-room .video-inner .marquee-container img {
    width: 20px;
    height: 20px;
    vertical-align: sub
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-slide .title .fl {
    width: 100%;
    text-align: left
}

.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-slide .appoinment.use {
    height: 30px !important;
    line-height: 15px !important
}

.index-wrapper .right-fix .sao-code {
    width: 160px;
    right: 140px
}




/* Default lang-vi */
.index-wrapper .living-room {
    height: 663px
}

.index-wrapper .living-room .video-inner .marquee-container {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #10223d;
    border-radius: 4px;
    overflow: hidden
}

.index-wrapper .living-room .video-inner .marquee-container:hover .marquee-box {
    animation-play-state: paused
}

.index-wrapper .living-room .video-inner .marquee-container .marquee-box {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite
}

.marquee-containerindex-wrapper .living-room .video-inner .marquee-container div,
.index-wrapper .living-room .video-inner .marquee-container p {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.index-wrapper .living-room .video-inner .marquee-container div:last-child,
.index-wrapper .living-room .video-inner .marquee-container p:last-child {
    margin-right: 0
}
.index-wrapper .living-room .video-inner .marquee-container a {
    color: #f8c21b;
    text-decoration: underline
}
.index-wrapper .living-room .video-inner .marquee-container img {
    width: 20px;
    height: 20px;
    vertical-align: sub
}
.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-slide .title .fl {
    width: 100%;
    text-align: left
}
.index-wrapper .appoinment-list .appoinment-swiper-container .swiper-slide .appoinment.use {
    height: 30px !important;
    line-height: 15px !important
}
.index-wrapper .right-fix .sao-code {
    width: 160px;
    right: 140px
}

@media screen and (max-width:1400px) {
    .index-wrapper .living-room {
        height: 547px
    }

    .index-wrapper .living-room .video-inner {
        padding-top: 70px
    }

    .index-wrapper .living-room .video-inner .marquee-container {
        height: 21px;
        line-height: 21px
    }
}

