﻿@charset 'utf-8';

body {
    background-color: #e2e2e2;
}

.nav_table>div {
    background: url(../img/sanjiao_bgN.png) no-repeat 44px 33px;
    background-color: #1c77b9;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.currentA {
    background-color: #3b92d5;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
}

/*sectionTop start*/
section .sectionTop {
    height: 65px;
    background-color: #fff;
    width: 1168px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    margin-top: 10px;
}

section .sectionTop .topBox {
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
    padding-top: 5px;
    border-top: 1px solid #dbdbdb;
}

section .sectionTop .topBox dl {
    width: 579px;
    height: 27px;
    overflow: hidden;
    float: left;
}

section .sectionTop .topBox dl dt {
    float: left;
    padding-top: 5px;
    margin-right: 10px;
    font-weight: bold;
    font-family: "微软雅黑",Microsoft YaHei;
}

section .sectionTop .topBox dd {
float: left;
}

section .sectionTop .topBox dd a {
    display: inline-block;
    padding: 5px;
    font-family: "微软雅黑",Microsoft YaHei;
}

    section .sectionTop .topBox dd a:hover {
        color: #d2284d;
    }

section .sectionTop .topBox dd em {
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px;
    color: #999;
}
/*sectionTop end*/

/*sectionContentTop start*/
section .sectionContent {
    width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}

section .sectionContent .contentTop .top {
    height: 33px;
    background-color: white;
    line-height: 33px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

section .sectionContent .contentTop .top > div.topR {
    float: right;
    height: 29px;
    position: relative;
    width: 460px;
}

.forDays .button {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: #3b92d5;
    font-family: "微软雅黑",Microsoft YaHei;
    vertical-align: middle;
}

.forDays .button:hover {
    color: #ba2636;
}

section .sectionContent .contentTop .top > div i {
    float: left;
    color: #ccc;
    margin-left: 5px;
    margin-right: 5px;
    font-style: normal;
    position: absolute;
    left: 140px;
}

section .sectionContent .contentTop .top > div > p.forDays {
    position: absolute;
    font-family: "微软雅黑",Microsoft YaHei;
}

section .sectionContent .contentTop .top > div > p.forDays select {
    font-family: "微软雅黑",Microsoft YaHei;
    font-size: 12px;
    width: 83px;
    height: 18px;
    vertical-align: middle;
}

section .sectionContent .contentTop .top > div.topR > span {
    float: right;
    padding-right: 10px;
    font-family: "微软雅黑",Microsoft YaHei;
}

section .sectionContent .contentTop .top > div > span a {
    color: #3b92d5;
    display: inline-block;
    padding: 0 2px;
    vertical-align: middle;
}

section .sectionContent .contentTop .top > div > span a:hover {
    color: #ba2636;
}

section .sectionContent .contentTop .top > div > span a:hover {
    color: #ba2636;
}

.redColor {
    color: #ba2636 !important;
    font-weight: bold;
}

section .sectionContent .contentTop .top > div > form {
    float: left;
    margin-right: 10px;
}

section .sectionContent .contentTop .top > div > form input[type="text"] {
    width: 84px;
    font-size: 12px;
    text-align: center;
}

section .sectionContent .contentTop .top > div > form input[type="submit"], section .sectionContent .contentTop .top > div > form button {
    margin-left: 5px;
    background-color: #cbe5fe;
    border: none;
    outline: none;
    cursor: pointer;
    width: 36px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #104089;
    font-family: "微软雅黑",Microsoft YaHei;
}

section .sectionContent .contentTop .topL {
    float: left;
    margin-left: 22px;
    text-align: center;
}

section .sectionContent .contentTop .topL input {
    vertical-align: middle;
    cursor: pointer;
}

section .sectionContent .contentTop .topL span {
    margin-right: 10px;
    font-family: "微软雅黑",Microsoft YaHei;
}

section .sectionContent .contentTop .topL label {
    cursor: pointer;
    font-family: "微软雅黑",Microsoft YaHei;
}


/*sectionContentTop end*/

/*sectionContentMain start*/
.contentMain {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    background-color: #fff;
}

.contentMain table {
    position: relative;
    width: 1170px;
}

table, tr, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-family: "Verdana";
}

table thead td {
    border: 1px solid #a9cde5;
    background-color: #eaf3fc;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-family: "Verdana";
}

table {
    line-height: 26px;
}

table .round:nth-of-type(5n) {
    border-bottom: 2px solid #ccc;
}
/*sectionContentMain end*/

/*sectionContentBottom start*/
.contentBottom {
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border: 1px solid #ddd;
    font-family: "微软雅黑",Microsoft YaHei;
}

.contentBottom h2 {
    padding-left: 20px;
    color: #235aad;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑",Microsoft YaHei;
    border-bottom: 1px solid #ddd;
}

.contentBottom ul {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contentBottom ul li {
    height: 25px;
    line-height: 25px;
    list-style: square inside url(../img/dian1.png);
}

/*sectionContentBottom end*/

.color_r {
    font-weight: bold;
    color: #d2284d !important;
}

    .color_r span {
        color: #666;
    }

.color_b {
    font-weight: bold;
    color: #3d95d5 !important;
}

.color_g {
    font-weight: bold;
    color: #3e9227 !important;
}

table td em {
    font-style: normal;
    margin-left: 3px;
    margin-right:3px;
}

.bg_blue {
    color: white !important;
    background: url(../img/arc_bgbN.png) no-repeat center;
    position: relative;
    z-index: 11;
    font-size: 12px;
}


.bg_yellow {
    color: white !important;
    background: url(../img/arc_bgb2.png) no-repeat center !important;
}
.bg_red {
    color: white !important;
    background: url(../img/arc_bgr.png) no-repeat center !important;
    position: relative;
    z-index: 11;
}

.rline {
    border-right: 2px solid #ccc;
}

.rlineBlue {
    border-right: 2px solid #a9cde5;
}

.fontB {
    font-weight: bold;
}

.fontbig {
    font-size: 12px;
}

.bg_cyan {
    background-color: #6eb5b6;
    color: white !important;
    position: relative;
    z-index: 11;
    font-size: 12px;
}

.bg_gold {
    background-color: #dfb06a;
    color: white !important;
    position: relative;
    z-index: 11;
    font-size: 12px;
}

.bg_purple {
    background-color: #719ce3;
    color: white !important;
    position: relative;
    z-index: 11;
    font-size: 12px;
}

.bg_pink {
    background-color: #b88ac3;
    color: white !important;
    position: relative;
    z-index: 11;
    font-size: 12px;
}

.bg_green {
    background-color: #97bf94;
    color: white !important;
    position: relative;
    z-index: 11;
    font-size: 12px;
}

.bg_lightblue {
    background-color: #6faaed;
    color: #d74d4d !important;
}

.posi {
    position: relative;
}

.posi canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.weak {
    color: #ccc;
    font-size: 12px;
}

.weaker {
    color: transparent;
}

.period {
    color: #333 !important;
}
.darkerColor {
    color: #333 !important;
}
.numb.bg_blue {
    position: relative;
    z-index: 11;
}
.fontWit {
    font-weight: bold;
}
.road1, .road2, .road3 {
    position: relative;
    z-index: 11;
}
table tr td {
    white-space: nowrap;
}
.fixedDiv {
    position: fixed;
    z-index: 1000;
    top: 0;
    display: none;
}
.fixedDiv table {
    width: 1170px;
    margin: 0 auto;
}
.relo {
    text-decoration: underline;
    cursor: pointer;
}
.readyChoice {
    cursor: pointer;
}
.bg_grey {
    background: url(../img/arc_bggN.png) no-repeat center;
    color: white !important;
    z-index: 11;
    position: relative;
    font-size: 12px;
}
.text_position {
    text-align: left !important;
    padding-left: 20px;
    position: relative;
}

.bordernr {
    border-right: none !important;
}

.bordernl {
    border-left: none !important;
}

.clearAll {
    font-size: 12px;
    color: #3d95d5;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    z-index:11;
}

.singletrend {
    padding-top: 0 !important;
}
.singletrend dl {
    padding-top: 18px;
    width: 100% !important;
}
/*以下是走势图中的一些高亮样式*/
.bold{
    font-weight: bold;
}
.myRepeat{
    position: relative;
}

.myColor1 {
    color: #d2284d;
}
.myColor2 {
    color: #0365c4;
    font-weight: bold;
}
/*color3是右上角的黄色背景球样式*/
.myColor3 {
    position: absolute;
    right: -2px;
    top: -2px;
    background-color: #ff9600;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 14px;
}
.myColor4 {
    color: #c715e1;
}
.myColor6 {
    color: #333;
}

.myColor8 {
    color: white;
    background: url(../img/arc_bgr.png) no-repeat center;
    position: relative;
    z-index: 12;
}
.myColor9 {
    background-color: #df7b6a;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor10 {
    color: white;
    background: url(../img/arc_bgbN.png) no-repeat center;
    position: relative;
    z-index: 12;
}
.myColor11 {
    background-color: #719ce3;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor12 {
    color: white;
    background: url(../img/arc_bgp.png) no-repeat center;
}
.myColor13 {
    background-color: #cc90da;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor15 {
    color: #d2284d;
}
.myColor17,.myColor18 {
    background-color: #dfb06a;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor19 {
    background-color: #6eb5b6;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor20 {
    background-color: #719ce3;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor21 {
    background-color: #cc90da;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor22 {
    background-color: #ca4242;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor23 {
    background-color: #8ab988;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor24 {
    background-color: #c1ba1e;
    color: #fff;
    position: relative;
    z-index: 12;
}
.myColor25 {
    background-color: #1ec15d;
    color: #fff;
    position: relative;
    z-index: 12;
}
.black {
    color: #333 !important;
}
.colorblue {
    color: #1c77b9;
}
.letspacing{
    letter-spacing: -1px;
}
table, tr, td {
border: none;
}

#blineData tr, #blineData td {
border: 1px solid #ccc;
}
.countdown-conent {
max-width: 1170px;
padding: 10px 0 10px 0;
box-shadow: 0 4px 8px rgba(0,0,0,.1);
}