﻿/*弹出状态框样式*/
.wpt-ui-dialog { position: absolute; bottom: 0 !important; right: 0 !important; width: 100%; height: 100%; z-index: 9999; }
.wpt-ui-dialog-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; z-index: 1; filter: alpha(opacity=30); opacity: .3; }
.wpt-ui-dialog-body { position: fixed; top: 0; left: 0; background-color: #FFF; padding: 0; border-radius: 4px; box-shadow: 0 4px 20px 1px #555; z-index: 2; }
    .wpt-ui-dialog-body .wpt-ui-dialog-header { padding: 10px; border-bottom: 1px solid #D3D3D3; border-radius: 5px 5px 0 0; display: block; clear: both; overflow: hidden; background-color: #e0e0e0; /*box-shadow: 0 3px 3px #EEE;*/ }
        .wpt-ui-dialog-body .wpt-ui-dialog-header .wpt-ui-dialog-title { font: 700 14px/1.4 "Microsoft Yahei"; text-shadow: 0 1px 0 #fff; }
    .wpt-ui-dialog-body .wpt-ui-dialog-close { text-align: center; position: absolute; width: 18px; height: 18px; top: -9px; right: -8px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid #fff; cursor: pointer; background-color: #ff6600; color: #fff; font-weight: bold; padding: 5px !important; }
.wpt-ui-dialog-content { padding: 0; overflow: hidden; box-sizing: border-box; border-radius: 2px; }

/*评论列表*/
.combody { padding: 5px !important; background: #fff; font-size: 12px; }
    .combody .comTit { color: #333; padding: 5px !important; height: 28px; }
    .combody .btnpost { display: inline-block; padding: 5px 5px 5px 25px; float: right; background: #ff6a00; color: #fff !important; border-radius: 2px; cursor: pointer; background-image: url(/Resources/Images/icons/icon21.png); background-size: 14px; background-repeat: no-repeat; background-position: 5px center; }
    .combody .nodata { clear: both; padding: 5px; text-align: center; color: #555; }
.ding{display:inline-block;float:right;margin-right:10px;background:url(/Resources/Images/icons/ding.png) no-repeat 2px center;background-size:18px;color:#555 !important;}
.ding-blue { background: url(/Resources/Images/icons/ding-blue.png) no-repeat 2px center; background-size: 18px; }

.weui-tab__bd-item--active { display: block; background: #fff !important; margin-top: 10px }
.weui-tab__bd .weui-tab__bd-item { display: none; height: 100%; overflow: auto; }
.wy-media-box { margin: 2px 0; background: #fff; padding: 6px 5px; border-bottom: 1px solid #f6f6f6; }
.weui-cell.nopd { padding: 0 0 2px 0; }
.weui-cell_access { -webkit-tap-highlight-color: rgba(0,0,0,0); color: inherit; }
.weui-cell { padding: 10px 15px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.weui-cell__bd { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.weui-cell_primary { -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start; }
.weui-cell__time { font-size: 11px; color: #999; text-indent:2em;padding:3px 0;}
.weui-media-box__desc { line-height: 1.4; text-indent: 2em; color: #444;padding:8px 0; }
.weui-cell nopd weui-cell_access { border: none; }
.commendmore { text-align: center; color: #555; padding: 5px; }
