/**
banner
 */
#banner {
    width: 100%;
    height: 610px;
    background: url("../image/sy_bg.jpg") center center;
}

#banner .slogan {
    width: 1200px;
    height: 610px;
}

#banner .slogan .slogan-box {
    width: 630px;
    height: 470px;
}

#banner .slogan .slogan-box .logo {
    width: 327px;
    height: 118px;
    margin: 0 auto 20px auto;
}

#banner .slogan h1 {
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-size: 70px;
    line-height: 100px;
    font-weight: bold;
}

#banner .slogan .search {
    width: 315px;
    background: #fff;
    padding: 12px;
    border-radius: 100px;
    margin: 10px auto 0 auto;
    height: auto;
    overflow: hidden;
}

#banner .slogan .search input {
    background: #fff;
    border: 0px;
    width: 265px;
    font-size: 15px;
    line-height: 24px;
    float: left;
    padding: 0 0 0 10px;
    outline: none;
}

#banner .slogan .search img {
    width: 20px;
    vertical-align: middle;
    padding: 0px 0 0 0;
    height: auto;
    float: left;
    position: relative;
    top: 2px;
}

/*隔离*/
.keep-title {
    width: 1200px;
    height: auto;
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.keep-title .keep-left {
    width: 76%;
    height: 80px;
}

.keep-title .keep-left .keep-left-content {
    width: 33%;
    text-align: left;
}

.keep-title .keep-left .type-list {
    width: 65%;
    text-align: left;
}

.keep-title .keep-left .type-list li {
    width: 90px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

.keep-title .keep-left .type-list .active {
    border-bottom: 3px solid rgb(248, 118, 6);
    font-weight: bold;
}

.keep-title .keep-right {
    width: 24.5%;
    height: 80px;
}

/*新游*/
.newgame {
    width: 1200px;
    height: auto;
}

.newgame .time-list {
    display: flex;
    justify-content: space-between;
    height: 36px;
    position: relative;
    line-height: 36px;
}

.newgame .time-list::after {
    content: '';
    position: absolute;
    left: 50%; /* 线位于盒子水平中间 */
    top: 50%; /* 线位于盒子垂直中间 */
    transform: translate(-50%, -50%); /* 对伪元素进行居中调整 */
    width: 100%; /* 线的长度 */
    height: 0.5px; /* 线的厚度 */
    background: #ececec; /* 线的颜色 */
}

.newgame .time-list .time-items {
    width: 292px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newgame .time-list .time-items .dd-img {
    max-width: 100%;
    max-height: 100%;
    padding: 0px 5px;
    border-radius: 100%;
    background: white;
    z-index: 99;
}

.newgame .game-list {
    width: 1200px;
    height: 482px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.newgame .game-list .game-items {
    margin-right: 10px;
}

.newgame .game-list .game-items:end {
    margin-right: 0px !important;
}

.newgame .game-list  .game-items .game-items-h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.newgame .game-list .game-items .game-img-box {
    width: 292px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 90%;
    position: relative;
    border-top:2px solid #ffffff;
}

.newgame .game-list .game-items .game-img-box .game-name {
    width: 290px;
    height: 70px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    background: #ececec;
    display: flex;
    justify-content: space-between;
    color: #333333;
}

.newgame .game-list .game-items .game-img-box:hover {
    opacity: 100%;
    box-shadow: 0 2px .13333rem 0 rgba(29,33,41,.1);
    border-top:2px solid #ff6600;
}

.newgame .game-list .game-items .game-img {
    max-width: 100%;
    max-height: 100%;
}

.newgame .game-list .game-img-box .game-name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newgame .game-list .game-img-box .game-name .game-name-right {
    width: 100%;
}

.newgame .game-list .game-img-box .game-name .game-name-right .btn_ckys a {
    color: #ffffff;
}

.newgame .game-list .game-items .game-img .game-name .game-icon {
    max-width: 100%;
    max-height: 100%;
}

/*专区*/
#main .zone {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#main .zone .zone-list {
    width: 292px;
    height: auto;
    color: #333333;
}

#main .zone .zone-list:hover {
    opacity: 90%;
    box-shadow: 0 2px .13333rem 0 rgba(29,33,41,.1);
}

#main .zone .zone-poster {
    width: 292px;
    height: 165px;
    position: relative;
}

#main .zone .zone-list .vide-poster .zone-img {
    max-width: 100%;
    max-height: 100%;
}

.zone-title {
    background: #ffffff;
    padding: 10px;
}

/*.zone-info {
    width: 47%;
}*/

.zone-link .eye{
    width: 32px;
    height: 32px;
}

/*视频*/
#main .video-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

#main .video .video-box .video-list {
    width: 292px;
    height: auto;
    color: #333333;
    float: left;
    margin: 0px 10px 10px 0px;
}

#main .video .video-box .video-list:nth-child(4),#main .video .video-box .video-list:nth-child(8) {
    margin-right: 0px;
}


#main .video .video-box .video-list:hover {
    opacity: 90%;
    box-shadow: 0 2px .13333rem 0 rgba(29,33,41,.1);
}

#main .video .video-box .video-poster {
    width: 292px;
    height: 165px;
    position: relative;
}

#main .video .video-box .video-list .vide-poster .video-img {
    max-width: 100%;
    max-height: 100%;
}

#main .video .video-box .video-title {
    background: #ffffff;
    padding: 10px;
}

#main .video .video-box .video-title .subtitle {
    display: flex;
    justify-content: space-between;
}

#main .video .video-box .video-title .subtitle .subtitle-left {
    display: flex;
    height: 24px;
    justify-content: center;
}

/*百款列表*/
#main .list {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

#main .list-left {
    width: 900px;
    min-height: 360px;
    background: #ffffff;
    color: #333333;
    padding: 0px 2px;
}

#main .list-left .list-left-box {
    width: 112px;
    height: 145px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    float: left;
}

#main .list-left .list-left-box:hover {
    background: #FFB60A;
    box-shadow: 0 2px .13333rem 0 rgba(29,33,41,.1);
    color: #ffffff !important;
}

#main .list-left .list-left-box a:hover {
    color: #ffffff !important;
}

#main .list-left .list-left-box .list-left-img {
    width: 70px;
    height: 80px;
    margin: 0 auto;
}

#main .list-left .list-left-box .list-left-img img {
    width: 70px;
    height: 70px;
    border-radius: 19px;
}

#main .list-right {
    width: 290px;
    min-height: 360px;
    background: #ffffff;
    padding: 5px 15px 0px 15px;
    color: #333333;
}

#main .list-right .list-right-box {
    border-bottom: 1px dashed #ececec;
    padding: 11px 0px;
}