/*列表部分开始*/
.title-bg{
    width: 100%;
    padding-top: 10px;
}
.title-head-bg{
    position: relative;
    width: 100%;
}
.title-byjsmc{
    position: absolute;
    bottom: 46px;
    left: 50%;
    margin-left: -160px;
    width: 341px;
    height: 53px;
    background: url("../yjimg2016/title-title-bg.png") no-repeat;
}
.title-content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.title-content-top{
    height: 65px;
    width: 100%;
    display: flex;
    border-bottom: 2px solid #c09b5a;
}
.title-content-top-txt{
    flex: 1;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.title-content-top-txt::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 33px;
    width: 2px;
    height: 20px;
    background-color: #e5e5e5;
}
.title-content-top-txt:first-child::before,
.title-content-top-txt.none::before {
    display: none;
}

.title-content-top-txt:hover{
    color: #c09b5a;
}
.title-content-top-txt a{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.title-content-top-txt a.ahover {
    background-color: #c09b5a;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.title-content-top-txt a em {
    font-size: 14px;
}



.title-content-bottom{
    margin-top: 40px;
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    border-radius: 6px;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.08);
}
.title-content-bottom-item{
    color: #999999;
    font-size: 18px;
    display: flex;
}
.title-content-bottom-txt{
    line-height: 30px;
    display: inline-block;
    height: 30px;
    float: left;
}
.title-content-bottom-btn{
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 10px;
}
.title-content-bottom-btnl{
    width: 100px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    display: block;
}
.down_List{
    width: 100px;
    background: #FFFFFF;
    position: absolute;
    left: 1px;
    top: -14px;
    z-index: 1000;
    border: 1px solid #cccccc;
    display: none;
    overflow-x: hidden;
    padding: 10px 0;
}
.down_List li a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
}
.down_List li a:hover{
	color: #ee5a4c;
}
.title-content-list .content-list{
    left:100px;
}
.title-content-bottom-btnr{
    margin-left: 10px;
    display: block;
    background: url("../img/xiaosanjiao.png") no-repeat;
    width: 12px;
    height: 9px;
    left: 70px;
    top: 11px;
    transform-origin: center;
    transition: ease all .5s;
}
.title-content-bottom-btnr_cur{
    transform: rotate(180deg);
}

.title-content-bottom-sousuokuang{
    background: url("../sousuokuang2.png") no-repeat;
    border: none;
    width: 432px;
    height: 14px;
    padding: 10px;
    outline:none;
}
.title-content-bottom-iteml{
    color: #4f472e;
    font-size: 14px;
    width: 274px;
    padding: 8px 0;
    height: 34px;
    float: left;
    position: relative;
}
.title-content-bottom-iteml a{
    width: 90px;
    height: 40px;
    cursor: pointer;
}
.title-content-bottom-anniu{
    position: absolute;
    top: 9px;
    right: -157px;
    width: 90px;
    height: 32px;
    background: url("../yjimg2016/sousuoanniu.png") no-repeat;
    line-height: 32px;
    text-align: center;
    color: #d2c18a;
}
.title-yytj{
    padding: 10px 0 10px;
    height: 20px;
    width: 1130px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 135px;
    left: 0px;
}
.title-checked{
    overflow: hidden;
}
.title-yytj span{
    color: #5b0003;
    float: left;
    text-align: center;
    position: relative;
    font-family: "Microsoft Yahei", arial, sans-serif;
    height: 20px;
    line-height: 20px;
}
.title-yytj-xuan3{
    display: inline-block;
    margin: 0 10px;
    padding: 0 20px 0 4px;
    border: 1px solid #5b0003;
    border-radius: 6px;
}
.qingkong{
	color: #5b0003;
}
.title-yytj-x{
    width: 12px;
    height: 12px;
    background: url("../yj2017/img/dmc_title_del.png") no-repeat;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.title-yytj-clear{
    width: 38px;
    margin: 0 15px;
    padding: 0 0 0 16px;
    cursor: pointer;
}
.down_List_year{
    height: 130px;
    overflow-y: scroll;
    overflow-x:hidden;
    width: 90px;
    cursor: pointer;
}
.title-yytj-cleartu{
    width: 14px;
    height: 20px;
    background: url("../yj2017/img/dmc_title_trash.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
}

.list{
    width: 1216px;
    margin: 10px auto 50px;
}
.list>ul {
    display: flex;
    flex-wrap: wrap;
}
.list-bg{
    margin: 10px 7px;
    width: 290px;
    padding: 25px 30px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
.list-bg:hover{
	-moz-box-shadow: 0px 10px 15px #a09e9e;
    -webkit-box-shadow: 0px 10px 15px #a09e9e;
    box-shadow: 0px 10px 15px #a09e9e;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.yishouqing{
    width: 85px;
    height: 86px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/success.png") no-repeat center;
}
.list-tu{
    text-align: center;
    background: #000;
    position: relative;
    width: 230px;
    height: 230px;
}
.list-tu>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-tu img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.list-txt{
    margin-top: 10px;
}
.list-txt1{
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.myself_uploaded{
    /* width: 65px; */
    padding: 0 4px;
    /* height: 20px; */
    line-height: normal;
    color: #FF9049;
    border: 1px solid #FF9049;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-right: 6px;
}
.consignment_shop{
    color: #24A7F8;
    border: 1px solid #24A7F8;
}

.list-txt2{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    min-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.list-txt2.haveprice{
    display: flex;
    align-items: center;
}
/****大卖场首页相关价格图标位置修改****/
.dmc-price-related{
    background: url(../../images/sell/jinlingtu.png) no-repeat -68px 0;
    /* background-position: -68px 0; */
    cursor: pointer;
    width: 18px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #FFFFFF;
    margin-left: 15px;
}
.list-txt2.haveprice .list-txt3{
    margin-top: 0;
}


.list-txt3{
    color: #e55d16;
    /* color: #f00; */
    line-height: normal;
    font-size: 15px;
    /* display: inline-block; */
    margin-top: 15px;
}
.list-jlt{
    position: absolute;
    width: 115px;
    height: 17px;
    right: 0px;
    bottom: 8px;
}
.list-jlt li{
    background: url("../../images/sell/jinlingtu.png") no-repeat;
    position: absolute;
    width: 18px;
    height: 17px;
    top: 0;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #FFFFFF;
}
.list-jlt .list-jlt2{
    left: 20px;
    background-position: -23px 0;
}
.list-jlt .list-jlt3{
    left: 40px;
    background-position: -45px 0;
    cursor: pointer;
}
.list-jlt .list-jlt3hover{
    left: 41px;
    background-position: -159px 0;
    cursor: pointer;
}
.list-jlt .list-jlt4{
    left: 60px;
    background-position: -68px 0;
    cursor: pointer;
}
.list-jlt .list-jlt5{
    left: 80px;
    background-position: -91px 0;
}

/*-----------------------    大卖场列表页  添加小酒杯图标  开始   -----------------------------------*/

/*-----------------------    大卖场列表页  添加小酒杯图标  结束   -----------------------------------*/

.list-jlt .hu{
    left: 100px;
    background-position: -115px 0;
}
.list-jlt .shen{
    left: 100px;
    background-position: -138px 0;
}
.list-new{
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}
.list-record{
    width: 103px;
    height: 87px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 99;
    background: url(../../images/history/yichengjiao_badge2.png) no-repeat center;
    background-size: contain;
}
.list-record.end_1{
    background: url(../../images/history/damaichang_yichengjiao_3.png) no-repeat center;
    background-size: contain;
}

.list-record.end_14{
    background: url(../../images/history/material_yjchengjiao.png) no-repeat center;
    background-size: contain;
}

/*列表部分结束*/

/* 分页的页码 */

.shopsearch{
	position: absolute;
	right: 0;
	top: 140px;
	overflow: hidden;
}
.shopsearch input{
	float: left;
	width: 390px;
	height: 38px;
	border: 1px solid #dcdcdc;
	border-right: 0px;
	text-indent: 10px;
}
.shopsearch a{
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background: #EE5A4C;
	cursor: pointer;
}
.shopsearch a:hover{
	background: #D6392A;
}



/*自拍代售 标签*/
.list_take{
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 70px;
    height: 25px;
    background: #ff6600;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    font-family: 微软雅黑;
    cursor: pointer;
}

/*-------------------------------- 大卖场列表页 进度条 代金券 ------------------------------------------------------*/
.shoplist_progress{
    width: 615px;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 10;
}
.shoplist_progress .progress_main_top{
    margin: 0 0 0 0;
    height: 40px;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    background: none;
    background-size: 100% 100%;
}
.shoplist_progress .progress_main_top_top{
    padding: 0 70px 0 55px;
    margin: 0 0 35px 0;
}
.shoplist_progress .progress_main_top_top_div{
    font-size: 12px;
}
.shoplist_progress .progress_main_top_top a{
    font-size: 12px;
    padding: 3px 10px;
    line-height: 20px;
    margin: 0 0 0 30px;
}
.shoplist_progress .progress_main_top_top_guize{
    color: blue;
    cursor: pointer;
}
.progress_main_top_top_guize_text{
    box-sizing: border-box;
    padding: 10px;
}
.progress_main_top_top_guize_text li{
    margin: 8px 0;
}
.shoplist_progress .progress_main_top_liipn_div{
    position: absolute;
    top: -68px;
    z-index: 20;
    width: 50px;
    height: 94px;
    background: url(../yj2017/img/shop_progress_lipin.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 28px 0 0 0;
    cursor: pointer;
    display: none;
}
.shoplist_progress .progress_main_top_liipn_div p:nth-of-type(1){
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    background-image: -webkit-linear-gradient(#fff,#ffa800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shoplist_progress .progress_main_top_liipn_div p:nth-of-type(2){
    text-align: center;
    color: #ffa800;
    font-size: 10px;
    line-height: 9px;
}
.shoplist_progress .progress_main_top_liipn_span{
    top: 10px;
    width: 64px;
    height: 68px;
}
.shoplist_progress .progress_main_top_progress{
    margin: 10px 0 0 0;
    padding: 0 20px 0 10px ;
}
.shoplist_progress .progress_main_top_liipn{
    margin: 0 0 0 0;
    height: 0;
}
.shoplist_progress .progress_main_top_progress_div span{
    position: absolute;
    top: 8px;
    right: 0;
    width: 120px;
    height: 30px;
    background: url(../yj2017/img/shop_progress_text.png) no-repeat;
    line-height: 41px;
    text-align: center;
    color: #fff;
}
.shoplist_progress .progress_main_top_progress_box{
    height: 5px;
}
.shoplist_progress .progress_main_top_liipn .progress_main_top_liipn_div:nth-of-type(1){
    left: 58px;
}
.shoplist_progress .progress_main_top_liipn .progress_main_top_liipn_div:nth-of-type(2){
    left: 168px;
}
.shoplist_progress .progress_main_top_liipn .progress_main_top_liipn_div:nth-of-type(3){
    left: 277px;
}
.shoplist_progress .progress_main_top_liipn .progress_main_top_liipn_div:nth-of-type(4){
    left: 419px;
}
.shoplist_progress .progress_main_top_liipn .progress_main_top_liipn_div:nth-of-type(5){
    left: 561px;
}
.shoplist_progress .progress_main_top_text{
    font-size: 10px;
    margin: 0 0 0 0;
}
.shoplist_progress .progress_main_top_text span{
    top: -27px;
}
.shoplist_progress .progress_main_top_text span:nth-of-type(1){
    left: 11px;
}
.shoplist_progress .progress_main_top_text span:nth-of-type(2){
    left: 74px;
}
.shoplist_progress .progress_main_top_text span:nth-of-type(3){
    left: 181px;
}
.shoplist_progress .progress_main_top_text span:nth-of-type(4){
    left: 290px;
}
.shoplist_progress .progress_main_top_text span:nth-of-type(5){
    left: 430px;
}
.shoplist_progress .progress_main_top_text span:nth-of-type(6){
    left: 572px;
}
.shoplist_progress .progress_main_top_progress_box em{
    top: -3px;
    width: 10px;
    height: 10px;
}
.shoplist_progress .progress_main_top_progress_box em:nth-of-type(1){
    left: 67px;
}
.shoplist_progress .progress_main_top_progress_box em:nth-of-type(2){
    left: 177px;
}
.shoplist_progress .progress_main_top_progress_box em:nth-of-type(3){
    left: 287px;
}
.shoplist_progress .progress_main_top_progress_box em:nth-of-type(4){
    left: 427px;
}
.shoplist_progress .progress_main_top_progress_box em:nth-of-type(5){
    left: 573px;
}
.shoplist_progress .progress_main_top_liipn_newdiv{
    background: url("../yj2017/img/shop_progress_nolipin.png") no-repeat;
    background-size: 100%;
}
.shoplist_dangban{
    width: 100%;
    position: relative;
}
.shoplist_dangban div{
    position: absolute;
    top: -13px;
    width: 30px;
    height: 35px;
    box-sizing: border-box;
    z-index: 15;
}
.shoplist_dangban div:nth-of-type(1){
    left: 67px;
}
.shoplist_dangban div:nth-of-type(2){
    left: 176px;
}
.shoplist_dangban div:nth-of-type(3){
    left: 287px;
}
.shoplist_dangban div:nth-of-type(4){
    left: 428px;
}
.shoplist_dangban div:nth-of-type(5){
    left: 573px;
}
.shoplist_progress .progress_main_top_time{
    position: absolute;
    top: 9px;
    right: -183px;
}
/***金银币二级筛选***/
.second-title{
    width: 1200px;
    margin: 16px auto 0;
}
.second-title a{
    display: inline-block;
    width: 164px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 16px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}
.second-title a.seled{
    color: #C5A872;
}
/***批量购确认订单***/

.batch-orderview{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ordertit{
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    font-weight: 500;
}
.batchh3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.batchinner{
    padding: 30px 20px 50px;
    background: #fff;
}
.receive-info{
    min-height: 140px;
    border: 1px solid #d8d8d8;
    border-top: none;
    background: url(../../images/ask_buy/seller_courie_top.png) no-repeat top center;
    background-size: contain;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
}
.addmessage{
    padding-left: 20px;
    display: flex;
    flex-direction: row;
}
.addinner{
    font-size: 14px;
    width: 900px;
}
.addinner p{
    margin-top: 20px;
    line-height: 20px;
}
.addinner .editadd{
    color: #577DBE;
    margin-left: 40px;
    cursor: pointer;
}
.switchinner{
    margin-left: 20px;
}
.switchadd{
    width: 122px;
    height: 40px;
    line-height: 40px;
    background: #DA3C2D;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    cursor: pointer;
}
.haveicon{
    position: relative;
    margin-left: 9px;
}
.haveicon::before{
    content: "";
    width: 14px;
    height: 20px;
    background: url(../../images/order_manage/order_addicon.png) no-repeat center;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}
.noaddress{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
}
.fillicon{
   font-size: 18px;
   position:relative;
}
.fillicon::before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/order_manage/fill_icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);;
}
/**商品信息***/
.goodsinfo-view{
    width: 100%;
    height: 163px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
}
.goodsinfo-view .wid385{
    width: 385px;
}
.goodsinfo-view .wid145{
    width: 145px;
}
.goodsinfo-view .wid205{
    width: 205px;
}
.goodsinfo-view .wid200{
    width: 200px;
}
.goodsinfo-view .wid208{
    width: 208px;
}
.goodsinfo-view .thead{
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    border-radius: 4px 4px 0px 0px;
}
.goodsinfo-view .thead span{
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.tbodyview{
    display: flex;
    flex-direction: row;
    height: 102px;
}
.tbodyview .item{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    font-size: 14px;
}
.imgitem{
    padding: 0 36px;
}
.imgitem img{
    width: 60px;
    height: 60px;
    background-size: contain;
}
.imgitem .goodsname{
    margin-left: 10px;
    line-height: 20px;
}
.priceitem{
    font-size: 14px;
}
.calinput{
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
}
.calinput span{
    display: inline-block;
    cursor: pointer;
}
.calinput .add{
    width: 7px;
    height: 7px;
    background: url(../../images/order_manage/order_zengjiaicon.png) no-repeat center;
    background-size: contain;
}
.calinput .minus{
    width: 7px;
    height: 2px;
    background: url(../../images/order_manage/order_minusicon.png) no-repeat center;
    background-size: contain;
}
.calinput .input{
    font-size: 14px;
    padding: 0 10px;
    width: 65px;
    text-align: center;
}
.actualitem{
    flex-direction: column;
}
.actualitem .redcolor{
    color: #DA3C2D;
}
.batchtips{
    font-size: 14px;
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}
.batchtips::before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../../images/order_manage/batch_tipsicon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.pay-order-total{
    width: 100%;
    height: 115px;
    background: #F5F5F5;
    border-radius: 4px;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 35px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.shoujianren .p1{
    margin-bottom: 20px;
}
.total-btn{
    justify-content: center;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}
.total-btn .redcolor{
    font-size: 20px;
    color: #DA3C2D;
}
.submit-btn{
    width: 160px;
    height: 40px;
    background: #DA3C2D;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
/* 料价币溢价幅度 */
.other_text_5 {
    border: 1px solid;
    overflow-wrap: break-word;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 12px;
    margin-left: 5px;
    font-style: normal;
    padding: 1px 1px 1px 1px;
}

.plus-or-minus-title-default {
    border-color: #1456F0;
    color: #1456F0;
}

.plus-or-minus-title-positive {
    border-color: rgba(218, 60, 45, 1);
    color: rgba(218, 60, 45, 1);
}







