/*buy_cart*/
.car-title {
  position: relative;
  margin: 0.05rem 0 0 0;
  padding: 0.15rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
}
.car-title .car-admin {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  background: #fff;
  color: #008382;
  font-size: 0.14rem;
  border: 0;
}
.hide {
  display: none;
}
.car-list {
  margin-bottom: 1.5rem;
}
.car-list .list-box {
  margin: 0 0.15rem 0.15rem 0.15rem;
  padding: 0.15rem 0.1rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.05rem 0.05rem #f8f8f8;
  overflow: hidden;
}
.car-list .list-box .left-box {
  float: left;
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0.185rem 0.1rem 0 0;
}
.car-list .list-box .left-box input[type="checkbox"] {
  display: none;
}
.car-list .list-box .left-box label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.15rem;
}
.car-list .list-box .left-box input:checked + label::before {
  border: 0;
  background: url(../images/buy/ch.png) no-repeat;
  background-size: 0.25rem 0.25rem;
}
.car-list .list-box .right-box {
  float: left;
  width: 2.8rem;
}
.car-list .list-box .right-box .box-top {
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.car-list .list-box .right-box .box-top .img {
  float: left;
  width: 0.93rem;
}
.car-list .list-box .right-box .box-top .img img {
  width: 0.93rem;
  border-radius: 0.05rem;
}
.car-list .list-box .right-box .box-top .info {
  float: left;
  width: 1.7rem;
  margin-left: 0.1rem;
}
.car-list .list-box .right-box .box-top .info .title {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.car-list .list-box .right-box .box-top .info .pam .price {
  float: left;
  color: #f45a5a;
  font-weight: bold;
  font-size: 0.15rem;
}
.car-list .list-box .right-box .box-top .info .pam .more {
  display: block;
  float: right;
  width: 0.6rem;
  height: 0.23rem;
  margin-left: 0.05rem;
  background: #f39801;
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
  font-size: 0.1rem;
  border-radius: 0.5rem;
}
.car-list .list-box .right-box .edition {
  color: #999;
}
.car-list .none-car {
  height: 2.6rem;
  margin: 0.8rem 0;
  padding: 1.6rem 0 0 0;
  background: url(../images/buy/none_car.png) no-repeat top;
  background-size: 1.8rem auto;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
}
.car-list .none-car .fill {
  display: block;
  width: 1.5rem;
  height: 0.45rem;
  margin: 0.15rem auto;
  background: #008382;
  line-height: 0.45rem;
  color: #fff;
  font-weight: 400;
  border-radius: 0.5rem;
}
.car-list .need-box {
  padding: 0 0.15rem;
}
.car-list .need-box .title {
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.car-list .need-box .list-box {
  margin: 0 0 0.15rem 0;
  padding: 0.15rem 0.1rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.05rem 0.05rem #f8f8f8;
  overflow: hidden;
}
.car-list .list-box .box-top {
  float: left;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.car-list .list-box .box-top .img {
  float: left;
  width: 0.95rem;
}
.car-list .list-box .box-top .img img {
  width: 0.95rem;
  border-radius: 0.05rem;
}
.car-list .list-box .info {
  float: left;
  width: 2rem;
  margin-left: 0.1rem;
}
.car-list .list-box .info .title {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.car-list .list-box .info .pam .price {
  float: left;
  color: #f45a5a;
  font-weight: bold;
  font-size: 0.15rem;
}
.car-list .list-box .info .pam .more {
  display: block;
  float: right;
  width: 0.6rem;
  height: 0.23rem;
  margin-left: 0.05rem;
  background: #f39801;
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
  font-size: 0.1rem;
  border-radius: 0.5rem;
}
.car-list .list-box .edition {
  clear: both;
  color: #999;
}
.car-tool {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  padding: 0.05rem 0.15rem;
  background: #fff;
  border-top: 0.01rem solid #e0e0e0;
  overflow: hidden;
}
.car-tool .selectAll {
  float: left;
  position: relative;
  width: 0.65rem;
  line-height: 0.45rem;
}
.car-tool .selectAll input[type="checkbox"] {
  display: none;
}
.car-tool .selectAll label {
  margin: 0;
  padding-left: 0.3rem;
  font-size: 0.15rem;
}
.car-tool .selectAll label::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.15rem;
}
.car-tool .selectAll input:checked + label::before {
  border: 0;
  background: url(../images/buy/ch.png) no-repeat;
  background-size: 0.25rem 0.25rem;
}
.car-tool .settlement-box {
  float: left;
  overflow: hidden;
  width: 2.75rem;
}
.car-tool .total-price {
  float: left;
  width: 1.4rem;
  line-height: 0.45rem;
  text-align: right;
  color: #111;
  font-size: 0.15rem;
  font-weight: bold;
}
.car-tool .total-price span {
  color: #f45a5a;
}
.car-tool #settlement {
  float: right;
  width: 1.08rem;
  height: 0.45rem;
  background: #ccc;
  color: #fff;
  font-size: 0.16rem;
  border: 0;
  border-radius: 0.5rem;
}
.car-tool #settlement.bg-red {
  background: #f45a5a;
}
.car-tool .operate-box {
  float: left;
  padding-top: 0.05rem;
  overflow: hidden;
}
.car-tool .operate-box button {
  height: 0.35rem;
  background: #fff;
  border-radius: 0.5rem;
}
.car-tool .operate-box #collection {
  width: 1.1rem;
  color: #f39801;
  border: 0.01rem solid #f39801;
}
.car-tool .operate-box #carDelete,
.car-tool .operate-box #cancel {
  width: 0.8rem;
  color: #f45a5a;
  border: 0.01rem solid #f45a5a;
}

/*submit*/
.order-list {
  padding: 0.2rem 0;
  background: #f8f8f8;
}
.order-list .list-box {
  margin: 0 0.15rem 0rem 0.15rem;
  padding: 0.15rem 0.1rem;
  border-bottom: 0.01rem solid #eee;
  border-radius: 0.05rem;
  overflow: hidden;
}
.order-list .list-box .box-top {
  float: left;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.order-list .list-box .box-top .img {
  float: left;
  width: 0.95rem;
}
.order-list .list-box .box-top .img img {
  width: 0.95rem;
  border-radius: 0.05rem;
}
.order-list .list-box .info {
  float: left;
  width: 2rem;
  margin-left: 0.1rem;
}
.order-list .list-box .info .title {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.order-list .list-box .info .used-deduct {
  color: #f39801;
}
.order-list .list-box .info .pam .price {
  float: left;
  color: #f45a5a;
  font-weight: bold;
  font-size: 0.15rem;
}
.order-list .total-price {
  padding: 0.15rem;
  text-align: right;
  font-size: 0.16rem;
  font-weight: bold;
}
.order-list .total-price span {
  color: #f45a5a;
}
.order-list .buy-agreement {
  padding: 0 0.15rem;
  text-align: center;
}
.order-list .buy-agreement .tips {
  margin-bottom: 0.05rem;
  color: #999;
}
.order-list .buy-agreement .agreement {
  font-size: 0.15rem;
}
.order-list .buy-agreement .agreement input {
  vertical-align: top;
}
.order-list .buy-agreement .agreement a {
  color: #f39801;
}
.order-list .buy-agreement .agreement input[type="checkbox"] {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0;
}
.buy-info {
  margin-bottom: 0.75rem;
  padding: 0.1rem 0.15rem;
}
.buy-info .box-title {
  position: relative;
  padding: 0.1rem 0;
  font-weight: bold;
  border-bottom: 0.01rem solid #eee;
}
.buy-info .pay-method .method {
  position: relative;
  margin: 0.05rem 0;
  height: 0.5rem;
  line-height: 0.5rem;
}
.buy-info .pay-method .method input[type="radio"] {
  display: none;
}
.buy-info .pay-method .method label {
  margin: 0;
  padding-left: 0.5rem;
  font-size: 0.15rem;
}
.buy-info .pay-method .method label::before {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.15rem;
}
.buy-info .pay-method .method input:checked + label::before {
  border: 0;
  background: url(../images/buy/ch.png) no-repeat;
  background-size: 0.25rem 0.25rem;
}
.buy-info .pay-method .method img {
  width: 0.3rem;
  margin-right: 0.1rem;
}
.buy-info .study-card .box-title::after,
.buy-info .coupon .box-title::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.1rem;
  height: 0.1rem;
  color: #000;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}
.buy-info .select-count {
  position: absolute;
  top: 0.1rem;
  right: 0.35rem;
  color: #999;
}
.select-box {
  position: relative;
  padding-bottom: 0.6rem;
}
.select-box .close-button::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.2rem;
  width: 0.12rem;
  height: 0.12rem;
  color: #000;
  border-left: 0.02rem solid #999;
  border-bottom: 0.02rem solid #999;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.select-box .title {
  padding: 0.15rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
}
.select-box .save-select {
  position: absolute;
  top: 0.15rem;
  right: 0.2rem;
  background: #fff;
  color: #008382;
  border: 0;
}
.select-box .lists .list-box {
  margin: 0;
  padding: 0.15rem 0.1rem 0 0.1rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.select-box .lists .list-box .left-box {
  float: left;
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0.185rem 0.1rem 0 0;
}

.select-box .lists .list-box .card-box .select_box {
  margin-left: 0.1rem;
  top: 0.1rem;
  position: absolute;
  background: #fff;
  border: none !important;
}
.select-box .lists .list-box .left-box .select_box {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.select-box .lists .list-box .left-box .select_box img {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}
.select-box .lists .list-box .card-box {
  float: none;
  position: relative;
  width: 3.13rem;
  height: 1.28rem;
  margin: 0 auto;
  background: url(../images/buy/card_bg.png) no-repeat;
  background-size: 100%;
}

/* 抵扣券课程 */
.select-box .deduction_item {
  padding: 0.15rem;
  border-radius: 0.05rem;
  overflow: hidden;
  display: flex;
  margin-bottom: 0.1rem;
  align-items: center;
}
.select-box .deduction_item .select_box {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.select-box .deduction_item .select_box img {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}
.select-box .deduction_item .course-img {
  width: 1rem;
  height: 1rem;
  margin-left: 0.12rem;
  border-radius: 0.06rem;
}
.select-box .deduction_item .course-info {
  flex: 1;
  margin-left: 0.1rem;
  text-align: left;
  height: 1rem;
}
.select-box .deduction_item .course-info .title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
  width: 100%;
  padding: 0;
  text-align: left;
}
.select-box .deduction_item .course-info .price {
  width: 100%;
  color: #f45a5a;
  font-size: 0.14rem;
  font-weight: 500;
  margin-top: 0.24rem;
}
/* 
.select-box .lists .list-box .left-box input[type="checkbox"] {
  display: none;
}
.select-box .lists .list-box .left-box label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.15rem;
}
.select-box .lists .list-box .left-box input:checked + label::before {
  border: 0;
  background: url(../images/buy/ch.png) no-repeat;
  background-size: 0.25rem 0.25rem;
}

.select-box .lists .list-box .card-box label {
  width: 100%;
  height: 100%;
  margin: 0;
}
.select-box .lists .list-box .card-box label::before {
  top: 0.1rem;
  left: 0.1rem;
  background: #ffe1af;
  border: 0;
} */
.select-box .lists .list-box .card-box .info p {
  position: absolute;
  left: 0.4rem;
  color: #ffe1af;
  font-weight: 400;
}
.select-box .lists .list-box .card-box .info .num {
  top: 0.2rem;
}
.select-box .lists .list-box .card-box .info .term-of-validity {
  top: 1rem;
}
.select-box .lists .list-box .right-box {
  float: left;
  width: 2.9rem;
}
.select-box .lists .list-box .right-box .box-top {
  display: flex;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.select-box .lists .list-box .right-box .box-top .coupon-price {
  flex: 1;
  height: 0.75rem;
  background: #f47575;
  text-align: center;
  line-height: 0.75rem;
  color: #fff;
  font-size: 0.2rem;
}
.select-box .lists .list-box .right-box .box-top .info {
  flex: 2;
  padding: 0.05rem 0.1rem;
  color: #999;
  font-size: 0.15rem;
  line-height: 0.22rem;
}
.select-box .lists .list-box .right-box .box-top .info .name {
  font-size: 0.13rem;
}
.select-box .lists .list-box .right-box .box-top .info .condition {
  color: #ec5151;
}
.select-box .lists .list-box .right-box .box-top .info .term-of-validity {
}
.pay-tool {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1170px;
  height: 0.55rem;
  padding: 0.05rem 0.15rem;
  background: #fafafc;
  box-shadow: 1px 0 5px rgba(100, 100, 100, 0.2);
  overflow: hidden;
}
.pay-tool .actual-price {
  float: left;
  line-height: 0.5rem;
  color: #999;
  font-size: 0.16rem;
  font-weight: bold;
}
.pay-tool .actual-price span {
  color: #f45a5a;
}
.pay-tool .submit-order {
  float: right;
  width: 1rem;
  height: 0.45rem;
  background: #f45a5a;
  color: #fff;
  font-size: 0.16rem;
  border: 0;
  border-radius: 0.5rem;
}

@media screen and (min-width: 750px) {
  .car-list .list-box .right-box {
    width: 2.7rem;
  }
  .car-list .list-box .right-box .box-top .info {
    width: 1.6rem;
  }
}
