.card {
  border-radius: .7rem;
  border: 0 none;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.card-footer {
  border-bottom-left-radius: .7rem !important;
  border-bottom-right-radius: .7rem !important;
  border: 0 none;
}

.card-body {
  position: relative;
  padding: 2rem 2.25rem;
}

.card-title {
  height: 35px;
  margin-bottom: .5rem;
}

.shop-products {
  background: url(/views/assets/base/img/product-list-red-bottom.png) bottom center no-repeat; 
  background-size: 100%;
}

.shop-products .card-body {
  padding: 0 1rem 0.25rem;
}

.shop-products .card-text {
  font-size: 13px;
  line-height: 24px;
}

input, #result {
  background-color: #f3f3f3 !important;
  /* 内阴影的颜色 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* 内阴影的水平偏移量 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* 内阴影的模糊半径 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* 内阴影的扩散范围 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* 内阴影的outset或inset（此处为外阴影，应设置为内阴影） */
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

input::placeholder {
  font-family: 'Arial', sans-serif;
  color: #b5b5b5 !important;
  opacity: 1; /* 设置透明度为1，即不透明 */
}

.verify-title {
  font-weight: bold;
  font-size: 20px;
}

.red-font,
.red-font:hover {
  color: #c71b30;
}

.orange-font,
.orange-font:hover {
  color: #ef8e2a;
}

.blue-font,
.blue-font:hover {
  color: #1931db;
}

.green-font,
.green-font:hover {
  color: #439202;
}

#result {
  padding: .575rem .85rem;
  font-size: .875rem;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#result p {
  line-height: 2.2rem;
}

#hint {
  font-size: .875rem;
}

#emailVerify {
  position: absolute;
  background-color: #c71b30;
  bottom: 30px;
  right: 45px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
}

.list-group-item {
  border: 0 none;
}

#point_detail_list, #order_list {
  font-size: 1.25rem; 
  padding: 0;
}

#point_detail_list .list-group-item, #order_list .list-group-item {
  padding: .75rem 0;
  border: 0 none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

#point_detail_list .list-group-item:last-child, #order_list .list-group-item:last-child {
  border-bottom: 0 none;
}

#point_detail_list small, #order_list small {
  display: block;
  color: #787878;
}

#point_detail_list .float-right, #order_list .float-right {
  margin-top: -40px;
}

.list-group-item .fa {
  font-size: 75%;
  float: right;
  color: #cacaca;
  margin-top: 7px;
}

.footer .active {
  color: #dd1831;
}

.footer .col-3 {
  cursor: pointer;
}