@charset "utf-8";
/* CSS Document */
.header{text-align:left;font-weight:normal;}
body{  background:#f5f5f5;}
.warp{ width:100%; position:relative;box-shadow: 10px 10px 10px #f2f2f2;}
.warp .wrapper{ width:1200px;  margin:auto; padding-top:40px; }
/*左边*/
.warp .wrapper .left{ width:240px;height:680px;  background:#FFF; float:left}
.warp .wrapper .left h3{ padding-left:40px; padding-top:20px; line-height:50px; font-weight:normal; font-size:18px;
background:url(../images/jficon.png) 20px 38px no-repeat}
.warp .wrapper .left h4{ padding-left:40px; padding-top:20px; line-height:50px; font-weight:normal;font-size:18px;
background:url(../images/ddicon.png) 20px 38px no-repeat}
.warp .wrapper .left h2{ padding-left:40px; padding-top:20px; line-height:50px; font-weight:normal;font-size:18px;
background:url(../images/szicon.png) 20px 38px no-repeat}
.warp .wrapper .left .grzx{ margin-left:40px;}
.warp .wrapper .left .grzx .but{ background:none; cursor:pointer}
.warp .wrapper .left .grzx .but:hover{ color:#090}
.warp .wrapper .left .grzx li{ line-height:35px;}
.warp .wrapper .left .grzx li a{ color:#666; font-size:13px;}
.warp .wrapper .left .grzx li a:hover{ color:#090}
/*右边*/
.warp .wrapper .right{ width:945px;  background:#FFF; float:right;}
/*个人中心*/
.current{ color:#999; font-size:12px; padding-bottom:10px;}
.current a{ color:#999}
.warp .wrapper .right .main{ width:900px;   margin:auto; margin-top:30px;}

/*产品订单*/
.warp .wrapper .right .cpdd{ width:900px;  margin:auto; margin-top:30px;}
.warp .wrapper .right .cpdd .herd h3{ font-size:16px; font-weight:normal; float:left; padding-right:30px; line-height:35px;} 
.warp .wrapper .right .cpdd .herd  .one{ margin-right:30px; width:132px; color:#666; height:28px; padding-left:5px;
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /*很关键：将默认的select选择框样式清除*/
  
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
 /* background: url(../images/jt.png) no-repeat scroll right 5px center transparent;*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
 /* padding-right: 14px;*/
/*  margin-top:7px;*/
  outline:none;
  background:url(../images/123456.png) no-repeat #fff
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.warp .wrapper .right .cpdd .form3{ float:left; margin-top:5px;}
.herd_r{  height:35px; border:1px solid #d8d8d8; float:right}
.herd_r .search-text{ width:240px; height:33px; font-size:12px; color:#666; padding-left:10px; float:left;outline:none;
border:1px solid #fff}
.herd_r .search-submit{ width:40px; height:35px; background:url(../images/sc.png) center no-repeat; border-left:1px solid #d8d8d8; cursor:pointer;outline:none;}


.warp .wrapper .right  .cont{ width:900px;  margin:auto; border:1px solid #d8d8d8; margin-top:10px; margin-bottom:30px; }
.warp .wrapper .right  .cont .cont_top{ width:900px; height:35px; background:#f2f2f2;}
.warp .wrapper .right  .cont .cont_top li{ float:left; font-size:12px; line-height:35px; padding-left:30px;}
.warp .wrapper .right  .cont .cont_tab .img{ width:70px; height:65px; float:left; padding-right:20px;margin:3px 2px;}
.warp .wrapper .right  .cont .cont_tab .zuo{ width:675px; border-right:1px solid #d8d8d8;}
.warp .wrapper .right  .cont .cont_tab .you{ text-align:center}
.warp .wrapper .right  .cont .cont_tab .you p{ line-height:30px; color:#666}
.warp .wrapper .right  .cont .cont_tab .you span{ color:#090; font-size:20px;}
.warp .wrapper .right  .cont .cont_tab .cont_list li{ font-size:12px;position:relative; border-bottom:1px solid #f2f2f2}
.warp .wrapper .right  .cont .cont_tab .cont_list li p{ line-height:25px;color:#666}
.warp .wrapper .right  .cont .cont_tab .cont_list li a{ font-size:12px; color:#666}
.warp .wrapper .right  .cont .cont_tab .cont_list li label{ position:absolute; right:50px; top:10px; font-size:16px; color:#666} 

.left,.right{color:#000 }










