body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td {margin:0; padding:0;font-family: "微软雅黑";}/* reset */

/* 图片优化 start */
.container {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.container, .spaceStation {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.container img, .spaceStation img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 2s ease;
}
.container img {  
  width: 1920px;
}
.spaceStation img {
  width: 100%;
}
.placeholder img.loaded, .container img.limg{
  opacity: 1;
}

.placeholder .img-small {
  -webkit-filter: blur(1px);
          filter: blur(1px);  
  -webkit-transform: scale(1);
          transform: scale(1);
   transition: opacity .5s ease;
}
.container .img-small {
	position:  absolute;
	width: 100%;
	height: 100%;
    background: url(../img/visual_backgroundSmall.png) no-repeat top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spaceStation .img-small {
	width: 557px;
    height: 630px;
	left: 0;
    background: url(../img/spaceStationSmall.png) no-repeat top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.light_two .img-small {
    background: url(../img/light_twoBackSmall.png) no-repeat top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.light_one .img-small {
    background: url(../img/light_oneSmall.png) no-repeat top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.light_two img, .light_one img {
	width:100%}
/* 图片优化 end */

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #18181d
}

::-webkit-scrollbar-thumb {
    background: #6368c9
}
/* 清除浮动 */
.clear:before,.clear:after {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.clear {
    zoom:1}
	
/* 清除浮动 end */

html {
    height: 100%
}

input {
    outline: none
}

body {
    background-color: #000;
    height: 100%;
    color: #FFF;
    font-family: "微软雅黑";
	letter-spacing:1px;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0
}

a:hover {
    color: #FFF
}

a {
    text-decoration: none;
    color: #4e4d5b;
    display: block;
    outline: none
}

ul {
    list-style: none
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/oswald-v16-latin-regular.eot);
    src: local('Oswald Regular'),local('Oswald-Regular'),url(../fonts/oswald-v16-latin-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/oswald-v16-latin-regular.woff2) format('woff2'),url(../fonts/oswald-v16-latin-regular.woff) format('woff'),url(../fonts/oswald-v16-latin-regular.ttf) format('truetype'),url(../fonts/oswald-v16-latin-regular.svg#Oswald) format('svg')
}

@font-face {
    font-family: 'Inconsolata';
    src: url(../fonts/Inconsolata.ttf.woff) format('woff'),url(../fonts/Inconsolata.ttf.svg#Inconsolata) format('svg'),url(../fonts/Inconsolata.ttf.eot),url(../fonts/Inconsolata.eot?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal
}

.container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.tops {
    width: 100%;
    z-index: 10;
    display: flex;
    position: relative;
    box-shadow: 0 20px 100px 10px rgba(0,0,0,.9);
    background-color: #121114
}

.logo {
    width: 310px;
    height: 70px;
    font-size: 55px;
    font-weight: bold;
    color: #e4eaca;
    background-color: #121114;
    -ms-transform: skew(45deg,0deg);
    -webkit-transform: skew(45deg,0deg)
}

.logo:after {
    position: absolute;
    content: "";
    background: url(../img/logo_140x50.png) no-repeat 58px;
    text-align: right;
    height: 70px;
    width: 200px;
    left: 6px;
    background-color: #121114;
    line-height: 70px;
    -ms-transform: skew(-45deg,0deg);
    -webkit-transform: skew(-45deg,0deg)
}

.top {
    width: 100%;
    height: 70px;
    line-height: 90px;
    margin-left: -32px
}

.header {
    height: 35px;
    background-color: #283152;
    display: flex;
    justify-content: space-between;
    margin-left: 35px
}

.img_service {
    width: 214px;
    height: 35px;
    cursor: pointer;
    background: url(../img/customer_service_btn.png) no-repeat;
    margin-left: -35px;
	transition:background .2s ease-in-out;
}
.img_service:hover {
    background: url(../img/customer_service_btnHover.png) no-repeat;
}
.img_service:active {
    background: url(../img/customer_service_btnActive.png) no-repeat;
}
.header .date,.header .exit,.header .exchange,.header .recharge,.header .moneys,.header .refresh,.header .money,.header .eve,.header .helloname,.header .line,.header .annucement,.header .userc,.header .e-mail,.header .help,.header .checkline {
    position: relative;
    line-height: 17px;
    font-size: 14px;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.header .date {
    font-size: 10px;
    color: #8292a2;
    height: 36px;
    width: 100px;
    line-height: 13px;
}

.header .exit {
    background: url(../img/logout.png) no-repeat;
	opacity: .4;
    width: 24px;
    margin: 7px 10px 0 0
}

.header .exchange {
    border: 1px solid #a6b8da;
    border-radius: 2px;
    text-align: center;
    line-height: 23px;
    margin: 4px 25px 0 0;
    transition: all .3s linear
}

.header .exchange:hover {
    border: 1px solid #fff
}

.header .recharge {
    border: 1px solid #bcad33;
    color: #bcad33;
    border-radius: 2px;
    text-align: center;
    line-height: 23px;
    margin: 4px 10px 0 5px;
    transition: all .3s linear
}

.header .recharge:hover {
    border: 1px solid #f1e375
}

.header .moneys {
    width: auto;
    height: 28px;
    margin: 3px 5px 0 0;
    background-color: #1f2642
}

.header .moneys .refresh {
    background: url(../img/refresh-arrow.png) no-repeat;
    margin: 7px 0 0 10px
}

.header .moneys .money {
    font-size: 12px;
    margin: 5px 0 0 0;
    text-align: center;
    width: auto
}

.header .moneys .eve.close,.header .moneys .open {
    transition: all 0.1s ease-in-out
}

.header .moneys .eve {
    border: 1px solid #7790a8;
    border-radius: 2px;
    margin: 2px 10px 0 2px;
    height: 22px;
    width: 22px
}

.header .moneys .eve.open {
    background: url(../img/eve_open.png) no-repeat 0 0
}

.header .moneys .eve.open:hover {
    background: url(../img/eve_open.png) no-repeat -22px 0
}

.header .moneys .eve.close {
    background: url(../img/eve_close.png) no-repeat 0 0
}

.header .moneys .eve.close:hover {
    background: url(../img/eve_close.png) no-repeat -22px 0
}

.header .moneys .eve.close:hover,.header .moneys .open:hover {
    border: 1px solid #aabaff
}

.header .helloname {
    font-size: 12px;
    margin: 9px 10px 0 5px;
    width: auto;
    color: #7088a1;
	letter-spacing:0.5px;
}

.header .helloname:before {
    content: "欢迎您,";
    width: auto
}

.header .line {
   height: 100%;
    width: 1px;
    border-right: 1px solid #141c25;
    margin: 0 6px;
}

.header .annucement {
    background: url(../img/annucement.png) no-repeat;
    margin: 5px 10px 0 0;
	transition:background .5s ease-in-out;
}
.header .annucement:hover {
	background: url(../img/annucementHover.png) no-repeat;
}
.header .annucement .num {
	position: absolute;
    background-color: #f33f3f;
    font-size: 10px;
	padding:2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 45px;
    left: 16px;
	top:-3px;
	transform: scale(.8);
}

.header .e-mail {
	position: relative;
    margin: 11px 20px 10px 10px;
    width: 20px;
    height: 15px;
    background: url(../img/messages.png) no-repeat;
    transition: all .3s linear
}

.header .e-mail:hover {
    background: url(../img/messages_hover.png) no-repeat
}

.header .e-mail .num {
	position: absolute;
	background-color: #f33f3f;
	font-size: 9px;
	padding: 2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 45px;
	left: 14px;
	top: -9px;
	transform: scale(.8);
}

.header .userc {
    margin: 5px 13px 0 0;
    width: 33px;
    height: 33px;
    background: url(../img/personal_icon_close.png) no-repeat;
    transition: all .3s linear
}

.header .userc:hover {
    background: url(../img/personal_icon_open.png) no-repeat
}

.header .userc:hover .usercenter-menu {
    display: block
}

.header .userc .usercenter-menu {
    display: none;
    position: relative;
    top: 30px;
    left: -15px;
    z-index: 99
}

.header .userc .usercenter-menu a {
    width: 88px;
    background-color: #283152;
    height: 30px;
    font-size: 12px;
    color: #AABAFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.header .userc .usercenter-menu a:hover {
    color: #FFF
}

.header .help {
    background: url(../img/player_guide.png) no-repeat left top;
    width: 80px;
    margin: 4px 5px 0 0;
	transition:background .2s linear;
}
.header .help:hover {
	background: url(../img/player_guideHover.png) no-repeat left top;}
.header .help:after {
    content: "玩家指南";
    font-size: 12px;
    margin: 5px 0 0 27px;
    display: inline-block;
    color: #7088a1;
	transition:all .2s linear;
}
.header .help:hover:after {
	color:#aabaff;}
.header .checkline {
    font-size: 12px;
    color: #7088a1;
    width: 50px;
    margin: 10px 25px 0 0
}

.menu {
    width: 97%;
    height: 35px;
    text-align: center;
    font-size: 16px;
    margin-left: 48px;
    display: flex
}

.menu_skew {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#13141d),to(#1f212e));
    -ms-transform: skew(45deg,0deg);
    -webkit-transform: skew(45deg,0deg);
    width: 35px;
    height: 35px
}

.menu > ul {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#13141d),to(#1f212e));
    width: 100%;
    margin-left: -15px
}

.menu .menu_ul li {
    color: #fefeff;
    float: left;
    width: auto;
    padding: 0 15px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    transition: all .3s linear
}

.menu .menu_ul li:before {
    border-left: 2px solid;
    border-color: #283152;
    transform: skewx(41deg);
    position: absolute;
    margin-left: -22px;
    width: 100%;
    height: 100%;
    top: -1px
}

.menu .menu_ul li span:after {
    content: "";
    background: url(../img/menu_arrow_down.png) no-repeat 5px 7px;
    width: 14px;
    height: 14px;
    display: inline-block
}

.menu .menu_ul li:hover {
    color: #aabaff
}
.menu .menu_ul li:active {color:#cfc749;}
.menu .menu_ul li:hover span:after {
    background: url(../img/menu_arrow_up.png) no-repeat 5px 7px
}

.menu .menu_ul li:hover .menu-child {
    visibility: visible;
    opacity: 1
}

.menu .menu_ul li:first-child:before {
    border-left: 0 solid
}

.menu-child {
    position: absolute;
    height: 35px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    top: 35px;
    left: 35px;
    right: 0;
    width: 600px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 2100ms,visibility 200ms;
    transition: opacity 200ms,visibility 200ms
}

.menu-child a {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    text-align: center;
    width: 120px;
    color: #fefeff;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#13141d),to(#1f212e));
    transition: all .3s linear
}

.menu-child a:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#13141d),to(#1f212e));
    z-index: -1;
    -ms-transform: skew(43deg,0deg);
    -webkit-transform: skew(43deg,0deg)
}

.menu-child a:first-child:before {
    left: -19px
}

.menu-child a:last-child:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 35px;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#13141d),to(#1f212e));
    z-index: -1;
    -ms-transform: skew(-45deg,0deg);
    -webkit-transform: skew(-45deg,0deg)
}

.menu-child a:hover {
    color: #aabaff
}

.context {
    position: absolute;
    top: 50px;
    left: 1360px;
    width: auto;
    z-index: 3;
    animation: btn 1s 0s ease-in-out forwards
}

@-ms-keyframes btn {
    from {
        left: 1360px;
        top: 50px;
        transform: scale(.3) rotate(20deg);
        opacity: 0
    }

    to {
        left: 100px;
        top: -4px;
        transform: scale(1) rotate(0deg);
        opacity: 1
    }
}

@-moz-keyframes btn {
    from {
        left: 1360px;
        top: 50px;
        transform: scale(.3) rotate(20deg);
        opacity: 0
    }

    to {
        left: 100px;
        top: -4px;
        transform: scale(1) rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes btn {
    from {
        left: 1360px;
        top: 50px;
        transform: scale(.3) rotate(20deg);
        opacity: 0
    }

    to {
        left: 97px;
        top: -8px;
        transform: scale(1) rotate(0deg);
        opacity: 1
    }
}

@keyframes btn {
    from {
        left: 1360px;
        top: 50px;
        transform: scale(.3) rotate(20deg);
        opacity: 0
    }

    to {
        left: 97px;
        top: -8px;
        transform: scale(1) rotate(0deg);
        opacity: 1
    }
}

.leftBtns,.con_left,.con_right,.con_h1,.con_h2,.con_h3 {
    position: absolute
}

.leftBtns {
    left: 25px;
    top: 5px
}

.con_left,.con_right {
    width: 40px;
    height: 70px;
    display: inline-block;
    cursor: pointer
}

.con_left {
    left: 250px;
    top: 366px;
    background: url(../img/left_arrow_for_slogen.png) no-repeat
}

.con_right {
    left: 560px;
    top: 366px;
    background: url(../img/right_arrow_for_slogen.png) no-repeat;
    float: left
}

.con_h1 {
    left: 380px;
    top: 385px;
    font-size: 60px;
    font-weight: bold;
    color: #FFF558;
    width: 266px;
    display: inline-block;
    text-align: right;
    line-height: 75px;
    text-shadow: 0 0 70px rgb(252,247,192,.8);
    letter-spacing: 2px;
    animation: slide1 1.3s,stripes 10s linear infinite;
    background-image: -moz-linear-gradient(-45deg,#fff558 34%,#fff 45%,#fff 50%,#fff558 62%);
    background-image: -webkit-linear-gradient(-45deg,#fff558 34%,#fff 45%,#fff 50%,#fff558 62%);
    background-image: linear-gradient(135deg,#fff558 34%,#fff 45%,#fff 50%,#fff558 62%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff558',endColorstr='#fff558',GradientType=1 );
    background-repeat: repeat;
    background-position: -450px 0;
    background-size: 100% 200px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

@keyframes stripes {
    100% {
        background-position: 450px 0
    }
}

.con_h2 {
    left: 415px;
    top: 456px;
    font-size: 45px;
    font-weight: bold;
    color: #FFF;
    width: 230px;
    text-align: right;
    letter-spacing: 2px;
    animation-name: slide2;
    animation-duration: 1.5s;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(bottom,rgba(255,255,255,0.4) 0%,transparent 80%,transparent 100%)
}

.con_h2:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    bottom: -100%;
    left: 0;
    z-index: -1;
    opacity: .5;
    -moz-transform: translateY(25px) scaleY(-1)
}

.con_h2:before {
    content: "";
    position: absolute;
    background: -moz-element(#reflect1)
}

.con_h3 {
    left: 375px;
    top: 290px;
    font-size: 35px;
    font-weight: normal;
    color: #FFF;
    width: 268px;
    text-align: right;
    letter-spacing: 2px;
    animation-name: slide3;
    animation-duration: 1s
}

@-ms-keyframes slide1 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 380px;
        opacity: 1
    }
}

@-webkit-keyframes slide1 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 380px;
        opacity: 1
    }
}

@keyframes slide1 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 380px;
        opacity: 1
    }
}

@-ms-keyframes slide2 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 415px;
        opacity: 1
    }
}

@-webkit-keyframes slide2 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 415px;
        opacity: 1
    }
}

@keyframes slide2 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 415px;
        opacity: 1
    }
}

@-ms-keyframes slide3 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 375px;
        opacity: 1
    }
}

@-webkit-keyframes slide3 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 375px;
        opacity: 1
    }
}

@keyframes slide3 {
    from {
        left: -200px;
        opacity: 0
    }

    to {
        left: 375px;
        opacity: 1
    }
}

.con_btn1_k,.con_btn2_k,.con_btn3_k,.con_btn4_k {
    position: absolute;
    width: 133px;
    height: 133px;
    display: inline-block;
    webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%
}

.con_btn1_k,.con_btn2_k {
    background: url(../img/arrowYellow.png) no-repeat 104px 0
}

.con_btn1_k:after,.con_btn2_k:after {
    content: "";
    width: 130px;
    height: 130px;
    display: inline-block;
    border: 2px solid #FFF118;
    transition: all .2s ease-in-out
}

.con_btn1_k:after {
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite
}

@keyframes blinker {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: 0 0 30px rgba(255,241,24,.7) inset,0px 0 30px rgba(255,241,24,.7),0px 0 50px rgba(255,255,255,.5) inset
    }

    100% {
        box-shadow: none
    }
}

.con_btn1_k:hover:after,.con_btn2_k:hover:after {
    width: 126px;
    height: 126px;
    border: 4px solid #FFF
}

.con_btn3_k,.con_btn4_k {
    background: url(../img/arrowPurple.png) no-repeat 104px 0
}

.con_btn1_k:hover,.con_btn2_k:hover,.con_btn3_k:hover,.con_btn4_k:hover {
    background: url(../img/arrowWhite.png) no-repeat 104px 0;
    box-shadow: inset 0 0 40px rgba(255,255,255,.6)
}

.con_btn3_k:after,.con_btn4_k:after {
    content: "";
    width: 130px;
    height: 130px;
    display: inline-block;
    border: 2px solid #E3B1FF;
    box-shadow: 0 0 20px rgba(205,186,255,.66) inset,0px 0 10px rgba(205,186,255,.66);
    transition: all .2s ease-in-out;
    background-color: rgba(227,177,255,.3)
}

.con_btn3_k:hover:after,.con_btn4_k:hover:after {
    width: 126px;
    height: 126px;
    border: 4px solid #f5e3ff;
    box-shadow: inset 0 0 40px rgba(254,241,255,0.6)
}

.con_btn1_k {
    left: 735px;
    top: 326px
}

.con_btn2_k {
    left: 833px;
    top: 425px
}

.con_btn3_k {
    left: 636px;
    top: 425px
}

.con_btn4_k {
    left: 735px;
    top: 525px
}

.con_btn1_k:before,.con_btn2_k:before,.con_btn3_k:before,.con_btn4_k:before {
    position: absolute;
    webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 71px;
    height: 93px;
    font-weight: bold;
    font-size: 30px;
    left: 43px;
    top: 20px;
    display: inline-block;
    cursor: pointer
}

.con_btn1_k:before {
    content: "立即投注";
    color: #FFF118;
    text-shadow: 0 0 10px rgb(255,255,190,.77)
}

.con_btn2_k:before {
    content: "手机端下载";
    left: 22px;
    top: 30px;
    width: 95px;
    text-align: right;
    color: #FFF118;
    text-shadow: 0 0 10px rgb(255,255,190,.77)
}

.con_btn1_k:hover:before,.con_btn2_k:hover:before {
    color: #fff;
    transition: all .2s linear
}

.con_btn3_k:before {
    content: "优惠活动";
    color: #fff;
    text-shadow: 0 0 8px rgb(207,197,255,.86)
}

.con_btn4_k:before {
    content: "个人中心";
    color: #fff;
    text-shadow: 0 0 8px rgb(207,197,255,.86)
}

.con_btn3_k:hover:before,.con_btn4_k:hover:before {
    color: #f6e5ff;
    transition: all .2s linear
}

.con_ball_2,.con_ball_3,.con_ball_4,.con_ball_5 {
    position: absolute;
    z-index: 10;
    background: url(../img/Balls.png) no-repeat
}

.ball {
    position: relative;
    z-index: 2
}

.ball ul li {
    list-style: none
}

.con_ball {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 1660px;
    width: 150px;
    height: 150px;
    opacity: 0;
    background-size: cover;
    z-index: 11;
    -webkit-filter: drop-shadow(0px -5px 30px #3bb5fb);
    filter: drop-shadow(0px -5px 30px #3bb5fb);
    -webkit-animation: con_ball 1.2s 0.5s ease-in-out forwards,shake 1.5s ease-in-out infinite;
    animation: con_ball 1.2s 0.5s ease-in-out forwards,shake 1.5s ease-in-out infinite
}

.con_ball:before,.con_ball:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px
}

.con_ball:before {
    background: url(../img/Balls.png) no-repeat;
    background-size: cover;
    z-index: 4
}

.con_ball:after {
    top: -20px;
    left: 20px;
    width: 150px;
    height: 150px;
    background: url(../img/BallsLight.png) no-repeat;
    background-size: cover;
    z-index: 4;
    -webkit-animation: scale 5s ease-in-out infinite;
    animation: scale 5s ease-in-out infinite
}

.con_ball span {
    position: absolute;
    left: 30px;
    top: -66px;
    background: url(../img/starFlash.png) no-repeat;
    width: 184px;
    height: 184px;
    -webkit-filter: drop-shadow(0px 0 30px #3bb5fb);
    filter: drop-shadow(0px 0 30px #3bb5fb);
    -webkit-animation: spin 5s ease-in-out infinite;
    animation: spin 5s ease-in-out infinite;
    z-index: 5
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: scale(.1) rotate(-360deg);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.1) rotate(360deg);
        opacity: .5
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: scale(.1) rotate(-360deg);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.1) rotate(360deg);
        opacity: .5
    }
}

@keyframes spin {
    0% {
        -webkit-transform: scale(.1) rotate(-360deg);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.1) rotate(360deg);
        opacity: .5
    }
}

@keyframes scale {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.con_ball_2 {
    width: 120px;
    height: 120px;
    left: 1660px;
    top: 150px;
    opacity: 0;
    background-size: cover;
    -webkit-filter: drop-shadow(0px 0 20px #3bb5fb);
    filter: drop-shadow(0px 0 20px #3bb5fb);
    -webkit-animation: con_ball_2 1.3s 0.8s ease-in-out forwards,shake_two 2s ease-in-out infinite;
    animation: con_ball_2 1.3s 0.8s ease-in-out forwards,shake_two 2s ease-in-out infinite
}

.con_ball_3 {
    width: 90px;
    height: 90px;
    left: 1328px;
    top: 300px;
    opacity: 0;
    background-size: cover;
    -webkit-filter: drop-shadow(0px 0 10px #3bb5fb);
    filter: drop-shadow(0px 0 10px #3bb5fb);
    z-index: 9;
    -webkit-animation: con_ball_3 1.3s 1s ease-in-out forwards,shake 3s ease-in-out infinite;
    animation: con_ball_3 1.3s 1s ease-in-out forwards,shake 3s ease-in-out infinite
}

.con_ball_4 {
    width: 54px;
    height: 54px;
    left: 1660px;
    top: 190px;
    opacity: 0;
    background-size: cover;
    -webkit-filter: drop-shadow(0px 0 10px #3bb5fb);
    filter: drop-shadow(0px 0 10px #3bb5fb);
    -webkit-animation: con_ball_4 1.2s 1.2s ease-in-out forwards,shake_two 2.2s ease-in-out infinite;
    animation: con_ball_4 1.2s 1.2s ease-in-out forwards,shake_two 2.2s ease-in-out infinite
}

.con_ball_5 {
    width: 35px;
    height: 35px;
    left: 1660px;
    top: 200px;
    opacity: 0;
    background-size: cover;
    -webkit-filter: drop-shadow(0px 0 10px #3bb5fb);
    filter: drop-shadow(0px 0 10px #3bb5fb);
    -webkit-animation: con_ball_5 1s 1.3s ease-in-out forwards,shake 1.75s ease-in-out infinite;
    animation: con_ball_5 1s 1.3s ease-in-out forwards,shake 1.75s ease-in-out infinite
}

@-ms-keyframes con_ball {
    from {
        left: 1660px;
        top: 100px;
        opacity: 0;
        transform: scale(.1)
    }

    to {
        left: 1070px;
        top: 290px;
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes con_ball {
    from {
        left: 1660px;
        top: 100px;
        opacity: 0;
        transform: scale(.1)
    }

    to {
        left: 1070px;
        top: 290px;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes con_ball {
    from {
        left: 1660px;
        top: 100px;
        opacity: 0;
        transform: scale(.1)
    }

    to {
        left: 1070px;
        top: 290px;
        opacity: 1;
        transform: scale(1)
    }
}

@-ms-keyframes con_ball_2 {
    from {
        left: 1660px;
        top: 150px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1224px;
        top: 260px;
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes con_ball_2 {
    from {
        left: 1660px;
        top: 150px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1224px;
        top: 260px;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes con_ball_2 {
    from {
        left: 1660px;
        top: 150px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1284px;
        top: 340px;
        opacity: 1;
        transform: scale(1)
    }
}

@-ms-keyframes con_ball_3 {
    from {
        left: 1660px;
        top: 150px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1328px;
        top: 300px;
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes con_ball_3 {
    from {
        left: 1660px;
        top: 150px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1328px;
        top: 300px;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes con_ball_3 {
    from {
        left: 1660px;
        top: 150px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1372px;
        top: 260px;
        opacity: 1;
        transform: scale(1)
    }
}

@-ms-keyframes con_ball_4 {
    from {
        left: 1660px;
        top: 190px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1470px;
        top: 257px;
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes con_ball_4 {
    from {
        left: 1660px;
        top: 190px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1470px;
        top: 257px;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes con_ball_4 {
    from {
        left: 1660px;
        top: 190px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1470px;
        top: 257px;
        opacity: 1;
        transform: scale(1)
    }
}

@-ms-keyframes con_ball_5 {
    from {
        left: 1660px;
        top: 200px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1550px;
        top: 254px;
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes con_ball_5 {
    from {
        left: 1660px;
        top: 200px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1550px;
        top: 254px;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes con_ball_5 {
    from {
        left: 1660px;
        top: 200px;
        opacity: 0;
        transform: rotate(180deg) scale(.1)
    }

    to {
        left: 1572px;
        top: 221px;
        opacity: 1;
        transform: scale(1)
    }
}

@-ms-keyframes shake {
    0% {
        transform: translatex(0px) translatey(-8px)
    }

    50% {
        transform: translatex(0px) translatey(0px)
    }

    100% {
        transform: translatex(0px) translatey(-8px)
    }
}

@-webkit-keyframes shake {
    0% {
        transform: translatex(0px) translatey(-8px)
    }

    50% {
        transform: translatex(0px) translatey(0px)
    }

    100% {
        transform: translatex(0px) translatey(-8px)
    }
}

@keyframes shake {
    0% {
        transform: translatex(0px) translatey(-8px)
    }

    50% {
        transform: translatex(0px) translatey(0px)
    }

    100% {
        transform: translatex(0px) translatey(-8px)
    }
}

@-ms-keyframes shake_two {
    0% {
        transform: translatex(0px) translatey(10px)
    }

    50% {
        transform: translatex(3px) translatey(5px)
    }

    100% {
        transform: translatex(0px) translatey(10px)
    }
}

@-webkit-keyframes shake_two {
    0% {
        transform: translatex(0px) translatey(10px)
    }

    50% {
        transform: translatex(3px) translatey(5px)
    }

    100% {
        transform: translatex(0px) translatey(10px)
    }
}

@keyframes shake_two {
    0% {
        transform: translatex(0px) translatey(10px)
    }

    50% {
        transform: translatex(3px) translatey(5px)
    }

    100% {
        transform: translatex(0px) translatey(10px)
    }
}

.ball ul li p {
    font-family: 'Oswald';
    background: #fdeff0;
    background: -moz-linear-gradient(right top,#fff 30%,#fdeff0 15%,#da9ca6 53%,#802e4e 75%);
    background: -webkit-linear-gradient(right top,#fff 30%,#fdeff0 15%,#da9ca6 53%,#802e4e 75%);
    background: linear-gradient(right to bottom,#fff 30%,#fdeff0 15%,#da9ca6 53%,#802e4e 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    opacity: .9;
    letter-spacing: -3px;
    text-align: center
}

.ball ul li:first-child p {
    font-size: 100px;
    position: absolute;
    left: 22px;
    line-height: 1.6;
    z-index: 7
}

.ball ul li:first-child p:after {
    content: "";
    position: absolute;
    left: -213px;
    top: 43px;
    width: 300px;
    height: 208px;
    background: url(../img/ballsShadow.png) no-repeat
}

.ball ul li.con_ball p:after,.ball ul li.con_ball_2 p:after,.ball ul li.con_ball_3 p:after {
    content: "";
    position: absolute;
    background: url(../img/ballsShadow.png) no-repeat;
    background-size: cover;
    opacity: .5
}

.ball ul li.con_ball p:after {
    left: -175px;
    top: 36px;
    width: 260px;
    height: 184px
}

.ball ul li.con_ball_2 p:after {
    left: -213px;
    top: 43px;
    width: 300px;

    height: 208px;
    background: url(../img/ballsShadow_2.png) no-repeat;
    background-size: cover
}

.ball ul li.con_ball_3 p:after {
    left: -106px;
    top: 30px;
    width: 180px;
    height: 126px;
    background: url(../img/ballsShadow_3.png) no-repeat;
    background-size: cover
}

.ball ul li:nth-child(2) p {
    font-size: 70px;
    line-height: 2
}

.ball ul li:nth-child(3) p {
    font-size: 63px;
    line-height: 1.5;
}

.ball ul li:nth-child(4) p {
    font-size: 37px;
    line-height: 1.7
}

.ball ul li:nth-child(5) p {
    font-size: 34px;
    line-height: 1.7
}

.ball ul li:last-child p {
    font-size: 20px;
    line-height: 2;
    opacity: 1
}

.bottom {
    width: 100%;
    height: 35px;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #121114;
    color: #58595b;
    font-size: 12px;
    z-index: 99
}

.bottom .info {
    width: 77%;
    display: inline-block
}

.bottom .bq {
    float: left;
    margin-top: 10px
}

.bottom .bottom_menu {
    float: right;
    cursor: pointer
}

.bottom .bottom_menu ul li {
    float: left;
    border-right: 1px solid #58595b;
    height: 18px;
    margin: 10px 0 0 0;
    padding: 0 5px 0 5px
}

.bottom .bottom_menu ul li:last-child {
    border-right: 0 solid #58595b
}

.game {
    width: 86%;
    height: 100%;
    display: flex
}

.game > div {
    width: 100%;
    height: 100%
}

.game .left {
    height: 100%;
    width: 72px
}

.game .center {
    background-color: #272733;
    height: 100%;
    flex: 1
}

.center_game {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%
}

.center_game.left {
    height: 100%;
    flex: 1
}

.kj {
    height: 80px;
    border: 1px solid #5e61b2;
    margin: 10px;
    background-color: #393b6b;
    display: flex;
    align-items: center
}

.game_icon {
    margin: 12px
}

.game_tit {
    width: 130px
}

.game_tit span {
    display: block
}

.game_tit1 {
    font-size: 16px;
    font-weight: bold
}

.game_tit2 {
    font-size: 14px;
    font-weight: bold;
    color: #fdff2d
}

.game_tit3 {
    font-size: 12px;
    color: #9CA1A6
}

.game_time1 {
    font-family: 'Inconsolata',"å¾®è½¯é›…é»'";
    color: #fcf250;
    letter-spacing: 5px;
    width: 200px;
    height: 58px;
    display: inline-block;
    margin-top: 2px;
    line-height: 53px;
    text-align: center;
    font-size: 27px;
    background: #212448;
    margin-left: 30px;
    text-shadow: 0 0 20px rgb(246,255,18);
    -webkit-animation: glow .5s infinite alternate;
    animation: glow .5s infinite alternate
}

@-ms-keyframes glow {
    to {
        text-shadow: 0 0 30px rgba(255,206,97,0.8)
    }
}

@-webkit-keyframes glow {
    to {
        text-shadow: 0 0 30px rgba(255,206,97,0.8)
    }
}

@keyframes glow {
    to {
        text-shadow: 0 0 30px rgba(255,206,97,0.8)
    }
}

.game_time {
    font-family: "Inconsolata","å¾®è½¯é›…é»'";
    font-size: 50px;
    color: #fcf250;
    width: 280px;
    display: inline-block;
    margin-left: 20px
}

.game_time span {
    position: relative;
    font-family: 'Inconsolata',"å¾®è½¯é›…é»'";
    letter-spacing: 11px;
    padding: 10px 0 10px 8px;
    text-align: center;
    line-height: 73px;
    font-size: 46px;
    text-shadow: 0 0 20px rgb(246,255,18)
}

.game_time span:after {
    content: "";
    position: absolute;
    left: 48%;
    top: 0;
    width: 2px;
    height: 66px;
    background: #383b6a
}

.game_time span.threel {
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»'";
    font-size: 35px;
    margin-top: 60px
}

.game_time span.twol {
    position: relative;
    background-color: #212448
}

game_time span.twol:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background-color: #383b6a;
    z-index: 101;
    left: 48%
}

.game_time span:last-child {
    letter-spacing: 11px
}

.game_time label {
    margin: 4px;
    height: 100%
}

.game_result {
    flex: 1;
    height: 100%
}

.game_result_top {
    line-height: 18px;
    font-size: 12px;
    color: #e6e767;
    background: url(../img/new_balls_top_bg.png) no-repeat 220px 0;
    width: 100%;
    text-align: center;
    background-position: center
}

.game_result_top:after {
    content: "开奖结果";
    margin-left: 35px
}

.game_result_hm {
    font-family: "Oswald";
    text-align: center;
    line-height: 2.1;
    margin-top: 4px
}

.game_result_hm span {
    font-size: 33px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 5px;
    cursor: default;
    background: rgba(255,255,255,.0);
    box-shadow: 0 0 4px rgba(255,255,255,.19),inset -2px 3px 5px rgba(0,0,0,.75);
    border: 2px solid #5257b2;
    border-radius: 45px;
    font-weight: bold;
    line-height: 50px
}

.wf {
    height: 35px;
    width: 100.2%;
    text-align: center;
    background-color: #272733;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #62629c
}

.wf ul {
}

.wf ul li {
    color: #fefeff;
    float: left;
    width: auto;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    display: block
}

.wf .active {
    color: #838ce9;
    position: relative
}

.wf .active:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #58587e;
    position: absolute;
    left: 40%;
    top: 30px;
    width: 0;
    height: 0;
    clear: both
}

.wf ul li:hover {
    color: #838ce9
}

.wf ul li:before {
    background: url(../img/menu_line.png) no-repeat;
    width: 40px;
    height: 35px;
    float: left
}

.wf ul li:first-child:before {
    background: none;
    float: left
}

.hm {
    height: auto;
    width: 100%;
    background-color: #272733;
    margin: 15px 0;
    border: 1px solid #272733;
    display: inline-block
}

.hm .hm_wf {
    height: auto;
    width: 100%
}

.hm .hm_wf ul {
    font-size: 12px;
    margin-left: 10px;
    color: #9ca1a6;
    height: auto;
    height: 35px
}

.hm .hm_wf ul li {
    letter-spacing: 1px;
    cursor: pointer;
    float: left;
    background-color: #191c25;
    border-radius: 40px;
    padding: 5px 10px;
    margin: 5px
}

.hm .hm_wf .active {
    background-color: #4e52ad;
    color: #FFF
}

.hm .hm_tit {
    margin: 0 0 0 15px;
    float: left;
    font-size: 12px;
    color: #6f708d;
    position: relative;
    width: 62.5%;
    cursor: pointer
}

.hm .hm_tit span:first-child:before {
    content: "玩法提示："
}

.hm .hm_tit span:first-child {
    display: inline-block
}

.hm .hm_tit font {
    margin-right: 5px;
    color: #f0d969
}

.hm .hm_tit font:before {
    content: "¥";
    width: 13px;
    height: 13px;
    border-radius: 50px;
    background-color: #f0d969;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.hm .hm_tit span:last-child {
    color: #868be9
}

.hm .ng-scope .hm_btn_left.hms a {
    margin: 0 0 10px 10px
}

.hm .hm_tit span:last-child:before {
    content: "?";
    width: 13px;
    height: 13px;
    border-radius: 50px;
    background-color: #17161c;
    border: 1px solid #868be9;
    font-size: 6px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    margin-right: 5px
}

.hm .hm_btns {
    width: 100%;
    margin: 10px 0 0 15px;
    min-height: 230px
}

.hm .hm_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.hm .hm_btn.one {
    padding-top: 25px;
    height: 165px
}

.hm .hm_btn.tow {
    margin: 10px 0 0 0;
    padding-top: 7.5px;
    height: 100px
}

.hm .hm_btn.three {
    padding-top: 30.35px
}

.hm .hm_btn.four {
    padding-top: 8.75px
}

.hm .hm_btn_left.wh,.hm .hm_btn_left.wh1 {
    float: left;
    color: #9ca1a6;
    background-color: #191c25;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 45px;
    font-size: 16px;
    line-height: 34px
}

.hm .hm_btn_left.wh1 {
    width: 70px
}

.hm .hm_btn_left.hms {
    width: 80%;
    float: left
}

.hm .hm_btn_left.hms a {
    transition: all .5s;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    float: left;
    display: block;
    text-decoration: none;
    margin-left: 10px;
    background-color: rgba(57,62,82,0);
    box-shadow: 0 0 12px rgba(255,255,255,.15),0 1px 1px rgba(255,255,255,.1),inset 0 4px 6px rgba(42,87,154,0.6),inset 0 0 5px rgba(1,1,1,.1);
    border: solid 1px #7176cb
}

.hm .hm_btn_left.hms span {
    transition: all .5s;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    text-align: center;
    line-height: 34px;
    color: #8d9ede
}

.hm .hm_btn_left.hms a:hover {
    border: solid 1px #767482
}

.hm .hm_btn_left.hms a:hover span {
    color: #767482
}

.hm .hm_btn_left.hms .active {
    background-color: #161518;
    box-shadow: 0 0 12px rgba(255,255,255,.15),0 1px 1px rgba(255,255,255,.1),inset 0 4px 6px rgba(0,0,0,.6),inset 0 0 5px rgba(1,1,1,.1);
    border: solid 1px #7176cb
}

.hm .hm_btn_left.hms .active span {
    border-radius: 50px;
    background-color: #4e52ad;
    box-shadow: 0 4px 9px 1px rgba(0,0,0,.6),inset 0 0 4px rgba(255,255,255,.07);
    border: solid 1px #17161e;
    color: #fff;
    line-height: 32px
}

.hm .hm_btn_left.hms .active:hover a {
    border: solid 1px #7176cb
}

.hm .hm_btn_left.hms .active:hover span {
    color: #fff
}

.hm .hm_btn_right {
    margin-right: 40px
}

.hm_btn_left {
    flex: 1
}

.hm .hm_btn_right span {
    color: #8d9ede;
    border: 1px solid #393939;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 0 5px;
    cursor: pointer;
    background: #161518;
    box-shadow: 0 5px 5px rgba(0,0,0,.37),inset 0 4px 6px rgba(42,87,154,0.6);
    transition: all .3s linear
}

.hm .hm_btn_right span:hover {
    border: solid 1px #767482;
    color: #767482
}

.hm .hm_btn_right .active {
    background-color: #4d51a8;
    box-shadow: 0 5px 5px rgba(0,0,0,.37);
    border: solid 1px #4d51a9;
    color: #FFF
}

.hm .hm_btn_right .active:hover {
    border: solid 1px #4d51a9;
    color: #FFF
}

.hm .hm_cz {
    float: left;
    margin: 5px 0 2px 7px;
    font-size: 12px;
    color: #6f708d
}

.hm .hm_cz.zs,.hm .hm_cz.amount,.hm .hm_cz.ms,.hm .hm_cz.tj,.hm .hm_cz.tj_m {
    float: left
}

.hm .hm_cz.zs {
    color: #5356bd;
    font-weight: bold
}

.hm .hm_cz.zs:before {
    content: "æ‚¨é€‰æ‹©äº†";
    color: #596e83;
    font-weight: normal;
    margin-right: 2px
}

.hm .hm_cz.zs:after {
    content: "æ³¨ï¼Œ";
    color: #596e83;
    font-weight: normal;
    margin-left: 2px
}

.hm .hm_cz.amount input {
    position: relative;
    top: 2px;
    height: 18px;
    text-align: center;
    background-color: #171520;
    color: #FFF;
    border: 1px solid #4e52aa;
    width: 40px;
    font-size: 14px
}

.hm .hm_cz.amount:before {
    content: "倍数"
}

.hm .hm_cz.amount .minus,.hm .hm_cz.amount .plus {
    background-color: #4e52aa;
    color: #FFF;
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
    font-style: initial;
    cursor: pointer
}

.hm .hm_cz.amount .minus {
    margin-right: -4px
}

.hm .hm_cz.amount .plus {
    margin-left: -5px
}

.hm .hm_cz.ms {
    margin-left: 50px
}

.hm .hm_cz.ms:before {
    content: "模式"
}

.hm .hm_cz.ms span {
    transition: all .5s;
    color: #4e52aa;
    border: 1px solid #4e52aa;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    line-height: 20px;
    cursor: pointer
}

.hm .hm_cz.ms .active {
    color: #FFF;
    background-color: #4e52aa
}

.hm .hm_cz.tj {
    margin-left: 45px
}

.hm .hm_cz.tj:before {
    content: "奖金调节";
	line-height:24px;
}

.hm .hm_cz.tj .ranges {
    margin: -3px 0 0 5px;
    float: right
}

.rangeslider {
    top: 12px
}

.rangeslider__fill {
    background: #f2d965;
    border-radius: 0
}

.rangeslider--horizontal {
    height: 5px;
    width: 100px;
    background: black;
    border-radius: 0
}

.rangeslider__handle:after,.rangeslider__handle {
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #f2d965;
    box-shadow: 0 5px 5px grba(0,0,0,.24)
}

.rangeslider--horizontal .rangeslider__handle {
    top: -4px
}

.hm .hm_cz.tj_m {
    line-height: 24px
}

.hm .hm_tits {
    flex: 1
}

.hm .hm_subbtn {
    margin-right: 25px;
    width: auto
}

.sjbtn,.addbtn {
    height: 50px;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #fff
}

.addbtn {
    border: solid 1px #ccb136;
    margin-left: 10px;
    background: #5d5224;
    box-shadow: 0 0 10px rgba(255,241,72,.8);
    transition: all .3s linear
}

.addbtn:hover {
    background: #84722b
}

@-ms-keyframes addbtn {
    0% {
        box-shadow: 0 0 10px rgba(255,241,72,.8);
        background-color: #98821b
    }

    50% {
        box-shadow: none;
        background-color: transparent
    }

    100% {
        box-shadow: 0 0 10px rgba(255,241,72,.8);
        background-color: #98821b
    }
}

@-webkit-keyframes addbtn {
    0% {
        box-shadow: 0 0 10px rgba(255,241,72,.8);
        background-color: #98821b
    }

    50% {
        box-shadow: 0 0 0;
        background-color: transparent
    }

    100% {
        box-shadow: 0 0 10px rgba(255,241,72,.8);
        background-color: #98821b
    }
}

@keyframes addbtn {
    0% {
        box-shadow: 0 0 10px rgba(255,241,72,.8);
        background-color: #98821b
    }

    50% {
        box-shadow: none;
        background-color: transparent
    }

    100% {
        box-shadow: 0 0 10px rgba(255,241,72,.8);
        background-color: #98821b
    }
}

.sjbtn {
    border: 1px solid #7cd182;
    color: #95d395;
    background: #414f41;
    box-shadow: 0 0 10px rgba(241,255,217,.8);
    transition: all .3s linear
}

.sjbtn:hover {
    background: #536f53;
    color: #c3e2c3
}

.center_game.right {
    width: 248px;
    margin: 0 10px 10px 30px;
    background: #212026;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto
}

.historys {
    background: #020203;
    position: absolute;
    width: 248px;
    top: 0;
    z-index: 2;
    height: 37px
}

.his_title {
    color: #8387eb;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 5px 0 5px 0;
    line-height: 26px;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s linear
}

.his_title i:first-child {
    color: #808080;
    background: #25222e;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    margin: -2px 0 5px 3px;
    float: left;
    font-style: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    left: 0
}

.his_title:hover i:first-child {
    color: #FFF;
    background: #4b51a8;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.his_title:hover {
    background: #151131
}

.his_title i:last-child {
    background: url(../img/pushpin.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 9px;
    background-size: cover;
    cursor: pointer
}


.his_title.pin i:first-child {
    color: #FFF;
    background: #7074cb;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.his_title.pin i:last-child {
    background: url(../img/pushpin.png) no-repeat -25px 0;
    background-size: cover
}

.his_lottery {
    width: 99%;
    margin-right: 2px;
    height: 420px;
    opacity: 0;
    visibility: hidden;
    background: #020203;
    -webkit-transition: opacity 200ms,visibility 200ms;
    transition: opacity 200ms,visibility 200ms
}

.his_box {
    width: 100%;
    background: #100f14;
    margin-top: 3px;
    display: inline-block;
    position: relative
}

.his_box .his_qh {
    width: 110px;
    float: left;
    height: auto;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    color: #6F708D;
    position: absolute;
    top: 25%;
    left: 5%
}

.his_box .his_hms {
    margin: 1px 0 -3px 120px;
    display: inline-block;
    width: 115px;
    text-align: center
}

.his_box .his_hms span {
    float: left;
    border-radius: 45px;
    background: #383442;
    display: inline-block;
    font-size: 10px;
    width: 20px;
    height: 20px;
    margin: 1px;
    line-height: 20px
}

.historys:hover .his_lottery,.historys:hover .his_more {
    visibility: visible;
    opacity: 1
}

.his_more {
    text-align: right;
    width: 96%;
    font-size: 12px;
    padding: 10px 10px 0 0;
    color: #8387eb;
    font-weight: bold;
    background: #020203;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms,visibility 200ms;
    transition: opacity 200ms,visibility 200ms
}

.his_more:before {
    content: "+";
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #020203;
    background: #8184c0;
    border-radius: 45px;
    line-height: 11px;
    text-align: center
}

.his_more.pin,.his_lottery.pin {
    opacity: 1;
    visibility: visible
}

.tzinfo {
    margin-top: 4px;
    background: #020203;
    height: 75px;
    font-size: 12px
}

.tzinfo .xz,.tzinfo .bs,.tzinfo .tz {
    width: 100%;
    height: 25px;
    float: right;
    word-spacing: 2px
}

.tzinfo .xz {
    margin-top: 1px
}

.tzinfo .xz span,.tzinfo .bs span,.tzinfo .tz span {
    float: right;
    color: #dec864
}

.tzinfo .xz span:first-child:after {
    content: "å•";
    color: #5c586f;
    margin: 0 5px 0 5px
}

.tzinfo .xz span:last-child:after {
    content: "æ³¨";
    color: #6f708d;
    margin: 0 20px 0 5px
}

.tzinfo .bs span:after {
    content: "å€";
    color: #6f708d;
    margin: 0 5px 0 5px
}

.tzinfo .tz span:after {
    content: "å…ƒ";
    color: #6f708d;
    margin: 0 5px 0 5px
}

.tzinfo .xz:before,.tzinfo .bs:before,.tzinfo .tz:before {
    margin: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #363647
}

.tzinfo .xz:before {
    content: "é€‰æ‹©"
}

.tzinfo .bs:before {
    content: "å€æ•°"
}

.tzinfo .tz:before {
    content: "æŠ•æ³¨"
}

.tzinfo .clear {
    line-height: 75px;
    font-weight: bold;
    color: #7A7589;
    text-align: center
}

.cars {
    background: #020203;
    flex: 0.99;
    margin-top: 38px
}

.car_title {
    color: #8387eb;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 5px
}

.car_boxs {
}

.car_box {
    background: #2a292e;
    display: inline-block;
    margin: 4px 5px 0 5px;
    position: relative;
    cursor: default
}

.car_box.clear {
    background: #020203;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #7a7589;
    width: 98%
}

.car_box.first {
    background: #4d51ab
}

.car_box.first .del span {
    background: #2f317c
}

.car_box.first .car_info {
    border-left: 1px solid #6a6fc0
}

.car_box.first .car_info div:first-child {
    border-bottom: 1px solid #6a6fc0
}

.car_box.first .car_info div:last-child {
    border-top: 1px solid #6a6fc0
}

.car_box .del {
    float: left;
    text-align: center;
    width: 35px;
    position: absolute;
    top: 30%;
    height: 100%
}

.car_box .del span {
    background: #19181d;
    height: 22px;
    display: inline-block;
    width: 22px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer
}

.car_box .car_info {
    float: left;
    font-size: 12px;
    width: 195px;
    border-left: 1px solid #3d3b3c;
    margin-left: 37px;
    line-height: 20px
}

.car_box .car_info div {
    height: 100%;
    text-align: center;
    color: #c3c586
}

.car_box .car_info div:first-child {
    border-bottom: 1px solid #3d3b3c;
    color: #FFF
}

.car_box .car_info div:last-child {
    border-top: 1px solid #3d3b3c
}

.car_info_3 span:first-child {
    float: left;
    display: inline-block;
    margin-left: 10px
}

.car_info_3 span:first-child:after {
    content: "æ³¨";
    display: inline-block;
    margin-left: 5px;
    color: #FFF
}

.car_info_3 span:last-child {
    float: right;
    display: inline-block;
    margin-right: 10px
}

.car_info_3 span:last-child:after {
    content: "å…ƒ";
    display: inline-block;
    margin-left: 5px;
    color: #FFF
}

.car_info_2 {
    word-break: break-all
}

.bts1 {
    height: 48px;
    cursor: pointer;
    margin: 0 0 5px 0;
    background: #020203
}

.bts2 div {
    margin-top: 7px
}

.tzbtn {
    height: 70px;
    display: inline-block;
    border: 1px solid #a39d3b;
    width: 245px;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    color: #eff249;
    background: #5d5224;
    cursor: pointer
}

.tzbtn:before {
    content: "";
    display: inline-block;
    border-right: 2px solid #676623;
    width: 45px;
    margin-right: 10px;
    background: url(../img/confirm_bet.png) no-repeat 0 10px;
    height: 50px;
    position: relative;
    top: 16px;
    left: -25px;
    margin-top: -6px
}

.orderlist {
}

.orderlist table {
    margin: 0 0 0 15px;
    background: #131118;
    font-size: 12px;
    line-height: 35px;
    width: 100%;
    border-collapse: collapse
}

.orderlist thead {
    background: #1e1d25
}

.orderlist th {
    font-weight: 100;
    border: 0;
    text-align: center
}

.orderlist td {
    word-break: break-all
}

.orderlist tbody {
    display: block;
    text-align: center;
    color: #D8D6D6
}

.orderlist table thead,.orderlist tbody tr {
    display: table;
    width: 100%;
    border: 0
}

.userbtn,.promoterbtn,.rechargebtn,.exchangebtn,.orderbtn,.betbtn {
    display: block;
    font-size: 12px;
    text-align: center;
    height: 75px;
    line-height: 123px;
    padding-top: 5px;
    color: #666
}

.userbtn {
    background: url(../img/left_menu.png) no-repeat
}

.promoterbtn {
    background: url(../img/left_menu.png) no-repeat 0 -75px
}

.rechargebtn {
    background: url(../img/left_menu.png) no-repeat 0 -155px
}

.exchangebtn {
    background: url(../img/left_menu.png) no-repeat 0 -230px
}

.orderbtn {
    background: url(../img/left_menu.png) no-repeat 0 -305px
}

.betbtn {
    background: url(../img/left_menu.png) no-repeat 0 -380px
}

.userbtn.on,.userbtn:hover {
    background: url(../img/left_menu_current.png) no-repeat;
    color: #FFF
}

.promoterbtn.on,.promoterbtn:hover {
    background: url(../img/left_menu_current.png) no-repeat 0 -75px;
    color: #FFF
}

.rechargebtn.on,.rechargebtn:hover {
    background: url(../img/left_menu_current.png) no-repeat 0 -155px;
    color: #FFF
}

.exchangebtn.on,.exchangebtn:hover {
    background: url(../img/left_menu_current.png) no-repeat 0 -230px;
    color: #FFF
}

.orderbtn.on,.orderbtn:hover {
    background: url(../img/left_menu_current.png) no-repeat 0 -305px;
    color: #FFF
}

.betbtn.on,.betbtn:hover {
    background: url(../img/left_menu_current.png) no-repeat 0 -380px;
    color: #FFF
}

.addNum,.delete {
    position: relative;
    width: 116px;
    height: 40px
}

.addNum a,.delete a {
    display: block;
    position: relative;
    height: 40px;
    text-align: right;
    line-height: 40px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px
}

.addNum a i,.delete a i {
    display: block;
    position: absolute;
    left: 6px;
    top: 7px;
    width: 24px;
    height: 24px
}

.addNum a i {
    background-image: url(../img/icon_add.png)
}

.delete a i {
    background-image: url(../img/icon_delete.png)
}

.addNum a {
    color: #f9f766;
    border: 1px solid #ccb136;
    transition: all .5s
}

.addNum:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 36px;
    width: 1px;
    height: 26px;
    background-color: #282833
}

.delete:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 36px;
    width: 1px;
    height: 26px;
    background-color: #282833
}

.delete a {
    transition: all .5s;
    color: #7579c6;
    border: 1px solid #4d51a8
}

.addNum {
    float: left;
    margin-left: 5px
}

.delete {
    float: right;
    margin-right: 5px
}

.addNum a:hover {
    background-color: #534919;
    box-shadow: 0 0 10px rgba(255,241,72,.8)
}

.addNum a:hover i {
    background-position: -24px 0
}

.delete a:hover {
    background-color: #2f3266;
    box-shadow: 0 0 10px rgba(129,130,200,.8);
    color: #a6a8e3
}

.delete a:hover i {
    background-position: -24px 0
}

.addNum.disable a,.delete.disable a,.addNum.disable a:hover,.delete.disable a:hover {
    color: #43404d;
    border: 1px solid #43404d;
    cursor: not-allowed;
    background-color: transparent;
    box-shadow: none;
    transition: all .5s
}

.addNum.disable a i {
    background-position: -48px 0
}

.delete.disable a i {
    background-position: -48px 0
}

.confirmBtn {
    position: relative;
    width: 248px;
    height: 82px
}

.confirmBtn a {
    transition: all .5s;
    display: block;
    position: relative;
    height: 82px;
    text-align: right;
    line-height: 82px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 25px;
    color: #f9f766;
    letter-spacing: 3px;
    border: 1px solid #ccb136;
    padding-right: 25px;
    background-color: #5c5224;
    text-shadow: 2px 2px 2px rgba(38,33,15,.8)
}

.confirmBtn:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 80px;
    width: 1px;
    height: 67px;
    background-color: #7c680b
}

.confirmBtn a i {
    display: block;
    position: absolute;
    left: 18px;
    top: 20px;
    width: 45px;
    height: 44px;
    background-image: url(../img/icon_confirm.png)
}

.confirmBtn a:hover {
    box-shadow: 0 0 20px rgba(255,241,72,.8);
    background-color: #827821;
    color: #fff
}

.confirmBtn a:hover i {
    background-position: -45px 0
}

.confirmBtn.disable a {
    transition: all .5s;
    color: #43404d;
    border: 1px solid #43404d;
    cursor: not-allowed;
    background-color: transparent;
    box-shadow: none
}

.confirmBtn.disable a i {
    background-position: -90px 0
}

.confirmBtn.disable:after {
    background-color: #000
}

.red {
    color: #ff4343;
    font-weight: bold
}

.content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%
}

.main-head {
    padding: 0 10px;
    height: 44px;
    line-height: 50px
}

.main-head span {
    font-size: 16px;
    display: inline-block;
    height: 44px
}

.pc_tabs {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    color: #fefeff;
    position: relative;
    cursor: pointer;
    font-size: 12px
}

.pc_tabs:hover {
    color: #4D51A8
}

.hm_tit > .help {
    position: absolute;
    right: 0
}

.cr_main {
    color: #838ce9
}

.pc_tabs.cr_main::after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4e52a9;
    position: absolute;
    left: 46%;
    width: 0;
    height: 0;
    clear: both;
    bottom: 0
}

.pcenter_loc {
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    color: #677687
}

.pcenter_loc > a {
    color: #677687;
    font-size: 12px
}

.overview_select {
    border: 1px solid #838ce9;
    width: 100px;
    height: 24px;
    padding: 4px 8px;
    display: flex
}

.memcenter {
}

.overview {
    border-top: 1px solid #4e52a9;
    background: #22222e
}

.overview .search {
    background: #262733;
    width: 100%;
    display: flex;
    height: 70px
}

.overview .search .s1 {
    flex: 2;
    background: url(../img/search1.png) no-repeat 0 20px
}

.overview .search .s1 div {
    float: left
}

.overview .search .s2 {
    flex: 1;
    text-align: center;
    border-left: 1px solid #1f202b;
    border-right: 1px solid #1f202b;
    background: url(../img/member_icon1.png) no-repeat 0 7px
}

.overview .search .s3 {
    flex: 1;
    text-align: center;
    background: url(../img/balance_icon1.png) no-repeat 0 7px
}

.s1_s {
    margin: 20px
}

.s1_t {
    width: 140px;
    height: 35px;
    font-size: 12px;
    color: #676883;
    display: inline-block;
    background-color: #3c3d4f;
    padding-left: 10px;
    line-height: 35px;
    cursor: pointer;
    transition: all 0s
}

.s1_t i {
    color: #757dab;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    float: right;
    font-size: 15px;
    font-weight: bold
}

.s1_s:hover .s1_t {
    color: #FFF
}

.s1_s:hover i {
    color: #FFF;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.s1_s:hover .s_select {
    display: block
}

.s_select {
    display: none;
    background-color: #262733;
    font-size: 12px;
    height: 144px;
    position: relative;
    z-index: 1
}

.s_select li {
    background-color: #0a0a0c;
    margin: 1px;
    padding-left: 10px;
    line-height: 35px;
    cursor: pointer
}

.s_select li:hover {
    background-color: #4d51a8
}

.s1_d {
    margin: 20px 10px;
    border-bottom: 2px solid #3C3D4F
}

.s1_d input {
    color: #737488
}

.s1_d:before {
    content: "";
    margin: -3px -3px -3px 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/calendar_icon.png) no-repeat
}

.s1_d input {
    height: 18px;
    text-align: center;
    background-color: #262733;
    color: #3C3D4F;
    border: 1px solid #262733;
    border-left: 1px solid #3C3D4F;
    width: 100px;
    font-size: 13px;
    font-weight: normal;
    margin: 5px
}

.s1_d.active {
    border-bottom: 2px solid #4d51a8
}

.s1_d.active input {
    border-left: 1px solid #4d51a8;
    color: #e2dc62
}

.s1_btn {
    margin: 15px 20px 20px 20px;
    cursor: pointer
}

.s1_btn span {
    text-align: center;
    display: inline-block;
    background: #3c3d4f;
    width: 90px;
    height: 40px;
    color: #676883;
    line-height: 40px;
    border-radius: 5px
}

.s1_btn:hover span {
    background: #4d51aa;
    color: #FFF
}

.s2 {
}

.s2_box {
    display: flex;
    float: right;
    width: 70%;
    font-size: 12px
}

.s2_box div {
    flex: 1
}

.s2_box div span {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

.s2_box div span:last-child {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #6c749e
}

.s3_box {
    float: right;
    width: 80%;
    font-size: 12px
}

.s3_box span {
    margin-left: 10px
}

.s3_box div {
    width: 100%;
    margin-top: 10px
}

.s3_box div:last-child {
    font-size: 14px;
    font-weight: bold;
    color: #6c749e
}

.overview .data {
    display: flex
}

.overview .data .data_box {
    flex: 1;
    text-align: right;
    margin: 2px;
    background: #1c1d22;
    padding: 10px 20px 10px 10px;
    height: 70px;
    line-height: 35px;
    cursor: pointer
}

.overview .data .data_box div:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #6a6c7d
}

.overview .data .data_box div:last-child {
    font-size: 18px;
    color: #757dab
}

.overview .data .data_box.active {
    border-bottom: 5px solid #4d51a8
}

.overview .data .data_box.active div:first-child {
    font-size: 16px;
    color: #FFF
}

.overview .data .data_box.active div:last-child {
    font-size: 18px;
    color: #FFF;
    text-shadow: 0 0 4px rgb(192,250,252,.6)
}

.ac-tab {
    border-bottom: 3px solid #4E52A9;
    height: 40px
}

.ac-tab ul {
    margin-left: 63px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #6f689d
}

.ac-tab li {
    float: left;
    width: 120px;
    height: 40px;
    border-radius: 5px 5px 0 0;
    background: #2a2b32;
    margin-left: 1px;
    cursor: pointer
}

.ac-tab li.on {
    background: #4D51A8;
    color: #FFF
}

.ac-tit {
    padding: 20px 0 0 60px
}

.ac-main {
    font-size: 14px;
    color: #fefeff;
    background: #272733;
    height: 615px
}

.role_btn {
    display: inline-block;
    width: 74px;
    height: 36px;
    border-radius: 17px/18px;
    background: #1d1f29;
    text-align: center;
    line-height: 36px;
    box-shadow: 0 1px 1px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.04);
    font-size: 14px;
    color: #4e4f54;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.5s
}

.role_btn.active {
    background: #5d6078;
    box-shadow: -1px 3px 6px rgba(0,0,0,.51),inset 0 0 2px rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.04);
    color: #FFF
}

.ac-form {
    width: 310px;
    float: left
}

.ac-line {
    margin: 60px
}

.ac-line .ac_name {
    margin-right: 30px
}

.ac-l {
    border-bottom: 2px solid #403f4f
}

.ac-l div {
    margin: 10px
}

.ac-l input {
    border: 0;
    border-left: 2px solid #403f4f;
    background: #272733;
    color: #cac57a;
    font-size: 12px;
    padding-left: 10px;
    width: 150px;
    height: 20px
}

.ac-l.error {
    border-bottom: 2px solid #fa3e54
}

.ac-l.error input {
    border-left: 1px solid #fa3e54
}

.ac-l.error i {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #fa3354;
    text-align: center;
    font-size: 10px;
    margin-left: 10px
}

.ac-l-error-tit {
    text-align: right;
    color: #fa3354;
    font-size: 12px;
    margin-top: 2px
}

.ac-l.ok {
    border-bottom: 2px solid #699c2d
}

.ac-l.ok input {
    border-left: 1px solid #699c2d
}

.ac-l.ok i {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #699c2d;
    text-align: center;
    font-size: 10px;
    margin-left: 10px
}

.ac-btn {
    float: left;
    width: 74px;
    height: 74px;
    font-size: 16px;
    text-align: center;
    background: #3C3D4F;
    border-radius: 5px;
    margin: 54px 10px 10px 40px;
    color: #636479;
    font-weight: bold;
    cursor: pointer
}

.ac-btn p:first-child {
    margin-top: 16px
}

.ac-btn.active {
    color: #FFF;
    background: #4d51a8
}

.web_select {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100px
}

.web_select .title {
    height: 35px;
    font-size: 12px;
    color: #676883;
    display: inline-block;
    background-color: #3c3d4f;
    line-height: 35px;
    cursor: pointer;
    transition: all 0s;
    width: 100%;
    text-indent: 10px;
    text-align: left
}

.web_select .title i {
    color: #767dab;
    width: 35px;
    height: 45px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    float: right;
    font-size: 15px;
    font-weight: bold
}

.web_select .title.s i {
    height: 27px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #FFF
}

.web_select .options {
    width: 100%;
    background-color: #262733;
    font-size: 12px;
    height: 144px;
    position: absolute;
    z-index: 1;
    text-align: left
}

.web_select .options li {
    width: 100%;
    background-color: #0a0a0c;
    margin: 1px;
    line-height: 35px;
    cursor: pointer;
    text-indent: 10px
}

.web_select .options li:hover {
    background-color: #4d51a8
}

.web_select .title.none {
    background-color: #272733;
    border-left: 1px solid #699c2d;
    color: #cac57a;
    font-size: 12px;
    height: 20px;
    line-height: 20px
}
.width_90 {
	width: 95%;
	margin:0 auto;
	}
.table-list {
    flex: 1;
    width: 100%;
    float: left
}

.table-list table {
    width: 100%;
    border-collapse: collapse
}

.table-list .tit {
    font-size: 14px;
    font-weight: bold;
    color: #cfd0e8;
    margin: 0 0 10px 60px;
    float: left
}

.table-list th {
    font-size: 12px;
    font-weight: bold;
    color: #FEFEFF;
    background: #1d1c22;
    height: 35px;
    position: relative
}

.table-list th:after {
    content: "";
    border-right: 1px solid #323241;
    position: absolute;
    right: 0;
    top: 7px;
    display: inline-block;
    height: 20px;
    width: 20px
}

.table-list th:last-child:after {
    border-right: 0 solid #323241
}

.table-list thead {
    border-bottom: 1px solid #4D51A8
}

.table-list td {
    background: #363845;
    text-align: center;
    color: #FEFEFF;
    word-break: break-all;
    height: 35px;
    font-size: 12px
}

.table-list a {
    color: #FEFEFF
}

.table-list .del {
    background: #1d133d;
    height: 22px;
    display: inline-block;
    width: 22px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #FEFEFF
}

.table-list .btn {
    background: #585cb3;
    width: 60px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #F3F3F3
}

.table-list .page {
    float: right;
    width: auto;
    margin-bottom: 10px;
	margin-right: 20px;
	transform:scale(.9);
}

.table-list .page div {
    display: inline-block
}

.table-list .page .first,.table-list .page .prev,.table-list .page .next,.table-list .page .last {
    width: 25px;
    height: 25px;
    cursor: pointer;
	margin:0 10px;
}

.table-list .page .info {
    font-size: 10px;
    letter-spacing: 1px
}

.table-list .page .info span {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #191a24;
    line-height: 12px;
    padding-left: 5px
}
.table-list .page div {
	opacity:.5;
	transition:opacity .2s linear;}
.table-list .page div:hover {
	opacity:1;}
.table-list .page .first.disabled {
    background: url(../img/page_icon.png) no-repeat;cursor:not-allowed;
}

.table-list .page .next {
    background: url(../img/page_icon.png) no-repeat -50px -24px;
}

.table-list .page .next.disabled {
    background: url(../img/page_icon.png) no-repeat -20px 0
}

.table-list .page .last.disabled {
    background: url(../img/page_icon.png) no-repeat -75px 0;
}

.table-list .page .first {
    background: url(../img/page_icon.png) no-repeat 0 -25px;
}

.table-list .page .prev {
    background: url(../img/page_icon.png) no-repeat -26px -24px;
}

.table-list .page .next {
    background: url(../img/page_icon.png) no-repeat -50px -24px;
}

.table-list .page .last {
    background: url(../img/page_icon.png) no-repeat -75px -25px;
}

.table-list .gl:before {
    content: "+";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #FFF;
    font-size: 16px;
    display: inline-block
}

.table-list .gl.open:before {
    content: "-";
    color: #4D51A8;
    border: 2px solid #4D51A8
}

.table-list .web-checkbox {
}

.table-list p {
    font-size: 13px;
    margin-bottom: 30px;
}

.table-list h4 {
    position: relative;
    font-size: 17px;
    margin: 30px 0;
    text-indent: 0.8pc;
    letter-spacing: 1px;
}

.table-list h4:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 20px;
    background-color: #6368c9
}

.table-list.help table {
    width: 91%;
    margin: 0 auto
}

.table-list table tbody {
}

.table-list table tbody:before,.table-list table tbody:after {
    content: "";
    height: 10px
}

.table-list table tbody tr td:last-child {
    text-align: center
}

.table-list td {
    background: #363845;
    text-align: center;
    word-break: break-all;
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    border: 1px solid #262733;
    color: #d1ceda;
    letter-spacing: 0.5px
}

.table-list td strong {
    font-size: 14px
}

.con_box {
    border-top: 1px solid #4e52a9;
    background: #272733;
    min-height: 740px;
}

.form-box {
    width: 100%
}

.form-box .box_l {
    float: left;
    text-align: right;
    margin: 30px 0 40px 30px
}

.form-box .box_l:first-child {
    margin-left: 8%
}

.form-box .box_l .b {
    border-bottom: 2px solid #403f4f;
    display: inline-block;
    padding-bottom: 5px
}

.form-box .box_l .b .date {
    background: url(../img/calendar_icon.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px
}

.form-box .box_l label {
    text-align: center;
    font-size: 14px
}

.form-box .box_l input {
    border: 0;
    border-left: 1px solid #403f4f;
    background: #272733;
    color: #cac57a;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 5px;
    width: 150px;
    height: 20px
}

.form-box .box_l.b1 input {
    margin-left: 40px
}

.form-box .box_l.btn {
    text-align: left;
    margin-left: 0
}

.form-box .box_l.btn a {
    background: #585cb3;
    width: 74px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    color: #F3F3F3;
    text-align: center;
    border-radius: 5px;
    margin-left: 40px
}

.form-box .box_l.btn.black a {
    background: #3c3d4e;
    color: #636478;
    margin-left: 20px
}

.box_l .b.select {
    border-bottom: 2px solid #403f4f;
    margin-top: -16px;
    padding-bottom: 0
}

.box_l .b.select label {
    margin-right: 5px
}

.usercenter {
    border-top: 1px solid #4e52a9;
    background: #22222e;
    color: #FEFEFF;
    min-height: 740px;
    font-size: 14px
}

.usercenter .box {
    width: 55%;
    margin: 40px 40px 40px 5%;
    background: #363845
}

.usercenter .box .title {
    background: #1f1f2b;
    border-bottom: 1px solid #4e52a9;
    font-size: 16px;
    text-indent: 15px;
    height: 40px;
    line-height: 40px
}

.usercenter .box .content {
    display: flex
}

.usercenter .box .content .shu,.usercenter .box .content .heng {
    flex: 1;
    text-align: center;
    border-right: 1px solid #272936;
    margin: 20px 0
}

.usercenter .box .content .shu:last-child,.usercenter .box .content .heng:last-child {
    border-right: 0 solid #272936
}

.usercenter .box .content .shu span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 50px
}

.usercenter .box .content .shu span:last-child {
    color: #dfdd64
}

.usercenter .box .content .heng {
    text-align: left
}

.usercenter .box .content .heng.bind {
    text-align: center
}

.usercenter .box .content .heng span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 1pc
}

.usercenter .box:nth-child(2) .content div.shu:nth-child(2) span,.usercenter .box:nth-child(2) .content div.shu:nth-child(3) span,.usercenter .box:nth-child(2) .content div.shu:nth-child(4) span {
    text-indent: 0
}

.usercenter .box .content .heng span font {
    color: #dfdd64;
    margin-left: 20px
}

.usercenter .box .content .shu .btn,.usercenter .box .content .heng .btn {
    float: left;
    text-indent: 0;
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    background: #4d51a8;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 13px;
    padding: 0 40px;
    transition: all .3s linear
}

.usercenter .box .content .shu .btn {
    margin-left: 25px
}

.usercenter .box .content .shu .btn:hover,.usercenter .box .content .heng .btn:hover {
    Background: rgba(146,149,219,.6);
    border: 0
}

.bind_box {
    display: flex;
    justify-content: center
}

.usercenter .box .user-icon i {
    content: "";
    width: 47px;
    display: inline-block;
    height: 60px;
    background: url(../img/overview_icon.png) no-repeat
}

.usercenter .box .money-icon i {
    content: "";
    width: 47px;
    display: inline-block;
    height: 60px;
    background: url(../img/overview_icon.png) no-repeat -47px 0
}

.usercenter .box .account-icon i {
    content: "";
    width: 47px;
    display: inline-block;
    height: 60px;
    background: url(../img/overview_icon.png) no-repeat -94px 0
}

.m_box {
    text-align: center;
    margin-top: 40px;
    width: 370px;
    height: 380px;
    background: #21222d;
    box-shadow: 0 12px 9px rgba(0,0,0,.45);
    border: 1px solid #272834;
    position: relative
}

.m_tit {
    background: #1D1C22;
    height: 110px;
    margin: 1px;
    display: flex
}

.m_tit .m_i {
    flex: 1;
    text-align: right
}

.m_tit .m_i i {
    font-style: normal;
    width: 40px;
    height: 40px;
    font-size: 12px;
    color: #555caa;
    font-size: 50px;
    margin-top: 31px;
    display: inline-block;
    line-height: 40px
}

.m_tit.ok i {
    font-style: normal;
    color: #FFF;
    font-size: 25px;
    background: #4b9347;
    border-radius: 45px;
    text-align: center
}

.m_tit.ok span {
    cursor: pointer;
    color: #585cb3;
    text-decoration: underline
}

.m_tit .m_t {
    flex: 2.5;
    text-align: left;
    font-size: 12px;
    margin: 31px 0 0 20px;
    word-spacing: 2px
}

.m_con {
    margin: 35px
}

.m_btn {
    position: absolute;
    bottom: 30px;
    left: 43px
}

.web_input {
    font-size: 12px;
    width: 300px;
    display: inline-bloc;
    letter-spacing: 0.5px
}

.web_input .web_input_box {
    margin: 10px;
    border-bottom: 2px solid #403f4f;
    display: flex;
    padding: 5px 0 5px 5px
}

.web_input label {
    flex: 1;
    font-size: 14px;
    text-align: left
}

.web_input input {
    flex: 2;
    border: 0;
    border-left: 1px solid #403f4f;
    background-color: inherit;
    color: #cac57a;
    text-indent: 10px;
    height: 20px
}

.web_input input[placeholder] {
    font-size: 12px
}

.web_input i {
    font-style: normal;
    width: 18px
}

.web_input .web_input_box.change {
    border-bottom: 2px solid #4d51a8
}

.web_input .web_input_box.change input {
    border-left: 1px solid #4d51a8
}

.web_input .web_input_box.error {
    border-bottom: 2px solid #fa3e54
}

.web_input .web_input_box.error input {
    border-left: 1px solid #fa3e54
}

.web_input .web_input_box.error i {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #fa3354;
    text-align: center;
    font-size: 10px;
    line-height: 18px
}

.web_input .error_tit {
    text-align: right;
    color: #fa3354;
    font-size: 12px;
    margin-top: 2px
}

.web_input .tit {
    text-align: right;
    color: #d7d063;
    font-size: 12px;
    margin-top: 2px
}

.web_input .tit.ng-enter {
    transition: 1s linear all;
    opacity: 0
}

.web_input .tit.ng-enter.ng-enter-active {
    opacity: 1
}

.web_input .tit.ng-leave {
    transition: 1s linear all;
    opacity: 1
}

.web_input .tit.ng-leave.ng-leave-active {
    opacity: 0
}

.web_input .web_input_box.ok {
    border-bottom: 2px solid #699c2d
}

.web_input .web_input_box.ok input {
    border-left: 1px solid #699c2d
}

.web_input .web_input_box.ok i {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #699c2d;
    text-align: center;
    font-size: 10px;
    line-height: 18px
}

.web_btn {
    background: #585cb3;
    height: 40px;
    width: 137px;
    line-height: 2;
    font-size: 16px;
    display: inline-block;
    color: #F3F3F3;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.web_btn:hover {
    Background: rgba(146,149,219,.6);
    border: 2px solid #9a9ef7
}

.web_btn:active {
    border: 2px solid #b3ae6e;
    background: rgba(241,227,63,.3);
    box-shadow: 0 0 15px rgba(254,255,234,.8)
}

.web_btn.black {
    background: #000;
    color: #FFF
}

.web_btn.disabled {
    background: #444453;
    color: #9494ac
}

.re_box {
    background: #272733;
    height: 720px
}

.re_box .tab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #4D51A8;
    background: #16151b
}

.re_box .tab ul {
    margin-left: 64px
}

.re_box .tab li {
    float: left;
    height: 40px;
    background: #2b2a32;
    color: #545164;
    border-radius: 5px 5px 0 0;
    margin-left: 2px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 0 5px;
    cursor: pointer
}

.re_box .tab li div {
    float: left;
    letter-spacing: 1px;
    line-height: 40px
}

.re_box .tab li.agentpay div {
    padding-left: 5px
}

.re_box .tab li.qqpay:before,.re_box .tab li.wx:before,.re_box .tab li.cardpay:before,.re_box .tab li.alipay:before,.re_box .tab li.jdpay:before,.re_box .tab li.unionpay:before,.re_box .tab li.bank:before,.re_box .tab li.fixalipay:before {
    content: "";
    display: inline-block;
    line-height: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    width: 25px
}

.re_box .tab li.qqpay:before {
    background: url(../img/recharge_icon.png) no-repeat 4px -50px;
    width: 30px
}

.re_box .tab li.wx:before {
    background: url(../img/recharge_icon.png) no-repeat 0 5px
}

.re_box .tab li.cardpay:before {
    background: url(../img/recharge_icon.png) no-repeat 0 -22px
}

.re_box .tab li.alipay:before {
    background: url(../img/recharge_icon.png) no-repeat 1px -100px;
    width: 27px
}

.re_box .tab li.jdpay:before {
    background: url(../img/recharge_icon.png) no-repeat 1px -128px;
    width: 27px
}

.re_box .tab li.unionpay:before {
    background: url(../img/recharge_icon.png) no-repeat 2px -79px;
    width: 38px;
    height: 22px;
    margin-top: 9px
}

.re_box .tab li.fixalipay:before {
    background: url(../img/recharge_icon.png) no-repeat 1px -156px;
    width: 27px
}

.re_box .tab li.bank:before {
    background: url(../img/recharge_icon.png) no-repeat 1px -185px;
    width: 31px;
    height: 22px;
    margin-top: 10px
}

.re_box .tab li.on,.re_box .tab li:hover {
    background: #4D51A8;
    color: #FFF;
    transition: all .3s linear
}

.re_box .tab li:hover {
    Background: rgba(146,149,219,.6)
}

.re_box .tab li.qqpay:hover:before,.re_box .tab li.qqpay.on:before {
    background: url(../img/recharge_icon.png) no-repeat -24px -50px
}

.re_box .tab li.wx:hover:before,.re_box .tab li.wx.on:before {
    background: url(../img/recharge_icon.png) no-repeat -25px 5px
}

.re_box .tab li.cardpay:hover:before,.re_box .tab li.cardpay.on:before {
    background: url(../img/recharge_icon.png) no-repeat -25px -22px
}

.re_box .tab li.alipay:hover:before,.re_box .tab li.alipay.on:before {
    background: url(../img/recharge_icon.png) no-repeat -26px -100px
}

.re_box .tab li.jdpay:hover:before,.re_box .tab li.jdpay.on:before {
    background: url(../img/recharge_icon.png) no-repeat -26px -128px
}


.re_box .tab li.unionpay:hover:before,.re_box .tab li.unionpay.on:before {
    background: url(../img/recharge_icon.png) no-repeat -35px -79px
}

.re_box .tab li.fixalipay:hover:before,.re_box .tab li.fixalipay.on:before {
    background: url(../img/recharge_icon.png) no-repeat -26px -156px;
    line-height: 30px;
    height: 30px
}

.re_box .tab li.bank:hover:before,.re_box .tab li.bank.on:before {
    background: url(../img/recharge_icon.png) no-repeat -29px -185px
}

.pay-list {
    margin: 20px 0 0 64px;
    font-size: 14px
}

.pay-list .title {
    margin: 10px 0 20px 0
}

.pay-list .btns {
    margin: 20px auto
}

.btn1 {
    display: inline-block;
    width: 74px;
    height: 36px;
    border-radius: 17px/18px;
    background: #1d1f29;
    text-align: center;
    line-height: 36px;
    box-shadow: 0 1px 1px rgba(255,255,255,.25),inset 0 1px 3px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.04);
    font-size: 14px;
    color: #4e4f54;
    margin-right: 10px;
    cursor: pointer
}

.btn1.on {
    background: #5d6078;
    box-shadow: -1px 3px 6px rgba(0,0,0,.51),inset 0 0 2px rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.04);
    color: #FFF;
    transition: all .5s
}

.agent-box {
    margin-top: 60px
}

.agent-tit {
    margin-top: 5%;
    width: 590px;
    height: 50px;
    padding: 11px 0 15px 30px;
    background: #19181e;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    font-size: 12px
}

.agent-tit,.pay-list .title {
    letter-spacing: 0.5px
}

.agent-tit i {
    position: absolute;
    font-style: normal;
    font-size: 40px;
    top: 0;
    left: -3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 13;
    color: #292931
}

.cardpay-box {
    width: 400px;
    height: 100%;
    background: #1f1f2b;
    padding: 20px;
    margin-top: 40px
}

.cardpay-box .title {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.5px
}

.cardpay-box .btn1 {
    margin: 10px 20px 0 0
}

.cardpay-i {
    margin-top: 30px
}

.cardpay-i .web_btn {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    margin-top: 8px;
    width: 60px;
    height: 65px;
    line-height: 20px;
    padding: 6px
}

.cardpay-i .web_btn:hover {
    border: 0 solid #9a9ef7
}

.QR {
    float: left;
    font-size: 14px;
    margin-left: 6%;
    width: 230px
}

.exchange-i {
    margin-top: 35px;
    width: 100%;
    float: left
}

.exchange-i .web_btn {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    width: 60px;
    height: 65px;
    line-height: 20px;
    padding: 6px;
    margin-top: 17px;
    margin-left: 30px
}

.exchange-i .web_btn:hover {
    border: 0
}

.bindbtn .web_btn {
    width: auto;
    height: 39px;
    line-height: 39px;
    padding: 0 20px 0 20px
}

.bindbtn .web_btn:hover {
    border: 0
}

.gl-box {
    background: #1d1c22;
    width: 606px;
    display: inline-block;
    text-align: center;
    padding: 2px
}

.gl-box .tab li {
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background: #323440;
    margin: 0 2px 2px 0;
    cursor: pointer
}

.gl-box .tab .on {
    background: #4D51A8
}

.gl-box .tab li:hover {
    background: #4D51A8
}

.gl-box .tab li:last-child {
    margin-right: 0
}

.gl-box .table th,.gl-box .table td {
    background: #1f2229
}

.gl-box .form {
    background: #1f2229;
    display: inline-block;
    width: 100%
}

.gl-box .form .btns .web_btn {
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 25px
}

.gl-box .form .web_input input {
    flex: 3
}

.gl-box .form .tit {
    margin: 0;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    font-weight: 100
}

.controls {
    margin: 30px 20px 20px 63px;
    font-size: 14px
}

.bankboxs {
    display: flex;
    width: 100%;
    padding: 15px 15px 15px 0
}

.bank-box {
    flex: 1;
    background: #19181d;
    margin: 10px 20px 10px 0;
    height: 170px;
    text-align: center;
    padding: 35px 35px 40px 35px
}

.bankbtns {
    width: 100%;
    text-align: center
}

.search_select {
    width: 300px;
    display: inline-block;
    position: relative
}

.search_select label {
    margin-right: 5px;
    width: 100px;
    line-height: 35px;
    text-align: left
}

.search_select .box {
    margin: 10px;
    border-bottom: 2px solid #403f4f;
    display: flex;
    padding: 5px 0 0 5px
}

.search_select .box .title {
    font-size: 12px;
    color: #686882;
    display: inline-block;
    background-color: #3c3d4f;
    line-height: 35px;
    cursor: pointer;
    transition: all 0s;
    width: 100%;
    text-indent: 10px;
    text-align: left;
    position: relative
}

.search_select .box .title i {
    color: #767dab;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    float: right;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 1px
}

.search_select .box.s {
    border-bottom: 2px solid #4d51a8
}

.search_select .box.s .title {
    background: #323556
}

.search_select .box.s .title i {
    height: 27px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #FFF;
    top: 0;
    right: -4px
}

.search_select .select {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0;
    background: #1a1a24;
    padding-top: 0;
    width: 200px;
    z-index: 2
}

.search_select .select .search {
    border: 1px solid #403f4f;
    margin: 10px;
    text-align: left;
    position: relative
}

.search_select .select .search input {
    width: 90%;
    margin: 5px;
    background-color: #1a1a24;
    border: 0;
    color: #5a5c5b
}

.search_select .select .search i {
    font-style: normal;
    font-size: 23px;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    right: 7px;
    color: #403f4f;
    font-weight: bold
}

.search_select .select .data {
    height: 130px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 90%;
    text-indent: 10px
}

.search_select .select .data p {
    cursor: pointer;
    color: #ede7e7;
    font-size: 13px
}

.search_select .select .data p:hover {
    background: #4d51a8
}

.search_select .error_tit {
    text-align: right;
    color: #fa3354;
    font-size: 12px;
    margin-right: 10px
}

.web-checkbox {
    display: block;
    z-index: 7;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 1px
}

.web-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.web-checkbox .checkmark {
    position: relative;
    height: 15px;
    width: 15px;
    border: 2px solid #646579;
    background-color: #2f2e36;
    display: inline-block
}

.web-checkbox:hover input ~ .checkmark {
    background-color: #1d1c22
}

.web-checkbox input:checked ~ .checkmark {
}

.web-checkbox .checkmark i {
    position: absolute;
    display: none;
    font-style: normal
}

.web-checkbox input:checked ~ .checkmark i {
    display: block
}

.web-checkbox .checkmark i {
    top: -1px;
    position: absolute;
    font-size: 15px;
    left: 0;
    font-family: "Microsoft YaHei","FontAwesome";
    font-weight: 100
}

.table-list.message .no-read td {
    background: #32345a
}

.table-list.message td {
    border-bottom: 1px solid #14161b
}

.table-list.message .status {
    width: 10px;
    height: 10px;
    border-radius: 45px;
    display: inline-block;
    background: #5d6070;
    margin-right: 10px
}

.table-list.message .status.no {
    background: #6c71e0
}

.table-list.message .select td {
    background: #4f4f45
}

.message-del-btn {
    background: #3b3c4e;
    width: 114px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #F3F3F3;
    text-align: center;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #ede7e7
}

.message-del-btn.select {
    background: #ab3838
}

.message-del-btn:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../img/messages_delete.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px
}

.message-del-btn.select:before {
    background: url(../img/messages_delete.png) no-repeat -22px 0
}

.message-send-btn {
    background: #585cb3;
    width: 95px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #F3F3F3;
    text-align: center;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #ede7e7
}

.message-send-btn:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(../img/messages_new.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 10px
}

.table-list .btn-reply,.table-list .btn-delete {
    position: absolute;
    width: 22px;
    height: 17px;
    background: url(../img/messages_ReplayDelete_22x17.png) no-repeat -22px 0;
    right: 0;
    display: none
}

.table-list .btn-reply.show,.table-list .btn-delete.show {
    display: inline-block
}

.table-list .btn-reply {
    right: 32px;
    background: url(../img/messages_ReplayDelete_22x17.png) no-repeat
}

.table-list.message tr:hover .btn-reply,.table-list.message tr:hover .btn-delete {
    display: inline-block
}

.table-list.message .message-info {
    width: 80%;
    height: 200px;
    border: 2px solid #000;
    background: #1f2229;
    display: inline-block;
    margin: 0;
    text-align: left;
    text-indent: 20px;
    padding: 10px
}

.web_textarea {
    font-size: 12px;
    width: 100%;
    display: inline-block
}

.web_textarea .web_textarea_box {
    margin: 10px;
    padding: 5px 0 5px 5px;
    position: relative
}

.web_textarea label {
    font-size: 14px;
    text-align: left;
    border-bottom: 2px solid #403f4f;
    padding-bottom: 5px;
    padding-right: 20px;
    display: inline-block;
    float: left
}

.web_textarea textarea {
    border: 0;
    border-left: 1px solid #403f4f;
    border-bottom: 1px solid #403f4f;
    background-color: inherit;
    color: #cac57a;
    height: 250px;
    float: left;
    width: 390px;
    resize: none;
    overflow-x: hidden;
    padding: 10px;
    outline: none;
    letter-spacing: 1px
}

.web_textarea textarea::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.web_textarea textarea::-webkit-scrollbar-track {
    background-color: #2e303d
}

.web_textarea textarea::-webkit-scrollbar-thumb {
    background-color: #4d51a8
}

.web_textarea i {
    font-style: normal;
    width: 18px
}

.web_textarea .web_textarea_box.change textarea {
    border-left: 1px solid #4d51a8;
    border-bottom: 1px solid #4d51a8
}

.web_textarea .web_textarea_box.change label {
    border-bottom: 2px solid #4d51a8
}

.message-switch {
}

.message-switch .title {
    float: left
}

.message-switch .switch {
    float: left;
    margin: 3px 10px 20px 10px;
    border: 2px solid #403f4f
}

.message-switch label {
    display: inline-block;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 1;
    padding: 2px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #68697b
}

.message-switch .on:before {
    content: "";
    background: url(../img/messages_switchBtn.jpg) no-repeat;
    position: absolute;
    width: 30px;
    height: 25px;
    z-index: 2;
    cursor: pointer;
    right: 2px
}

.message-switch .select {
    float: left;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #403f4f;
    padding: 5px 5px 5px 1px;
    position: relative
}

.message-switch .select .select-box {
    border-left: 1px solid #403f4f;
    position: relative;
    width: 315px;
    cursor: pointer;
    padding-left: 5px
}

.message-switch .select .select-box span {
    display: inline-block;
    text-indent: 10px;
    color: #68697b;
    position: relative;
    margin-bottom: 5px;
    padding: 2px 18px 2px 5px
}

.message-switch .select .select-box .select-box-check {
    display: inline-block;
    text-indent: 2px;
    color: #68697b;
    position: relative;
    cursor: pointer;
    border: 1px solid #4d51a8;
    color: #FFF;
    font-size: 12px;
    margin-left: 4px
}

.message-switch .select .select-box .select-box-check:after {
    content: "x";
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    top: 2px;
    color: #4d51a8
}

.message-switch .select .select-box .select-box-i {
    color: #767dab;
    width: 35px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    float: right;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: -13px;
    top: 2px
}

.message-switch .select.clon .select-box-i {
    color: #FFF;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: -13px;
    top: 0
}

.message-switch .select .select-box-del {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/trash_can.png) no-repeat 2px 0;
    right: 20px;
    top: 0;
    cursor: pointer
}

.message-switch .select.clon {
    border-bottom: 2px solid #4d51a8
}

.message-switch .select.clon .select-box {
    border-left: 1px solid #4d51a8
}

.message-switch .select.clon .select-box-del:hover {
    background: url(../img/trash_can.png) no-repeat -42px 0
}

.message-switch .select.clon .select-box-del {
    background: url(../img/trash_can.png) no-repeat -20px 0
}

.message-switch .select .select-data {
    position: absolute;
    background: #1a1a24;
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
    padding: 10px;
    width: 83%;
    margin-top: 7px
}

.message-switch .select .select-data li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer
}

.message-switch .select .select-data li:hover {
    background: #4d51a8
}

.web_btn.messageBtn {
    position: absolute;
    bottom: 0;
    right: -170px;
    line-height: 20px;
    width: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px
}

.append-number-body {
    background: #272733
}

.append-number-title {
    display: flex;
    padding: 10px;
    background: #1d1c22;
    height: 30px
}

.append-number-title .sp1,.append-number-title .sp2,.append-number-title .sp3 {
    text-align: center;
    display: inline-block;
    border-right: 1px solid #383b4a;
    line-height: 30px;
    flex: 2
}

.append-number-title .sp3 {
    border: 0
}

.append-number-box {
    padding: 15px 15px 0 15px
}

.append-number-input {
    border-bottom: 2px solid #5a5b6d;
    width: 90px;
    float: left;
    height: 25px
}

.append-number-input input {
    border: 0;
    background-color: inherit;
    color: #FFF;
    outline: none;
    text-indent: 10px
}

.append-number-btns {
    padding: 0 15px 15px 15px;
    display: flex
}

.append-number-btns .Cancel-btn,.append-number-btns .Empty-btn,.append-number-btns .DirectBet-btn {
    height: 45px;
    flex: 1;
    display: inline-block;
    color: #FFF;
    background: #5257cc;
    margin-left: 2px;
    text-align: center;
    line-height: 45px
}

.append-number-btns .Empty-btn {
    background: #ab3737
}

.append-number-btns .Cancel-btn {
    background: #272733;
    text-align: left;
    line-height: 60px
}

.append-number-btns .Cancel-btn a {
    text-decoration: underline;
    color: #FFF
}

.orderlist.append-number-table thead {
    border-bottom: 1px solid #5257cc
}

.orderlist.append-number-table td {
    background: #363845
}

.fc_yellow {
    color: #c9c679;
    font-weight: bold
}

.p_kj_parent {
    width: 274px;
    height: 410px;
    background-image: url(../img/award_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    font-size: 14px;
    position: absolute;
    top: -160px;
    right: -55px
}

.border_rp {
    font-size: 14px;
    width: 200px;
    line-height: 25px;
    border-bottom: 2px solid #3b516b;
    text-align: center;
    display: inline-block;
    margin-top: 10px
}

.ptit {
    font-size: 25px;
    height: 38px;
    margin-top: 125px;
    font-weight: bold;
    text-shadow: 0 4px 6px rgba(0,0,0,.5)
}

.border_rp.pname {
    font-size: 14px;
    font-weight: bold;
    background: url(../img/award_title_bg.png);
    height: 25px;
    line-height: 25px;
    border: 0;
    width: 230px
}

.border_rp.pfoot {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    border: 0;
    width: 100%
}

.border_rp.pfoot a {
    color: #CAC57A;
    display: inline-block;
    text-decoration: underline
}

.spaceStation,.spaceStation span {
    position: absolute
}

.spaceStation {
    left: 1363px;
    top: 70px;
   /* background: url(../img/spaceStation.png) no-repeat;*/
    width: 557px;
    height: 630px;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-name: shine;
    animation-duration: 6s;
    animation-iteration-count: infinite
}

.spaceStation span {
    position: absolute;
    left: 311px;
    top: 76px;
    z-index: 5;
    width: 140px;
    height: 109px;
    background-color: #72b1e5;
    border-radius: 70px/54px 54px 55px 55px;
    box-shadow: 0 0 120px 60px #3bb5fb;
    -webkit-animation: flash 5s ease-in-out infinite;
    animation: flash 5s ease-in-out infinite
}

.spaceStation ul {
    content: "";
    position: absolute;
    opatity: 0;
    width: 100px;
    z-index: 2;
    left: 324px;
    top: 80px;
    height: 100px;
    -webkit-animation: ray_anim 10s linear infinite,flash 5s linear infinite;
    animation: ray_anim 10s linear infinite,flash 5s linear infinite
}

@-webkit-keyframes flash {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes flash {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.spaceStation ul li {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
    margin-left: 10px;
    border-radius: 80% 80% 0 0;
    position: absolute;
    opacity: 0.1
}

.spaceStation ul li.ray1 {
    height: 170px;
    width: 30px;
    -webkit-transform: rotate(180deg);
    top: -175px;
    left: 15px
}

.spaceStation ul li.ray2 {
    height: 100px;
    width: 8px;
    -webkit-transform: rotate(220deg);
    top: -90px;
    left: 75px
}

.spaceStation ul li.ray3 {
    height: 170px;
    width: 50px;
    -webkit-transform: rotate(250deg);
    top: -80px;
    left: 100px
}

.spaceStation ul li.ray4 {
    height: 120px;
    width: 14px;
    -webkit-transform: rotate(305deg);
    top: 30px;
    left: 100px
}

.spaceStation ul li.ray5 {
    height: 140px;
    width: 30px;
    -webkit-transform: rotate(-15deg);
    top: 60px;
    left: 40px
}

.spaceStation ul li.ray6 {
    height: 90px;
    width: 50px;
    -webkit-transform: rotate(30deg);
    top: 60px;
    left: -40px
}

.spaceStation ul li.ray7 {
    height: 180px;
    width: 10px;
    -webkit-transform: rotate(70deg);
    top: -35px;
    left: -40px
}

.spaceStation ul li.ray8 {
    height: 120px;
    width: 30px;
    -webkit-transform: rotate(100deg);
    top: -45px;
    left: -90px
}

.spaceStation ul li.ray9 {
    height: 80px;
    width: 10px;
    -webkit-transform: rotate(120deg);
    top: -65px;
    left: -60px
}

.spaceStation ul li.ray10 {
    height: 190px;
    width: 23px;
    -webkit-transform: rotate(150deg);
    top: -185px;
    left: -60px
}

@-webkit-keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes shine {
    0% {
        transform: translatex(0px) translatey(-50px)
    }

    50% {
        transform: translatex(0px) translatey(0px)
    }

    100% {
        transform: translatex(0px) translatey(-50px)
    }
}

@-webkit-keyframes shine {
    0% {
        transform: translatex(0px) translatey(-50px)
    }

    50% {
        transform: translatex(0px) translatey(0px)
    }

    100% {
        transform: translatex(0px) translatey(-50px)
    }
}

@keyframes shine {
    0% {
        transform: translatex(0px) translatey(-50px)
    }

    50% {
        transform: translatex(0px) translatey(0px)
    }

    100% {
        transform: translatex(0px) translatey(-50px)
    }
}

.light_one {
    position: absolute;
    left: 725px;
    top: 155px;
    /*background: url(../img/light_one.png) no-repeat;*/
    width: 1088px;
    height: 650px;
    opacity: 0;
    -webkit-animation: fadeinout 1s .1s ease-in-out forwards;
    animation: fadeinout 1s .1s ease-in-out forwards
}

.light_two {
    position: absolute;
    left: 904px;
    top: 216px;
    width: 732px;
    height: 390px;
    opacity: 0;
    /*background: url(../img/light_twoBack.png);*/
    -webkit-animation: fadeinout 1s .5s ease-in-out forwards;
    animation: fadeinout 1s .5s ease-in-out forwards
}

@-ms-keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tabs_s {
    list-style: none
}

.tabs_s li {
    float: left;
    position: relative
}

.tabs_s .active {
    color: #838ce9
}

.tabs_s .active::after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4e52a9;
    position: absolute;
    left: 46%;
    width: 0;
    height: 0;
    top: 39px;
    clear: both
}

.glyphicon.glyphicon-chevron-right,.glyphicon.glyphicon-chevron-left {
    font-size: 20px;
    color: #9ca1fc;
    display: inline-block
}

.glyphicon.glyphicon-chevron-right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px
}

.scrtabs-tab-scroll-arrow span {
    height: auto
}

.userbtn,.promoterbtn,.rechargebtn,.exchangebtn,.orderbtn,.betbtn {
    transition: all .4s ease-in-out
}

.pc_tabs {
    transition: all .2s ease-in-out
}

.pc_tabs:hover {
    color: #aabaff
}

.cr_main {
    font-weight: bold
}

.threel span:after {
    display: none
}

.game_time span.threel {
    font-family: 'Inconsolata';
    font-size: 42px
}

.game_time span {
    font-size: 42px
}

.companyInfo, .line_test {
	/* width: 90%; */
	margin:40px auto;
	padding:0;
	padding-left:40px;
}
.companyInfo li {
	width: 98%;font-size:13px; line-height:20px; list-style-type:cjk-ideographic; letter-spacing:1px; margin:10px 0; }
.companyInfo ol {display:block;padding:5px 0 5px 15px;}
.companyInfo ol li {list-style-type: decimal} 
.line_test { padding-left:0;}
.line_test ul.left,
.line_test ul.right {height:660px;}
.line_test ul.left {float:left;width: 63%;}
.line_test ul.left li {margin-top: 20px;}
.line_test ul.left li.first {margin-top: -20px;}
.line_test ul.left ul.lineBox {height: 40px;width:85%;clear:both;}
.line_test ul.left ul li {float:left;height:100%;text-align:center;line-height: 2.8;}
.line_test ul.left ul li:first-child,
.line_test ul.left ul li:last-child,
.line_test ul.left ul li:nth-child(2),
.line_test ul.left ul li:nth-child(3) {
	width: 100px;
}
.line_test ul.left ul li:first-child {
	position:  relative;
	width: 150px;
}
.line_test ul.left ul li:nth-child(2){
	background-color: #363846;
	margin-right:26px;
	line-height:2.5;
}
.line_test ul.left li ul.good li:nth-child(2) {
	border: solid 1px #e1dd63;
    
}
.line_test ul.left li ul li:nth-child(2):after,
.line_test ul.left li ul.good li:nth-child(2):after {
	font-size: 15px;
	font-weight:bold;
	letter-spacing:1px;
}
.line_test ul.left li ul li:nth-child(2):after {
	content:"好";
	color:#dbe2f0;
	
}
.line_test ul.left li ul.good li:nth-child(2):after {
	content:"非常好";
	color:#e1dd63;
}
.line_test ul.left li ul.loading li:nth-child(2):after {
	content:"重整中";
	color:#666666;}
.progress {
  background-color: #15151d;
  height: 10%;
  border: 1px solid #272733;
  margin: 0px 20px 0 0px;
}
.lineBox .meter {
	position:relative;
	height: 100%;
	display: block;
	background: none repeat scroll 0% 0% #4d51a8;
	width:100%;
	transition: all 500ms ease;
	animation: load 1s ease forwards;
}
@keyframes load{
  0%{
    width: 2%;
  }
  10%{
    width: 10%;
  }
}
.lineBox.good .meter {
	background: none repeat scroll 0% 0% #e1dd63;
}
.lineBox.loading .meter {
	width:0 !important;}
.hidecaption {
  position: absolute;
  bottom: -37px;
  right:0;
  text-align: center;
  display: block;
  background-color: #4d51a8;
  color: #ffffff;
  font-size:16px;
  line-height: 1;
  padding: 3px;
}
.lineBox.loading .meter .hidecaption {
	left:0;
	width:50px;
  background-color: #717278;}
.hidecaption:after {
	content:"";
	position:absolute;
	top:-6px;
	right:3px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #4d51a8;
	border-left: 10px solid transparent;
}
.lineBox.loading .meter .hidecaption:before {
	content:"Loading";
	position: absolute;
	top: 0px;
	left: -4px;
	width: 70px;
	height: 22px;
	line-height:1.2;
	color:#666666;
	background-color: #3b3b49;
	}
.lineBox.good .meter .hidecaption {
  background-color:#e1dd63;
  color: #000000;
 }
.lineBox.good .meter .hidecaption:after {
	content:"";
	position:absolute;
	top:-6px;
	right:3px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #e1dd63;
	border-left: 10px solid transparent;
}
.lineBox.loading .meter .hidecaption:after {
	border-bottom: 10px solid #3b3b49;left: 0;}
.progress:hover .hidecaption {
  text-align: center;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
.line_test ul.left ul li:nth-child(3) {
	width: 250px;
	border:1px solid #4e4f60;
}
.line_test ul.left ul li:nth-child(3) input {
	position:relative;
	top:-3px;
	width: 100%;
	height:100%;
	font-size: 14px;
	letter-spacing:1px;
	text-align:center;
	border:0;
	background-color:transparent;
	color:#ffffff;
}
.lineBox.loading li input {
    display:none;
}
.lineBox.loading li:nth-child(3):after {
    content:"重整中....";
    color:#666666;
}
.line_test ul.left ul li:last-child button {
	position:relative;
	top:-2px;
	border:0;
	background-color:#4d51a8;
	width:100px;
	height:105%;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin:0 12px;
	cursor:pointer;
	font-size: 14px;
	letter-spacing:1px;
	transition:all .2s linear;
}
.line_test ul.left li.loading ul li:last-child button {
	color:#666666;
	background-color:#3b3b49;}
.line_test ul.left ul li:last-child button:hover {
	Background: rgba(146,149,219,.6);
    border: 0;
	}
.line_test ul.left ul li:last-child button:focus {
	 outline:0;}
.line_test ul.left ul li:last-child button:active {
	Background: rgba(146,149,219,.2);
    border: 0;
}
.line_test ul.right {
	float:right;
	width:36%;
}
.line_test ul.right li {
    letter-spacing:1px;
    font-size:14px;
    font-weight:100;
}
.reload{
	position:relative;
	width: 173px;
	height: 53px;
	background-color: #e1dd63;
	border:0;
	font-size:17px;
	font-weight:bold;
	line-height: 1;
	cursor:pointer;
	opacity:.9;
	transition:all .2s linear;
}
.reload.loadingText {
	color:#b5b59b;
	background-color: #585845;}
.line_test ul.right li button strong{
	position:relative;
	display: block;
	float:left;
	left: 13px;
	top: -1px;
	width: 14px;
	height: 20px;
	text-align:left;
	display:inline-block;
	padding-right: 6px;
	margin-right: 22px;
	font-size:24px;
	background-image: url(../img/refresh-page-arrow-button.png);
	background-size:cover;
}
.line_test ul.right li button span {
	float:left;
	position: absolute;
	left: 45px;
	top: 13px;
	background-color: #d2ce5b;
	width:1px;
	height:30px;
}
.line_test ul.right li button.reload.loadingText span {	
     background-color: #676756;}
.line_test ul.right li strong.rotate {
	background-position: right;
	animation: rotating 2s linear infinite;}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reload:focus { outline:0;}
.reload:hover {
	background-color: #e1dd63;
	opacity:1;
}
.reload.loadingText:hover {
	background-color: #585845;
	cursor:not-allowed;
}
.reload:active {
	background-color: #98953a;
	color:#ffffff;}
.table-list h5 {
    position: relative;
    font-size: 17px;
    margin: 20px 0;
    text-indent: 0.8pc;
    letter-spacing: 1px;
	color:#97a1ee;
}
.table-list h5:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 20px;
    background-color: #6368c9
}
.line_test ul.right li:nth-child(3) div {
	float:left;
	width:32%;
	padding: 5px 15px;
	margin-right:20px;
	line-height: 2;
	background-color: #3f4050;
	letter-spacing:1px;
}
.line_test ul.right li:nth-child(3) div.location {
	width: 50%;
	margin-right: 0px;
    background-color: transparent;
}
.line_test ul.right li:nth-child(3) div strong {
	text-align: center;
	font-size:15px;
	border-right: 1px solid #525366;
	background:none;
	padding-right: 10px;
    margin-right: 10px;
}
.line_test ul.right li:nth-child(3) div.location strong {
	padding-right: 0px;
	margin-right:  0px;
	border-right:0;}
.line_test ul.right li:nth-child(3) div.location strong svg {
	fill: #6368c9;}
.line_test ul.right li:nth-child(3) div.location span {
	position: relative;
    top: -10px;
	font-weight:bold;
	display:inline-block;}
.line_test ul.right li:nth-child(4) {
	margin: 5px 0;
}
.line_test ul.right ol li:nth-child(4) {
	margin:0;
}
.line_test ul.right li:nth-child(4) em {
	color:#e1dd63;
	font-weight:bold;
	margin:0 5px;
	font-style:normal;
}
.line_test ul.right li.title {
	margin-top:50px;}
.line_test ul.right ol {
	margin:0px 0 10px 35px;}
.line_test ul.right ol li {
	margin:5px 0;
	list-style-type: upper-alpha
}
.line_test ul.right ol li img {
	 width:260px;
	 margin-top:5px;
}
.line_test ul.right ol li div {
	width:16px;
	height: 16px;
	display:inline-block;
	margin:-3px 3px 0 3px;
	background:url(../img/settings.png);
	background-size:cover;
}
.line_test ul.right li div.attentions {
	width:82%;
	padding:15px;
	margin:10px 0;
	background-color: #4d51a8;}