.course-pay-btnt {
	font-weight: bold;
	width: 280px;
	height: 47px;
	line-height: 47px;
	background: linear-gradient( 90deg, #F15339 0%, #EF4023 100%);
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	border: none;
	letter-spacing: 2px;
	/*margin-top: 30px;*/
}
    
   
   .course-pay-wrapper {
			margin-top: -9px;
			display: table;
		}

		.course-pay-btn {
			font-weight: bold;
			width: 280px;
			height: 47px;
			line-height: 47px;
			background: linear-gradient( 90deg, #F15339 0%, #EF4023 100%);
			border-radius: 4px;
			color: #ffffff;
			font-size: 18px;
			border: none;
			letter-spacing: 2px;
			/*margin-top: 30px;*/
		}

		.course-pay-btn a {
			color: #fff;
		}
		.course-pay-btn a:focus,
		.course-pay-btn a:active,
		.course-pay-btn a:hover {
			outline: none;
			color: #fff;
			text-decoration: none;
			-moz-outline: none;
		}

		.course-pay-btn.dis-btn {
			background: #f5f5f5;
			border-color: #e8e8e8;
			color: #939393;
			cursor: default;
		}
.course-price-wrapper .origin-rmb {
			font-size: 14px;
			text-decoration: line-through;
		}

		.course-price-wrapper .origin-rmb:before {
			content: "￥";
		}
		.course-count-wrapper {
			display: inline-block;
			vertical-align: middle;
		}
    
    .course-text-wrapper > span, .course-text-wrapper {
			line-height: 25px;
			margin: 0;
		}

		.course-text-wrapper > span.explain {
			color: #8e8e8e
		}

		.course-text-wrapper > span.count {
			color: #188200;
			font-weight: bold;
			margin: 0 5px;
		}

		.course-text-wrapper > span.unit {
			color: #515151;
		}

		  .navSignUp {
			  float: right!important;
			  display: flex!important;
			  align-items: center;
			  margin-top: 6px;
			  height: 28px;
		  }

		  .navSignUp .course-pay-btn {
			  background: #ff4623;
			  color: #fff;
			  height: 30px;
			  line-height: 28px;
			  /*margin-top: 4px;*/
			  margin-right: 20px;
			  padding: 0 20px;
			  font-size: 16px;
			  border: 0;
		  }

		  #navClassPrice {
			  margin: 0 32px 0 0;
			  font-size: 28px;
			  display: none;
		  }

		  .navSignUpBtn {
			  display: none;
		  }

		  .navSignUp.fixed #navClassPrice,
		  .navSignUp.fixed .navSignUpBtn{
			  display: block;
		  }

