.btn span{
    border: none;
}
.member-grid thead th{
    width: 200px;
}
.sks_select{
    background: rgba(0,0,0,.5);
    z-index: 101;
    width: 100%;
    height:100%;
    position: absolute;
    top:0px;
    left: 0px;
}
.cart-item .cart-product .p-integral{
	color: #ffffff;
}
.sks_mian{
    width: 600px;
    height: 450px;
    margin: auto;
    background: white;
    z-index: 102;
    margin-top: 100px;
}
.sks_title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
    position: relative;
}
.sks_title img {
    position: absolute;
    top: 11px;
    right: 60px;
    width: 20px;
}
.sks_san{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.sks_san ul{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.sks_san li{
    width: 33.2%;
    height: 60px;
    line-height: 60px;
    float: left;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    font-size: 15px;
}
.sks_syb {
    position: absolute;
}
  .sks_dz {
    position: absolute;
}
.sks_ht{
    position: absolute;
}
.sks_content{
    width: 100%;
    height: 300px;
    overflow: auto;
}
.sks_confirm{
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border-top:1px solid #e6dede ;
    line-height: 40px;
    text-align: center;
}
.sks_confirm a{
    width: 100px;
    height: 40px;
    color: #ffffff;
    background: grey;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: auto;
}
.sks_info{
    width: 600px;
    height: 300px;
    overflow: hidden;
}
.sks_depart_list{
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 16px;

}
.sks_addr_list{
    position: relative;
    height: 45px;
    line-height: 22px;
    font-size: 15px;

}
.sks_depart_list i{
    position: absolute;
    top:8px;
    left:-30px;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #bc9e9e;
}
.sks_addr_list i{
    position: absolute;
    top:10px;
    left:-30px;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #bc9e9e;
}
.sks_selected{
    background: url("../images/selected.png") no-repeat 30% 30%;
    background-size: 17px 17px;
}
/*
.sks_confirm a{
    background: grey;
}*/
.sks_addr_search{
    width: 100%;
    height: 60px;
   
    line-height: 60px;
}
.address_input{
    height: 30px;
}
.address_button{
       width: 60px;
    height: 32px;
    background: green;
    text-align: center;
    color: #fff;
    border: none;
    margin-left: 10px;
    border-radius: 3px;
   
}
.sks_addr_search .address_input{
	    width: 66%;
    margin-left: 40px;
    border-radius: 3px;
    padding: 0 2%;
}
.sks_info ul :hover{
    background-color: #edf2f0;
    cursor: pointer;
}
.sks_current_address{
    width: 220px;
    height: 32px;
    text-align: right;
    float: left;
    overflow: hidden;
		text-overflow:ellipsis;
	white-space: nowrap;
}
.show_change{
    width: 60px;
    float: left;
}
.search_tiaosehao{
    height: 20px;
    /* line-height: 25px; */
    margin-left: 6px;
    width: 20px;
    /* background: gainsboro; */
    color: #fff;
}
.add_cart_html{
    width: 300px;
    height: 250px;
    display: none;
    border: 1px solid #5F5F5F;
}
.k {
    width: 100% !important;
}
.v {
    max-height: 150px;
    margin-top: 8px;
    overflow: auto;
    width: 100% !important;
    margin-left: 0px !important;
    margin-left: 0px !important;
}
 .sku {
    padding: 0 5px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    color: black;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}
.sel {
   background: green;
    color: #fff;
    border: 1px solid green;
}
 .sku-item .k {
    font-weight: bold;
    width: 60px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 5px;
}
 .num{
     display: inline;
 }
 .more_info{
     float: right;
     padding-right: 10px;
 }
 .sks_button{
     width: 100%;
     height: 30px;
     text-align: center;
 }
.sks_paybutton{
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: green;
    color: #fff;
    border: 1px solid #5F5F5F;
    text-align: center;
    font-size: 18px;
}
.sks_pay{
    margin-top: 70px;
}
/****支付页css*/
#lx_orderlist{
    padding: 20px;background-color: #f6f6f6;width: 800px;margin: 50px auto;
}
#lx_orderlist .order_title{
    font-size:20px;color: #191919;line-height: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cf{
    clear: both;
}
.order_all{
    padding:20px 20px 10px;
}
.order_all .order_news{
    width: 70%;color: #737373;font-size: 15px;line-height: 1.8;
}
.order_all .order_price{
    width: 30%;color: #737373;
}
.order_all .order_price .o_price{
    line-height: 2;color: #d64552;font-size: 18px;
}
.obig_price{
    font-size: 26px;padding-left: 5px;
}
.pay_style_name{
    padding:0 20px;
}
.pay_style_r{
    width: 30%;
    color: #707070;
    padding-top: 5px;
}
.pay_style_r .pay_price{
    color: #d64552;
}
.change_pay_style{
    display: inline-block;
    color: #FFFFFF;
    background-color: #c1c1c1;padding: 5px 10px;
}
.pay_style_money{
    background-color: #FFFFFF;border-top: 3px solid #c1c1c1;
    padding: 0 20px;
}
.pay_style_money .pay_money{
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}
.paym_text{
    color: #797979;font-size: 14px;margin-left: 20px;
}
.paym_inputprice{
    border: 1px solid #ececec;text-align: center;padding:5px;color: #000;margin-left: 10px;
}
.paym_name{
    color: #000;font-size: 16px;margin-left: 20px;
}
.pay_style{
    margin-top: 10px;
}
.order_pay_btn button{
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 20px;
    width: auto;
}
.order_pay_btn .order_pay_btnyes{
    margin-left: 10px;
    background-color: #1d9444;
}
.order_pay_btn .order_pay_btnno{
    margin-left: 340px;
    background-color: #c1c1c1;
}
.piaochecked {

    background-image: url("../images/selected.png") ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position: 40% 40%;
    background-size: 20px;
}

.on_check {
    border: 1px solid #5F5F5F;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
}
.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.sks_pay_select{
    background: rgba(0,0,0,.5);
    z-index: 101;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.unable_paybuttom{
    width: 150px;
    height: 50px;
    margin: 0 auto;
    background: grey;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

/****支付页css***/
.btn span span{
    color: #fff;
}
.sks_selects{
    background: rgba(0,0,0,.5);
    z-index: 101;
    width: 100%;
    height: 10000%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9;
}
.spec-item .spec-attr{
    height: 22px;
}
.unfav_product{
    width: 102px;
}
.fav_product{
    width: 102px;
}
.btn-huge{
    height: 40px;
    width: 140px;
}
.sku1{
    padding: 0 5px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    color: black;
}
.order-infor{
    width: 470px;
}
.view-history .p-info h3{
    height: 20px;
}
.view-history .p-price{
    line-height: 25px;
}
.view-history .p-info{
    width: 90px;
}
.item-content {
    margin-top: 10px;
}
.disabled{
    background: grey !important;
}
.popup-btn-close{
    background: green;
}
#search{
    margin-left: 10px;
}
.searchproject{
    position: absolute;
    right: 7px;
    top: 18px;
    width: 17px;
}
.sks_project{
    width: 400px;
    height: 450px;
    margin: auto;
    background: white;
    z-index: 102;
    margin-top: 100px;
}
.sks_projecttop{
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.sks_projectmain li{
    height: 26px;
    line-height: 26px;
    padding-left: 80px;
    position: relative;
    cursor: pointer;
}
.sks_projectmain li span{
    position: absolute;
    top: 8px;
    display: block;
    height: 10px;
    width: 10px;
    border: 1px solid;
    left: 55px;
}
.sks_projectmain{
    height: 345px;
    overflow: auto;
    width: 100%;
}
.project_selected{
    background: url("../images/selected.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.sks_project_bottom{
    text-align: center;
    height: 50px;
    line-height: 50px;
}
#confirm{
    margin-right: 20px;
}
#cancle{
    margin-left: 20px;
}
.p-title a{
    text-decoration: none !important;
    color: #666 !important;
}
.op-cart-number{
	color: red;
}
.addabc{
	 left: 50%;
    top: 50%;
    border: 1px solid rgb(245, 245, 245);
    position: fixed;
    width: 460px;
    height: auto;
    margin: -250px 0px 0px -230px;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 3px;
    z-index: 12;
}
.ss-img{
	height: 140px;float:left;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 150px;
	border: 1px solid #f7f7f7;
	border-radius: 2px;
	margin-left: 20px;
}
.ss-params{
	font-size: 0.2rem;
    float: left;
    margin-left: 60px;
    width: 200px;
    height: 150px;
}
.ss-params .tit{
	line-height: 25px;
	color: green;
	font-size: 18px;
	margin-bottom: 10px;
}
.ss-params p{
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.ss-params p.price{
    color: red;
    font-size: 16px;
}
#moreSpec{
	color: green;
	float: right;margin-right: 30px;line-height: 30px;
}
#moreSpec:hover{
	color: red;
	text-decoration:underline
}
.xdheight{
	width: 350px;
}
.xdheight h4,.xdheight h6,.xdheight p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xdheight h4 i{
	    display: inline-block;
    width: 200px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.placeholder{
	visibility: hidden;
}
.readdcart{
    color: #F01414;
    font-weight: 900;
}