.header {
    padding: 1rem 0;
	background: #fff;
}

.logo {
    display: block;
    height: 2.4rem;
    margin: 0 auto;
}

/* 导航栏 */
.nav {
    z-index: 2;
    position: relative;
    text-align: center;
    background: #C01D19;
    color: #fff;
}

.nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.nav li {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 480px) {
	.nav ul {
		flex-wrap: wrap;
	}
	.nav li {
		-webkit-box-flex:  0 0 20%;
	    -moz-box-flex: 0 0 20%;
	    -webkit-flex:  0 0 20%;
	    -ms-flex:  0 0 20%;
		flex: 0 0 20%;
	}
}
.nav li a {
    position: relative;
    display: block;
    padding: 0.8rem 0 1rem;
    font-size: 1.4rem;
    color: #fff;
}

.nav li.active a:after {
    content: '';
    border: 8px solid #fff;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
}

.nav-tip {
    padding: 0.5rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
}

.nav-tip em {
    font-style: normal;
}

/* 开奖 */
.kj-gonggao {
    padding: 0.8rem 1rem 0.7rem;
    border: 1rem solid #dfdfdf;
}

.kj-gonggao h2 {
    padding-left: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
    background: url(../images/icon-kjgonggao.png) no-repeat;
    background-size: 1.6rem auto;
    background-position: left 0.4rem;
    border-bottom: 1px solid #efefef;
}

.kj-now {
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
}

.kj-next {
    height: 2.7rem;
    line-height: 2.7rem;
}

.kjhaoma {
    padding: 0.2rem;
	margin-top: 3px;
}

.kjhaoma span {
    float: left;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    background-color: #c01b17;
    margin-right: 0.5rem;
    color: #fff;
    text-align: center;
}

.kj-text {
    margin-right: 1rem;
}

.djs,
.kj-next .kj-text {
    height: 2.7rem;
    line-height: 2.7rem;
    vertical-align: middle;
}

.djs>span {
    font-size: 1.8rem;
    letter-spacing: 2px;
}

#minute {
    margin-left: 0.5rem;
}

#second {
    margin-left: 0.2rem;
}

.djs>.kj_ing {
    font-size: 1.4rem;
    letter-spacing: normal;
}

.kj_ing em {
    font-style: normal;
}

/* 介绍头部 */
.c-hd-info {
    /* padding: 0.5rem; */
    font-size: 1.3rem;
    color: #777;
    background: #f5f5f5;
    line-height: 1.5;
    border-top: 2px solid #C01D19;
    text-align: center;
}
.c-hd-info dl {
	padding-left: 60px;
    position: relative;
}
.c-hd-info dt {
	position: absolute;
    left: 5px;
    top: 0;
}
.c-hd-info dt img {
	width: 50px;
    border-radius: 50%;
    box-shadow: 0 1px 1px;
}

.c-hd-info .name {
    /* display: inline-block; */
    text-decoration: none;
    /* background: #356a85; */
    border-radius: 5px;
    padding: 0.3rem 0.5rem;
    margin: 1rem 0;
    /* color: #ececec; */
    text-align: left;
}

.tip-zj {
    margin-bottom: 0.2rem;
    text-align: left;
}

.c-hd-info .zql {
	display: block;
    text-decoration: none;
    /* background: #356a85; */
    border-radius: 5px;
    padding: 0.3rem 0.5rem;
    margin: 1rem 0;
    /* color: #ececec; */
    text-align: left;
}

.c-hd-info .zql b {
    color: #f00;
    font-size: 1.6rem;
}

.img-jhw {
    max-height: 2.8rem;
    display: block;
    margin-top: 2px;
    max-width: 100%;
}

/* 表格 */
.common_table {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #eee;
    border-bottom: none;
}

.common_table th {
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
}

.common_table tr.cur {
    background: #ddd;
}

.common_table td {
    position: relative;
    height: 3.4rem;
    line-height: 3.4rem;
    border-bottom: 1px solid #eee;
}

.common_table tr>td:last-child,
.common_table tr>th:last-child {
    border-right: none;
}

.c-hd {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.c-layout {
    padding: 1rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    background: #fff4e9;
}

.c-layout-hd {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0.6rem;
    font-weight: 700;
    color: #333;
}

.c-layout-bd p {
    margin-top: 0.4rem;
    font-size: 1.2rem;
}

.shuoming {
    color: #777;
    border-bottom: 1px solid #f1f1f1;
}

.footer {
    position: relative;
	margin-top: 2rem;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
}

.footer .ggc {
    padding: 1rem 0;
}

.lastTip {
    padding: 1rem;
    text-align: center;
    color: #999;
}

.xl-logo {
	margin-left: 1rem;
    width: 2.6rem;
    margin-right: 1rem;
}

/* 宣传语 */
.edge {
    padding: 1.3rem 0 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid #eee;
    background: #fff;
}

.edge ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    text-align: center;
}

.edge li {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.edge li .title {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #646464;
}

.edge li .title .highlight {
    margin-left: 0.5rem;
    color: #d94136
}

.edge li .content {
    margin-top: -0.3rem;
    font-size: 1.2rem;
    color: #999
}

/* 开奖结果 */
.awd-shuang-2 {
    color: #fff;
    background-color: #88c85d;
}

.awd-dan-2 {
    color: #fff;
    background-color: #f1764b;
}

.awd-da-2 {
    color: #fff;
    background-color: #d1507e;
}

.awd-xiao-2 {
    color: #fff;
    background-color: #5da9c8
}

.num_he {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    text-align: right;
    line-height: 1;
    margin-bottom: -0.2rem;
    margin-right: 0.1rem;
}

/* 路珠 */
.luzhu {
    /* margin-top: 1rem; */
}

.colorWorld_luZhuTable_title {
    text-align: left;
    border-top: 1px solid #e6e6e6;
}

.colorWorld_luZhuTable_title .spanLis {
    line-height: 3rem;
    font-size: 1.4rem;
    color: #333;
}

.colorWorld_luZhuTable_title .spanLis a {
    color: #008000;
}

.colorWorld_luZhuTable_title .spanLis i {
    color: #f02f22;
}

.colorWorld_luZhuTable_title .spanLis .new {
    padding-right: 2rem;
    padding-left: 0.8rem;
    color: #f02f22;
    text-decoration: none;
}

.colorWorld_luZhuTable_title .spanLis .new:hover {
    color: #f02f22;
    text-decoration: none;
}

.colorWorld_luzhuBlockTitle_bg {
    background: #dfdfdf;
}

.colorWorld_luzhuBlockTitle_bg2 {
    width: 100%;
    background-color: #fafafa;
    height: 4rem;
    float: left;
}

.colorWorld_luZhuTable {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    border: 1px solid #e6e6e6;
    /* background: #f8f8f8; */
}

.luzhu i {
    font-style: normal;
}

.latest_num {
    font-size: 1.2rem;
    color: #777;
}

table.colorWorld_lz {
    width: auto;
}

table.colorWorld_lz tr.title_mini td {
    height: 30px;
    background-color: #fafafa;
    vertical-align: middle;
    padding-left: 2rem;
    width: auto;
}

table.colorWorld_lz tr.title_mini td .textIndent {
    padding-left: 2rem;
    text-align: left;
    width: auto;
}

table.colorWorld_lz tr.title_mini td .textIndent .green {
    color: #005e15;
}

table.colorWorld_lz tr.title_mini td .textIndent .red {
    color: #f02f22;
}

table.colorWorld_lz tr.title_mini td span {
    line-height: 30px;
    cursor: pointer;
}

table.colorWorld_lz tr.title_mini td .font_bold {
    font-weight: bold;
}

table.colorWorld_lz tr.title_mini td span.tempLabel {
    cursor: inherit;
}

table.colorWorld_lz td {
    padding: 0.5rem 0;
    vertical-align: top;
    width: 2.6rem;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    border-top: none;
}

table.colorWorld_lz tr td:first-child {
    border-left: none;
}

table.colorWorld_lz td span {
    font-size: 1.4rem;
    width: 2.6rem;
    height: 2.4rem;
    margin: 0 auto;
    text-align: center;
    line-height: 2.3rem;
    display: block;
    color: #0082dd;
}

table.colorWorld_lz td span.tempLabel {
    cursor: inherit;
}

table.colorWorld_lz td span.active {
    background-color: #fef2e3;
}

table.colorWorld_lz td span.addBottomLine {
    border-bottom: 1px solid #f8d8b1;
}

table.colorWorld_lz td span.bottomLine {
    position: relative;
}

table.colorWorld_lz td span.bottomLine i.line {
    width: 100%;
    height: 1px;
    background-color: #a56503;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 0px;
    display: block;
}

table.colorWorld_lz td.yellowBg {
    background-color: #fcfad2;
}

table.colorWorld_lz td.green span {
    color: #008000;
}

table.colorWorld_lz td.purple span {
    color: #FF00FF;
}

table.colorWorld_lz td.deongaree span {
    color: #2D92C2;
}

table.colorWorld_lz td.red span {
    color: #f02f22;
}

table.colorWorld_lz td:nth-child(odd) span {
    color: #f02f22;
}

table.colorWorld_lz td.gray span {
    color: #808080;
}

table.colorWorld_lz td:nth-child(odd) {
    background: #fff;
}

table.colorWorld_lz tr.content td {
    width: 30px;
}

table.colorWorld_lz tr.content td.font_green span {
    color: #005e15;
}

table.colorWorld_lz tr.content td.font_gray span {
    color: #808080;
}

table.colorWorld_lz tr.content td.wid {
    width: 37.5rem;
    padding: 0;
    vertical-align: top;
}

table.colorWorld_lz tr.content td.wid td {
    width: auto;
    *padding: 2rem 0 !important;
}

table.colorWorld_lzTab2 {
    height: 14.8rem;
}

table.colorWorld_lzTab2 td {
    border: 0px;
    text-align: center;
    vertical-align: middle;
}

table.colorWorld_lzTab2 td.rightBorder {
    border-right: 1px solid #e6e6e6;
}

table.colorWorld_lzTab2 td span {
    width: 100%;
    color: #333;
}

table.colorWorld_lzTab2 td span.green {
    color: #005e15;
}

table.colorWorld_lzTab2 td span.red {
    color: #f02f22;
}

table.colorWorld_lzTab2 tr.title td {
    width: 33%;
    border-bottom: 1px solid #e6e6e6;
    height: 50% !important;
    background: none !important;
}

table.colorWorld_lzTab2 tr.content td {
    width: auto;
}

table.colorWorld_lzTab2 .moShi_ballBlock ul {
    float: left;
    width: 100%;
    padding: 0.5rem 0;
}

table.colorWorld_lzTab2 .moShi_ballBlock li {
    float: left;
    width: 33%;
    font-size: 0;
    text-align: center;
    padding: 0.5rem 0;
}

table.colorWorld_lzTab2 .moShi_ballBlock .text {
    display: inline-block;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #333333;
    width: auto;
    height: auto;
}

table.colorWorld_lzTab2 .moShi_ballBlock .blueBall {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.8rem;
    color: #FFFFFF;
}

table.colorWorld_lz td span.textIndent {
    color: #333;
    width: auto;
    padding-left: 2rem;
    height: auto;
    text-align: left;
    vertical-align: middle;
    line-height: 2rem;
}

table.colorWorld_lz td .green {
    color: #005e15;
}

table.colorWorld_lz td .red {
    color: #f02f22;
}

/* 连中样式 */
.lz-type1 {
    background: #ffe1c4;
    /* color: #fff; */
}

.icon-lz {
    font-size: 1.2rem;
    font-weight: normal;
    position: absolute;
    top: -0.8rem;
    right: -1.5rem;
    min-width: 1.6rem;
    height: 1.4rem;
    background: #cf0000;
    border-radius: 0.7rem;
    text-align: center;
    line-height: 1.4rem;
    color: #fff;
    padding: 0 0.2rem;
}

.icon-lz:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.4rem solid #cf0000;
    position: absolute;
    bottom: -0.8rem;
    left: 1rem;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
}

.table-inner h5 {
    margin-top: 10px;
    margin-bottom: -5px;
    padding: 0;
    line-height: 1.5;
}

.table-inner tr:first-child {
    color: #f00;
}
.table_inner_content {
	padding: 5px 0;
    text-align: left;
	color: #9a9a9a;
}
.table_inner_content p {
	padding: 8px 0;
	line-height: 1.5;
}
.table_inner_content p:first-child {
	color: #f00;
}
.table_inner_content p span {
	display: inline-block;
	margin-left: 10px;
}

.awd-list th {
    background: #dfdfdf;
    border-color: #d2d2d2
}
.jh_qun {
    padding-top: 1rem;
    text-align: center;
}
.jh_qun a {
    color: #f5ffff;
    background: #0095d6;
    border-radius: 3px;
    padding: 1px 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/* 开奖结果页样式 */
.kj-type-11x5 td,
.kj-type-k3 td,
.kj-type-xyft td,
.kj-type4 td {
    padding: 10px 0;
    height: auto;
	line-height: 1.5;
}

.kj-type-11x5 td.kjnum>span,
.kj-type-k3 td.kjnum>span,
.kj-type-xyft td.kjnum>span,
.kj-type4 td.kjnum>span {
    float: none;
}

.kj-type-xyft td.kjnum>span {
    margin-top: 5px;
    margin-bottom: 5px;
}

.kj-type4 td.kjnum>span {
    margin-right: 0;
}

.kj-type4 td.kjnum .num {
    width: 10px;
}

.common_table .kj-time {
    font-size: 12px;
    color: #9d9d9d;
}

.kj-type-k3 .kjnum>span {
    float: left;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-size: 340px auto !important;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    text-indent: -9999px;
}

.kj-type-k3 .kjnum .num1 {
    background: url(../images/bjpknum.png) no-repeat -308px 0
}

.kj-type-k3 .kjnum .num2 {
    background: url(../images/bjpknum.png) no-repeat -308px -32px
}

.kj-type-k3 .kjnum .num3 {
    background: url(../images/bjpknum.png) no-repeat -308px -63px
}

.kj-type-k3 .kjnum .num4 {
    background: url(../images/bjpknum.png) no-repeat -308px -94px
}

.kj-type-k3 .kjnum .num5 {
    background: url(../images/bjpknum.png) no-repeat -308px -125px
}

.kj-type-k3 .kjnum .num6 {
    background: url(../images/bjpknum.png) no-repeat -308px -157px
}

/* åŒ—äº¬èµ›è½¦ç±» */
.kj-type-xyft .kjnum>span {
    float: left;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 5px;
    background: url(../images/bjpknum.png) no-repeat 0 0;
    background-size: 340px auto !important;
    text-indent: -9999px;
}

.kj-type-xyft .kjnum .num1 {
    background-position: -179px 0;
}

.kj-type-xyft .kjnum .num2 {
    background-position: -30px 0;
}

.kj-type-xyft .kjnum .num3 {
    background-position: -60px 0;
}

.kj-type-xyft .kjnum .num4 {
    background-position: -89px 0;
}

.kj-type-xyft .kjnum .num5 {
    background-position: -207px 0;
}

.kj-type-xyft .kjnum .num6 {
    background-position: 0 0;
}

.kj-type-xyft .kjnum .num7 {
    background-position: -148px 0;
}

.kj-type-xyft .kjnum .num8 {
    background-position: -119px 0;
}

.kj-type-xyft .kjnum .num9 {
    background-position: -237px 0;
}

.kj-type-xyft .kjnum .num10 {
    background-position: -267px 0;
}

/* pcè›‹è›‹ç±» */
.kj-type4 .kjnum>span {
    float: left;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
    background: #ddd;
    border-radius: 50%;
}

.kj-type4 .kjnum .num {
    width: 20px;
    font-size: 14px;
    background: transparent;
}

.kj-type4 .kjnum>span:last-child {
    background: #0092dd;
    color: #fff;
}

.kj-type-11x5 .kjnum>span {
    float: left;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 8px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    background: #0092dd;
}
.kjhaoma span.fh {
	width: auto;
	background: none;
	color: #333;
}