﻿

.tag
{
    width: 38px;
    height: 16px;
    background: #EE4014;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 2px 3px;
}
.QXCon2l_dm .text
{
    width: 141px;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #969696;
    line-height: 21px;
    margin: 24px auto;
}
.check_btn
{
    width: 192px;
    height: 26px;
    background: #D3B050;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    cursor: pointer;
}
.closed
{
    cursor: pointer;
}
/*弹窗样式*/
.dialog
{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
    width: 460px;
    height: 210px;
    border: 1px solid #979797;
}
.header
{
    height: 50px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
}
.content
{
    display: flex;
    flex-direction: column;
    margin-top: 36px;
    padding-left: 24px;
}

.mask
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9999;
   pointer-events: auto;
}
.btns_box
{
    display: flex;
    margin-top: 24px;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}
.cancle_btn
{
    width: 100px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #DDDEE1;
    border-radius: 4px;
    margin-right: 16px;
}
.OK_btn, .choose_OK_btn
{
    border: none;
    border-radius: 4px;
    color: #fff;
    width: 100px;
    height: 38px;
    background: #D3B050;
}
.content a
{
    color: #2D8CF0;
}


/*认领材料清单弹窗样式*/

.content_box
{
    padding: 5px 38px;
    height: 768px;
}

.lists-dialog
{
    width: 790px;
    height: 800px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #979797;
    top: 52%;
    display: none;
}
.material_lists
{
    height: 658px;
    overflow-y: auto;
}
.material_item
{
    border-bottom: 1px solid #E9E9E9;
    padding-top: 22px;
    padding-bottom: 10px;
}
.material_item .title
{
    font-weight: bold;
}
.material_item p
{
    color: #666;
    margin: 8px 0;
}
.img_box
{
    height: 159px;
    width: 648px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img_box img
{
    width: 200px;
    height: 159px;
}
.item_footer, .has_company_num
{
    display: flex;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 0;
}
.item_footer .get_btn
{
    width: 120px;
    height: 38px;
    background: #BB8E13;
    border-radius: 2px;
    border: none;
    color: #fff;
    margin-right: 36px;
}

.has_company_num .company_icons img
{
    width: 38px;
    height: 38px;
    border: 1px solid #979797;
    border-radius: 50%;
    margin-right: 12px;
}
/*选择材料弹窗样式*/
.choose-dialog
{
    width: 510px;
    height: 246px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #979797;
}
.goods_search input
{
    width: 380px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDEE1;
    margin-left: 6px;
    padding-left: 9px;
    color: #999;
}
.goods_search .selectGoods
{
    display: none;
    width: 390px;
    position: absolute;
    right: 27px;
    top: 119px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    max-height: 300px;
    overflow: auto;
}
.goodsItem
{
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.goodsItem:hover
{
    background: #dfdfdf;
    color: #BB8E13;
}
.notdata
{
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/*商家列表弹窗样式*/
.shop-dialog
{
    width: 510px;
    height: 276px;
    background: #FFFFFF;
    top: 47%;
    border-radius: 8px;
    border: 1px solid #979797;
}
.shop-dialog .content
{
    padding-left: 0px;
    margin-top: 20px;
}
.shop_list
{
    display: flex;
    padding: 0 24px;
    flex-direction: column;
}
.shop_item
{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 60px;
}
.shop_icon
{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.shop_icon img
{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #979797;
    margin-right: 18px;
}
.buy_btn
{
    width: 92px;
    height: 32px;
    background: #C20001;
    border-radius: 2px;
    color: #fff;
    border: none;
}
button.disabled
{
    cursor:not-allowed;
}

/*分页样式*/

#pageBox
{
    padding: 29px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pageBox span
{
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
}

#pageBox span .disable

{
    color: #ddd;
    
    }



#prev:hover
{
    cursor: pointer;
}

#next:hover
{
    cursor: pointer;
}
