@charset "utf-8";

.centerdiv {
    width: 1200px;
    margin: 0 auto 50px;
    font: 14px Arial, Verdana, "\5b8b\4f53";
    font-family: 微软雅黑;
}

.stock-navi {
    text-align: left;
    padding: 0;
}

.stock-navi .query-div {
    text-align: right;
    padding-right: 30px;
}

.stock-navi .stock-list {
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.stock-navi .div-title em {
    float: right;
}

.stock-navi .div-title em input {
    margin-right: 20px;
}

.stock-navi .div-title em .stk_search {
    width: 27px !important;
    height: 15px !important;
    border: 1px solid;
    background-color: #F94242;
    color: white;
    border-radius: 10px;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 5px 20px;
    text-align: center;
}

.div-title {
    border-bottom: 1px #E4E8EB solid;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

.div-title span {
    display: inline-block;
    height: 34px;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 微软雅黑;
    cursor: pointer;
}

.div-title span.cur {
    border-bottom: 2px solid #F94242;
}

.funcWrap a:nth-child(2) img{
    transform: scale(1.2);
    -webkit-box-shadow: 0 10px 16px rgba(28, 94, 154, 0.58);
    -moz-box-shadow: 0 10px 16px rgba(28, 94, 154, 0.58);
    box-shadow: 0 10px 16px rgba(28, 94, 154, 0.58);
}
.funcWrap a:nth-child(2) p{
    color: #f94242;
}






















.query-div {
    width: 100%;
    position: relative;
    display: block;
    margin: 30px auto 10px;
    text-align: right;
}

.div-title {
    height: 45px;
    line-height: 45px;
}

.div-title .search_result {
    font-size: 18px;
    /*color: #ea5e23;*/
    background-image: url("/stockfilter/shoucang1.png?v=1");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 23%;
    display: block;
}

.div-title .search_result span {
    float: left;
}

.div-title .search_result em {
    float: right;
    font-size: 12px;
}

.div-title .search_result.cur {
    border-bottom: 3px solid #F94242;
}

.descriptions {
    text-align: left;
    color: #bfbfbf;
    padding: 0px 40px;
    line-height: 2em;
    font-family: 微软雅黑;
}

.descriptions p {
    font-size: 14px !important;
    margin-top: 10px;
}

.menu-drop {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    cursor: pointer;
}

.menu-drop .trigger {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 22px;
    padding: 0 4px 0 8px;
    border: 1px #E4E8EB solid;
    line-height: 22px;
    vertical-align: top;
    border-radius: 4px;
    margin-top: 5px;
}

.menu-drop .trigger .curr {
    display: inline-block;
    vertical-align: top;
}

.menu-drop .menu-drop-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(../images/search.ele.png) no-repeat 4px 10px;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}

.menu-drop:hover {
    text-decoration: none;
}

.menu-drop:hover .trigger {
    border-color: #ea5e23;
}

.menu-drop:hover .menu-drop-arrow {
    /*    background-position: 4px -9px;*/
}

.menu-drop-main {
    display: none;
    width: 600px;
    padding: 10px 0 10px 8px;
    position: absolute;
    left: 0;
    top: 31px;
    border: 1px #E4E8EB solid;
    background-color: #ffffff;
}

.menu-drop-list li {
    float: left;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
    margin: 5px 10px 5px 0px;
}

.menu-drop-list li a {
    text-decoration: none;
    color: #333;
}

.z-menu-drop-open {
    position: relative;
    z-index: 5;
}

.z-menu-drop-open .trigger {
    border-bottom-color: #fff;
    position: relative;
    z-index: 6;
}

.z-menu-drop-open .menu-drop-arrow {
    /*    background-position: 4px -27px;*/
}

.z-menu-drop-open .menu-drop-main {
    display: block;
}

.z-menu-drop-open:hover .trigger {
    border-bottom-color: #ffffff;
}

.z-menu-drop-open:hover .menu-drop-main {
    border-color: #ea5e23;
}

.z-menu-drop-open:hover .menu-drop-arrow {
    /*    background-position: 4px -44px;*/
}

.menu-one {
    display: inline-block;
    height: 24px;
    cursor: pointer;
}

.menu-one .trigger {
    display: inline-block;
    height: 22px;
    padding: 0 4px 0 8px;
    border: 1px #E4E8EB solid;
    line-height: 22px;
    vertical-align: top;
    border-radius: 4px;
    margin-top: 5px;
}

.menu-one .ss-item a {
    color: #ea5e23;
    margin-right: 5px;
}

.menu-one:hover .trigger {
    border-color: #ea5e23;
}

.menu-one .menu-drop-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(../images/search.ele.png) no-repeat 4px -122px;
}

.menu-one:hover .menu-drop-arrow {
    /*    background: url(../images/search.ele.png) no-repeat 4px -140px;*/
}

.menu-drop-list li .menu-clear-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(../images/search.ele.png) no-repeat 4px -122px;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}

.menu-drop-list li:hover .menu-clear-arrow {
    /*    background: url(../images/search.ele.png) no-repeat 4px -140px;*/
}

.menu-drop-list li a {
    display: block;
    border: 1px #E4E8EB solid;
    height: 22px;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    zoom: 1;
    color: #1d1d1d;
    line-height: 22px;
    text-align: center;
}

.menu-drop-list li:hover a {
    border-color: #bfbfbf;
}

.menu-drop .menu-drop-title {
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.menu-drop .ss-item a {
    color: #ea5e23;
    margin-right: 5px;
}

.crumbs-nav {
    margin-left: 92px;
    padding-left: 0px;
}

.crumbs-nav-item {
    float: left;
    margin-right: 8px;
    padding: 5px 0px;
}

.crumbs-bar {
    position: relative;
    _zoom: 1;
    line-height: 34px;
}

.crumbs-arrow {
    font-family: simsun;
    font-style: normal;
}

.ss-item b {
    font-weight: 400;
}

.selector {
    margin-bottom: 20px;
    background-color: #ffffff;
}

.selector .s-brand,
.selector .s-line {
    width: auto;
    height: auto;
    border: 1px #E4E8EB solid;
    border-top: 0;
    margin-left: 5px;
}

.selector .sl-wrap {
    position: relative;
    _zoom: 1;
    line-height: 34px;
    background-color: #ffffff;
}

.selector .s-line:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.selector .sl-key {
    float: left;
    width: 90px;
    text-align: center;
    color: #333;
}

.selector .sl-key .block_title {
    font-size: 16px;
    color: #f94242;
    padding-left: 15px;
}

.selector .sl-wrap .sl-key {
    margin-top: 6px;
}

.selector .sl-value {
    margin-left: 90px;
    padding: 5px 80px 5px 10px;
    overflow: hidden;
    background-color: #ffffff;
    border-left: 1px #E4E8EB solid;
    zoom: 1;
}


/**展开筛选条件**/

.selector .sl-ext {}

.selector .sl-ext .sl-e-more i {
    background: url("/skin/zhengu/images/more.png") no-repeat center center;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
    width: 15px;
    height: 15px;
    display: block;
}

.selector .sl-ext .sl-e-more.opened i {
    background: url("/skin/zhengu/images/more2.png") no-repeat center center;
}

.selector .sl-ext .sl-e-more {
    position: relative;
    width: 26px;
    height: 27px;
}


/**展开筛选条件**/

.selector .sl-v-list {
    overflow: hidden;
    zoom: 1;
    padding-top: 4px;
}

.selector .sl-v-list ul {
    float: left;
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 30px;
}

.selector .sl-v-list li {
    float: left;
    _display: inline;
    /*margin-right: 5px;*/
    /*margin-bottom: 4px;*/
    height: 26px;
    line-height: 26px;
}

.selector .sl-v-list li.selected a {
    color: #ea5e23;
}

.selector .sl-v-list li a {
    width: 75px;
    text-align: center;
    float: left;
    white-space: nowrap;
    zoom: 1;
    color: #333;
    border: 1px #ffffff solid;
}

.selector .sl-v-list li:hover {}

.selector .sl-v-list li:hover a {
    text-decoration: none;
    border: 1px #ea5e23 solid;
}

.selector .extend .sl-v-list ul {
    height: auto;
}

.selector .s-brand .sl-v-list li {
    width: 85px;
    margin-right: 5px;
}

.selector .s-brand .sl-v-list li a {
    width: 75px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.selector .s-brand .sl-v-list .v-fixed {
    height: 60px;
}

.selector .s-brand .extend {
    margin-top: -1px;
    border-top: 1px #E4E8EB solid;
    border-bottom: 1px #E4E8EB solid;
}

.selector .s-brand .extend .sl-value {
    margin-left: 90px;
}

.selector .s-brand .extend .sl-v-list {
    margin-bottom: 10px;
}

.selector .s-brand .extend .sl-v-list .v-fixed {
    *width: 100%;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.selector .other-cond {
    padding: 5px 15px 5px 15px;
    background-color: white;
    border-left: 1px #E4E8EB solid;
    zoom: 1;
}

.other-cond-item {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    height: 25px;
    margin-right: 15px;
    margin-bottom: -10px;
}

.down_icon {
    position: absolute;
    left: 0px;
    top: 9px;
    width: 26px;
    height: 27px;
}

.other-cond-item .ss-item {
    width: 80px;
    text-align: center;
}

.other-cond-item .menu-drop .trigger {
    padding: 0;
}

.other-cond-item .menu-drop .menu-drop-arrow {
    background-position: 4px 10px;
}

.other-cond-item .z-menu-drop-open .menu-drop-arrow {
    background-position: 4px -27px;
}

.other-cond-item .menu-drop-main {
    width: 120px;
    padding: 0px 0 10px 0px;
}

.other-cond-item .menu-drop-main div {
    height: 25px;
    line-height: 25px;
}

.other-cond-item .menu-drop.selected .trigger {
    color: #F94242;
}

.other-cond-item .menu-drop {
    float: left;
    margin-right: 5px;
}

.other-cond-item input {
    width: 35px;
    margin-left: 3px;
    margin-right: 3px;
}

.other-cond-item button {
    width: 50px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

.other-cond-item .z-menu-drop-open .trigger {
    border-color: #F94242;
    border-bottom-color: #fff;
}

.other-cond-item .z-menu-drop-open .menu-drop-main {
    border-color: #F94242;
}

#help {
    color: #ea6948 !important;
}


/**datatables样式**/

.dataTables_wrapper .dataTable th {
    font-size: 14px;
    height: 62px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    color: #bfbfbf;
    border: 1px #E4E8EB solid;
    font-weight: normal;
    position: relative;
    padding-bottom: 13px;
}

.sorting,
.sorting_asc {
    background-position: center 40px !important;
}

.sorting_desc {
    background-position: center 34px !important;
}

.sorting:nth-last-child(2),
.sorting_asc:nth-last-child(2) {
    background-position: center 50px !important;
}

.dataTables_wrapper .dataTable tr {
    height: 35px;
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 20px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 15px !important;
    background-color: #ffffff !important;
    border: 1px #E4E8EB solid !important;
    color: #bfbfbf !important;
    border-radius: 4px;
}

.paging_full_numbers a.paginate_button.current,
.paging_full_numbers a.paginate_button.current:hover {
    color: #ea6948 !important;
    border: 1px solid #ea6948;
    background: none;
    background-color: #ffffff;
}

.dataTables_wrapper .dataTables_info {
    margin: 20px 0px;
    font-size: 14px;
    color: #333;
    display: none;
}

.dataTables_wrapper.paging_full_numbers {
    margin-top: 2px;
}

.dataTables_wrapper {}

.table.dataTable tr.even,
.table.dataTable tr.odd {
    /*background-color: #fff ;*/
}

.table.dataTable tr.even {
    /*background-color: #fff;*/
}


/*table.dataTable tr.odd,table.dataTable tr.even {*/


/*background-color: #ffffff !important;*/


/*}*/

table.dataTable tbody .selected {
    background-color: #f8f8f8 !important;
}

table.dataTable tbody tr{
    cursor: pointer;
}

table.dataTable td {
    border: 1px #E4E8EB solid;
    color: #333;
}

table.dataTable td a {
    color: #bfbfbf;
}

table.dataTable td+td {
    color: #00ffff;
}

table.dataTable td+td+td {
    color: #333;
    /*color: #ff0000;*/
}


/*table.dataTable td+td+td+td {
    color: #009847;
}

table.dataTable td+td+td+td+td {
    color: #bfbfbf;
}*/

.dataTables_processing {
    border: 1px #E4E8EB solid;
    color: #ea6948;
    font-size: 16px;
    background-color: #ffffff;
}


/**datatables样式**/


/**首字母检索**/

.selector .sl-b-letter {
    display: none;
    float: left;
    overflow: hidden;
    zoom: 1;
    padding-top: 6px;
    margin-bottom: 5px;
}

.selector .sl-b-letter li {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    cursor: default;
    text-align: center;
    color: #333;
    border: 1px #ffffff solid;
}

.selector .sl-b-letter li.curr,
.selector .sl-b-letter li:hover {
    border: 1px #ea5e23 solid;
    color: #ea5e23;
}

.selector .s-brand .extend .sl-b-letter {
    display: block;
}


/**首字母检索**/

.test_right{
    margin-top: 10px;
}

.test_right label {
    font-size: 14px;
}

.test_right input {
    width: 90px;
}

.test_right select {
    width: 95px;
    display: inline-block;
}

.test_right .trow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.test_right .tcell {
    display: inline-block;
    margin-right: 80px;
}

.test_right .tcell label {
    margin-right: 5px;
}

.ct-9 {
    margin-top: 0;
}

.test_frame {
    width: 1200px;
    position: relative;
    color: #333;
    margin: 0 auto;
    font-size: 14px;
}

.test_left {
    float: left;
    width: 150px;
    height: 100%;
    margin-right: 15px;
}

.test_left_title {
    margin: 10px 0px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #5B5757 solid;
    width: 94%;
}

.test_left_title span {
    font-size: 16px;
    color: #bfbfbf;
    height: 35px;
    float: left;
}

.test_left_title button {
    font-size: 14px;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

.test_left_menu {
    margin: 0 10px 10px 0;
    font-size: 16px;
    overflow-y: auto;
}

.test_left a:hover {
    color: #F94242;
}

.test_left a {
    text-decoration: none;
    color: #626262;
    font-size: 14px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.test_left li:first-child a {
    margin-top: 0;
}

.test_left a.selected {
    color: #F94242;
}

.test_left a.selected:hover {
    color: #F94242;
}

.test_right {
    float: left;
    width: 1200px;
    margin-bottom: 30px;
}

.query-div button {
    margin: 2px 0px 0px 30px;
    /* padding: 20px 20px; */
    font-size: 14px;
    color: white;
    background-color: #2b333b;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 4px;
    border: 0px;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333 !important;
}

.building {
    left: inherit;
    top: inherit;
    margin: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    box-shadow: 0 0 0;
    border-radius: 0 0;
    width: auto;
    background-color: #a0a0a0;
    border-radius: 10px;
}

.building-header h1 {
    font-size: 18px;
    color: #000000;
}

#sname-ipt {
    font-size: 18px;
    color: #ea5e23;
    background-color: #d2d2d2;
    border: 1px #7d7d7d solid;
    outline: none;
    border-radius: 5px;
    height: 35px !important;
    line-height: 35px;
}

#stockinfo .building-row {
    text-align: left;
    position: relative;
}

#add-title .building-footer button {
    font-size: 18px;
    color: white;
    background-color: #434343;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 0px;
    width: 132px;
    outline: none;
    margin-top: 9px;
}

#stockinfo .building-footer button {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: 0px;
    background: url(../images/nlogin.png) no-repeat 0 0;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}

#stockinfo .building-footer button:hover {
    background-position: 0px -21px;
}

#stockinfo .building-cell {
    display: inline-block;
    font-size: 16px;
    color: #777777;
}

#stockinfo .building-label {
    float: left;
}

#stockinfo .building-cnt {
    float: left;
}

#stockinfo .line {
    border-top: 1px solid #EBEAEA;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#stockinfo .building-label {
    width: 90px;
    position: absolute;
    text-align: left;
}

#stockinfo .building-cnt {
    float: left;
    margin-left: 95px;
    min-height: 30px;
}

#div_showmsg {
    border-radius: 10px;
    background-color: white;
    display: block;
}

#div_showmsg .building {
    padding: 0px;
    background-color: white;
    display: block;
    border-radius: 10px;
}

#div_showmsg .building-header h1 {
    color: #ea6948;
    font-size: 18px;
}

#div_showmsg .building-body {
    font-size: 14px;
    color: #777777;
    padding-bottom: 20px;
}

.help_ui_con {
    display: none;
    background-color: white;
    font-size: 16px;
    position: relative;
    padding: 10px 10px 20px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.help_ui_con .help_cont {
    color: #777777;
}

.help_ui_con .help_cont .title,
.help_ui_con .help_cont .title_fun {
    color: #ea6948;
    margin: 15px 0px;
    font-size: 16px;
}

.help_ui_con .help_cont p {
    margin: 7px 0px;
    font-size: 16px;
}

.help_ui_con .help_cont .desc_img {
    width: 100%;
}

.help_ui_con .help_cont p em,
.help_ui_con .help_cont p.tag {
    color: #ea6948;
}

.help_ui_con .title {
    font-size: 18px;
    text-align: center;
    margin: 10px 0px;
}

.help_ui_con .close_btn {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../images/nlogin.png) no-repeat 0 0;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}

.help_ui_con .close_btn:hover {
    background-position: 0px -21px;
}

#stockinfo {
    width: 550px;
    display: block;
    background-color: white;
    border-radius: 10px;
    position: relative;
}

#stockinfo .building {
    background-color: white;
    padding: 0px 20px 20px 20px;
    margin-top: 0px;
}

#stockinfo .headtitle {
    text-align: center;
    font-size: 18px;
    color: #ea6948;
}

#activity_dialog {
    display: none !important;
}

a {
    text-decoration: none;
    color: #1d1d1d;
}

.dataTables_wrapper .dataTable th {
    color: #333 !important;
}

.buy_dialog {
    width: 490px;
    height: 210px;
    border-radius: 5px;
    margin: 0px auto;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    padding-top: 50px;
    position: relative;
    display: none;
}

.buy_dialog .item2 span {
    color: #F94242;
}

.buy_dialog .item2 em {
    font-size: 20px;
}

.buy_dialog .item3 span {
    margin-right: 10px;
}

.buy_dialog .btn_zhifu {
    width: 125px;
    height: 40px;
    background-color: #F94242;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    line-height: 40px;
}

.buy_dialog .btn_close {
    border: 0px;
    position: absolute;
    top: 11px;
    right: 9px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url("/skin/default/images/nlogin.png") no-repeat 0 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    outline: none;
}

.buy_dialog .btn_close:hover {
    background-position: 0 -21px;
}

.stockdetail {
    width: 100%;
}

.stock_detail_left,
.stock_detail_date_left {
    width: 920px;
    float: left;
    margin-top: 10px;
}

.stock_detail_left span {
    font-size: 20px;
    color: #f94242;
}

.stock_detail_left {
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.stock_detail_left em {
    margin-left: 9px;
    font-size: 16px;
}

.stock_detail_right,
.stock_detail_date_right {
    width: 250px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.stock_detail_right {
    font-size: 16px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    text-align: center;
    border: 1px #E4E8EB solid;
    margin-top: 10px;
}

.stock_detail_date_right {
    margin-top: 16px;
    height: 344px;
    overflow-y: auto;
    border-bottom: 1px #E4E8EB solid;
}

.stock_detail_date_right::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255, .75);
}

.stock_detail_date_right::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .75);
}

.stock_detail_date_right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1d1d1c;
}

.stock_detail_date_right li {
    font-size: 16px;
    height: 40px;
    background-color: white;
    line-height: 40px;
    text-align: center;
    border: 1px #E4E8EB solid;
    margin: 0px 0px -1px 0px;
    font-size: 14px;
}

.stock_detail_date_left {
    height: 400px;
}

.stock_detail_date_right em {
    float: right;
    padding-right: 23px;
}

#stock-table .row-details {
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 18px;
    display: block;
    line-height: 20px;
}

#stock-table tr .row-details {
    background-image: url('/skin/zhengu/images/close.png');
}
#stock-table tr.row-open .row-details {
    background-image: url('/skin/zhengu/images/open.png');
}

#stock-table tr.row-close .row-details {
    background-image: url('/skin/zhengu/images/close.png');
}
.clearstockid{
    cursor: pointer;
    color: #4990e2;
    text-decoration: underline;
}

/*头部开始*/

.commonHead {}

.commonHead .tab_stock {
    width: 1200px;
    background-color: #F94242;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.commonHead .tab_stock a.selected {
    background-color: #f2f2f2;
    color: #F94242;
}

.commonHead .tab_stock a {
    color: white;
    font-size: 16px;
    display: block;
    float: left;
}

.commonHead .tab_stock .item {
    width: 190px;
}

.commonHead .tab_stock .item+.item {
    border-right: 1px white solid;
}

.commonHead .tab_stock .btnBuyXGQ {
    background-color: white;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-left: 40px;
    width: 120px;
    position: relative;
    top: 5px;
    color: #f94242;
    font-size: 14px;
}

.commonHead .tab_stock .btnBuyXGQ img {
    width: 16px;
    height: 14px;
    position: relative;
    top: -8px;
}

.commonHead .tab_stock .btnBuyXGQ em {
    font-size: 12px;
    margin: 0px 4px;
}

.commonHead .tab_stock .useVideo {
    background: url(/skin/cpin/images/videoIcon.png) 0px center no-repeat;
    float: right;
    padding-left: 20px;
    margin-right: 30px;
}


/*头部结束*/

.videoAreaDialog {
    width: 853px;
    height: 480px;
    padding: 0px;
    border: 0px;
}

.videoAreaDialog iframe {
    width: 853px;
    height: 480px;
}

.videoAreaDialog .btnDialogClose {
    right: 10px;
    top: 10px;
}