/*Rounded Corners*/
/*Box Shadow*/
/*Transition*/
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container.main-container {
  width: 1200px;
  padding: 0;
}
.page-header {
  text-align: center;
  font-size: 18px;
  color: #000;
  padding-bottom: 0;
  margin: 0 0 27px;
  border-bottom: 0;
}
.form-horizontal {
  border-radius: 5px;
  background-color: #fff;
  padding: 60px;
}
.commet-list .table-bordered {
  border: 0;
  background: #fff;
  padding: 25px 30px 50px;
  color: #313131;
  font-size: 14px;
  border-radius: 5px;
}
.commet-list .text-nowrap {
  border-bottom: 1px solid #DEDEDE;
  padding: 0 20px 12px 43px;
}
.commet-list .text-nowrap .text-muted {
  float: left;
  color: #313131;
  font-size: 14px;
}
.commet-list .text-nowrap .list-inline {
  float: right;
  color: #333743;
}
.commet-list .text-nowrap .list-inline,
.commet-list .text-nowrap .list-inline li {
  margin: 0;
  padding: 0;
}
.commet-list .order-close-time {
  padding: 12px 43px;
  color: #707070;
  font-size: 14px;
  background: rgba(230, 0, 18, 0.05);
}
.commet-list .order-close-time span {
  color: #333743;
}
.commet-list .mo-wrap {
  border-bottom: 1px solid #DEDEDE;
}
.commet-list .mo-item {
  padding: 15px 0 20px 30px;
  box-sizing: border-box;
}
.commet-list .mo-item .img-thumbnail {
  border: 0;
  width: 100px;
  padding: 0;
  border-radius: 0;
  margin-right: 24px;
}
.commet-list .mo-item .product__namewrap {
  height: 100px;
  position: relative;
  width: 200px;
}
.commet-list .mo-item .goods-name {
  font-size: 16px;
  color: #313131;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.commet-list .mo-item .spec {
  color: #707070;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.commet-list .mo-item .order-detail {
  font-size: 14px;
  color: #707070;
  margin-right: 20px;
}
.commet-list .mo-item .product__nums {
  margin: 30px 100px;
}
.commet-list .mo-item .product__price {
  margin: 30px 0;
  width: 50%;
}
.commet-list .mo-item .list-unstyled {
  color: #333743;
  font-size: 16px;
}
.commet-list .control-label {
  text-align: left;
}
.commet-list .form-group {
  width: 100%;
}
.commet-list .comment-text {
  width: 100%;
}
.orderBottomBar {
  text-align: right;
  font-size: 14px;
  padding: 0 0 20px 30px;
}
.orderBottomBar button {
  padding: 4px 15px;
  background: #333743;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  border: 0;
  margin-left: 10px;
}
.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}
.avatar img {
  width: 100%;
  height: auto;
}
.media-cont {
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
}
.addpic {
  position: relative;
  width: 102px;
  height: 102px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.addpic input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.addpic img {
  width: 102px;
}
.addpic .camera-icon {
  width: 102px;
}
.addpic .close-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  background-color: #333743;
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 999;
}
