﻿@import url(/css/btn.css);
@import url(/css/iconbasic/iconfont.css);
* { padding:0; margin:0}
html, body {
    /*font-size:13px;
    font-family:'Simsun','tahoma','Microsoft YaHei','微软雅黑','华文细黑';*/
    font: 16px '华文细黑','微软雅黑',宋体,'tahoma','Microsoft YaHei';
    font-family: 'Microsoft YaHei';
    color: #222;
    width: 100%;
}
/*input, textarea, select, button {
    font: 16px '微软雅黑',宋体,'tahoma','Microsoft YaHei','微软雅黑','华文细黑';
}*/
html {overflow-y:scroll;}
dl,ul,li,dd,dt { list-style-type : none; padding:0; margin:0; list-style:none; }
img, object, select, input, textarea, button {
    vertical-align: middle;
}
img { border:none}
select {padding:2px 0; /*height:22px; line-height:22px;*/ }
input[type="checkbox"] {
    _vertical-align: 0;
    zoom:160%;
}
table { border:0; margin:0; padding:0;border-collapse:collapse;}
td { padding:6px 2px;}
th { padding:4px 0}
.P0 th { padding:0 !important}
p { margin:4px 0}
textarea { font-size:12px}
button { padding:1px 2px; cursor:pointer;}
.bt_big {
    padding:4px 0;
    height:28px;
}
.chkname {
    margin-right: 20px;
}

a:link, a:visited {
    color: #008EB7;
    text-decoration: none;
}
a:hover {
    text-shadow: 1px 1px 1px #008EB7;
}
a:active {
    color: #008EB7;
}


.hide { display:none }
.clear { clear:both;  height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;  }
.bright { font-weight:bold; color:#00688B}
.bold { font-weight:bold}
.font_normal { font-weight:normal !important}
.gray { color:#999}
.red { color:#FF0000 !important;}
.green { color:#00CD00 }
.blue { color:#0099CC !important}
.darkblue { color:#003366}
.cyan {
    color: #333;
}
.white {
    color: #fff;
}
.bg_yellow {background-color:#fef5ca}
.star {
    color: red;
    font-weight: bold;
}
.orange {
    color: #fe6600 !important;
}
.pointer { cursor:pointer}
.line { border-bottom:2px solid #2980B9}

.LineH { line-height:26px}
.font12 {
    font-size:0.9em !important;
}
.font11,.small {
    font-size:0.8em !important;
}
.em11 {
    font-size:1.1em !important;
}
.em09,em09 td {
    font-size:0.9em !important;
}
.font13 {
    font-size: 13px !important;
}
.fontM {
    font-size:1.2em;
}
.font_title {
    font-size: 20px !important;
}
.bigtext {
    padding: 4px 8px;
    font-size: 14px;
}
.webdings {
    font-family: Webdings;
}
.W { width:100%}
.OH{ overflow:hidden;}

.FL { float:left !important}
.FR {  float:right !important}
.TR { text-align:right !important;}
.TL,.TL td { text-align:left !important}
.TC,.center,.TC td { text-align:center !important}
.VM { vertical-align:middle !important}
.VT { vertical-align:top !important}
.VT td{ vertical-align:top !important}
.no_padding,.no_padding td {padding: 0 !important;}
table.padding td,table.padding th {
    padding: 8px;
}
.padding8 {
    padding: 8px;
}
.line_h20,.line_h20 td {
    line-height:20px;
}
.autoline,.autoline td {
    white-space:normal !important;
    word-break:break-all;
}
/*不换行*/
table.oneline{table-layout:fixed;}
.oneline td,.oneline th {
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.border,.border td {
    border: 1px solid #ccc;
}
.inputline,.inputline:focus {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}
.underline
{
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

.input {
    padding: 4px;
}
.link{ color: #1874CD !important; cursor:pointer}
.Nav{ color: #000 !important; cursor:pointer}
.tdLink {color: #003D79; cursor:pointer; font-size:14px}
.tdLink:hover {color:#00688b;}
.img16 { width:16px; height:16px; line-height:16px; vertical-align: middle; }
.img32 { width:32px; height:32px; line-height:32px; vertical-align: middle; }
.img48 { width:48px; height:48px; line-height:48px; vertical-align: middle; }
.img64 { width:64px; height:64px; line-height:64px; vertical-align: middle; }
.img80 { width:80px; height:80px; line-height:80px; vertical-align: middle; }
.img96 { width:96px; height:96px; line-height:96px; vertical-align: middle; }
.img128 { width:128px; height:128px;_width:120px; _height:120px; line-height:128px; vertical-align: middle; }
.img_border { border:1px solid #ccc;}
.imgFrame { padding:4px; border:1px solid #dcdcdc; background-color:#fff}
.imgTitle { padding:3px 3px; background-color:#E1E3E6;}
.ML8 {
    margin-left: 8px;
}
.MR8 {
    margin-right: 8px;
}
.ML16 {
    margin-left:16px;
}
.MO8 {
    margin-top:8px;
    margin-bottom:8px;
}
.user_logo { width:6rem; height:6rem; line-height:6rem; vertical-align: middle;}
#css_upload_panel #uploadImg{ font-size:12px; overflow:hidden; position:relative}
#css_upload_panel #fileToUpload { position:absolute;z-index:2;opacity:0;filter:alpha(opacity=0); font-size:14px;border:0 none;height:2rem;line-height:2rem;}
#css_upload_panel .bt_upload{height:2rem;line-height:2rem;}
.radius  
{
    border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-background-clip: padding-box;
}
.radius_top  
{
    border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
}
.bar_icon { height:16px; width:16px;_width:16px; line-height:16px;text-indent:0; display:block; float:left}
.icon_puls {font-family: arial;font-size: 14px;font-weight: bolder; padding: 0 4px;}



/*------------------------------------  head\bottom  ------------------------------------*/
#dHead {
    position: fixed;
    width: 100%;
    height:44px;
    left: 0px;
    top: 0px;
    z-index: 999;
    /*background-color: #475359; 475359,2980B9,34495E*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 1px #8e8e8e solid;
    background-color: white;
}
.header-sub {
    background: #008EB7;
    height: 30px;
    line-height: 30px;
}
#dContent {
    background-color: #f3f3f3;
    width: 100%;
}
#dContentApp {
    background-color: #f3f3f3;
    width: 100%;
    margin-top: 50px;
}
#dFoot {
    height: 32px;
    /*position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;*/
    border-top: 2px solid #000;
}

.f-clear {
    zoom: 1;
}
.app_body {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
}
.m-head {
    background: #00A2CA;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
.head {
    margin: 0 auto;
    position: fixed;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
   
}
.m-mid {
    max-width: 720px;
    margin: 0 auto;
}
.m-body {
    padding:0 4px 80px 4px;
}
.app_body21{
    padding:8px 4px 10px 4px;max-width:720px;margin:0 auto;
}
.app_body111{
    padding:0 4px 10px 4px;max-width:720px;margin:0 auto;
}
#pageindex{color:#fff}
.headico {color:#fff;font-size:1.8em}
.m-foot {
    background: #f5f5f5;
    border-top: 1px solid #dfdfdf;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #333;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    vertical-align:middle;
}
    .nav-foot {
        margin: 0 auto;
        height: 100%;
        max-width: 720px;
    }
.nav-foot ul {
    margin: 0 2rem;
}
.nav-foot li {
    float: left;
    width:50%;

}
.nav-foot li.current .ico {
    color:red !important;

}
.nav-foot li.current span {
    color:red !important;
}
.nav-foot li a {
    width: 100%;
    text-align: center;
    display: block;
    padding-top:4px;
    padding-bottom:4px;
}

.nav-foot a .ico {
    font-size:30px;
    display: block;
    
}
/*------------------------------------幻灯片-----------------------------------*/

.main_image {width:100%;height:160px; border-top:1px solid #d7d7d7; overflow:hidden; margin:0 auto; position:relative}
.main_image img {width:100%;height:160px;max-width:800px;margin:0 auto}
.main_image ul {width:9999px;overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%;text-align:center}
.main_image li span {display:block; width:100%;}
.main_image li a {display:block; width:100%;}
div.flicking_con {width:990px; margin:0 auto; position:relative}
div.flicking_con .flicking_inner {position:absolute; bottom:30px; left:30px; z-index:999; height:21px} /* 121126 */
div.flicking_con a {float:left; width:21px; height:21px; margin:0; padding:0; background:url('/jquery/touchSlide/images/btn_main_img.png') 0 0 no-repeat; display:block; text-indent:-1000px}
div.flicking_con a.on {background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px !important;height:74px !important;top:50%;margin-top:-50px;display:none;}
#btn_prev{background:url(/jquery/touchSlide/images/hover_left.png) no-repeat left top;left:20px;}
#btn_next{background:url(/jquery/touchSlide/images/hover_right.png) no-repeat right top;right:20px;}

/*------------------------------------  首页  ------------------------------------*/
.index-money {
    /*padding: 0 2em;*/
}
.infos {
    background-color:#f8f8f8;
    border-bottom:1px solid #ccc;
}
.infoscolor {
    color: #fe5200;
}
.f-clear {
    zoom: 1;
}

.index-money li {
    width: 33%;
    text-align: center;
    float: left;
    margin: 1rem 0;
    font-size: 1em;
    color: #8f8f8f;
}
.index-money li .c-yel {
    color: #fe5200;
}



.index-money li .money {
    margin-top: 1rem;
    color: #0b0b0b;
}
.index-money li.mid {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.index-money2 li {

    margin:4px 0
}
.index-money2 li .money {

}

#tIconLink li a {
    display: block;
}

#tIconLink .ico {
    width:3.2rem;
    height:3.2rem;
    border-radius:3.2rem;
    margin: 0 auto 10px;
    overflow: hidden;
    
    display: table;
}
#tIconLink .ico span {
    display: table-cell;
    vertical-align: middle;
}
#tIconLink .ico img {
    height: 2rem;
    margin-top: 0.8rem;
}
#tIconLink .ico i {
    font-size: 2em;
}

.index-news {
    height: 4.5rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.index-news a {
    color: #8d8d8d;
    font-size: 1.5rem;
    line-height: 4.5rem;
    background: url(/img/Home/ico_news.png) left center no-repeat;
    background-size: 1.625rem 1.625rem;
    padding-left: 2rem;
}
/*------------------------------------  自选  ------------------------------------*/
i.del{font-size:2rem;cursor:pointer}
i.add{font-size:2rem;color:red;cursor:pointer}
.i_add{background:url(/img/Common/add.png) no-repeat;width:32px;height:32px;display:inline-block;cursor:pointer;border-radius:5px}
.i_del{background:url(/img/Common/del.png) no-repeat;width:32px;height:32px;display:inline-block;cursor:pointer;border-radius:5px}
.i_add2 {
    /*background: url(/img/Common/i_add2.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;*/
    width: 42px;
    height: 3rem;
    line-height: 3rem;
    float: left;
    background: #ea4645;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    border-radius: 3px;
}
.i_del2 {
    /*background: url(/img/Common/i_del2.png) no-repeat;*/
    /*width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    background-color:red;*/
        width: 42px;
    height: 3rem;
    line-height: 3rem;
    float: left;
    background: #ea4645;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    border-radius: 3px;
}
#top_index .current {border-bottom:2px solid #FF4500}
#top_index .showchat{cursor:pointer;padding:2px !important;font-size:14px;line-height:1.2rem;height:1.2rem;text-align:center;width:20%}

/*------------------------------------  股票自动提示  ------------------------------------*/
.sokeyup {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 99%;
    border: #ddd 2px solid;
    border-top: 0;
}
.sokeyup li {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.sokeyup li span {
    width: 233px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #de2a33;
    cursor:pointer;
}
/*------------------------------------  报单  ------------------------------------*/
.t5md td {
    font-size:12px;
    padding:8px 2px !important;
}
.order_input {
    padding:8px 4px;
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}
.order_input_s {
    padding: 4px;
    color: #FF0000;
    font-weight: bold;
}
.bg_blue {
    background-color: #1E90FF;color: #fff;
}
.bg_green {
    background-color: #228B22;
    color: #fff;
}

#order_panel .caption{font-size:16px;}
.tOrder{ width:100%;table-layout:fixed;}
.tOrder > tbody > tr > td{ 
    border-bottom: 1px solid #e6e6e6; padding:8px 4px; overflow:hidden;white-space:nowrap; 
    text-align: center;
}


.bt-linked {
    width:80px !important;
    padding:4px !important;
    float:left
}
.bt-linked-cur {
    background-color: blue !important;
}
#lastPrice,#Fd{margin-right:10px;display:inline-block;}

#order_panel .InstName {
    line-height:3rem;
    height:3rem;
    border-bottom: 1px solid #cbcbcb;
    font-size: 1.5rem;
    text-align:center;
    padding:8px 4px;
}
.buy-msg {
    padding: 1.2rem 0.6rem;
}
.buy-info {
    padding: 0 0.6rem;
}
.buy-info-term {
    height: 2rem;
    line-height:2rem;
    padding: 1rem 0;

}
.buy-info-nowprice {
    font-size: 1.5rem;
    padding: 1rem 0;
}

.buy-info-term label input {
    height:2rem;
    width:2rem;
    float: left;
    margin: 0 0.5em 0 0;
}
.sokeyup {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 99%;
    border: #ddd 2px solid;
    border-top: 0;
}
.buy-info-refresh {
    background: url(/images/ico_refresh.png) 0 center no-repeat;
    background-size: 2rem 2rem;
    padding-left: 2.5rem;
    margin-left: 1rem;
}
.buy-info-group-btn {
    width: 20%;
    height:3rem;
    line-height:3rem;
    float: left;

    font-size:3rem;
    text-align: center;
    border-radius: 3px;
}
.buy-info-group-inp {
    width: 56%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    margin: 0 2%;
    height:3rem;
    line-height:3rem;
    text-align: center;
    color:red;font-size:1.2em;font-weight:bold;
}

.c-red {
    color: #FF0000;
}
.c-green {
    color: #009944;
}
.buy-info-nowprice {
    font-size: 1.5rem;
    padding: 1rem 0;
}
.buy-info-stock {
    width: 100%;
    border: 1px solid #ddd;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 1rem;
    color:red;
    text-align:center;
}
.md_fresh img {width:1rem;height:1rem}
.buy-info-notice {
    font-size: 1.3rem;
    padding: 0.5rem 0 1.25rem;
    color: #bfbfbf;
}
.buy-info-nums label {
    float: left;
}
.buy-info-nums label input {
    margin: 0.1rem;
    height: 1.2rem;
    width: 1.2rem;
    /*float: left;*/
}
.buy-info-nums {
        padding: 1.8rem 0 1rem 0;
    height:2rem;
    line-height:2rem;
}
.buy-info-notice {
    font-size: 1.3rem;
    padding: 0.5rem 0 1.25rem;
    color: #bfbfbf;
}
.buy-info-submit {
    height:2.5rem;
    line-height:2.5rem;
    border-radius: 3px;
    background: #ea4645;
    color: #fff !important;
    display: block;
    text-align: center;
}
.buy-info-quotation {
    border: 2px dashed #cbcbcb;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}
.buy-info-stock{
    font-weight:bold;
    color:red;
    font-size:1.2rem;
}
.buy-info-stockname {
    line-height: 3.75rem;
    height: 3.75rem;
    border-bottom: 1px solid #cbcbcb;
    padding-left: 1rem;
    font-size: 1.5rem;
    text-align:center;
}
.buy-info-stocktab {
    line-height: 2rem;
    width: 100%;
    table-layout:fixed;

}
.buy-info-stocktab th {
    font-weight: normal;
    width: 5rem;
}
.buy-info-stocktab td {
    padding-left:4px;
    word-break:break-all;
    white-space: nowrap;    
    overflow:hidden;
}
.buy-info-stocktab td span {
    float: left;
}
.buy-info-stocktab td i {
    float: right;
    padding-right: 10px;
}
.buy-info-stocktab th,.buy-info-stocktab td {
    border-spacing: 0;
    padding: 0;
}

/*------------------------------------  编辑提交  ------------------------------------*/
.t_input {
    table-layout: fixed;
}
.t_input td {
           padding:8px 2px;
        }
input[type="text"] {
            padding:4px;
        }
/*------------------------------------  表格  ------------------------------------*/
.tTable, tList {
    width: 100%;
    table-layout: fixed
}

.tTable thead th {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

#tTable th, #tTable td {
    text-align: center;
}

.tTable th.TL {
    padding-left: 4px
}

.tTable tbody td {
    border-bottom: 1px solid #ccc;
    padding:6px 2px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    text-align: center;
}

.tTable tbody tr.current {
    background-color: #FFCC00
}
.no_border, .no_border td {
    border-width:0 !important;
}
/*.tTable tbody tr:hover{  background-color:#ffd700}*/
.d_tbar {border-top: 1px solid #C2D5E3;border-bottom: 1px solid #C2D5E3; }
.d_tbar td {
   padding:4px
}

.sort i {
   margin-left:8px;
}
.content_filter .sort {
    padding: 4px;
}
.content_filter .sort:hover {
    background-color:#FF4500;
    color:#fff;
}
.content_filter .current {
    background-color:#FF4500;
    color:#fff;
}
.content_filter .red {
    color: red;
    font-weight:bold;
}
 .content_filter .green {
    color: green;font-weight:bold;
}
.sort {cursor:pointer;padding-right:8px;}
.sortDown { background:url(/img/Common/sortDown.gif) no-repeat right center;}

/*------------------------------------------  分页2  ------------------------------------------*/
.pBar {
    width: 100%;
    margin: 6px 0;
    padding: 6px 0;
}

.pTable td {
    padding: 0 3px;
    border: 0;
    font-size: 12px;
}

.pButton {
    background-color: #f3f4f5;
    color: #000;
    border-style: solid;
    border-color: #d8d8d8;
    border-width: 1px 2px 2px 1px;
    padding: 3px 8px;
    cursor: pointer;
    _line-height: 18px;
    vertical-align: middle;
}

    .pButton:hover {
        background-color: #0ac2d2;
        color: #fff
    }

.pCurPage {
    padding:1px 0 !important;
    width: 40px;
    text-align: center;
    margin: 0 3px;
    _height: 12px;
    font-size: 12px;
}

.pPageNum {
    margin: 0 3px;
    font-weight: bold;
    
}

.pFrame {
    border: 1px solid #D9D9D9;
    padding: 6px 0;
    background-color: #F1F1F1;
}

    .pFrame .pBar {
        margin: 0;
        margin: 0
    }

.dPage {
    width: 100%;
    margin: 8px 0
}
/*************期货公司选择*************/
.lstRow { border-bottom:1px solid #00688B; padding:6px 2px;}
.HighLight { background-color:Yellow}

/*----------------------------- cardArea TAB ---------------------------------*/
#cardArea
{

margin:0  auto;
}

#cardArea .cardTit
{
height: 47px;
}

.cardTit ul
{

border-bottom:2px solid #0099CC;
text-align:center;
}

.cardTit li
{
    display:inline-block;
    margin:0 8px;
    padding:4px;
    background-color:#FFF;
    
}

.cardTit li.on {
    background-color: #0099CC; /*fe6600 0099CC*/
    color: #FFF;
}
.cardCnt
{
padding-bottom: 10px;
}
.cardTit li.inst_detail {
    max-width: 80px;
}

#t_buy th, #t_buy td {
    /*border-bottom: 1px solid #ccc;*/
    padding: 4px 4px;
}
#bt_order_new {
    color: #fff;
}

#t_order_new td {
    padding:8px 4px;
}
.sel_fromdate {
    background-color: #f5f5f5;
    width:88px;
}
.selMonth {
    width: 100px;
}

/*----------------------------- 个人中心 ---------------------------------*/
.tAccount input { width:90%;padding:6px 2px}
.exit {
    margin: 1.5rem 2rem;
    display: block;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    background: #de2a33;
    color: #fff !important;
    border-radius: 3px;
    font-size: 1.2rem;
}
/*----------------------------- 入金 ---------------------------------*/
.bank_unit {width:180px;padding:6px 4px 6px 0;vertical-align:middle;float:left}
.bank_unit span{margin-left:4px;border:1px solid #ccc}
.bank_unit input{position:relative;top:-14px;font-size:16px;height:1.2rem;width:1.2rem}
.icon_bank {
        background: url(/img/Common/banks.png);
        height:36px;
        width:126px;
        display:inline-block;
    }
    .bank_ALI {
        background-position:0 0;
    }
    .bank_CMB {
        background-position:0 -360px;
    }
    .bank_ICBC {
        background-position:0 -576px;/*工商*/
    }
    .bank_BOC {
        background-position:0 -144px;/*中国银行*/
    }
    .bank_ABC {
        background-position:0 -36px;/*农业*/
    }
    .bank_CCB {
        background-position:0 -180px;/*建设*/
    }
    .bank_BCOM {
        background-position:0 -432px;/*交通*/
    }
    .bank_PSBC {
        background-position:0 -648px;/*邮政*/
    }
    .bank_SPDB {
        background-position:0 -792px;/*浦发*/
    }    
    .bank_CMBC {
        background-position:0 -396px;/*民生*/
    }
    .bank_CITIC {
        background-position:0 -324px;/*中信*/
    }
    .bank_GDB {
        background-position:0 -506px;/*广发*/
    }   
    .bank_PAB {
        background-position:0 -756px;/*平安*/
    }
    .m-user-bar .w-bar {
    color: #656565;
    font-size: 14px;
    border-color: #DCDCDC;
    border-width: 0 0 1px 0;
    margin-bottom: 0;
}
.w-bar {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 14px;
    line-height: 45px;
    color: #525252;
    margin-bottom: -1px;
    border: solid #d5d5d5;
    border-width: 1px 0;
    background: #fff;
    
}
.m-withdraw .w-bar-label {
    width: 8em;
}
.m-user-bar .w-bar-label {
    color: #CCC;
}
.w-bar-label {
    width: 6em;
    float: left;
}
.w-bar-control {
    overflow: hidden;
    position: relative;
}
.w-bar-input {
    width: 100%;
    height: 38px;
    background: 0 0;
    border: none;
    color: #333;
    outline: 0;
    padding: 0;
    margin: 0;
    font-size:1.2rem;
}
/*****************************个人中心*********************************/

.account-user .user-info  {
    font-size: 1rem;
}
.user-balance {
   font-size: 1rem; 
}
.account-user .user-img img {
    height: 6rem;
    width: 6rem;
}
.account-user .user-info {
    font-size: 1rem;
    line-height:2rem;
}
.account-user .user-img {
    height: 6rem;
    width: 6rem;
    border-radius: 6rem;
    overflow: hidden;
    margin-right: 1rem;
}

.account-btns {
    padding: 1.5rem 2rem;
}
.f-clear {
    zoom: 1;
}
.f-clear:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.account-btns a {
    height: 4rem;
    line-height: 4rem;
    width: 48%;
    display: block;
    text-align: center;
    border-radius: 3px;
    background: #ff9900;
    font-size: 1rem;
    color: #fff;
}
.account-btns .account-btn-withdraw {
    background: #3280e4;
}

.user-balance .ico-balance {
    background: url(/img/Logo/ico_balance.png) no-repeat;
    height: 1.5rem;
    width: 2.0rem;
    /*margin: .6rem .6rem 0 0;*/
    display: block;
    background-size: 100% 100%;
}
.fl {
    float: left;
}
.func-list li {
    border-bottom: 1px solid #ddd;
    height:4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
    padding: 0 2rem;
}
.func-list li i {
    display: block;
    float: left;
    width: 4rem;
    height: 100%;
    font-size:2rem;
}
.func-list li i.i5 {
    background: url(/img/myself/func-list-li5.png) center no-repeat;
    background-size:40px 40px;
}

.func-list li i.i2 {
    background: url(/img/myself/func-list-li2.png) center no-repeat;
    background-size:40px 50px;
}
.func-list li i.i1 {
    background: url(/img/myself/func-list-li1.png) center no-repeat;
    background-size:40px 40px;
}
.func-list li i.i3 {
    background: url(/img/myself/func-list-li3.png) center no-repeat;
    background-size:40px 40px;
}
.func-list li i.i4 {
    background: url(/img/myself/func-list-li4.png) center no-repeat;
    background-size:32px 41px;
}
.bar-right {
    /*background: url(/img/myself/bar_right.png) center right no-repeat;*/
    height: 100%;
    width: 2rem;
    float: right;
    display: block;
    background-size: 1rem 1.75rem;
}

.register-form {
    padding: 1rem 2rem 0;
}
.register-item {
    height: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 1rem;
    
}

.register-item-right {
    width: 75%;
    position: relative;
}

.big_input {
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding: 2px;
    border-radius: 3px;
    font-size: 1.2rem;
}
.mid_input {
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
    width: 100%;
    height: 2rem;
    line-height:2rem;
    padding: 0 1rem;
    border-radius: 3px;
    font-size: 1.1rem;
}
.big_button {
    margin: 0 auto;
    height: 2rem;
    line-height: 2rem;
    border-radius: 3px;
    background: #0099CC;
    text-align: center;
    font-size: 1.1rem;
    display: block;
    color: #fff !important;
    cursor: pointer;
}
.tInput td {
    padding: 16px 2px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font: 16px '华文细黑';
}
.tPanel td {
    padding: 16px 2px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font: 16px '华文细黑';
}
/*****************************帮助*********************************/
.mui-table-view {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
}
.mui-table-view-cell {
    position: relative;
    overflow: hidden;
    padding: 11px 15px;
    -webkit-touch-callout: none;
    border-bottom:1px solid #ccc;
}
.mui-table-view-cell>a:not(.mui-btn) {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -11px -15px;
    padding: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    font-weight:normal !important;
}
.mui-content {
    background-color: #efeff4;
    -webkit-overflow-scrolling: touch;
}
.mui-table-view-cell.mui-collapse>.mui-navigate-right:after, .mui-table-view-cell.mui-collapse>.mui-push-right:after {
    content: '\e581';
}

.mui-navigate-right:after, .mui-push-right:after {
    right: 15px;
    content: '\e583';
}

.mui-navigate-right:after, .mui-push-left:after, .mui-push-right:after {
    font-family: Muiicons;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    color: #bbb;
    -webkit-font-smoothing: antialiased;
}
/*------------------------------------------------------- 产品列表 -------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    -ms-touch-action: none;
}
#scroller {

    height: 50px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
    text-align:center;
}
#scroller ul {
    padding: 0;
    margin: 0 auto;
    width:500px;
}
#scroller li {
    float: left;

    padding: 0.5rem 26px 0.5rem 20px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    background: url(/img/app/nav-line.png) right 9px no-repeat;
}
#scroller li:last-child {
    background-image: none;
}
#scroller li.on {
        color: #FF4500;
}

#scroller li {
        color: #666;
        font-size: 0.875rem;
        cursor:pointer;
}
.d_product {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    background-color: #fff;
    /*box-shadow: 0 0 1px 1px #ddd;*/
    font-size:12px;
}
.t_product {
    width: 100%;
    table-layout: fixed;
}
.t_product .td2 {
    width:100px;
}
.t_product .td3 {
    width:66px;
}
.td2 div
{
    padding:4px 0;
}
.price_unit {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.price_panel {
    width: 80px;
    text-align: center;
    padding-right:4px;
    margin: 0 auto 10px;
}
.price_panel .price {
    text-align:center;
}
.td3 a {
display:block;
}
.bt_view {
    max-width: 60px;
    color: #fff !important;
}
.bt_buy {
    margin-top: 20px;
    max-width: 60px;
    color: #fff !important;
}
/*------------------------------------------------------- 产品详情 -------------------------------------------------------*/
.highcharts-scrollbar {
    display: none;
}
#t_product_detail th{text-align:left}
#t_product_detail td {
    text-align: center
}
#t_product_detail th, #t_product_detail td {
    border-bottom: 1px solid #ccc;
    padding: 6px 4px;
    font-size: 0.9em;
}

.showChart {
    width: 60px;
}

.order_sel .sel_span {
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #000;
    border: 1px solid #ccc;
    padding: 2px;
    cursor: pointer;
}

.order_sel .sel_span:hover {
    background-color: #0099CC;
    color:#fff;
}

.order_sel span.current {
    background-color: #0099CC !important;
    color: #fff;
}
#bt_order_new {
    width: 140px;
    color: #fff;
    font-size: 1.1em;
}
.time{font-size:12px;color:gray;}
/*----------------------------- 账户资金 ---------------------------------*/
.d_acc_unit {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    background-color: #fff;
    position: relative;
}

.unit_index {
    height: 20px;
    width: 20px;
    background-color: #ff6600;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 8px;
    text-align: center;
}

.acc_chart {
    width: 100%;
    height: 160px;
}

.d_acc_detail {
    text-align: center;
    background-color: #FFFFCC;
    height: 80px;
    color: #FF6600;
    position: relative;
}

.acc_balance {
    font-weight: bold;
    font-size: 2em;
    position: relative;
    top: 10px;
    left: 10px;
}
/*------ 列表页 ----*/
.acc_list_unit {
    padding: 8px 2px 2px 2px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 16px;
}
/*----------------------------- 文章 ---------------------------------*/
.t_news {
    width: 100%;
    table-layout: fixed;
}

.t_news tr {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.catalog_img {
    width: 100%;
    height: 120px;
}

.row_news_img {
    width: 80px;
    height: 60px;
}


.tie_unit {
    margin:20px 16px;
    background-color: #fff;
    padding:10px;
}
.tie_unit > p {
    padding: 8px 2px;
    overflow: hidden;
    font: 16px '华文细黑';
}

.tie_detail {
    line-height: 32px;
}

.tie_detail img {
    width: auto !important;
    max-width: 100%;
    overflow-x: hidden;
}

.detail_title {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}


/*----------------------------- 文章 ---------------------------------*/
#tie_body {
    max-width: 960px;
    margin: 0 auto
}

#tie_content img {
    display: block;
    margin: 0 auto;
    max-width:100%;
}

#tie_content {
    line-height: 24px;
}

.news-detail {
    width: 1100px;
    min-height: 480px;
    margin: 40px auto;
}

.news-detail h1, .news-detail h2 {
    text-align: center;
}

.news-detail h1 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.news-detail h2 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.news-detail .image {
    max-width: 1100px;
    margin: 10px 0;
}

.recommendlist {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.recommendlist_pic {
    float: left;
    width: 30%;
}

.recommendlist_pic img {
    width: 100%;
    height: 7rem;
}

.recommendlist_content {
    float: left;
    width: 70%;
    padding-left: 2rem;
    box-sizing: border-box;
}

.recommendlist_content_title {
    position: relative;
    top: -6px;
    height:42px;
    color: #333333;
    line-height: 2.2rem;
    text-align: left;
    width: 100%;
    overflow: hidden;
    
}

.recommendlist_content_title a {
    color: #333333;
}

.list_info {
    float: left;
    width: 100%;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #999999;
}
.list_info a {
    color: #0099CC;
    font-weight: bold;
}
.list_info_left {
    float: left;
}

.span_author_name {
    color: #666;
    margin-left:8px;
    margin-right:8px;
}

.cus_dot {
    display: inline-block;
    font-size: 1rem;
    color: #cacaca;
    width: 1rem;
    text-align: center;
}
.title {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    color: #555555;    
    overflow: hidden;
    white-space: nowrap;
}
.article_text img{
    max-width:100%;

}

#inst_news td.td1 {
    width: 40px
}
#inst_news td.td2 {
    text-align:left;
}
#inst_news td.td3 {
    width:100px
}


.jinghua {
    display: inline-block;
    padding: 2px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 12px;
    line-height: 100%;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    background-color: #f13f40;
    margin-right: 5px;
}

.shengtie {
    display: inline-block;
    padding: 2px;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 100%;
    font-style: normal;
    font-weight: bold;
    color: #FF6600;
    overflow: hidden;
    margin-right: 5px;
    /*position: relative;
    top: 2px;*/
}

.tuijian {
    display: inline-block;
    padding: 2px;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 100%;
    font-style: normal;
    font-weight: bold;
    color: #0066CC;
    overflow: hidden;
    margin-right: 5px;
    /*border:2px solid #0099CC;*/
    /*position: relative;
    top: 2px;*/
}

/*----------------------------- 图表 ---------------------------------*/
.f-clear {
    zoom: 1;
}

.f-clear:after {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.d_inst {
    background-color:#fff;
    margin:4px 2px;
}

.chart_min {
    width: 100%;
    height: 160px;
}

.tie_min {
    width: 100%;
}
/*----------------------------- 关注向导 ---------------------------------*/
.d_catalog {
    margin-bottom:10px;
}

.catalog {
    border-bottom:1px solid #ccc;
    padding-bottom: 4px;
}

.d_chk_inst {
    width:100%;
    padding-left:20px;
    line-height:24px;
}

.catalog_total, .catalog_checked {
    padding: 0 8px;
}
/*----------------------------- 上传 ---------------------------------*/
#up_panel #up_file {
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
    border: 0 none;
}

.show_img {
    position: relative;
    width: 200px;
    height: 100px;
    float: left
}

    .show_img img {
        width: 200px;
        height: 100px;
        display: block
    }

    .show_img .del_img {
        cursor: pointer;
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: inline-block;
    }

.del_img .iconfont {
    color: red;
    cursor: pointer;
    font-size: 20px;
}
/*----------------------------- 图片选择对话框 ---------------------------------*/
.chkSelImg {
    width: 64px;
    height: 64px;
    display: block;
    margin: 8px 0 0 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc;
    cursor: pointer;
    float: left;
}

img.checked {
    border-color: red !important;
}

.tr_product td{
    padding-bottom:20px;
}
.td_img {
    width: 40%;
}
.product_img {
    width: 100%;
    max-width: 200px;
    height: 100px;
    border: none;
}
.d_title{
    height:20px;
    line-height:20px;
    font-weight:bold;
    padding-bottom:10px;
}
.d_brief {
    height:70px;
    line-height:25px;
    overflow-y:hidden;
    font-size:0.9em;
    text-align:left;
    color:#666;

}
.d_one {
    float: left;
    width: 100px;
    line-height: 24px;
    overflow: hidden;
}
#tTie .link { color:#333 !important;}

#dH {
    padding: 8px;
}
#dTitle {
    padding: 8px 0;
    background-color: #0099CC;
    color: white;
    text-align:center;
}
.dMaxW {
    max-width: 1080px !important;
    margin: 0 auto;
}
.order_unit{border-bottom:1px solid #ccc}
#bt_pay {
    padding: 0 8px;
    position: relative;
    top: -4px;
}