*{
	box-sizing: border-box;
	padding:0;
	margin: 0;
	list-style:none;
	text-decoration:none;
	outline: none;
}
.lf{float: left}
.rf{float: right}
body{background: #EEEEEE}
/*购物车部分*/
.layui-layer-dialog .layui-layer-content {
    line-height: 64px !important;
    font-size: 26px !important;
}
.top{
    width:100%;
    height:88px;
    line-height: 88px;
    background: #FFB800;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 0 15px;
    position:fixed;
    top:0;
    z-index: 10;
    max-width: 750px;
}
.top .back{
    display: block;
    float: left;
    width:25px;
    height:88px;
    background: url(../images/back.png) no-repeat  center;
    background-size: 25px 42px;
}
.top span{
    position: relative;
    left: 18px;
   font-size: 32px;
}
.top .edit{
    float: right;
    display: block;
    color: #fff;
    font-size: 28px;
}

.main{
    margin:88px 0 216px;
}
.product {
    margin-bottom: 10px;
}
.title{
    height:82px;
    line-height: 82px;
    border-top: 1px solid #EEEEEE;
    background: #fff url("../images/kongbai.png") no-repeat 10px center;
    background-size: 40px 40px;
    padding-left: 71px;
    font-size: 30px;
}
.title.select{
    background: #fff url("../images/select.png") no-repeat 10px center;
    background-size: 50px 50px;
}
.commodity_box{
    width:100%;
    position: relative;
    overflow: hidden;
}
.commodity{
    border-top: 1px solid #EEEEEE;
    font-size: 12px;
    padding: 45px 0 15px 72px;
    overflow: hidden;
    background: #fff url("../images/kongbai.png") no-repeat 10px center;
    background-size: 50px 50px;
    position: relative;
    right:0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.commodity.select{
    background: #fff url("../images/select.png") no-repeat 10px center;
    background-size: 50px;
}
.commodity .img{
    width:30%;
    text-align: center;
}
.commodity .img img{
    /*display: block;*/
    /*width:100%;*/
    height:203px;
}
.commodity .detail{
    width:70%;
    padding: 0 14px;
}
.jieshao{
    width:100%;
    overflow: hidden;
    font-size: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
}
.size{
    width:100%;
    overflow: hidden;
    color: #CCCCCC;
	font-size: 28px;
    PADDING-LEFT: 8PX;
}
.size span{
	font-size: 28px;
	color: #666;
}
.price_num{
    overflow: hidden;
    margin-right: 5px;
}
.price{
    color: #FF0000;
    font:28px "Microsoft yahei",Arial;
}
.price span{float: none !important;font-size: 34px !important;}
.price .normal{
	color: #999;
	text-decoration: line-through;
	font-size: 24px;
	margin-left: 8px;
}
.num{
    overflow: hidden;
}
.num span{
    text-align: center;
    line-height: 26px;
}
.num button,.num span{
    float: left;
    width:60px;
    height:60px;
    border: 1px solid #DFDFDF;
    background: #fff;
    font-size: 30px;
    line-height: 50px;
}
.del{
    width: 138px;
    height: 302px;
    color: #fff;
    background: #FF3B30;
    line-height: 302px;
    text-align: center;
    position: absolute;
    right: -138px;
    top: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-size: 28px;
}
.pay{
    overflow: hidden;
    position: fixed;
    z-index: 1;
    bottom: 108px;
    width:100%;
    height: 108px;
    line-height: 108px;
}
.pay p,.pay a{
    display: block;
    float: left;
}
.pay p{
    background: #fff;
    padding-left: 10px;
    border-top: 1px solid #EEEEEE;
    font:34px "Microsoft yahei",Arial;
    height:108px;
    line-height: 108px;
    width: 550px !important;
    color: #F00801;
}
.pay p span{
    color: #DD0707;
    font-size: 41px;
}
.pay a{
    width:200px;
    background: #FFB800;
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.empty{
    display: none;
    margin-top: 140px;

}
.empty img{
    display: block;
    width:220px;
    height:220px;
    margin: 30px auto;
}
.empty p{
    text-align: center;
}
.sle{
    height:50px;
    line-height: 50px;
    font-size: 21px;
    color: #969696;
}
.empty a{
    display: block;
    width:300px;
    height:62px;
    line-height: 60px;
    background: #f4eeed;
    color: #6f0a1c;
    border:1px solid #6f0a1c;
    text-align: center;
    margin:10px auto;
    border-radius: 5px;
}
/*结算页面*/
.main .user-msg-t{
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #DEDEDE;
	line-height: 1.8;
}
.main .user-msg-t strong{
	margin-right: 10px;
	color: #DA251C;
}
.main .user-msg-c{
	padding: 20px 10px;
}
.main .user-msg-c p{
	margin-bottom: 20px;
	font-size: 25px;
	color: #333;
	font-weight: 600;
}
.main .user-msg-c p:nth-child(even){
	margin-bottom: 28px;
}
.main .user-msg-c p input,.main .user-msg-c p select{
	border: 1px solid #dedede;
	height: 60px;
	width: 100%;
	margin-right: 5px;
	padding-left: 20px;
	font-size: 24px;
}
.main .user-msg-c p input:focus,.main .user-msg-c p select:focus{
	background: #f0efef;
}
.main .user-msg-c p select{
	width: 48.8%;
}
.main .user-msg-c p span{
	font-size: 22px;
	color: #747474;
	font-weight: 500;
}
.main .user-msg-c p i{
	color: #DA251C;
	font-style: normal;
	font-size: 20px;
}
.main .user-msg-c p textarea{
	resize: none;
	width: 100%;
	height: 220px;
	padding: 10px;
	border: 1px solid  #ccc;
}
.send-type{
	background: #fff;
	margin-top: 40px;
}
.send-type p{
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 22px;
	position: relative;
}
.send-type p i{
	color: #999;
	margin-right: 4px;
	font-size: 22px;
}
.send-type p img{
	vertical-align: -7%;
	padding-right: 8px;
}
.send-type p input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	left: 0;
}
.send-type p:first-child{
	color: #DA251C;
	line-height: 1.8;
	border-bottom:  1px solid #DEDEDE;
	font-size: 30px;
	font-weight: 600;
}
.pay-type p{
	margin-bottom: 5px;
	color: #999;
	line-height: 1.6;
}
.pay2,.pay3{
	margin-top: 20px;
}
.pay-type .pay-card{
	font-size: 28px;
	color: #DA251C;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.8;
}
.pay-type .pay-card span{
	color: #006600;
}
.pay-type .pay-card .pay-next i{
	font-size: 22px;
	color: #666;
}
.pay-type .pay-card .pay-next a{
	font-size: 22px;
	color: #999;
}

.send-goods table{
	border: 1px solid #DEDEDE;
	width: 100%;
	font-size: 14px;
	border-collapse:collapse;
}
.send-goods table th{
	width: 10%;
	font-size: 26px;
	padding: 20px 0;
}
.send-goods table .goods-n{
	width: 70%;
}
.send-goods td{
	padding: 25px 10px;
	font-size: 24px;
}
.send-goods td em{
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: normal;
}
.send-goods td strong{
	display: block;
	line-height: 1.8;
	margin-top: 5px;
}
.send-goods .n{
	text-align: center;
}
.send-goods td img{
	vertical-align: middle;
	width: 20%;
	margin-right: 2%;
}
.send-goods td a{
	display: block;
	width: 78%;
	float: right;
	color: #333;
	font-size: 24px;
}
.pay-info p{
	text-align: right;
}
.pay-info p{
	padding-right: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pay-info p:last-child{
	font-size: 32px;
	color: #ed0b0b;
}
.pay-score p:first-child,.pay-score p{
	font-size: 23px;
	border-bottom: 0;
	margin-bottom: 10px;
	color: #DA251C;
	padding-left: 0;
	padding-right: 5px;
}
.pay-score .pay-num{
	text-align: right;
	margin-bottom: 20px;
}
.pay-score p input{
	width: 500px;
	height: 60px;
	outline: medium;
	border: 1px solid #ccc;
	margin-left: 10px;
	font-size: 22px;
	padding-left: 20px;
	margin-right: 20px;
	border-radius: 5px;
}

.pay-score p button{
	width: 160px;
	border: 1px solid #666;
	background: #666;
	color: #fff;
	font-size: 24px;
	height: 60px;
	border-radius: 5px;
} 
.pay-sub{
	text-align: center;
	padding-right: 5px;
	padding: 10px 0;
	margin-top: 40px;
}
.pay-sub button, .pay-sub button a{
	display: inline-block;
	width: 360px;
	height: 72px;
	background: #DA251C;
	color: #fff;
	border: 0;
	line-height: 72px;
	font-size: 28px;
	border-radius: 9px;
}
/*支付确认部分*/
.baske-confirm{
	padding: 20px 10px;
}
.baske-confirm h3{
	margin-bottom: 20px;
	font-size: 26px;
}
.baske-confirm p{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
}
.baske-confirm p span{
	font-weight: normal;
	color: #DA251C;
	font-size: 24px;
}
.baske-confirm p:last-child span{
	font-weight: bold;
	font-size: 32px;
}
.baske-tip{
	width: 90%;
	margin: 0 auto;
	background: #eae9e9;
	padding: 20px;
}
.baske-tip h5{
	font-size: 30px;
	margin-bottom: 10px;
}
.baske-tip p{
	margin-bottom: 10px;
	font-size: 23px;
	line-height: 1.7;
	color: #333;
}

.visa-pay a{
	display: inline-block;
	width: 400px;
	height: 80px;
	background: url(../images/cart3.gif) center no-repeat;
	background-size: 100%;
}
.main .red{
	color: #DA251C;
}
.main .weight{
	font-weight: bold;
}
/*信用卡转账部分*/
.visa-card{
	height: 66px;
	border: 1px solid #ccc;
	width: 90%;
	margin: 122px auto 40px;
	line-height: 66px;
	padding: 0 10px;
	color: #999;
}
.visa-pay strong{
	color: #ff9900;
}
.visa-num{
	padding: 10px 20px;
}
.visa-num p{
	margin-bottom: 34px;
}
.visa-num p i{
	margin-left: 20px;
	font-size: 40px;
	color: #f8971c;
}
.visa-num p img{
	vertical-align: middle;
}
.visa-num p label{
	color: #333;
	margin-right: 23px;
	font-size: 25px;
}
.visa-num p:nth-of-type(2){
	padding-left: 73px;
}
.visa-num p:nth-of-type(3){
	padding-left: 99px;
}
.visa-num p b{
	color: red;
}
.visa-num p input{
	border: 1px solid #999;
	height: 62px;
	width: 300px;
	padding: 5px;
	font-size: 24px;
}
.visa-tip{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	display: none;
}
.visa-sub{
	text-align: center;
}
.visa-sub a:first-child{
	display: inline-block;
	width: 236px;
	height: 64px;
	background: url(../images/xyk-1.png) center no-repeat;
	margin-right: 44px;
	background-size: 100%;
}
.visa-sub a:last-child{
	display: inline-block;
	width: 136px;
	height: 52px;
	background: url(../images/cancel.png) center no-repeat;
	background-size: 100%;
}

/*支付成功页*/
.pay-suc{
	margin: 180px 0 80px;
	text-align: center;
}
.pay-suc p{
	margin: 20px 0;
	text-align: center;
	font-size: 26px;
	color: #8f8f94;
}
.pay-home{
	text-align: center;
}
.pay-home p{
	font-size: 24px;
	color: #999;
	line-height: 1.8;
}

.pay-home a{
	margin-top: 30px;
	display: inline-block;
	height: 60px;
	width: 260px;
	line-height: 60px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	border-radius: 3px;
}
.pay-home .pay-return{
	border: 1px solid #F44336;
	color: #F44336;	
	text-align: center;
	border-radius: 3px;	
	margin-left: 20px;
}

