body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}
i {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
input,
select,
textarea {
    outline: none;
}
li {
    list-style: none;
}
iframe {
    border: none;
}
body {
    font: 14px/1 Tahoma, 微软雅黑, \\5fae\8f6f\96c5\9ed1, sans-serif;
    color: #333;
    background: #f0f0f0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #ee311e;
    text-decoration: underline;
}
input[type="radio"],
input[type="checkbox"] {
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: text-bottom;
}
.blank {
    height: 1px;
    font-size: 0;
    overflow: hidden;
}
.nowrap {
    white-space: nowrap;
}
.zoom {
    *zoom: 1;
}
.cf {
    height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.bold {
    font-weight: bold;
}
.l16 {
    line-height: 16px;
}
.l18 {
    line-height: 18px;
}
.l20 {
    line-height: 20px;
}
.l22 {
    line-height: 22px;
}
.l24 {
    line-height: 24px;
}
.l26 {
    line-height: 26px;
}
.l28 {
    line-height: 28px;
}
.l30 {
    line-height: 30px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.dis {
    display: block;
}
.undis {
    display: none;
}
.vhidden {
    visibility: hidden;
}
.layout {
    width: 1400px;
    margin: 0 auto;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.mr20 {
    margin-right: 20px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.m40 {
    margin-bottom: 40px;
}
.m30 {
    margin-bottom: 30px;
}
.red {
    color: #fe2121;
}
.red2 {
    color: #f00078;
}
.purple {
    color: #ff2fff;
}
.gray {
    color: gray;
}
.gray666 {
    color: #666;
}
.orange {
    color: #ff7b00;
}
.green {
    color: #0b924a;
}
.blue {
    color: #184dd5;
}
.blue2 {
    color: #2eaddc;
}
.color_333 {
    color: #333;
}
.color_999 {
    color: #999;
}
.layout {
    width: 1200px;
    margin: 0 auto;
}
.checkbox i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    line-height: 50px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.checkbox i.on {
    border-color: #fa8e19;
}
.checkbox.on i {
    width: 16px;
    height: 16px;
    background: url(/img/sprite-1.png) no-repeat -231px -248px;
    border-color: transparent;
}
.checkbox:hover i {
    border-color: #fa8e19;
}
.checkbox:hover.on i {
    background-position: -199px -248px;
}
.btn-purple {
    width: 60px;
    height: 28px;
    background: #888aa0;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.btn-purple:hover {
    background: #fa8e19;
}
.t-1 {
    width: 100%;
    text-align: center;
}
.t-1 td {
    height: 45px;
    border: 1px solid #e6e6e6;
}
.t-1 tr.bg1 {
    background: #f5f5f5;
}
.wrap-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
}
.wrap-dialog.mini {
    position: static;
}
.wrap-dialog.mini .mask {
    display: none;
}
.mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9999;
}
.dialog-video {
    position: fixed;
    display: none;
    bottom: 0;
    right: 50%;
    z-index: 10001;
    overflow: hidden;
    overflow: hidden;
}
.dialog-video .hd {
    background: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.dialog-video .hd .video-toggle,
.dialog-video .hd .btn-close {
    cursor: pointer;
    margin-right: 10px;
}
.dialog-video .hd .btn-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}
.dialog-video .hd .btn-close:hover {
    background: red;
    color: #fff;
}
.dialog-video .hd .no {
    display: none;
}
.dialog-video .bd {
    background: #000;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.ico-list,
.ico-downward,
.ico-arrow-down,
.ico-datepicker,
.ico-add,
.ico-equal,
.ico-equal,
.ico-close {
    vertical-align: middle;
    width: 24px;
    height: 30px;
    display: inline-block;
    background: url("/img/sprite-1.png") -428px -286px no-repeat;
}
.ico-rmc,
.ico-jsc,
.ico-gpc,
.ico-jwc,
.ico-qgc,
.ico-uk,
.ico-sfc,
.ico-wfc,
.ico-uk-jsc,
.ico-k3,
.ico-other,
.ico-pk10,
.ico-11x5,
.ico-ssc,
.ico-dfc,
.ico-guan,
.ico-azc,
.ico-world {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url("/img/sprite-1.png");
}
.ico-rmc {
    background-position: 0 -470px;
}
.ico-jsc {
    background-image: url("/img/sprite-1.png");
}
.ico-gpc {
    background-position: -29px -470px;
}
.ico-jwc {
    background-image: url("/img/sprite-1.png");
}
.ico-qgc {
    background-position: -58px -470px;
}
.ico-uk {
    background-position: -87px -470px;
}
.ico-uk-jsc {
    background-position: -116px -470px;
}
.ico-sfc {
    background-position: -145px -470px;
}
.ico-wfc {
    background-position: -174px -470px;
}
.ico-k3 {
    background-position: -203px -470px;
}
.ico-other {
    background-position: -232px -470px;
}
.ico-pk10 {
    background-position: -261px -470px;
}
.ico-11x5 {
    background-position: -290px -470px;
}
.ico-ssc {
    background-position: -319px -470px;
}
.ico-dfc {
    background-position: -348px -470px;
}
.ico-guan {
    background-position: -377px -470px;
}
.ico-azc {
    background-image: url("/Images/Common/ico-azc.png");
}
.ico-world {
    background-image: url("/Images/World/ico_world.png");
}
.ico-about,
.ico-reward,
.ico-call,
.ico-bell {
    background: url("/img/sprite-1.png") no-repeat;
    height: 25px;
    display: inline-block;
    width: 25px;
    vertical-align: middle;
}
.ico-about {
    background-position: 0 -151px;
}
.ico-reward {
    background-position: -58px -151px;
}
.ico-call {
    background-position: -114px -151px;
}
.ico-bell {
    width: 22px;
    height: 22px;
    background-position: -230px -334px;
}
.ico-downward {
    width: 16px;
    height: 16px;
    background-position: -258px -248px;
}
.ico-arrow-down {
    width: 10px;
    height: 10px;
    background: url("/img/sprite-1.png") no-repeat -295px -250px;
}
.ico-datepicker {
    width: 25px;
    height: 25px;
    background: url("/img/sprite-1.png") no-repeat -167px -248px;
}
.ico-add,
.ico-equal {
    width: 36px;
    height: 40px;
    background-position: -376px -373px;
}
.ico-equal {
    background-position: -404px -373px;
}
.ico-close {
    width: 24px;
    height: 24px;
    background-position: -390px -154px;
    cursor: pointer;
}
.ico-close:hover {
    background-position: -352px -154px;
}
.lz-last {
    animation: ani-flicker 1s;
    animation-iteration-count: 5;
    font-weight: bold;
}
@keyframes ani-flicker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ball-blue,
.ball-red,
.ball-green {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    background: #0093e8;
    vertical-align: middle;
    color: #333333;
    background-image: url("./s_ball_blue.png");
    background-size: 100% 100%;
    background-repeat: none;
    background-color: #fff;
}
.ball-red {
    background-image: url("./s_ball_red.png");
}
.ball-green {
    background-image: url("./s_ball_green.png");
}
.ball-big {
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 40px;
    font-size: 20px;
    background: url("./sprite-2.png") no-repeat;
}
.ball-big.ball-big-red {
    background-position: 0 0;
    color: #ed2a43;
}
.ball-big.ball-big-green {
    background-position: -55px 0;
    color: #1ab246;
}
.ball-big.ball-big-blue {
    background-position: -110px 0;
    color: #0d8ddd;
}
.header {
    background: #fff;
}
.header .hd {
    height: 36px;
    background: #ebebeb;
    line-height: 36px;
}
.header .hd .newest {
    color: #666;
    padding-left: 20px;
    background: url("/Images/Common/ico-announce.png") no-repeat 0 center;
}
.header .hd .mq {
    float: left;
    width: 850px;
}
.header .hd .fr a {
    margin: 0 5px;
    color: #666;
}
.header .bd {
    text-align: center;
    padding: 5px 0 0;
    min-height: 94px;
}
.header .bd .fl {
    padding: 8px 0 0 0;
}
.header .bd .fr {
    padding: 10px 0 0;
}
.header .bd .fr.box-app {
    position: relative;
    z-index: 3;
}
.header .bd .fr.box-app .app {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: 0;
    position: absolute;
    top: 75px;
    left: -104px;
    width: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header .bd .fr.box-app .app img {
    margin: 15px 15px 0;
}
.header .bd .center img {
    vertical-align: middle;
}
.header .ft {
    background: #ee311e;
    height: 55px;
    position: relative;
    z-index: 3;
    min-width: 1200px;
}
.header .ft .nav {
    position: relative;
}
.header .ft .nav .item {
    float: left;
}
.header .ft .nav .item.logo {
    padding-top: 7px;
    height: 48px;
    margin-right: 10px;
    display: none;
}
.header .ft .nav .item .nav-item {
    position: relative;
    margin-top: 1px;
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-weight: 600;
    position: relative;
    z-index: 3;
}
.header .ft .nav .item .nav-item .flag-new {
    position: absolute;
    left: 80px;
    top: -8px;
}
.header .ft .nav .item .nav-item.nav-more {
    background: url("/Images/Common/cpdt_white.png") no-repeat right 24px;
    padding-right: 20px;
    border-right: 32px solid transparent;
}
.header .ft .nav .item .nav-item.nav-more:hover {
    color: #f1010a;
    background-color: #fff;
    border-color: #fff;
}
.header .ft .nav .item .nav-item:hover {
    text-decoration: none;
}
.header .ft .nav .item .nav-item .ico-hot {
    position: absolute;
    top: -4px;
    right: -8px;
    display: inline-block;
    height: 28px;
    width: 35px;
    background: url("/Images/Common/ico-hot-1.png");
    background-size: 100% 100%;
    animation: top-down 1s infinite alternate;
    -moz-animation: top-down 1s infinite alternate;
    -webkit-animation: top-down 1s infinite alternate;
    -o-animation: top-down 1s infinite alternate;
}
.header .ft .nav .item.on {
    background: #be2718;
}
.header .ft .nav .item:hover .nav-item {
    background-color: #be2718;
}
.header .ft .nav .item:hover .nav-more {
    background-color: #fff;
    background-image: url("/Images/Common/cpdt_red.png");
    border-color: #fff;
    color: #f1010a;
}
.header .ft .nav .lottery-hall {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #ddd \9;
    display: none;
    z-index: 3;
}
.header .ft .nav .lottery-hall .bdd {
    margin: 0 20px;
}
.header .ft .nav .lottery-hall .all-lottery {
    width: 100%;
}
.header .ft .nav .lottery-hall .all-lottery td {
    vertical-align: top;
    padding: 10px 0;
}
.header .ft .nav .lottery-hall .all-lottery td .t {
    font-size: 20px;
    line-height: 30px;
}
.header .ft .nav .lottery-hall .all-lottery td .t i {
    margin-right: 5px;
}
.header .ft .nav .lottery-hall .all-lottery td.border-bottom {
    border-bottom: 1px solid #eee;
}
.header .ft .nav .lottery-hall .all-lottery td .category {
    color: #000;
    margin-left: 8px;
    color: #940012;
}
.header .ft .nav .lottery-hall .all-lottery td.cl-td .cl-tab {
    text-align: center;
}
.header .ft .nav .lottery-hall .all-lottery td.cl-td .cl-tab .cl-item {
    display: inline-block;
    margin: 5px 10px;
    width: 260px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #e3e3e3;
    border-radius: 2px;
    cursor: pointer;
}
.header .ft .nav .lottery-hall .all-lottery td.cl-td .cl-tab .cl-item:hover {
    color: #ee311e;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.header .ft .nav .lottery-hall .all-lottery td.cl-td .cl-tab .cl-item.active {
    color: #ee311e;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.header .ft .nav .lottery-hall .all-lottery a {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #333;
    border-radius: 3px;
    padding: 0 8px;
    display: inline-block;
    margin: 3px 0;
}
.header .ft .nav .lottery-hall .all-lottery a img {
    position: relative;
    top: -5px;
}
.header .ft .nav .lottery-hall .all-lottery a:hover {
    color: #ee311e;
}
.header .ft .nav .lottery-hall .all-lottery tr.no {
    display: none;
}
.header .ft .nav .lottery-rcmd {
    padding: 8px 0;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #ddd \9;
    display: none;
    z-index: 2;
}
.header .ft .nav .lottery-rcmd .all-lottery {
    width: 100%;
}
.header .ft .nav .lottery-rcmd .all-lottery td {
    padding: 0 0 0 8px;
    border-right: 1px solid #e7e6e7;
    vertical-align: top;
    height: 220px;
}
.header .ft .nav .lottery-rcmd .all-lottery td.last-td {
    border: 0;
}
.header .ft .nav .lottery-rcmd .all-lottery td.pk10 a {
    width: 86px;
}
.header .ft .nav .lottery-rcmd .all-lottery td.ssc a {
    position: relative;
}
.header .ft .nav .lottery-rcmd .all-lottery td.ssc a img {
    position: absolute;
    left: 72px;
}
.header .ft .nav .lottery-rcmd .all-lottery td.other a {
    width: 110px;
}
.header .ft .nav .lottery-rcmd .all-lottery .classname {
    height: 46px;
    line-height: 46px;
    margin-bottom: 8px;
    background: url("/Images/Header/ico-redline.png") no-repeat left center;
    padding: 0 0 0 12px;
    font-size: 18px;
}
.header .ft .nav .lottery-rcmd .all-lottery a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 84px;
}
.header .ft .nav .lottery-rcmd .all-lottery a img {
    position: relative;
    top: -8px;
}
.header .ft .nav .nav-lottery-all:hover .lottery-hall {
    display: block;
}
.header .ft .nav .nav-lottery-rcmd:hover .lottery-rcmd {
    display: block;
}
@keyframes top-down {
    from {
        top: -4px;
    }
    to {
        top: -10px;
    }
}
@-moz-keyframes top-down {
    from {
        top: -4px;
    }
    to {
        top: -10px;
    }
}
@-webkit-keyframes top-down {
    from {
        top: -4px;
    }
    to {
        top: -10px;
    }
}
@-o-keyframes top-down {
    from {
        top: -4px;
    }
    to {
        top: -10px;
    }
}
.footer {
    margin-top: 30px;
    text-align: center;
    color: #e5e5e5;
}
.footer .bd {
    height: 240px;
    background: #3b3c42;
}
.footer .bd .item {
    display: inline-block;
    width: 200px;
    margin: 55px 0 0;
    vertical-align: top;
}
.footer .bd .item .wrap {
    width: 80px;
    height: 80px;
    border: 1px solid #89898d;
    border-radius: 100%;
    margin: 0 auto 18px;
}
.footer .bd .item .wrap img {
    margin: 26px 0 0;
}
.footer .bd .item.last {
    padding: 14px 0 0;
}
.footer .bd .item {
    *display: inline;
}
.footer .ft {
    font-size: 12px;
    line-height: 21px;
    background: #323338;
    padding: 20px 0;
}
.header {
    margin-bottom: 20px;
}
.btn {
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    line-height: 25px;
    display: inline-block;
    border-radius: 2px;
}
.btn.on {
    background: #f8223c;
    color: #fff;
    border-color: #f8223c;
    border-radius: 4px;
}
.history .side {
    width: 100px;
    float: left;
    text-align: center;
    background: #fff;
}
.history .side .hd {
    font-size: 18px;
    background: #3b3c42;
    line-height: 60px;
    color: #fff;
}
.history .side .bd {
    height: 615px;
    overflow: auto;
}
.history .side .bd a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border: 1px solid #e6e6e6;
    border-top: 0;
}
.history .side .bd a.on {
    color: #f8223c;
    background: #f1f1f1;
}
.history .container {
    margin: 0 0 0 120px;
    background: #fff;
    min-height: 675px;
}
.history .container .hd {
    padding: 0 0 0 20px;
    line-height: 59px;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.history .container .bd .hdd {
    padding: 0 0 0 20px;
}
.history .container .bd .hdd .t {
    font-size: 18px;
    margin: 20px 0;
}
.history .container .bd .hdd .item {
    margin: 0 0 20px;
}
.history .container .bd .hdd .item .checkbox,
.history .container .bd .hdd .item .btn {
    margin-right: 13px;
}
.history .container .bd .hdd .btn-blue {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #43a2e6;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle;
}
.history .container .bd .bdd {
    margin: 0 15px;
    padding: 0 0 15px;
}
.history .container .bd .bdd .t-1 thead td {
    height: 24px;
}
.history .container .bd .bdd .t-1 tbody td {
    height: 49px;
}
.history .container .bd .bdd .t-1 tbody td .position {
    margin: 0 0px;
}
.history .container .sheng,
.history .container .wu,
.history .container .jia,
.history .container .nan,
.history .container .tian,
.history .container .si,
.history .container .qin,
.history .container .san {
    display: none;
}
.history .container .nature-1 .sheng {
    display: inline;
}
.history .container .nature-2 .wu {
    display: inline;
}
.history .container .nature-3 .jia {
    display: inline;
}
.history .container .nature-4 .nan {
    display: inline;
}
.history .container .nature-5 .tian {
    display: inline;
}
.history .container .nature-6 .si {
    display: inline;
}
.history .container .nature-7 .qin {
    display: inline;
}
.history .container .nature-8 .san {
    display: inline;
}
.tip {
    height: 28px;
    position: relative;
    margin: 0 0 20px;
    z-index: 2;
}
.tip .inner {
    line-height: 28px;
    position: absolute;
    width: 1095px;
    padding: 0 10px 0 55px;
    background: #edf4fa url("/Images/Common/pre_p.png") no-repeat 1140px 40%;
    border: 1px solid #dadcdb;
    height: 28px;
    overflow: hidden;
    cursor: pointer;
}
.tip .inner .t {
    position: absolute;
    left: 10px;
}
.date-wrap {
    font-size: 12px;
    margin-left: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.date-wrap .ico-arrow-down {
    position: absolute;
    right: 5px;
    top: 10px;
}
.date-wrap .ico-datepicker {
    position: absolute;
    left: 5px;
    top: 5px;
}
.date-wrap .datepicker {
    width: 195px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dbdbdb;
    padding-left: 25px;
}
.info {
    background: #fff;
    margin: 20px 0 0;
    color: #666;
}
.info .countdown {
    display: block;
}
.info .flag-wait {
    width: 121px;
    height: 40px;
    background: #444553;
    line-height: 40px;
    text-align: center;
    color: #ffd200;
    font-size: 16px;
    display: none;
}
.info.waitdraw .countdown {
    display: none;
}
.info.waitdraw .flag-wait {
    display: block;
}
.info .t-1 {
    width: 100%;
    text-align: left;
    *table-layout: fixed;
}
.info .t-1 td {
    border: none;
}
.info .t-1 .td-left {
    width: 130px;
    height: 142px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}
.info .t-1 .td-left img {
    border-radius: 50%;
}
.info .t-1 .td-left .btn {
    margin-top: 20px;
}
.info .t-1 .td-center {
    border-right: 1px solid #f0f0f0;
    padding: 13px 0;
}
.info .t-1 .td-center .left {
    padding: 0 15px 0 20px;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 585px;
    height: 170px;
}
.info .t-1 .td-center .left .hd {
    padding: 10px 0 0;
    margin-bottom: 20px;
}
.info .t-1 .td-center .left .hd .bold {
    color: #000;
}
.info .t-1 .td-center .left .bd {
    min-height: 34px;
    margin-bottom: 20px;
}
.info .t-1 .td-center .left .bd .ball-big {
    margin: 0 5px;
}
.info .t-1 .td-center .left .bd .total {
    margin-left: 20px;
    font-size: 16px;
}
.info .t-1 .td-center .left .ft {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.info .t-1 .td-center .left .ft .item {
    width: 42px;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}
.info .t-1 .td-center .center {
    float: left;
    padding: 0 5px 30px 20px;
    border-right: 1px solid #f0f0f0;
    width: 175px;
    overflow: hidden;
}
.info .t-1 .td-center .center .hd {
    margin-bottom: 19px;
    white-space: nowrap;
}
.info .t-1 .td-center .center .bd .time {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffd200;
    background: #444553;
    vertical-align: middle;
    text-align: center;
}
.info .t-1 .td-center .center .btn {
    margin-top: 20px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ff7b00;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 14px;
}
.info .t-1 .td-center .right {
    float: left;
    padding: 10px 0 0 35px;
    position: relative;
    z-index: 1;
}
.info .t-1 .td-center .right .hd {
    margin-bottom: 13px;
}
.info .t-1 .td-center .right .btn {
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ff7b00;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 14px;
}
.info .t-1 .td-center .right .fd {
    margin-top: 13px;
}
.info .t-1 .td-center .right .fd .btn-youtube {
    display: inline-block;
    width: 150px;
    height: 52px;
    background-image: url("/images/six/youtube.png");
}
.info .t-1 .td-center .right .bell-type {
    width: 20px;
    height: 20px;
    border: 1px solid #fa8e19;
    border-radius: 100%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: #fa8e19;
}
.info .t-1 .td-center .right .close-sound .ico-bell {
    background-position: -261px -334px;
}
.info .t-1 .td-center .right .dis-sound .btn {
    background-color: #ccc;
    cursor: not-allowed;
}
.info .t-1 .td-center .right .dis-sound .bell-type {
    border-color: #ccc;
    color: #ccc;
}
.info .t-1 .td-center .right .sound-config {
    position: absolute;
    top: 95px;
    right: 50px;
    background: #fff;
    border: 1px solid #e7e7e7 \9;
    width: 220px;
    font-size: 12px;
    display: none;
    box-shadow: 0 0 5px 0 #ccc;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
}
.info .t-1 .td-center .right .sound-config .hdd .btn-close {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url("/img/sprite-1.png") no-repeat -289px -334px;
}
.info .t-1 .td-center .right .sound-config .bdd {
    padding: 20px 0 0 20px;
}
.info .t-1 .td-center .right .sound-config .bdd .item {
    height: 26px;
}
.info .t-1 .td-center .right .sound-config .ftt {
    padding: 0 0 45px 20px;
}
.info .t-1 .td-right {
    text-align: center;
    width: 204px;
}
.info .t-1 .td-right .fn-video {
    cursor: pointer;
    width: 185px;
    height: 122px;
}
.info .t-1 .td-bottom {
    border-top: 2px solid #f0f0f0;
    padding: 20px 20px;
}
.info .t-1 .td-bottom a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.info .t-1 .td-bottom a.on {
    background: #fa8e19;
    border-radius: 4px;
    color: #fff;
}
.info .bd {
    background: #fff;
}
.info .bd .item {
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px dotted #dbdbdb;
}
.info .bd .item a {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
}
.info .bd .item a.on {
    padding: 0 10px;
    border-radius: 4px;
    background: #f8223c;
    color: #fff;
}
.wrap-chart {
    background: #fff;
}
.wrap-chart .hd {
    height: 55px;
}
.wrap-chart .hd .fl {
    padding: 15px 0 0 20px;
    font-size: 16px;
}
.wrap-chart .hd .fr {
    padding: 15px 20px 0 0;
}
.wrap-chart .hd .fr.wrap-type a {
    line-height: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 30px;
}
.wrap-chart .hd .fr.wrap-type a.on {
    color: red;
    border-bottom: 2px solid red;
}
.wrap-chart.zoushi .hd {
    border-bottom: 1px solid #e6e6e6;
}
.wrap-chart.zoushi .hd .fr {
    padding-top: 5px;
}
.wrap-chart .bd {
    padding: 0 0 20px;
}
.wrap-chart .bd .chart {
    width: 1160px;
    height: 400px;
    margin: 0 auto;
}
.wrap-chart .bd .bdd {
    margin: 0 20px;
}
.wrap-chart .bd .bdd .t-1 {
    font-size: 16px;
}
.wrap-chart .bd .bdd .t-1 td {
    height: 40px;
}
.box-model {
    background: #fff;
    margin-bottom: 20px;
}
.box-model .hd {
    height: 50px;
    border-bottom: 1px solid #dbdbdb;
}
.box-model .hd .fl {
    line-height: 50px;
    padding: 0 0 0 20px;
    font-size: 18px;
}
.box-model .bd {
    margin: 20px;
}
.hmglq .numberstat .left {
    width: 800px;
    line-height: 30px;
    float: left;
}
.hmglq .numberstat .right {
    width: 340px;
    line-height: 30px;
    float: right;
}
.hmglq .numberstat .left input,
.hmglq .numberstat .right input,
.hmglq .numberstat .bottom input[type="button"] {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    height: 30px;
    padding: 0 5px;
    cursor: pointer;
    margin: 0 0 10px;
}
.hmglq .numberstat .bottom .hmd {
    width: 30px;
    padding: 1px;
    height: 20px;
    text-align: center;
}
.hmglq .numberstat .tjhmq {
    padding: 0 0 20px;
    text-align: center;
}
.hmglq .numberstat .tjhmq .submitBtn {
    padding: 10px 0 0;
}
.hmglq .numberstat .tjhmq input {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.hmglq .numberstat .tjhmq input.submit {
    background: red;
    color: #fff;
}
.hmglq .resultstxt {
    min-height: 100px;
    line-height: 25px;
}
.yctk .menu .bd {
    margin-bottom: 4px;
}
.yctk .menu .bd a {
    height: 28px;
    line-height: 28px;
    border: 1px solid transparent;
    padding: 0 5px;
    color: #333;
    display: inline-block;
    margin: 0 8px 10px 0;
}
.yctk .menu .bd a.on {
    border-color: red;
    color: red;
}
.yctk .content .hd .fr {
    padding: 10px 10px 0 0;
}
.yctk .content .hd .fr a {
    width: 100px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background: #dbdbdb;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.yctk .content .bd .period-list {
    height: 60px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}
.yctk .content .bd .period-list .btn {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 40px;
    border: 1px solid #dbdbdb;
    background: #fff;
    cursor: pointer;
    position: absolute;
}
.yctk .content .bd .period-list .btn:disabled {
    background: #eee;
}
.yctk .content .bd .period-list .btn.fl {
    left: 0;
    top: 0;
}
.yctk .content .bd .period-list .btn.fr {
    right: 0;
    top: 0;
}
.yctk .content .bd .period-list .wrap-period {
    overflow: hidden;
    height: 42px;
    position: relative;
    width: 1106px;
    margin: 0 0 0 23px;
}
.yctk .content .bd .period-list .wrap-period .inner {
    position: absolute;
    white-space: nowrap;
    padding: 0 0 0 10px;
    left: 0;
    top: 0;
}
.yctk .content .bd .period-list .wrap-period .inner a {
    display: inline-block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    margin-right: 6px;
    text-align: center;
    font-size: 16px;
}
.yctk .content .bd .period-list .wrap-period .inner a.on {
    border-color: #f8223c;
    color: #fff;
    background: #f8223c;
}
.yctk .content .bd .tab-page {
    padding: 20px 0 0;
}
.yctk .content .bd .tab-page .btn {
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 0;
}
.yctk .content .bd .tab-page .btn.on {
    color: red;
    border-color: red;
}
.yctk .content .bd .imgview {
    padding: 20px 0 0;
}
.yctk .content .bd .imgview img {
    width: 1160px;
}
.yctk .content .bd .sxdz {
    margin-top: 20px;
}
.yctk .content .bd .sxdz table {
    text-align: center;
    font-size: 16px;
}
.yctk .content .bd .sxdz table td,
.yctk .content .bd .sxdz table th {
    border: 1px solid #dbdbdb;
    height: 35px;
    font-weight: normal;
}
.yctk .content .bd .sxdz table .tablename th {
    background: #f1f1f1;
}
.yctk .content .bd .sxdz table .redRuffles {
    color: #f8223c;
}
.yctk .content .bd .sxdz table .blueRuffles {
    color: #0093e8;
}
.yctk .content .bd .sxdz table .greenRuffles {
    color: #1fc26b;
}
.kjsp .left {
    float: left;
}
.kjsp .left .box-model {
    position: relative;
}
.kjsp .left .box-model .bd {
    margin: 0;
    padding: 15px 10px 10px;
}
.kjsp .left .box-model .fd {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.kjsp .left .box-model .fd .btn-youtube {
    display: inline-block;
    width: 150px;
    height: 52px;
    background-image: url("/images/six/youtube.png");
}
.kjsp .right {
    float: right;
    width: 240px;
}
.kjsp .right .link {
    text-align: center;
    padding: 15px 0;
}
.kjsp .right .link a {
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dbdbdb;
    display: inline-block;
    margin: 0 2px 10px;
}
.kjsp .right .history-data .top {
    padding: 0 10px;
    line-height: 26px;
}
.kjsp .right .history-data .top a {
    float: right;
}
.kjsp .right .history-data .mid {
    padding: 10px 5px;
    min-height: 257px;
    line-height: 26px;
    border-top: 1px solid #dbdbdb;
}
.kjsp .right .history-data .mid .item {
    margin-bottom: 5px;
}
.kjsp .right .history-data .mid .item .content .ball-blue,
.kjsp .right .history-data .mid .item .content .ball-red,
.kjsp .right .history-data .mid .item .content .ball-green,
.kjsp .right .history-data .mid .item .content .ball-red,
.kjsp .right .history-data .mid .item .content .ball-green {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}
.luzhu {
    margin-bottom: 0;
    padding: 0 0 1px;
}
.luzhu .checkbox {
    margin-right: 20px;
}
.luzhu .item_luzhu {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.luzhu .item_luzhu .hdd {
    height: 43px;
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
}
.luzhu .item_luzhu .hdd .fl {
    padding: 12px 10px 0;
}
.luzhu .item_luzhu .hdd .fr {
    padding: 12px 5px 0;
}
.luzhu .item_luzhu .hdd .count {
    height: 28px;
    border: 1px solid #dbdbdb;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
}
.luzhu .item_luzhu .hdd .type {
    height: 28px;
    border: 1px solid #dbdbdb;
    width: 60px;
    line-height: 28px;
    vertical-align: middle;
}
.luzhu .item_luzhu .hdd .lastest {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
}
.luzhu .item_luzhu .bdd {
    background: url("/Images/Common/bg-luzhu-tb.png") repeat right top;
    overflow: auto;
}
.luzhu .item_luzhu .bdd table {
    min-height: 130px;
    *height: 130px;
    margin-left: auto;
    margin-right: 0;
}
.luzhu .item_luzhu .bdd table td {
    min-width: 29px;
    *width: 29px;
    border: 1px solid #e5e5e5;
    border-width: 0px 1px;
    text-align: center;
    vertical-align: top;
    padding: 8px 0 0;
    background: #fff;
}
.luzhu .item_luzhu .bdd table td p {
    margin-bottom: 6px;
}
.luzhu .item_luzhu .bdd table td.even {
    background: #f5f5f5;
}
.luzhu .item_luzhu .bdd table td.on {
    background: #fdad56;
}
.btn-tick {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
}
.btn-tick.on {
    border-color: #f33;
    color: #f33;
}
.btn-tick.on:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: url("/Images/Six/fast.png") 0 0;
    right: -2px;
    bottom: -2px;
}
.btn-date {
    width: auto;
    border: none;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
}
.btn-date.on {
    background: #fa8e19;
    color: #fff;
}
.btn-date.on:before {
    display: none;
}
.jskj .sheng,
.jskj .wu,
.jskj .jia,
.jskj .nan,
.jskj .tian,
.jskj .si,
.jskj .qin,
.jskj .san {
    display: none;
}
.jskj .nature-1 .sheng {
    display: inline;
}
.jskj .nature-2 .wu {
    display: inline;
}
.jskj .nature-3 .jia {
    display: inline;
}
.jskj .nature-4 .nan {
    display: inline;
}
.jskj .nature-5 .tian {
    display: inline;
}
.jskj .nature-6 .si {
    display: inline;
}
.jskj .nature-7 .qin {
    display: inline;
}
.jskj .nature-8 .san {
    display: inline;
}
.jskj .hd .fr {
    padding: 10px 10px 0 0;
}
.jskj .filter {
    padding: 20px 20px 0;
    border-bottom: 1px solid #dbdbdb;
}
.jskj .filter .t {
    font-size: 18px;
    margin: 20px 0;
}
.jskj .filter .item {
    margin: 0 0 20px;
}
.jskj .filter .item .checkbox,
.jskj .filter .item .btn {
    margin-right: 13px;
}
.jskj .filter .btn-blue {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #43a2e6;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle;
}
.jskj .bd .t-1 thead td {
    height: 24px;
}
.jskj .bd .t-1 tbody td {
    height: 49px;
}
.jskj .bd .t-1 tbody td .position {
    margin: 0 5px;
}
.jskj .bd .rule {
    padding: 0 30px;
    line-height: 30px;
}
.jskj .bd .rule .ptitle {
    font-weight: 600;
    font-size: 16px;
}
.index .ico-try {
    background: url("/Images/Six/adv_play.png") no-repeat;
    width: 136px;
    height: 71px;
    display: block;
}
.index .ico-try.try-six {
    background-position: 0 -81px;
}
.index .left {
    width: 820px;
    float: left;
}
.index .left .bd .td-left {
    width: 90px;
    padding-right: 13px;
}
.index .left .bd .td-left img {
    border-radius: 50%;
}
.index .left .bd .td-center {
    width: 557px;
    height: 148px;
    vertical-align: top;
    border-left: 1px solid #dbdbdb;
}
.index .left .bd .td-center .hdd {
    font-weight: 600;
    padding: 0 0 20px 10px;
}
.index .left .bd .td-center .bdd .ball-big {
    margin: 0 8px;
}
.index .left .bd .td-center .ftt {
    padding: 20px 0 0;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.index .left .bd .td-center .ftt .item {
    width: 48px;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}
.index .left .trend {
    border-top: 2px solid #dbdbdb;
    *zoom: 1;
}
.index .left .trend .hdd {
    height: 50px;
    margin: 10px 20px 0;
    line-height: 50px;
    border-bottom: 1px solid #dbdbdb;
}
.index .left .sixfast {
    height: 200px;
}
.index .left .six {
    height: 665px;
    margin-bottom: 0;
}
.index .right {
    width: 360px;
    float: right;
}
.index .right .calc-fastsix {
    border: 2px solid #f5243a;
}
.index .right .calc-fastsix .hdd {
    line-height: 40px;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #fff;
    background: #f5243a;
}
.index .right .calc-fastsix .bdd {
    height: 156px;
    text-align: center;
}
.index .right .calc-fastsix .bdd .countdown {
    padding: 22px 0 10px;
}
.index .right .calc-fastsix .bdd .countdown .time {
    display: inline-block;
    background: url("/Images/Six/calc_bg.png") repeat-x;
    width: 65px;
    height: 63px;
    border: 1px solid #e5e5e5;
    color: #eb2839;
    border-radius: 2px;
    line-height: 63px;
    font-size: 28px;
}
.index .right .timeboxbg {
    width: 360px;
    background: #fff;
}
.index .right .timeboxbg div {
    width: 315px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}
.index .right .timeboxbg div li {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 9px;
}
.index .right .timeboxbg #date_year {
    padding: 10px 0;
    height: 30px;
    line-height: 30px;
}
.index .right .timeboxbg #date_year p {
    font-size: 28px;
    display: inline-block;
    width: 250px;
}
.index .right .timeboxbg #date_year button:first-child {
    margin-right: 5px;
}
.index .right .timeboxbg #date_year button {
    height: 30px;
    line-height: 30px;
    width: 25px;
    text-align: center;
    font-size: 28px;
    border: 0;
    background: #fff;
}
.index .right .timeboxbg #date_year button:focus {
    outline: 0;
    opacity: 0.8;
}
.index .right .timeboxbg #date_day li {
    margin-bottom: 13px;
}
.index .right .timeboxbg #date_day .red {
    border-radius: 50%;
    background: #fb223d;
    color: #fff;
}
.index .right .timeboxbg #date_day .grey {
    border-radius: 50%;
    background: #e4e5ea;
    color: #656766;
}
.index .right .timeboxbg #date_day p {
    height: 240px;
    width: 100%;
    text-align: center;
    line-height: 240px;
    color: #796766;
    font-size: 16px;
}
.index .right .timeboxbg .datekinds {
    font-size: 14px;
    color: #666;
    width: 300px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    padding-bottom: 10px;
}
.index .right .timeboxbg .datekinds span {
    display: inline-block;
    background: green;
}
.index .right .timeboxbg .datekinds .jzr {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 10px;
    background: #f8223c;
}
.index .right .timeboxbg .datekinds .ykjrq {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 10px;
    margin-left: 20px;
    background: #dfe0eb;
}
.index .right .timeboxbg #dateframe {
    width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    height: auto;
    background: #fff;
}
.index .right .timeboxbg #dateframe .datekinds {
    font-size: 14px;
    color: #666;
    width: 300px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    padding-bottom: 10px;
}
.index .right .timeboxbg #dateframe .datekinds span {
    display: inline-block;
    background: green;
}
.index .right .timeboxbg #dateframe .datekinds .jzr {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 10px;
    background: #f8223c;
}
.index .right .timeboxbg #dateframe .datekinds .ykjrq {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 10px;
    margin-left: 20px;
    background: #dfe0eb;
}
.index .right .calc-six {
    height: 470px;
}
.index .right .calc-six .hdd {
    margin: 0 20px;
    line-height: 52px;
    border-bottom: 1px solid #dbdbdb;
    color: red;
}
.index .right .calc-six .bdd {
    padding: 10px 0;
    border-bottom: 2px solid #dbdbdb;
    text-align: center;
}
.index .right .calc-six .bdd .time {
    display: inline-block;
    width: 34px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    color: #ffd200;
    background: #313242;
    text-align: center;
    margin: 0 3px;
}
.index .right .calc-six .ftt {
    background: #fff;
    height: 365px;
    overflow: hidden;
}
.index .flag-wait {
    color: red;
    padding: 50px 0 0;
    font-size: 16px;
    font-weight: bold;
    display: none;
}
.index .waitdraw .countdown,
.index .waitdraw .result {
    display: none;
}
.index .waitdraw .flag-wait {
    display: block;
}
.index .yctk .hd {
    height: 60px;
}
.index .yctk.box-model .bd {
    margin-right: 0;
    height: 290px;
}
.index .yctk .item {
    text-align: center;
    float: left;
    margin-right: 15px;
}
.index .yctk .item img {
    display: block;
    width: 180px;
    height: 240px;
    margin: 0 0 10px;
}
.index .yctk .item a {
    color: #0093e8;
}
.index .yctk .fr a,
.index .yctk .fr span {
    width: 100px;
    height: 60px;
    text-align: center;
    float: left;
    line-height: 60px;
    display: block;
    border-left: 1px solid #f1f1f1;
    font-size: 16px;
    cursor: pointer;
}
.index .yctk .fr a.prev,
.index .yctk .fr span.prev {
    background: url("/Images/six/prev.png") no-repeat center center;
}
.index .yctk .fr a.next,
.index .yctk .fr span.next {
    background: url("/Images/six/next.png") no-repeat center center;
}
.index .yctk .fr a:hover,
.index .yctk .fr span:hover {
    background-color: #f8223c;
    color: #fff;
}
.index .yctk .fr span.disabled:hover {
    background-color: rgba(191, 191, 191, 0.5);
}
.index .helplist .box-model .hd .fr {
    line-height: 50px;
    padding-right: 10px;
}
.index .helplist .box-model .bd {
    height: 150px;
}
.index .helplist .item {
    margin: 0 0 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.index .helplist .zjsq .bd {
    margin-right: 0;
}
.index .helplist .zjsq .bd a {
    width: 94px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    text-align: center;
    margin: 0 4px 10px 0;
}
.index .refer .hd-refer {
    margin: 0 0 35px;
    font-size: 16px;
}
.index .refer .hd-refer a {
    margin-right: 20px;
}
.index .refer table {
    text-align: center;
    font-size: 16px;
}
.index .refer table td,
.index .refer table th {
    border: 1px solid #dbdbdb;
    height: 35px;
    font-weight: normal;
}
.index .refer table .tablename th {
    background: #f1f1f1;
}
.index .refer table .redRuffles {
    color: #f8223c;
}
.index .refer table .blueRuffles {
    color: #0093e8;
}
.index .refer table .greenRuffles {
    color: #1fc26b;
}
.info > .bd {
    border-bottom: 15px solid #f0f0f0;
    border-top: 15px solid #f0f0f0;
}
.video-btn {
    margin-top: 15px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background: #ff7b00;
    border: 0px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-left: 18px;
    text-align: center;
}
.header .ft {
    background: #fff;
    border-top: 1px solid #efefef;
}
.header .ft .nav .item {
    border-left: 1px solid #efefef;
}
.header .ft .nav .item .nav-item {
    margin-top: 0;
    color: #333333;
    height: 55px;
    line-height: 55px;
}
.header .ft .nav .item .nav-item.nav-more {
    background: url("/Images/Common/cpdt_red_change.png") no-repeat right 24px;
}
.header .ft .nav .item .nav-item.nav-more:hover {
    background: url("/Images/Common/cpdt_red_change.png") no-repeat right 24px;
}
.header .ft .nav .item .nav-item:hover {
    background: #fff;
}
.header .ft .nav .item:last-child {
    border-right: 1px solid #efefef;
}
.header .ft .nav .item.on {
    background: #fff;
    border-bottom: 1px solid #ea0d0d;
}
.header .ft .nav .item:hover .nav-item {
    background-color: #fff;
    color: #f1010a;
}
.adv-wrap {
    margin: 0 auto;
    width: 1600px;
    position: relative;
}
.adv-wrap .adv {
    position: absolute;
    width: 170px;
    height: 310px;
}
.adv-wrap .adv img {
    width: 100%;
    height: 100%;
}
.adv-wrap .adv.adv-1 {
    left: 10px;
    top: 0px;
}
.adv-wrap .adv.adv-2 {
    right: 10px;
    top: 0px;
}
.adv-wrap .adv.adv-3 {
    left: 10px;
    top: 320px;
    cursor: pointer;
}
.adv-wrap .adv.adv-4 {
    right: 10px;
    top: 320px;
    cursor: pointer;
}
.adv-wrap .adv-dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999999;
}
.adv-wrap .adv-dialog.show {
    display: block;
}
.adv-wrap .adv-dialog .adv-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.adv-wrap .adv-dialog .adv-video-1,
.adv-wrap .adv-dialog .adv-video-2 {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -270px 0px 0px -480px;
    display: none;
}
.adv-wrap .adv-dialog .adv-video-1.show,
.adv-wrap .adv-dialog .adv-video-2.show {
    display: block;
}
.adv-wrap .adv-dialog .adv-video-1 .adv-close,
.adv-wrap .adv-dialog .adv-video-2 .adv-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000000;
}
.adv-wrap .adv-dialog .adv-video-1 .adv-video,
.adv-wrap .adv-dialog .adv-video-2 .adv-video {
    width: 960px;
    height: 540px;
}
