.slider{
    width: 1000px;
    margin: 40px auto 0;
    text-align: center;
}

.slider .pic{
    height: 350px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 35px 0 rgba(0,0,0,.75);
}

.slider .pic .wrapper{
    width: 300%;
}

.slider .pic .wrapper li{
    width: 1000px;
    /* float: left; */
}

.slider .pic img{
    width: 100%;
    height: 100%;
}

.slider .pic .txt{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    text-align: right;
}

.slider .pic .txt h3{
    font-size: 46px;
    letter-spacing: 2px;
    text-shadow: 2px 6px rgba(0,0,0,.3)
}

.slider .pic .txt p{
    font-size: 16px;
    text-shadow: 1px 3px rgba(0,0,0,.3)
}
/* 轮播 */
.img_box{
    font-size: 0;
    position: absolute;
    display: flex;
}
.img_box li{
    width: 1000px;
}
.img_box li img{
    width: 100%;
    height: 100%;
}
.order{
    position: absolute;
    bottom: 10px;
    display: inline-block;
}
.order li{
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
    transition: .4s;
}
.slider .order li:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    height: 60%;
    border-radius: 100px;
    background-color: rgba(255,255,255,.5);
}
.active{
    width: 30px !important;
    /* background: #f40 !important; */
}

.game-list .wrap{
    padding: 0 100px;
}
.game-list li{
    padding: 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.game-list li .pic{
    float: left;
    width: 260px;
    height: 180px;
}

.game-list li .pic img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.game-list li a{
    float: right;
}

.game-list li .txt{
    margin: 0 300px 0 300px;
}

.game-list .txt .name{
    font-size: 36px;
    margin-top: 10px;
}

.game-list .txt .desc{
    font-size: 16px;
    color: #6e6e6e;
    margin-top: 10px;
}

.game-list .txt .fields{
    margin-top: 30px;
}

.game-list .fields span{
    color: #6e6e6e;
}