#shopPage .el-pagination__jump {
  margin-left: -16px;
}
#shopPage .el-col-6 {
  width: 20%;
}
.el-select {
  margin-right: 20px;
}
#shopPage .el-input__inner {
  margin-bottom: 0 !important;
}
.el-checkbox__inner:after {
  content: '\A0';
  display: inline-block;
  border: 2px solid #dcdfe6;
  border-top-width: 0;
  border-right-width: 0;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-50deg) !important;
  transform: rotate(-50deg) !important;
  position: absolute;
  top: 4px;
  left: 3px;
}
.el-checkbox__inner {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: none;
}
.coursepacket {
  padding: 0 !important;
}
#shopPage .el-input-group__append img {
  margin-left: 5px;
}
#shopPage .el-input-group__append {
  width: 30px;
  padding: 0;
  border: none;
  height: 32px;
  background: #f3f5f6 !important;
  border-radius: 0 8px 8px 0;
}
.el-input-group {
  width: 280px;
  float: right;
}
#shopPage .el-input-group--append .el-input__inner {
  border-radius: 8px 0 0 8px !important;
  background: #f3f5f6;
  border: none;
}
#shopPage .el-input__inner:focus {
  border-color: #42598D !important;
}
.searchBox {
  overflow: hidden;
  float: right;
  padding-top: 10px;
}
.searchImg {
  cursor: pointer;
}
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover {
  border-color: #dcdfe6 !important;
}
.searchBox .el-checkbox__label {
  margin-top: 6px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  top: 7px;
}
.titleDiv {
  height: 50px;
  color: #454647;
  overflow: hidden;
  position: relative;
}
.titleDiv img {
  float: left;
}
.topDiv {
  padding: 10px 30px 20px 30px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 4px #eee;
}
.conditionDiv {
  font-size: 12px;
  margin-bottom: 10px;
}
.conditionDiv .f1,
.conditionDiv .f2 {
  overflow: hidden;
}
.conditionDiv .f1:nth-child(1) {
  border-bottom: 1px solid #edf1f2;
}
.topDiv .titleDiv {
  border-bottom: 1px solid #d2d2d3;
}
.conditionDiv .leftLable {
  width: 80px;
  float: left;
  line-height: 40px;
  text-align: right;
  color: #454647;
}
.conditionDiv .rightDiv {
  width: calc(100% - 80px);
  float: left;
  background: #fff;
  min-height: 40px;
  position: relative;
}
.el-collapse-item__wrap,
.el-collapse-item__header {
  border-bottom: none;
}
.el-collapse {
  border: none;
}
.el-collapse-item__header {
  float: right;
  width: 60px;
  color: #42598D;
  height: 40px;
  line-height: 40px;
}
.el-collapse-item div {
  overflow: hidden;
}
.subjectItems,
.attrItems {
  line-height: 24px;
  margin: 8px 10px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  color: #666;
}
.subjectItems:hover,
.attrItems:hover {
  color: #42598D;
}
.subjectItemsChecked,
.attrItemsChecked {
  background: #eff4fff;
  color: #42598D;
}
.titleSubject {
  position: absolute;
  width: calc(100% - 60px);
  overflow: hidden;
  max-height: 40px;
}
.moreSubject {
  line-height: 40px;
}
.el-collapse-item__content {
  padding-bottom: 0;
}
.empowerBtnDisabled {
  cursor: not-allowed;
  color: #454647;
  position: relative;
  top: 1px;
}
.delBtnDisabled {
  cursor: not-allowed;
}
.delBtnDisabled,
.delBtn {
  position: relative;
  top: 1px;
}
.delBtnDisabled img,
.delBtn img {
  margin-right: 5px;
}
.el-pagination {
  float: right;
}
.backBtn {
  line-height: 40px;
  color: #abb0b5;
  cursor: pointer;
}
.backBtn img {
  vertical-align: middle;
  margin-right: 4px;
}
.showCart {
  cursor: pointer;
  background-color: #42598D;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 30px;
  padding: 0 24px 0 44px;
  float: left;
  background-position: 20px;
  border-radius: 50px;
  margin: 10px 35px;
}
.infoBlock {
}
.infoBlock img {
  width: 115px;
  height: 65px;
  float: left;
  margin-right: 10px;
}
.priceSpan {
  color: #42598D;
}
.el-icon-close {
  cursor: pointer;
}
.closeDialog {
  float: left;
  line-height: 20px;
  border-bottom: 1px solid;
  cursor: pointer;
}
.totalPriceDiv {
  float: right;
  margin-right: 35px;
  line-height: 20px;
}
.goToCheckBtn {
  float: right;
  color: #fff;
  background: #42598D;
  width: 86px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.el-dialog__footer {
  overflow: hidden;
}
.totalPrice {
  color: #42598D;
  text-align: center;
}
.displayNone {
  display: none;
}
.displayBlock {
  display: block;
}
.myListDiv {
  min-height: 250px;
}
.listBox {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px #eee;
}
#shopPage .mainBoxBtns {
  width: calc(100% - 20px);
}
