/*==========期货价格==========*/
.future{height:17rem;background:#fff url(../img/nav-detail/futures_bg.png) bottom no-repeat;}
.futures table{width: 92%;margin: .4rem .4rem 0;border-radius: 4px;border: 1px solid transparent;}
.futures table tr{line-height:1.3rem;font-size:.32rem;background:#f5f5f5;}
.futures table tr th{line-height: 1.5rem;font-weight: normal;white-space: nowrap; overflow: hidden;}
.futures table tr td{width:16%;text-align: center;}
.future table tr td:nth-child(1){width:30%;}
.futures table tr td input{width:100%;border:none;text-align: center;background:transparent;}
.futures table tr td .green{color:#00a0af;font-weight: bold;}
.futures table tr.future-title{border:1px solid transparent;border-radius:4px 4px 0 0;background:#00737e;color:#fff;font-weight:normal;}
.futures table tr:nth-child(even){background:#e6e6e6;}
.futures-detail{font-size:.32rem;color:#999;padding-right:.4rem;padding-top:.266rem;}
.futures-detail p{padding-top:.1rem;}
.radius-tl{border-radius: 4px 0 0 0;}
.radius-tr{border-radius: 0 4px 0 0;}
.radius-bl{border-radius: 0 0 0 4px;}
.radius-br{border-radius: 0 0 4px 0;}
/*===========现货价格==========*/
.white-bg{background:#fff;}
.stock{margin-top:1rem; position: relative;}
.stock td{width:33%;}
.stock table tr td{border-bottom:1px solid #d8e1e6;}
.stock table tr td.blue{color:#014f7e;font-weight:bold;}
.stock table tr.stock-title{color:#fff;background-color: #014f7e;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);}
.stock table tr:nth-child(even){border-bottom:1px solid #014f7e;}
.stock-top{ width:3.04rem;height:1.226rem;position: absolute;top:-.7rem;left:.4rem;}
.stock .unit{height:1.3rem;margin:0 .4rem;position: relative;}
.stock .unit img{position: absolute;top:0;left: 0;}
.stock .unit span{float: right;color:#999;font-size:.32rem; position: absolute;top:.133rem;right:.266rem;z-index: 999;}


