/****************行情页面****************/
.slideTxtBox{width:100%; background:#fff;padding-top: 10px; font-size: 0.3rem;margin-bottom:2%; overflow:hidden;}
.slideTxtBox .hd{ overflow:hidden;}
.slideTxtBox .hd ul li{ width:29%; line-height: 28px;  float:left; text-align:center;border: 1px #d8d8d8 solid; margin-left:3%;}
.slideTxtBox .hd ul li.on{border:1px #179df1 solid;}
.slideTxtBox .hd ul li p{background: #f1f1f1;padding: 2% 0;text-align: center;font-size:0.2rem;color: #666666;font-weight: bold;}	
.slideTxtBox .hd ul li .zj_price{font-size:0.3rem; font-weight:bold;  text-align:left; margin-left:16%;}
.zhang{background:url(../images/zhang.png) no-repeat 70%; background-size:14px 20px;color:#fa5760;}
.die{background:url(../images/die.png) no-repeat 70%; background-size:14px 20px;color:#4caf50;}
.red{color:#fa5760;}
.green{color:#4caf50;}
@media screen and (max-width: 320px) {
 .zhang{background-size:10px 15px;}
 .die{background-size:10px 15px;}
 .slideTxtBox .hd ul li .zj_price{margin-left:10%;font-size:1rem; }
 .slideTxtBox .hd ul li p{font-size:0.7rem;}
}
.slideTxtBox .bd{ margin-top:3%;}		
.slideTxtBox .bd ul{margin:0rem 0.1rem 0rem 0.1rem;}
.slideTxtBox .bd .dayline{width:170px;border:1px #179df2 solid;margin:5px auto; padding:2px 0; border-radius:5px;}
.slideTxtBox .bd .dayline a{ padding:3% 7%; color:#666666; border-left:1px #179df2 solid; font-size:14px; font-weight:bold;}
.slideTxtBox .bd .dayline a:first-child{ border-left:none;}
.slideTxtBox .bd .dayline a.on{background:#179df2;color: #fff;}
/* app下载 */
.art_con {height: 400px;}
.app-btn {margin-top: -56px;}
.app-btn-mask {position: relative;height: 1.28rem;background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);}
.app-btn-arrow {position: relative;margin: .2rem auto;width: .6rem;height: .6rem;background: url(https://m.zhuwang.cc/static/index/wap/images/app_img.png) no-repeat 50%;background-size: contain;-webkit-animation: unfold-arrow-animation .4s ease infinite alternate;animation: unfold-arrow-animation .4s ease infinite alternate;-webkit-tap-highlight-color: transparent;}
.app-btn-btn {text-align: center;font-size: .32rem;color: #179df2;height: 0.62rem;line-height: 0.62rem;width: 6.4rem;margin:0 auto;border: 1px #179df2 solid;}
@keyframes unfold-arrow-animation {from {top: 0;} to {top: -16px;}}
/* app弹窗 */
.tc-portal {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 1000;display: none;}
.tc-portal .tc-portal-mask {position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.5;background: rgba(0, 0, 0, 0.7);}
.tc-portal .tc-portal-body {position: absolute;display: inline-block;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.modal {width: 272px;height: 132px;background: #fff;display: flex;flex-direction: column;border-radius: 8px;align-items: center;overflow: hidden;}
.modal-title {flex: 1;display: flex;align-items: center;font-size: 17px;}
.modal-title span{font-weight:bold;}
.modal-container {display: flex;height: 44px;}
.modal-container  div {width: 136px;line-height: 44px;text-align: center;font-size: 16px;}
.cancel {border-top: 0.5px solid #F2F2F2;}
.confirm {background: #179df2;color: #fff;}
