/* common style */
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/* site style */
body {
    margin:0;
    color: #000;
    font-size: 12px;
    min-width: 1000px;
}

.swiper-container{
    clear: both;
}



.link {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.link > li {
    display: inline-block;
    width: 250px;
    height: 123px
}

.link > li > a {
    display: block;
    height: 100%
}

.link > li.download {
    background: url('/views/img/btn_quick01.png')
}

.link > li.deposit {
    background: url('/views/img/btn_quick02.png')
}

.link > li.guide {
    background: url('/views/img/btn_quick03.png')
}

.link > li.partner {
    background: url('/views/img/btn_quick04.png')
}


.game-list {
    margin: 5px 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.game-list li {
    display: inline-block;
    width: 244px;
    height: 285px;
    margin-left: 8px
}

.game-list li a {
    display: block;
    height: 100%
}

.game-list .live {
    margin-left: 0;
    background: url('/views/img/live.png')
}

.game-list .sport {
    background: url('/views/img/sport.png')
}

.game-list .game {
    background: url('/views/img/game.png')
}

.game-list .lottery {
    background: url('/views/img/lottery.png')
}

.game-list li:hover {
    background-position: center bottom
}


/*index-banner*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    position:relative;
    top: -51px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    display:inline-block;
    margin-right: 6px;
    width: 42px;
    height: 7px;
    vertical-align: top;
    text-align: center;
    font-size: 0;
    background-color: #fc0000;
    border-radius:0;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}


#page-container{
    position: relative;
    top: -14px;
    background: url('/views/img/first_container-bg.png') center top repeat-y;
    padding: 49px 0 17px;
    overflow: hidden;
}
#page-body {
    margin: 0 auto;
    width: 1036px;
}
.first-slogan {
    margin: 0 auto;
    background: url(/views/img/c_01.png) center bottom no-repeat;
    width: 999px;
    height:70px;
}
.first-slogan a {
    display: inline-block;
    margin-top: 16px;
    width: 192px;
    height: 54px;
}
.first-join {
    float: left;
    background: url(/views/img/btn_join02.png) no-repeat;
}
.first-service {
    float: right;
    background: url(/views/img/btn_service01.png) no-repeat;
}
.first-game-wrap {
    margin: 0 auto;
    width: 1024px;
    padding: 35px 0 47px;
    overflow: hidden;
}
.ele-firstgame {
    position: relative;
}
.first-game-wrap a {
    margin: 0 7px;
}
.sec-game-wrap{
    margin:0 auto;
    width:1024px;
    cursor:pointer;
    margin-bottom: 23px;
}
.sec-game-wrap img{
    width:100%;
}
.ele-firstgame {
    position: relative;
}

.ele-firstgame-1 {
    width: 242px;
    height: 311px;
    float: left;
    _display: inline;
    position: relative;
    overflow: hidden;
    background: url(/views/img/146612993938.png) -242px bottom no-repeat;
}

.ele-firstgame-1 span {
    width: 242px;
    height: 311px;
    background: url(/views/img/146612993683.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ele-firstgame-2 {
    width: 242px;
    height: 311px;
    float: left;
    _display: inline;
    position: relative;
    overflow: hidden;
    background: url(/views/img/151755334384.png) -242px bottom no-repeat;
}

.ele-firstgame-2 span {
    width: 242px;
    height: 311px;
    background: url(/views/img/151755334071.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ele-firstgame-3 {
    width: 242px;
    height: 311px;
    float: left;
    _display: inline;
    position: relative;
    overflow: hidden;
    background: url(/views/img/151755332196.png) -242px bottom no-repeat;
}

.ele-firstgame-3 span {
    width: 242px;
    height: 311px;
    background: url(/views/img/151755331044.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ele-firstgame-4 {
    width: 242px;
    height: 311px;
    float: left;
    _display: inline;
    position: relative;
    overflow: hidden;
    background: url(/views/img/146613017974.png) -242px bottom no-repeat;
}

.ele-firstgame-4 span {
    width: 242px;
    height: 311px;
    background: url(/views/img/146613017695.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}


#process {
    width:1024px;
    margin-top:10px;
    display: flex;
    justify-content: space-between;
    height: 104px;
    padding-top: 20px;
    color: #9f6143;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    list-style: none;
    background: url('/views/img/processbg.png') no-repeat center top;
    background-size: cover;
}

#process li {
    font-size: 12px
}

#process span {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    line-height: 44px;
    text-align: center;
    background: #a03128 ;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#process span:hover {
    background: #f6d240
}


#brand-adventage {
    padding-left:10px;
    width:1024px;
    height: 397px;
    background: url('/views/img/bottombg.png') no-repeat center center;
}

#brand-adventage ul {
    display: inline-block;
    padding-top: 31px;
    list-style: none;
    vertical-align: top
}

#brand-adventage li {
    width: 290px;
    height: 60px;
    margin: 0 0 82px;
    padding-top: 7px;
    background-position-y: top;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

#brand-adventage li:hover {
    background-position-y: bottom
}

#brand-adventage li:hover > * {
    color: #ecbf1e
}

#brand-adventage li h3 {
    margin: 0;
    color: #a82d28;
    font-size: 16px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

#brand-adventage li h4 {
    margin: 0;
    color:#333;
    font-weight: normal;
    line-height: 26px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

#brand-adventage .left {
    margin-right: 180px;
    text-align: left
}

#brand-adventage .left li {
    padding-left: 65px;
    background-position-x: left
}

#brand-adventage .right {
    margin-left:250px;
    text-align: right
}

#brand-adventage .right li {
    padding-right: 65px;
    background-position-x: right
}

#brand-adventage .item01 {
    background-image: url('/views/img/bottomico_01.png')
}

#brand-adventage .item02 {
    background-image: url('/views/img/bottomico_02.png')
}

#brand-adventage .item03 {
    background-image: url('/views/img/bottomico_03.png')
}

#brand-adventage .item04 {
    background-image: url('/views/img/bottomico_04.png')
}

#brand-adventage .item05 {
    background-image: url('/views/img/bottomico_05.png')
}

#brand-adventage .item06 {
    background-image: url('/views/img/bottomico_06.png')
}



#footer-contact {
    padding: 20px 0;
    border:none
}

#footer-contact li {
    display: inline-block;
    color:#3ba0e6 ;
    font-size: 15px;
    height: 36px;
    margin-right: 10px;
    padding-left: 48px;
    line-height: 36px;
    text-align: left;
    vertical-align: top;
    background-position: 10px top;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#footer-contact li:hover {
    color: #a82d28;
    background-position-y: bottom
}

#footer-contact li span {
    color:#3ba0e6 ;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#footer-contact li:hover span {
    color: #a82d28
}

#footer-contact .tel-m {
    background-image: url('/views/img/tel_icon.png')
}

#footer-contact .tel-int {
    background-image: url('/views/img/tel_icon.png')
}

#footer-contact .mail {
    background-image: url('/views/img/mail_icon.png')
}

#footer-contact .chat {
    background-image: url('/views/img/chat_icon.png')
}

