@charset 'utf-8';
body {
  background-color: #f9f9f9;
}
.userCenter {
  overflow: hidden;
  margin-top: 40px;
  padding: 5px;
}
.userCenter .carts_title {
  border-bottom: 1px solid #ccc;
}
.userCenter .carts_title h2 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
}
.userCenter .noList {
  margin-top: 200px;
  text-align: center;
}
.userCenter .noList .imgWrap {
  display: inline-block;
  margin-right: 80px;
}
.userCenter .noList .instruction {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.userCenter .noList .instruction p {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  color: #333333;
  color: #666;
  height: 20px;
  line-height: 20px;
}
.userCenter .noList .instruction .btn_mall {
  margin-top: 40px;
  background-color: #f8a008;
  border: none;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  box-shadow: 2px 2px 10px #f8a008;
}
.userCenter .list {
  margin-top: 20px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  text-align: center;
}
.userCenter .list .td1 {
  width: 50px;
}
.userCenter .list .td1 .checkboxs {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/img/checkbox_icons.png) no-repeat 0 0;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}
.userCenter .list .td1 .checkboxs input {
  opacity: 0;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  float: left;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.userCenter .list .td1 .on {
  background-position: -16px 0;
}
.userCenter .list .td2 {
  width: 100px;
  text-align: left;
}
.userCenter .list .td3 {
  width: 630px;
  text-align: left;
}
.userCenter .list .td4 {
  width: 90px;
}
.userCenter .list .td5 {
  width: 140px;
}
.userCenter .list .td5 .jian,
.userCenter .list .td5 .jia{
  width: 14px;
  height: 14px;
  border-radius: 2px;
  line-height: 14px;
  background-color: #ccc;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  vertical-align: middle;
}
.userCenter .list .td5 .jian a,.userCenter .list .td5 .jia a{
	color: #fff;
}
.userCenter .list .td5 .jian:hover,
.userCenter .list .td5 .jia:hover {
  background-color: #f8a008;
}
.userCenter .list .td5 .pnum {
  width: 40px;
  padding: 0 10px;
  height: 14px;
  border: none;
  text-align: center;
  color: #666;
  line-height: 14px;
  font-size: 14px;
}
.userCenter .list .td6 {
  width: 90px;
  color: #f8a008;
}
.userCenter .list .td7 {
  width: 100px;
}
.userCenter .list .td7 a {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
}
.userCenter .list .td7 a:hover {
  color: #f8a008;
}
.userCenter .list .thead {
  border-radius: 6px;
  box-shadow: 0 0 10px #ccc;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.userCenter .list .thead .td {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.userCenter .list .tbody li {
  border-radius: 6px;
  box-shadow: 0 0 10px #ccc;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
.userCenter .list .tbody li .td {
  float: left;
  height: 80px;
  line-height: 35px;
  overflow: hidden;
  font-size: 14px;
}
.userCenter .list .tbody li .td2 .imgWrap {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}
.userCenter .list .tfooter {
  border-radius: 6px;
  box-shadow: 0 0 10px #ccc;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.userCenter .list .tfooter .td {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #666;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.userCenter .list .tfooter .td2 {
  font-size: 16px;
  color: #333;
}
.userCenter .list .tfooter .td3 {
  width: 580px;
}
.userCenter .list .tfooter .td3 a {
  color: #666;
}
.userCenter .list .tfooter .td3:hover {
  opacity: 0.8;
}
.userCenter .list .tfooter .td4 {
  width: 140px;
}
.userCenter .list .tfooter .td4 span {
  color: #f8a008;
  font-weight: bold;
}
.userCenter .list .tfooter .td5 {
  width: 160px;
}
.userCenter .list .tfooter .td5 span {
  font-size: 20px;
  color: #f8a008;
  vertical-align: top;
  font-weight: bold;
}
.userCenter .list .tfooter .td6 {
  width: 160px;
}
.userCenter .list .tfooter .td6 .btn_submit {
  background-color: #f8a008;
  border: none;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  box-shadow: 2px 2px 10px #f8a008;
}
#footer {
  background-color: #f9f9f9 !important;
  margin-top: 200px !important;
}
