.titleBlock[data-v-6b3cb561] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
  margin-top: -14px;
}
.titleBlock .title[data-v-6b3cb561] {
  height: 72px;
  background: url(../img/title.f5455b3d.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  position: relative;
}
.titleBlock .title .titleText[data-v-6b3cb561] {
  margin: 0 10px;
  letter-spacing: 6px;
}
.titleBlock .title .beforeSpan[data-v-6b3cb561] {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  border: 20px solid #fefbfa;
  border-right-color: transparent;
  border-top-color: transparent;
}

.PurchaseCls {
  background: #fff;
  margin: 20px;
  padding: 0 40px;
  padding-bottom: 200px;
  margin-bottom: 90px;
}
.PurchaseCls h5 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.PurchaseCls .courseSelect {
  margin-bottom: 10px;
}
.PurchaseCls .courseSelect h5 {
  line-height: 28px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.PurchaseCls .courseSelect .courseBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #fff4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 12px rgba(255, 153, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(255, 153, 0, 0.05);
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  height: 186px;
}
.PurchaseCls .courseSelect .courseBlock img {
  width: 130px;
  height: 130px;
  border-radius: 2px;
  margin-right: 20px;
}
.PurchaseCls .courseSelect .courseBlock .courseDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.PurchaseCls .courseSelect .courseBlock .courseDesc p {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 10px;
}
.PurchaseCls .courseSelect .courseBlock .courseDesc .courseDescP {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.PurchaseCls .courseSelect .courseBlock.active {
  background: #fff5ed;
  border: 1px solid var(--main-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 12px rgba(255, 153, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(255, 153, 0, 0.05);
  position: relative;
}
.PurchaseCls .courseSelect .courseBlock.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 14px solid var(--main-color);
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: 2;
}
.PurchaseCls .courseMsg {
  border: 1px solid #fff4ea;
}
.PurchaseCls .courseMsg h5 {
  height: 48px;
  padding-left: 20px;
  line-height: 48px;
  color: #7b4a1a;
  background: -webkit-gradient(linear, left top, right top, from(#fff3e8), to(rgba(255, 243, 232, 0)));
  background: linear-gradient(90deg, #fff3e8 0%, rgba(255, 243, 232, 0) 100%);
}
.PurchaseCls .courseMsg .selectMsg .selectGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #eeeeee;
}
.PurchaseCls .courseMsg .selectMsg .selectGroup:last-child {
  border-bottom: none;
}
.PurchaseCls .courseMsg .selectMsg .selectGroup .selectTitle {
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PurchaseCls .courseMsg .selectMsg .selectGroup .selectTitle img {
  margin-right: 10px;
}
.PurchaseCls .courseMsg .selectMsg .selectGroup .courseName {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}
.PurchaseCls .courseMsg .selectMsg .selectGroup .ivu-radio-wrapper {
  font-size: 16px;
  color: #999999;
  line-height: 40px;
}
.PurchaseCls .courseMsg .selectMsg .selectGroup .ivu-radio-wrapper-checked {
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
}
.PurchaseCls .courseMsg .price {
  padding: 0 20px;
  margin-bottom: 20px;
}
.PurchaseCls .courseMsg .price .ivu-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper {
  width: 100%;
  padding: 0 20px;
  height: 106px;
  line-height: 106px;
  background: #fafafa;
  border-radius: 4px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper h5 {
  font-size: 22px;
  color: #333333;
  background: none;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .coupnBlock,
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .nowPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .nowPrice {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .savePay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .coupon {
  height: 30px;
  line-height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAeCAYAAABdalL1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADUSURBVHgB7dixDcIwEIXhdxENHRNAVmECRoA1qEgqigghRmADmIQVMgIdhVEOX8QEiV/3vurk8pd9hS1d6hMGbyCFeGOp2zikqApSnKISKCqBohIoKoGiEigqgaISKCqBohJU7n4zoIfMZ3j/ewKfc10vFv7K4woySVzM9LXt8tj34/OPIRe+QyYb3J/RMWbtVIIxajz/ymwHmczM9tFxnFO3vuaTA1z7dK7Yqw5/6JOaQDuVQFEJFJVAUQkUlUBRCRSVQFEJFJVAUQlyVGsh5Qze/gCGnTfEtdKr4QAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 30px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  min-width: 86px;
  padding-left: 10px;
  padding-right: 12px;
  text-shadow: 0px 2px 2px rgba(108, 67, 28, 0.26);
  margin-left: 10px;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .coupon span {
  padding-right: 14px;
  border-right: 1px dashed #fff;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .originPrice {
  font-size: 16px;
  color: #999999;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .ivu-row-flex {
  height: 100%;
  width: 100%;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper .nowPrice h5 {
  text-align: right;
}
.PurchaseCls .courseMsg .price .ivu-radio-group .ivu-radio-wrapper-checked {
  background: #fff5ed;
}
.PurchaseCls .courseMsg .finalPrice {
  background: #fff3e8;
  border-radius: 4px;
  padding-bottom: 60px;
  margin: 0 20px;
  margin-bottom: 50px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop h4 span {
  height: 50px;
  background: var(--main-color);
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect {
  width: 50%;
  padding: 20px 0;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .couponTemp {
  margin-left: 40px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .selectCoupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVQAAAB4CAYAAACtiwpMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQ9SURBVHgB7d3RVRtHFAbgu6QBp4JAB6aC2B3YFQQqcFJBTAUOFZh04FQQUgF0YDoIr3kiM9HqHGIDWqM7L3u/75xBi7x6kHXmZzQ7s3eK2d3d3Yv28K61V3MD4HHXrZ1P03SxfWLqP1qYHraHP1s7DAC+xU1rr1uw3mwD9XMIU4Dnumnt+LsWpift4CQAeK4+ZfrP1AL1qh28DAD2cXkQ9cL099a+b+1oPgbyVO5fr/oI9S5qOeqTx/1gXtnwdwBZSvevcoHaPuzp/u8F/6DAMNX710EAkEKgAiQRqABJBCpAEoEKkESgAiQRqABJBCpAknKBOu/e2B4fBpCmev+qOEL90D/o+YP/NYBMpftXxb38AEOYQwVIIlABkghUgCQCFSCJQAVIUjFQlUCBcUr3LyVQlECBTEqgRCFKoMA4SqAAkEKgAiQRqABJBCpAEoEKkESgAiQRqABJBCpAEiVQgDRKoNSjBAqMowRKALA3c6gASQQqQBKBCpBEoAIkEagASZRAATIpgRK1KIEC4yiBEoUogQLjKIECQAqBCpBEoAIkEagASQ7mSeTj1t6GZUQAS922dh6b7OyrG/5/Ra6b72H4vrWfYoVc5YdxCvWvT62dtrd7e//Jr77y9zVkrZ20w7MA4Eu/tIx8+2WYdo/OobaT3/cXBgBbZy0bf3vsH5+8KDW/8FOsiBIoMM7K+9fFPNB81JKr/KexmXxdCyVQYJw196+d06BTLND+c/pI9V0A1NRHp6e7Tlq6DvUyAOr6Y8lJSwP1OgDqulpy0qKv/J31mkBVD63Zf4itpwBJFgVqG5y+DICiWgb+sOS8pSPUw1gPJVBgnLX2r+MlJy1dNvWxPZzEOiiBAuOstX+dt/f1866TdgbqvNvhc6yEm6PAOCvuX31z09FD+/fvW/KV324ioLo+2v6466QnA7X9celhehIAvGmZ+OTX/kcDtb2wbzV9HwBsfZgHmg966AbT26Htm1ghc6gwTqH+dRGbW/nd3H/yvzc/X3jqa01/jM1X/BexUgIVxinYvy5is8+/35j/eqoWKAIVxqnev2w9BUgiUAGSlAtUJVBgnOr9q+IIVQkUGKd0/yp3UQpgFHOoAEkEKkASgQqQRKACJBGoAEkqBqoSKDBO6f5VcdmUEigwTun+5eYo1uFCGjdHASCFQAVIIlABkghUgCQCFSCJQAVIIlABkghUgCRKoABplECpRwkUGEcJlABgb+ZQAZIIVIAkAhUgiUAFSCJQAZIogQJkUgIlalECBcZRAiUKUQIFxlECBYAUAhUgiUAFSCJQAZIIVIAkAhUgiUAFSCJQAZIogQKkUQKlHiVQYBwlUAKAvZlDBUjSA/UyANjXdQ/UvwKAfZ1P8+TxVWuHAcBz3EzTdHTQfty2X173JwKAb3UTmwzdXJTqd9ju6doOT1u7DgB2uWztrLXjbZWCfwF3UveVktmHzQAAAABJRU5ErkJggg==) no-repeat;
  font-weight: 600;
  font-size: 14px;
  color: #999999;
  height: 120px;
  max-width: 340px;
  background-size: 100% 100%;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .selectedCoupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  height: 120px;
  max-width: 340px;
  background: url(../img/slectSubtract.571e7f33.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .selectedCoupon h4 {
  font-weight: 600;
  font-size: 40px;
  text-shadow: 0px 3px 4px rgba(108, 67, 28, 0.26);
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .selectedCoupon p {
  font-weight: 600;
  font-size: 12px;
  white-space: normal;
  line-height: 18px;
  text-align: left;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .selectedCoupon .select {
  border-radius: 50px;
  color: var(--main-color);
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .couponSelect .time {
  max-width: 340px;
  margin-top: 6px;
  text-align: center;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc {
  padding: 20px 0;
  border-left: 1px solid var(--main-color);
  width: 50%;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc .priceLine {
  margin-top: 20px;
  padding: 0 20px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc .priceLine p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #999;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc .priceLine p .priceTitle {
  font-size: 24px;
  color: #666666;
  font-weight: normal;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc .priceLine p .originPrice {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc .priceLine p .finalPriceTitle {
  color: #333333;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceTop .priceDesc .priceLine p .primayColor {
  font-weight: 600;
  font-size: 32px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom {
  background: #fff;
  padding: 20px 30px;
  margin: 0 30px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 20px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .paymentContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .paymentContent .notePaypal {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-right: 20px;
  min-width: 124px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .paymentContent .notePaypal p {
  text-align: right;
  line-height: 55px;
  margin-bottom: 17px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .paymentContent .payment-content {
  width: 100%;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .paymentContent .payment-content button {
  margin-right: 40px;
  border: none;
  cursor: pointer;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .terms {
  margin-top: 30px;
}
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .terms,
.PurchaseCls .courseMsg .finalPrice .finalPriceBottom .termsText {
  font-size: 12px;
  color: #333333;
}
.PurchaseCls .loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 8;
}
.PurchaseCls .loading img {
  z-index: 300;
  margin-right: 4px;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotation {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.ivu-modal .couponTemp {
  text-align: center;
}
.ivu-modal .couponTemp .couponBlock {
  margin: 0 auto;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  max-width: 480px;
}
.ivu-modal .couponTemp .couponBlock.couponCanuse {
  background: url(../img/slectSubtract.571e7f33.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.ivu-modal .couponTemp .couponBlock.couponCanNotuse {
  background-position: center;
  background: url(../img/canNotUseCopon.17cc802e.png) no-repeat;
  background-size: 100% 100%;
}
.ivu-modal .couponTemp .couponBlock h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-shadow: 0px 3px 4px rgba(108, 67, 28, 0.26);
}
.ivu-modal .couponTemp .couponBlock button {
  font-weight: 600;
  font-size: 12px;
  border-radius: 50px;
  height: 28px;
  line-height: 28px;
  width: 84px;
  border: none;
}
.ivu-modal .couponTemp .couponBlock .leftContent {
  margin-right: 20px;
}
.ivu-modal .couponTemp .couponBlock .selected {
  color: var(--main-color);
  background: #ffe0c1;
}
.ivu-modal .couponTemp .couponBlock .select {
  border-radius: 50px;
  color: var(--main-color);
}
.ivu-modal .couponTemp .couponBlock .canNotUse {
  background: #bfbfbf;
  color: #999999;
}
.ivu-modal .couponTemp p {
  font-weight: 600;
  font-size: 12px;
  white-space: normal;
  line-height: 18px;
  text-align: left;
}
.ivu-modal .couponTemp .validateTime {
  color: #333;
  font-weight: normal;
  margin-top: 6px;
  text-align: center;
  margin-bottom: 20px;
}
.ivu-modal .noData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
}
.ivu-modal .noData p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-top: 20px;
}
.ivu-spin-fix {
  z-index: 1000 !important;
}

