
/* 外部容器 */
.container{
    width: 750px;
    margin: 0 auto;
    /*background-color: #efefef;*/
}
/* banner */
#banner {
    width: 100%;
    height: 422px;
}
#banner .banner-item-content {
    width: 750px;
    height: 422px;
}
/* 导航点 */
.swiper-pagination {
    position: absolute;
    left: 43% !important;
    right: auto !important;
    bottom: 19px !important;
    width: auto !important;
    height: 34px !important;
    padding-right: 12px !important;
    display: flex;
    align-items: center;
    border-radius: 17px;
    background: rgba(0, 0, 0, 0.3);
}
.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    margin: 0 0 0 12px !important;
    background: #c5c5c5 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #ffffff !important;
}
#banner .swiper-slide {
    overflow: hidden;
}
#banner .merchant-msg {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    overflow: hidden;
}
#banner .merchant-msg .blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*transform: scale(1.1);*/
    /*filter: blur(10px);*/
    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);*/
    z-index: -1;
}
#banner .merchant-msg .message-detail {
    height: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}
#banner .merchant-msg .avatar {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
#banner .merchant-msg .data {
    margin-left: 22px;
}
#banner .merchant-msg .nickname {
    font-size: 32px;
}
#banner .merchant-msg .focus-btn {
    margin-left: auto;
    width: 180px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    background: rgba(0,0,0,0.20);
}
.tab-list {
    width: 100%;
    height: 80px;
    padding-left: 56px;
    overflow-x: auto;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.tab-list li {
    padding-right: 56px;
    white-space: nowrap;
    font-size: 30px;
    color: #999999;
}
.tab-list li a {
    color: #999999;
}
.tab-list li.active {
    position: relative;
    color: #17c0ff;
}
.tab-list li.active a {
    color: #17c0ff;
    font-weight: bold;
}
.tab-list li.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 30px;
    height: 6px;
    margin-left: -43px;
    background-color: #17c0ff;
    border-radius: 3px;
}

#content {
    padding: 20px 20px;
    margin-bottom:5vh;
}
.article-list .article-item {
    width: 100%;
    height: 224px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1;
    font-size: 28px;
    color: #999999;
}
.article-list .article-item .poster {
    position: relative;
    width: 260px;
    height: 160px;
    border-radius: 6px;
}
.article-list .poster {
    position: relative;
}
.article-list .poster .type {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}
.article-list .article-item .desc {
    max-width: 400px;
    height: 144px;
    margin-left: 30px;
}
.article-list .article-item .desc .title {
    font-size: 32px;
    color: #333333;
}
.article-list .article-item .desc .time {
    margin-top: 46px;
}
.article-list .article-item .desc .views {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.article-list .article-item .desc .views .icon {
    display: inline-block;
    width: 34px;
    height: 24px;
    margin-right: 16px;
    background: url(../img/icon-eye-gray.png);
}
.article-list .live-house {
    line-height: 1;
    padding-bottom: 32px;
    border-bottom: 1px solid #dfdfdf;
}
.article-list .live-house .title {
    margin-top: 31px;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
.article-list .live-house .poster {
    width: auto;
    height: 380px;
    margin-top: 24px;
    border-radius: 30px;
}
.article-list .live-house .data {
    display: flex;
    align-items: center;
    margin-top: 24px;
    font-size: 28px;
    color: #000;
    justify-content: space-between;
}
.article-list .live-house .data .icon {
    display: inline-block;
    width: 34px;
    height: 24px;
    margin: 0 16px 0 60px;
    background: url(../img/icon-eye-gray.png);
}
footer {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 53px 0;
    color: #999999;
}
footer a {
    color: #999999;
}

/**/
.focus-modal-mask {
    display: none;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.3);
}
/*关注*/
.focus-code-modal {
    position: relative;
    text-align: center;
    width: 540px;
    height: 558px;
    line-height: 1;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: 9999;
}
.focus-code-modal h2{
    margin: 60px 0 40px 0;
    color: #666666;
}
img.ios-qrcode-bug {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    width: 750px !important;
    height: 800px !important;
    opacity: 0 !important;
}
.focus-code-modal img {
    margin: 0 auto;
    width: 340px;
    height: 340px;
}
.focus-code-modal h3 {
    margin-top: 30px;
    font-size: 28px;
    color: #999999;
}
.focus-code-modal .close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 0;
    background: url(../img/sign-up/close-code.png) no-repeat center;
}


/*********/
img {
    width: 100%
}

.live-box {
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
    overflow: hidden
}

.list-box {
    flex: 1;
    overflow: scroll;
    padding: 0 15px;
    margin: 15px 0
}

.list {
    
    margin: 0 0 20px 0;
    padding: 30px 35px;
    box-shadow: 0 1px 10px -1px #a1a1a1;
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.list-name {
    font-size: 20px;
    font-weight: 600
}

.list-tit {
    font-size: 50px;
    font-weight:700;
}

.list-txt {
    font-size: 35px;
    font-weight: 600;
}

.img-icon {
    width: 140px
}
.list-icon {
    width: 15px
}

help-block{
    font-size: 12px;
}
.text-center{
    text-align: center !important;
}
.well{
    border-radius: 0;
    box-shadow: none;
    min-height: 20px;
    padding: 19px;
    margin-top: 50%;
    /* background-color: #f5f5f5;
    border: 1px solid #e3e3e3; */
}