@CHARSET "UTF-8";

.box{margin-top: 20px;background-color: #FFFFFF;}
.goods_img{width: 181px;height: 181px;text-align: left;margin: 30px 20px 30px 30px;}
.box_top{height: 80px;border-bottom:1px solid #E6E6E6;}
.box_end{height: 80px;border-top: 1px solid #E6E6E6;}
.create_date{font-size: 28px;color: #333333;text-align: center;float: left;height: 46px;padding:12px 6px 0px; margin-top:14px;margin-left: 20px;}
.box_dr0,.box_dr1,.box_dr3,.box_dr4{
	color: #ff5080;
	font-size: 26px;
	text-align: center;
	height: 50px;
    line-height: 50px;
}
.box_dr0{
	width: 249px;
	margin-top:14px;
	float: right;
	margin-right: 30px;
	background-image: url(../img/weixin/report-border.png);
	background-size:100% 100%;
	}
.box_dr1{
	width: 135px;
	margin-top:14px;
	float: right;
	margin-right: 30px;
	color:#666666;
	background-image: url(../img/weixin/complete-img.png);
	background-size:100% 100%;
	}
	.box_dr3{
	width:135px;
	margin-top:14px;
	float: right;
	margin-right: 30px;
	color:#FFFFFF;
	background-image: url(../img/weixin/shipment-pending-img.png);
	background-size:100% 100%;
	}
	.box_dr4{
	width:135px;
	margin-top:14px;
	float: right;
	margin-right: 30px;
	color:#FFFFFF;
	background-image: url(../img/weixin/take-delivery-img.png);
	background-size:100% 100%;
	}

.box_text{width: 750px;height: 240px;overflow-x:visible;}
.box_text_s{width: 520px;height: 240px;position: relative; left: 230px;bottom: 240px;}
.ig_goods_name{
	font-size: 26px;color:#333333;
	position: relative; top: 28px;
	width: 480px;
	height:70px;
	word-break: break-all;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
 }
 .code{font-size: 24px;color:#FBC66B;display: block;height: 30px;}
.ig_goods_integral{font-size: 28px;color:#ff5080;position: relative; bottom: -18px;vertical-align:middle;}
.integral_img{width:26px;height: 23px;vertical-align:middle;margin-top: 3px;}
.integral{height: 28px;vertical-align:middle;margin-left: 10px;}
.ig_goods_count{font-size: 24px;color:#999999;position: relative;bottom: -22px;}

.count,.g_i,.integral{font-size: 28px;}
.count,.g_i{color: #333333;line-height: 80px;}
.integral{color: #ff5080;}
.count{float: left;margin-left: 28px;}
.g_i{float: right;margin-right: 30px;}

.loading{font-size: 30px;color: grey;text-align: center;}

.menu{width: 750px;height: 80px;background-color: #FFFFFF;border-bottom: 1px solid #CCCCCC;}
/* ul li以横排显示 */

/* 所有class为menu的div中的ul样式 */
div.menu ul
{
    list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
}
/* 所有class为menu的div中的ul中的li样式 */
div.menu ul li
{   
	
    float:left; /* 向左漂移，将竖排变为横排 */
    text-align:center;
    border-bottom: 1px solid #CCCCCC;
}
/* 所有class为menu的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
div.menu ul li a, div.menu ul li a:visited
{
    font-size:28px;
   /*  color: #999998; 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 80px; /* 行高 */
    width:250px;
    height:80px;
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
    display: inline-block;
    background-size:187px 2px;
  }

/* 所有class为menu的div中的ul中的a样式(鼠标点击元素时的样式) */
div.menu ul li a:hover
{
    /* background-color: #465c71; 背景色
    background-image: url(../img/weixin/winning-record.png); */
    /* color: #ff5080; */ /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}

li>.curr {
	color: #84b725;
	border-bottom: 2px solid #84b725;
}

.details{
	height: 160px;
	width: 750px;
	position: relative;
}

.details li{
    border-bottom: 1px solid #CCCCCC;
}
.detail_img{
	top: 34px;
	left: 30px;
	height: 90px;
	width: 90px;
	position: absolute;
}
.detail_tt{
	top: 34px;
	left: 150px;
	position: absolute;
}
.detail_type{
	font-size: 32px;
	color: #333333;
	padding: 5px;
	word-break: break-all;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 430px;
}
.detail_time{
	font-size: 24px;
	color: #999999;
	padding: 5px;
}
.detail_integral{
	width:135px;
	height: 49px;
	top: 53px;
	right:30px;
	background: url(../img2018/shipment-pending-img.png) no-repeat;
	position: absolute;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	line-height: 49px;
}

.detail_integral2{
	width:135px;
	height: 49px;
	top: 53px;
	right:30px;
	background: url(../img2018/exchange_consign_img@2x) no-repeat;
	position: absolute;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	line-height: 49px;
}








#load{
	text-align: center;
	font-size: 28px;
	border-top: 1px solid #CCCCCC;
	/* border-bottom: 1px solid #CCCCCC; */
}

.integral_usertop {
	position:fixed;
	z-index:3;
}
#content {
	margin-top: 290px;
}
