@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
}

html {
    overflow-y: scroll;
}

html {
    overflow-y: scroll;
    min-height: 101%;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    font: 12px/1.5 tahoma, arial, Microsoft Yahei, sans-serif;
}

.dis-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.red {
    color: #ff5353 !important;
}

.hover {
    opacity: 1;
    transition: .2s;
}

.hover:hover {
    opacity: .78;
}

.hover:active {
    opacity: 1;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 5px #e8e0d1;
    -moz-box-shadow: 0 2px 5px #e8e0d1;
    box-shadow: 0 2px 5px #e8e0d1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 80px;
    line-height: 80px;
    clear: both;
}

.header-logo .logo {
    float: left;
    width: auto;
    width: 20%;
    height: 80px;
}

.logo .logoicon {
    margin-right: 10px;
}

.header-nav {
    width: 76%;
    float: right;
}

.header-nav ul {
    font-size: 0;
}

.header-nav ul li {
    width: 20%;
}

.header-nav ul li.active a {
    color: #fff;
    background: #ffc740;
    background: linear-gradient(180deg, #ffc740, #ff9b0b);
    background: -webkit-linear-gradient(90deg, #ff9b0b, #ffc740);
    background: -moz-linear-gradient(90deg, #ff9b0b, #ffc740);
}

.header-nav ul li:hover a {
    color: #ffae22;
}

.nav-li a {
    color: #835f14;
    font-size: 18px;
    display: block;
    text-align: center;
}

.timestart {
    display: flex;
    margin-right: 10px;
}

body {
    background: #fffcf6;
}

.section {
    height: 728px;
    margin-top: 30px;
    background: #fff;
    border-radius: 8px;
}

.header-logo:after {
    content: '';
    display: block;
    clear: both;
}

.footernav {
    background: #333;
    /*width: 100%;*/
    border-top: 1px solid #222;
    margin-top: 30px;
    height: 100px;
}

.footernav .footnavul {
    font-size: 0;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}

.footnavul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.footnavul li a {
    font-size: 12px;
    color: #999999;
    text-shadow: 1px 1px 0 #111;
}

.footnavul li a:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: #5d5d5d;
    margin: 0 30px;
}

.footnavul li:first-child a:before {
    display: none;
}

.footernav .hrline {
    height: 1px;
    background: #515151;

}

.footernav .copyright {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 14px;
    padding-bottom: 14px;
    text-shadow: 1px 1px 0 #111;
}

.plan-cont {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    font-size: 0;
}

.lottery_con {
    display: flex;
    align-items: center;
    width: 100%;
    height: 98px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ffd97e;
    background: linear-gradient(180deg, #ffd97e, #ffaa3b);
    background: -webkit-linear-gradient(90deg, #ffaa3b, #ffd97e);
    background: -moz-linear-gradient(90deg, #ffaa3b, #ffd97e);
    -webkit-box-shadow: 0 3px 8px #ffdba8;
    -moz-box-shadow: 0 3px 8px #ffdba8;
    box-shadow: 0 3px 8px #ffdba8;
    position: relative;
}

.lottery_con .caiimg {
    margin-right: 14px;
}

.dang {
    padding: 3px 12px;
    border-radius: 3px;
    background: #bf8814;
    margin: 5px 0;
}

.dang span {
    font-size: 12px;
    color: #fff;
}

.linehr img {
    width: 2px;
    height: 70px;
}

.timestart .dang {
    padding-right: 18px;
}

.timeend {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.timeend .dang {
    margin: 10px 0;
}

.timeend .timeendInfo {
    min-width: 160px;
}

.shengyin {
    display: flex;
    align-items: center;
}

.shengyin .dang {
    padding-left: 12px;
    padding-right: 0;
    width: 130px;
}

.shengyin i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 6px;
    cursor: pointer;
}

.shengyin i.soundA {
    background-image: url(../images/shengyin.png);
}

.shengyin i.soundB {
    background-image: url(../images/shengyin2.png);
}

.timebg {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.timebg .timebg1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timebg .timebg1 time {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 60px;
    background: url(../images/time-bg.png) 50% 50% no-repeat;
    background-size: cover;
    color: #855e0c;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
    overflow: hidden;
}

.timebg1:before {
    content: '';
    display: flex;
    width: 6px;
    height: 18px;
    margin: 0 10px;
    background: url(../images/time2.png) 50% 50% no-repeat;
    background-size: 100%;
}

.timebg .timebg1:first-child:before {
    display: none;
}

.qiubg {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
}

.qiubg .qiubg1 {
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    transition: 1s;
    position: relative;
}

.qiubg .qiubg1:first-child {
    margin-left: 0;
}

.qiubg1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #855e0c;
    font-size: 28px;
    font-weight: bold;
    border-radius: 100px;
    background: #fff;
    background: linear-gradient(180deg, #ffffff, #ffc77f);
    background: -webkit-linear-gradient(90deg, #ffc77f, #ffffff);
    background: -moz-linear-gradient(90deg, #ffc77f, #ffffff);
}

.opencode_pk10 {
    flex-wrap: wrap;
    /* max-width: 40%; */
}

.qiubg .qiutime1 {
    animation: issueBoxOne .6s forwards;
}

.qiubg .qiutime2 {
    animation: issueBoxTwo .8s forwards;
}

.qiubg .qiutime3 {
    animation: issueBoxThree 1s forwards;
}

.qiubg .qiutime4 {
    animation: issueBoxFour 1.2s forwards;
}

.qiubg .qiutime5 {
    animation: issueBoxFive 1.4s forwards;

}

@keyframes issueBoxOne {
    0% {
        top: -30px;
    }

    25% {
        top: 18px;
    }

    50% {
        top: -9px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxTwo {
    0% {
        top: -30px;
    }

    25% {
        top: 18px;
    }

    50% {
        top: -9px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxThree {
    0% {
        top: -30px;
    }

    25% {
        top: 18px;
    }

    50% {
        top: -9px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxFour {
    0% {
        top: -30px;
    }

    25% {
        top: 18px;
    }

    50% {
        top: -9px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxFive {
    0% {
        top: -26px;
    }

    25% {
        top: 18px;
    }

    50% {
        top: -9px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

.listtop {
    background: #ffc740;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 0 12px;
    clear: both;
}

.planlist1 {
    width: 320px;
    border: 1px solid #ffc32d;
    border-radius: 5px;
    height: 600px;
    overflow: hidden;
    border-top: 0;
}

.planlist1 .plantop1 {}

.plantop1 .planname {
    margin-top: 8px;
}

.planname span {
    font-size: 14px;
    color: #fff;
}

.planname b {
    font-size: 15px;
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    color: #bf8814;
    font-weight: normal;
    background: #fff;
}

.planname b span {
    color: #855e0c;
}

.gengtime {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
}

.atable {
    overflow: hidden;
    height: 504px;

}

.atable .list {
    width: 100%;
    font-size: 14px;
    height: 500px;
    overflow: hidden;
}

.noData {
    width: 100%;
    height: 100%;
    padding: 14px;
    color: #FF182A;
    font-size: 14px;
}

.list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #2b3840;
    width: 79px;
    text-align: center;
    padding: 7px 0;
    border-right: 1px solid #dbd0b8;
    border-bottom: 1px solid #dbd0b8;
    cursor: pointer;
}

.list li.hide {
    display: none;
}

.list li:nth-child(4n) {
    border-right: 0;
}

.list li span {
    font-size: 14px;
    color: #2b3840;
}

.list li:hover {
    background: #ff9066;
}

.list li:hover span {
    color: #fff;
}

.list li.hover {
    background: #ff5413;
}

.list li.hover span {
    color: #fff;
}

.atable tr:first-child td {
    border-top: 0;
}

.atable tr td:first-child {
    border-left: 0;
}

.pages {
    padding-top: 15px;
}

.pages p {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.pages .page-n {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 18px;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #666;
    text-align: center;
    transition: .2s;
    margin: 0 4px;
}

.page1 {
    margin-top: 1px;
}

.page2 {
    float: right;
    margin-right: 6px;
}

.page2 a.active {
    background: #0089FF;
    border: 1px solid #0070BB;
    color: #fff;
}

.page2 a.active:hover {
    color: #fff;
}

.page2 a:hover {
    color: #ff2029;
}

.planlist2 {
    width: 540px;
    margin: 0 12px;
}

.planlist2 .planname {
    margin-top: 10px;
}

.planlist2 .planname em {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 44px;
    height: 24px;
    background: url(../images/off.png) no-repeat center;
}

.planlist2 .planname em.active {
    background: url(../images/on.png) no-repeat center;
}

.planlist2 .gengtime .green_btn {
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #dc7a0a;
    background: #eba309;
    background: linear-gradient(180deg, #eba309, #bc6109);
    background: -webkit-linear-gradient(90deg, #bc6109, #eba309);
    background: -moz-linear-gradient(90deg, #bc6109, #eba309);
    -webkit-box-shadow: 0 1px 3px #d38028;
    -moz-box-shadow: 0 1px 3px #d38028;
    box-shadow: 0 1px 3px #d38028;
    margin-bottom: 2px;
    margin-right: 10px;
}

.planlist2 .gengtime .blue_btn {
    width: 88px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    background: #ff803b;
    background: linear-gradient(180deg, #ff803b, #d01208);
    background: -webkit-linear-gradient(90deg, #d01208, #ff803b);
    background: -moz-linear-gradient(90deg, #d01208, #ff803b);
    border: 1px solid #e62c14;
    -webkit-box-shadow: 0 1px 3px #c76454;
    -moz-box-shadow: 0 1px 3px #c76454;
    box-shadow: 0 1px 3px #c76454;
    margin-bottom: 2px;
}

.planlist2 .gengtime a img {
    margin-right: 6px;
    vertical-align: middle;
}

.planlist2 .gengtime a span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.plancntbox {
    padding: 14px;
    height: 528px;
    overflow: auto;
    border: 1px solid #ffc32d;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.plancntbox p {
    color: #FF182A;
    font-size: 14px;

}

.planlist3 {
    width: 285px;
}

.planlist3 .plantop3 .planname {
    margin-top: 12px;
}

.plantjbox {
    height: 557px;
    overflow: auto;
}

.plantjbox .tjbox1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tjbox1 a {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    background: #fff7e2;
    color: #855e0c;
    border: 1px solid #edb42b;
    text-align: center;
    line-height: 34px;
}

.tjbox1 a:first-child {
    border-left: 0;
}

.tjbox1 a:first-child+a {
    border-right: 0;
}

.tjbox1 a.active {
    background: #fff;
    color: #FF182A;
    border: 1px solid transparent;
}

.plantjbox {
    border: 1px solid #ffc32d;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.tjbox2 {
    height: 100%;
    overflow-y: auto;
}

.tjboxHeight {
    height: calc(100% - 36px) !important;
}

.tjbox2 table {
    width: 100%;
}

.tjbox2 table thead {
    width: 100%;
    display: block;
}

.tjbox2 th {
    font-size: 13px;
    background: #f7f7f7;
    padding: 4px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666666;
    font-weight: normal;
}

.tjbox2 .guding {
    background: #e6e6e6;
    color: #928771;
}

.tjbox2 tbody {
    display: block;
    width: 100%;

}

.tjbox2 tbody tr:first-child td {
    padding-top: 10px;
}

.tjbox2 td {
    font-size: 14px;
    text-align: center;
    padding: 4px 0;

    font-weight: normal;
    color: #333;
}

.tjbox2 td:first-child {
    color: #666;
}

.tjbox2 thead {
    display: block;
    width: 100%;
}

.tjbox2 tbody {
    display: block;
    width: 100%;
}

.tjbox2 table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
}

.tjbox2 table th,
.tjbox2 table td {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tjbox2 .width1 {
    width: 17%;
}

.tjbox2 .width2 {
    width: 32%;
}


.zzsc {
    width: 188px;
    height: 442px;
    position: fixed;
    right: -162px;
    top: 120px;
}

.zzsc .yihang,
.zzsc .xiahang {
    font-size: 22px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: 30px;
    color: #0669fd;
    margin-left: 52px;
    float: left;
}

.zzsc .xiahang {
    margin-left: 10px;
}

.zzsc .xiahang:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    margin-top: 10px;
    border-radius: 50px;
    background: #8fb9f7;
}

.add_img {
    width: 108px;
    height: 108px;
    text-align: center;
    margin-left: 33px;

    clear: both;
}

.add_img img {
    width: 88px;
    height: 88px;
    margin: 10px auto;
}

.zzsc .close {
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    background-image: url(../images/guanbi.png);
    background-repeat: no-repeat;
    line-height: 22px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

.zzscmotion {
    width: 188px;
    height: 442px;
    background: url(../images/weimaimg.png) no-repeat center;
    clear: both;
    position: absolute;
    -webkit-animation: mapping 1.2s linear infinite;
    -moz-animation: mapping 1.2s linear infinite;
    animation: mapping 1.2s linear infinite;
}

.zzscmotion:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 10px;
    border-radius: 100%;
    left: 50px;
    background-color: #e2eeff;
    bottom: -10px;
    z-index: -1;
}

@-webkit-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}

@-keyframes mapping {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

.fixed_box {
    display: none;
    position: fixed;
    margin: auto;
    top: 15%;
    left: 20%;
    z-index: 9999;
}

.banner_img {
    position: relative;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 40px rgba(0, 0, 0, .5);
}

.banner_img img {
    border-radius: 8px;
}

.banner_close {
    position: absolute;
    top: 0;
    right: 0;
}

.plancntbox::-webkit-scrollbar,
.plantjbox::-webkit-scrollbar {
    width: 12px;
    height: 4px;
}

.plancntbox::-webkit-scrollbar-thumb,
.plantjbox::-webkit-scrollbar-thumb {
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #fff9ed;
    border: 1px solid #d5bf86;
    background: #c2b79b;
}

.plancntbox::-webkit-scrollbar-track,
.plantjbox::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f8f5ed;
    /*滚动体条背景色*/
}

.switch {
    width: 50px;
    height: 22px;
    position: relative;
    border: 1px solid #fdfdfd;
    background-color: #ededed;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

.switch:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.switch:checked {
    border-color: #2de0d6;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
}

.switch:checked:before {
    left: 28px;
}

.switch.switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.switch.switch-anim:before {
    transition: left 0.3s;
}

.switch.switch-anim:checked {
    box-shadow: #008e86 0 0 0 16px inset;
    background-color: #00d8cc;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.switch.switch-anim:checked:before {
    transition: left 0.3s;
}



@media only screen and (min-width: 768px) and (max-width: 1900px) {
    .zzsc {
        right: 0 !important;
        top: 200px;
        zoom: .6;
    }
}

@media only screen and (max-width:1430px) {
    .zzsc {}
}


html {
    overflow-y: inherit;
}

html {
    overflow-y: inherit;
    min-height: auto;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    font: 12px/1.5 tahoma, arial, Microsoft Yahei, sans-serif;
}

.section {
    height: 700px;
}

.planlist1 {
    height: auto;
}

.plancntbox {
    height: 500px;
}

.list li {
    padding: 6px 0;
}

.plantjbox {
    height: 528px;
}

.atable {
    height: 473px;
    background: #fffbf2;
}

.pages {
    padding-bottom: 15px;
}

.footernav {
    height: auto;
}

.footernav .copyright {
    margin-top: 16px;
}

.plantjbox {
    overflow: hidden;
}

.ten10 .plantjbox .tjbox1 {
    display: none;
}

.ten10 .tjbox2 .width1 {
    width: 15%;
}

.ten10 .tjbox2 .width2 {
    width: 85%;
}

.ten10 .tjbox2 td.width2 {
    text-align: left;
    font-size: 0;
}

.ten10 .tjbox2 td.width2 span {
    padding: 2px 2px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 3px;
    font-size: 13px;
    margin-left: 2px;
}

.xuan5 .tjbox2 td.width2 span {
    padding: 2px 5px;

}

.ten10 .tjbox2 td.width2 span:first-child {
    margin-left: 1px;
}

.ten10 .tjbox2 tbody tr td {
    padding: 3px 0;
}

.ten10 .tjbox2 tbody tr:first-child td {
    padding-top: 6px;
}

.sbg1 {
    background: #ff2600 !important;
}

.sbg2 {
    background: #ff7600 !important;
}

.sbg3 {
    background: #e6de00 !important;
}

.sbg4 {
    background: #07bf00 !important;
}

.sbg5 {
    background: #17e2e5 !important;
}

.sbg6 {
    background: #0092dd !important;
}

.sbg7 {
    background: #5234ff !important;
}

.sbg8 {
    background: #bfbfbf !important;
}

.sbg9 {
    background: #4b4b4b !important;
}

.sbg10 {
    background: #780b00 !important;
}

.list li,
.list li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
    box-sizing: border-box;
}

.qiubg {
    width: 338px;
    height: 60px;
}

.qiubg .pk10 {
    width: 30px;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
}

.pk10 span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: normal;
    border-radius: unset;
}

.qiubg .qiutime6 {
    animation: issueBoxSix 1.5s forwards;
}

.qiubg .qiutime7 {
    animation: issueBoxSeven 1.6s forwards;
}

.qiubg .qiutime8 {
    animation: issueBoxEight 1.7s forwards;
}

.qiubg .qiutime9 {
    animation: issueBoxNine 1.8s forwards;
}

.qiubg .qiutime10 {
    animation: issueBoxTen 1.9s forwards;

}

@keyframes issueBoxSix {
    0% {
        top: -22px;
    }

    25% {
        top: 16px;
    }

    50% {
        top: -8px;
    }

    75% {
        top: 4px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxSeven {
    0% {
        top: -18px;
    }

    25% {
        top: 16px;
    }

    50% {
        top: -7px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxEight {
    0% {
        top: -14px;
    }

    25% {
        top: 16px;
    }

    50% {
        top: -6px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxNine {
    0% {
        top: -10px;
    }

    25% {
        top: 16px;
    }

    50% {
        top: -5px;
    }

    75% {
        top: 1px;
    }

    100% {
        top: 0;
    }
}

@keyframes issueBoxTen {
    0% {
        top: -6px;
    }

    25% {
        top: 12px;
    }

    50% {
        top: -4px;
    }

    75% {
        top: 0px;
    }

    100% {
        top: 0;
    }
}

.nav_caibox {

    width: 170px;
}

.nav_caibox .hall_caiul {
    padding: 0;
    font-size: 0;
}

.hall_caili {
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    overflow: hidden;
}

.hall_caiul .hall_caili:first-child {
    border-radius: 5px 5px 0 0;
}

.hall_caiul .hall_caili:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}

.hall_caiul .hall_caili:nth-child(2n) {
    border-right: 0;
}

.hall_caiul .hall_caili:after {
    display: none;
}

.hall_caili a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 14px;
    cursor: pointer;
}

.hall_caili a:hover {
    background: #fff7e2;
}

.hall_caili a:hover span {
    color: #855e0c;
}

.hall_caili a span {
    margin-left: 10px;
}

.hall_caili a img {
    width: 28px;
}

.caiimg span.hover-down,
.caiimg li span {
    position: absolute;
    top: 40%;
    right: 0px;
}

.lottery_con .caiimg {
    margin-right: 8px;
}

.timestart,
.timeend {
    margin-left: 10px;
}

.timestart {
    min-width: 405px;
    margin-right: 10px;
}

.atable .list {
    font-size: 0;
    height: 476px;
}

.list li {
    box-sizing: inherit;
    padding-left: 0;
    padding-right: 0;
}

.list li span {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    box-sizing: border-box;
}

.timestart .dang {
    padding-right: 0;
}

.qiubg {
    width: auto;
}

.xuan5 td.width2 span {
    margin-left: 15px !important;
}

#floatboxs {
    width: 210px;
    background: #fff;
    position: fixed;
    top: 140px;
    right: -170px;
    z-index: 999;
}

#floatboxs .floatdqq {
    padding: 0 14px;
}

#floatboxs .floatdqq li {
    font-size: 16px;
    border-radius: 2px;
    clear: both;
    width: 210px;
    height: 160px;
    color: #555;
    padding: 26px 0;
}

#floatboxs .floatdqq li img {}

.float_shadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#right_arrow {
    width: 48px;
    height: 48px;
    background: url(../images/kefu3.png) no-repeat;
    position: fixed;
    top: 156px;
    right: 0;
    z-index: 999;
}

#right_arrow a {
    display: block;
    width: 48px;
    height: 44px;
}

.chatbtn {
    display: block;
    margin-top: 20px;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, #01ded2, #2982fd);
    background: -moz-linear-gradient(90deg, #01ded2, #2982fd);
    background: -webkit-linear-gradient(180deg, #2982fd, #01ded2);
    border-radius: 5px;
    text-align: center;
}

.chatbtn img {
    margin-right: 6px;
    float: inherit !important;
    width: 24px;
    vertical-align: middle;
    margin-top: 0;
}

.chatbtn span {
    color: #fff;
    vertical-align: middle;
}

.qqleft {
    float: left;
}

.qqright {
    float: left;
    margin-left: 10px;
}

.qqright p {
    margin-bottom: 10px;
}

.qqleft img {
    width: 22px;
}

@media screen and (max-width:1580px) {
    #right_arrow {
        display: none;
    }

    #floatboxs,
    .float_shadow {
        background: none;
        box-shadow: none;
    }

    .qqleft,
    .qqright p {
        display: none;
    }

    .qqright {
        margin-right: -10px;
    }

    #floatboxs {
        width: auto;
    }

    #floatboxs .floatdqq li {
        width: auto;
    }

    .chatbtn {
        width: 44px;
        height: 156px;
        line-height: inherit;
        text-align: center;
        border-radius: 4px;
        background: linear-gradient(180deg, #ffc32d, #ff580e);
        background: -moz-linear-gradient(180deg, #ffc32d, #ff580e);
        background: -webkit-linear-gradient(90deg, #ff580e, #ffc32d);
        box-shadow: 0 3px 13px #ffb28f;
    }

    .chatbtn img {
        margin-top: 20px;
        margin-right: 0;
    }

    .chatbtn span {
        display: block;
        width: 18px;
        margin: 0 auto;
    }
}

.friend_link {
    text-align: center;
    font-size: 12px;
    color: #999999;
    text-shadow: 1px 1px 0 #111;
    margin-top: 6px;
    float: left;
}

.friend_link .friend_p {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 10px 0;

}

.friend_link .friend_ul {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.friend_ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 10px 15px;
}

.friend_ul li a {
    font-size: 12px;
    color: #999999;
    text-shadow: 1px 1px 0 #111;
}

.footernav .copyright {
    /*margin-top: 0px;*/
    /*float: right;*/
}

.footernav .container:after {
    display: block;
    content: '';
    clear: both;
}

.nav_caibox {
    width: 192px;
}

.nav_caibox .hall_caiul {
    height: 580px;
    overflow-y: auto;
    overflow-x: hidden;
}