/* pages/stock/stock.wxss */

.position {
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 999;
}

.table_top {
    margin-top: 80px;
    background: #E8E8E8
}

.swiper-tab {
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 40px;
    background: #fff;
    position: fixed;
    top: 45px;
    z-index: 999;
}

.swiper-tab-list {
    font-size: 15px;
    display: inline-block;
    width: 25%;
    color: #666;
}

.on {
    color: #dd2727;
    border-bottom: 2.5px solid #dd2727;
}

.swiper-box {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.searchbar-result {
    margin-top: 0;
    font-size: 14px;
}

.searchbar-result:before {
    display: none;
}

.weui-cell {
    padding: 12px 15px 12px 35px;
}

.table_title {
    text-align: center;
    margin: 10px;
}

.table_title1 {
    /* margin: 10px 0px; */
    padding: 10px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    font-weight: bold;
    font-family:"微软雅黑";
}

.history-table-wrap {
    position: absolute;
    width: 668rpx;
    height: 578rpx;
    left: 50%;
    margin-left: -334rpx;
    top: 70rpx;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* 表格代码   */

.table {
    border: 1px solid #dadada;
    border-right: 0;
    border-bottom: 0;
    width: 98%;
    margin-left: 1%;
}

.tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.th, .td {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    width: 100%;
}

.th1, .th2, .td1, .td2 {
    width: 40%;
}

.th {
    font-weight: 800;
    background-color: #825959;
    font-size: 28rpx;
    color: white;
}

.td {
    font-size: 12px;
    color: black;
}

.box_show {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 99999;
}

.add_box {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 150px;
    background: #efeff4;
    border-radius: 12px;
}

.add_title {
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.add_input {
    text-align: center;
    margin: 10px;
    padding: 5px;
    background: white;
    margin-bottom: 25px;
}

.close {
    position: absolute;
    right: 0px;
    top: 0px;
}

.notice_box {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    height: 70%;
    background: #efeff4;
    border-radius: 12px;
}

.notice_box1 {
    width: 100%;
    height: 80%;
    min-height: 80%;
    overflow: auto; /*关键点*/
}

.notice_title {
    margin: 10px;
    padding: 5px;
    /* height: 10%;  */
    text-align: center;
}

.notice_content {
    /* margin: 5px; *//* padding: 5px; *//* overflow: auto; */
    min-height: 100%;
     background: white;
}

.notice_content1 {
    /* margin: 5px; */
    padding: 5px;

}


.stock_list {
    margin: 5px;
    padding: 5px;
    /* text-align: centers */
    font-size: 14px;
    background: #efeff4;
}

.list_box {
    background: #e8e8e8;
}

.list_content {
    background: white;
    margin-top: 5px;
    padding: 10px 10px;
}

/* .list_image {
    height: auto;
    position: relative;
} */

.image {
    width: 100px;
    height: 100px;
    position: absolute;
}

.list_text {
    margin-left: 108px;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.list_title {
    padding: 0px 5px;
    width: 100%;
    font-size: 15px;
}

.list_data {
    padding: 5px;
    font-size: 12px;
}

.list_remark {
    /* float: left;
    width: 70%; */
    /* background: #eee; */
    /* padding-right: 5px; */
    margin-right: 5px;
}

.list_money {
    text-align: center;
    font-size: 16px;
    color: #d54746;
    padding: 5px 0px;
    position: absolute;
    right: 14px;
    top: 30px;
}

.nowbuy {
    color: black;
    padding: 5px;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.nowbuy_add {
    border: 1px solid #d54746;
    border-radius: 20px;
    padding: 5px;
    font-size: 14px;
    color: #d54746;
    margin-left: 10px;
}

.nowbuy_buy {
    border: 1px solid #d54746;
    border-radius: 20px;
    padding: 5px;
    font-size: 14px;
    background: #d54746;
    color: white;
    margin-left: 10px;
}

.clear {
    clear: both;
    overflow: hidden;
}

.list_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: white
}

.list_bottom_price {
    color: red;
}

.list_bottom_image {
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: red;
    margin: 0 10px 0 10px;
    border: 1px solid red;
}

.list_bottom_look {
    font-size: 12px;
    float: right;
    margin: 5px;
    color:#333333;

}

.tabTit {
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #eee;
    position: fixed;
    top: 0;
    width: 375px;
    z-index: 1;
    background: #fff;
    font-size: 15px;
    text-align: center;
}

.tabTit .active {
    color: #825959;
    background: #fff;
}

.tabTit .active img {
    transform: rotate(180deg);
    background: none;
}

.tabTit img {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-left: 5px;
}

.tabLayer {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    width: 375px;
    overflow: hidden;
    position: fixed;
    top: 90px;
    z-index: 1;
    background: #fff;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.tabLayer span {
    width: 105px;
    height: 30px;
    line-height: 30px;
    float: left;
    border: solid 1px #eee;
    margin: 10px 0 0 13px;
    font-size: 15px;
}

.tabLayer .active {
    color: #825959;
    border-color:#825959;
}

.flex1 {
    flex: 1;
    overflow: hidden;
    display: block;
}

/*弹性盒模型*/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 43px;
}
