/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a.geted {
    pointer-events: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    /* 防止整个页面出现滚动条 */
}

.index {
    overflow: auto;
    width: 414px;
    height: 118px;
}


/* 轮播图容器样式 */
.carousel-container {
    float: left;
    width: 414px;
    height: 118px;
    /* border: 2px solid #c7c7c8; */
    position: relative;
    overflow: hidden;
}

/* 轮播图内容样式 */
.carousel-slides {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
}

.carousel-slide {
    width: 414px;
    height: 118px;
    float: left;
}

.carousel-slide img {
    width: 414px;
    height: 118px;
}

/* 分页器样式 */
.carousel-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.carousel-pagination-item {
    display: inline-block;
    background: #2c2c2c !important;
    width: 12px;
    height: 5px;
    border-radius: 4px;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-pagination-item.active {
    background: #fff !important;
    width: 16px;
    height: 5px;
    border-radius: 5px;
}

/* 导航按钮样式 */
.carousel-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 30px;
}

.carousel-nav-prev {
    display: inline-block;
    background: url(../images/game/icon-left.png) no-repeat;
    position: absolute;
    z-index: 101;
    top: 45%;
    left: 30px;
    width: 28px;
    height: 28px;
}

.carousel-nav-next {
    display: inline-block;
    background: url(../images/game/icon-right.png) no-repeat;
    position: absolute;
    z-index: 101;
    top: 45%;
    right: 30px;
    width: 28px;
    height: 28px;
}

.carousel-nav-prev {
    left: 10px;
}

.carousel-nav-next {
    right: 10px;
}


.list {
    width: 414px;
    padding: 0 20px;
    background-color: #1098e0;
    height: 87px;
}

.list-p {
    display: inline-block;
    width: 374px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}