/**分页**/
/*page*/
.holder {
    padding-top: 30px;
    text-align: center
}

.holder a {
    cursor: pointer;
    padding: 0 10px;
    color: #505050;
    font: normal 12px/2 tahoma, arial, "宋体", sans-serif;
}

.holder a.jp-current {
    font-weight: bold;
    color: #cf3c15
}

.download-wrap {
    position: relative;
    width: 100%;
    height: 172px;
}

.download-wrap a {
    width: 100%;
    height: 100%;
}

.download-wrap a:hover::after {
    background: url(./img/download-btn2-hover.png) no-repeat;
}

.download-wrap a::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -152px;
    content: '';
    width: 304px;
    height: 172px;
    background: url(./img/download-btn2.png) no-repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-left .btn-group {
    width: 100%;
    margin-bottom: 16px;
}

.page-left .btn-group a {
    position: relative;
    width: 150px;
    height: 90px;
    background: url(./img/slide-btn-group.png);
}

.page-left .btn-group a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(./img/slide-btn-group-hover.png);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

.page-left .btn-group a.reg-btn {
    float: left;
    background-position: 0 0;
}

.page-left .btn-group a.reg-btn:after {
    background-position: 0 0;
}

.page-left .btn-group a.topup-btn {
    float: right;
    background-position: 100% 0;
}

.page-left .btn-group a.topup-btn:after {
    background-position: 100% 0;
}

.page-left .btn-group a:hover:after {
    opacity: 1;
}

.links-items {
    background: url(./img/link-items2.jpg) no-repeat;
    width: 300px;
    height: 436px;
    margin-bottom: 16px;
    overflow: hidden;
}

.links-items ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.links-items ul li {
    float: left;
    width: 150px;
}

.links-items ul a {
    display: block;
    width: 100%;
    height: 108px;
    background: url(./img/link-items2-hover.jpg) no-repeat;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.links-items ul a:hover {
    opacity: 1;
}

.links-items ul a.wx,
.links-items ul a.xl,
.links-items ul a.kf,
.links-items ul a.aq {
    height: 110px;
}

.links-items ul a.wx {
    position: relative;
    background-position: 0 0;
}

.links-items ul a.wx img,
.links-items ul a.dy img {
    position: absolute;
    left: 0;
    bottom: -52%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.links-items ul a.wx:hover img {
    left: 100%;
    opacity: 1;
}

.links-items ul a.dy:hover img {
    left: -92%;
    opacity: 1;
}

.links-items ul a.xl {
    background-position: 100% 0;
}

.links-items ul a.cy {
    background-position: 0 -110px;
}

.links-items ul a.dy {
    position: relative;
    background-position: 100% -110px;
}

.links-items ul a.mblt {
    background-position: 0% -218px;
}

.links-items ul a.pclt {
    background-position: 100% -218px;
}

.links-items ul a.kf {
    background-position: 0 -326px;
}

.links-items ul a.aq {
    background-position: 100% -326px;
}

.img-contatiner {
    margin-bottom: 10px;
}

.img-contatiner a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 116px;
    background-color: #1e2f50;
}

.img-contatiner a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 300px;
    height: 116px;
    z-index: 2;
    border: 1px solid #1e2f50;
    box-sizing: border-box;
}

.img-contatiner a.links1,
.img-contatiner a.links2 {
    width: 300px;
    height: 116px;
}

.img-contatiner a img {
    margin-top: 1px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-contatiner a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.img-contatiner img {
    vertical-align: top;
}

.img-contatiner a.links3 {
    height: 77px;
}

.img-contatiner a.links3:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img-contatiner a.links3:hover:after {
    opacity: 1;
}

.img-contatiner a.links3::after {
    top: 1px;
    height: 100%;
    border: 0;
    background: url(./img/dc-btn-hover.jpg);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.game-tips {
    padding: 10px 38px;
}

.game-tips .title {
    padding: 13px 0;
    border-bottom: 1px dashed #e8dcd9;
    font-size: 16px;
    color: #606060;
    text-align: center;
    line-height: 16px;
    margin-bottom: 10px;
}

.game-tips p {
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    text-align: center;
}

.game-tips .sub-cont {
    padding-top: 28px;
}