#banner {
    background: #ccc;
    height: 246px;
    position: relative;
}

#banner li a {
    display: block;
    width: 100%;
    height: 246px;
    background: #fff center no-repeat;
}

#banner .swiper-pagination {
    position: absolute;
    top: 217px;
    left: 0;
    right: 0;
    margin: auto;
}

#banner .swiper-pagination span {
    margin: 0 3px;
    background: #fff;
}

#member {
    width: 867px;
}

#message {
    width: 318px;
}

#member li {
    padding: 0 20px;
}

#member li a {
    display: flex;
    color: #555;
    height: 40px;
    align-items: center;
    border-bottom: 1px dashed #e9e9e9;
}

#member li:last-child a {
    border-bottom: none;
}

#member li a span {
    margin-left: auto;
}

#member li a:hover {
    color: #358ffc;
}

#message .form {
    padding: 0 20px;
}

#message .form .item {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

#message .form .item input {
    width: 200px;
    margin: 0 10px;
    border: 1px solid #e9e9e9;
}

#message .form .item b {
    color: red;
}

#message .form .item textarea {
    width: 200px;
    margin: 0 10px;
    border: 1px solid #e9e9e9;
}

#message .form .item button {
    width: 135px;
    height: 44px;
    background: #358ffc;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-left: 52px;
}

.lives {
    height: 600px;
    background: url("../images/live.png") center no-repeat;
    background-size: 100%;
}

#live .box {
    display: flex;
    justify-content: space-between;
}

#live .big {
    width: 772px;
    border-right: 2px solid #e9e9e9;
}

#live .big .img {
    width: 720px;
    height: 430px;
    position: relative;
}

#live .big img {
    width: 720px;
    height: 430px;
}

#live .big .img a:hover .mask {
    visibility: visible;
}

#live p {
    color: #989898;
    padding-bottom: 15px;
}

#live h2 a {
    color: #555;
}

#live h2 a:hover {
    color: #358ffc;
}

#live .time {
    color: #989898;
    font-size: 12px;
}

#live .small {
    width: 342px;
}

#live .small h2{
    width: 290px;
}

#live .small .img {
    width: 270px;
    height: 143px;
    position: relative;
}

#live .small .img a:hover .mask {
    visibility: visible;
}

#live .small img {
    width: 270px;
    height: 143px;
}