 .comment-rows {
      width: 780px;
      background: #fff;
      float: left;
    }

    .com-my {
      padding: 30px 30px 15px 30px;
      font-size: 24px;
      color: #333;
      border-bottom: 1px solid #f0f0f0;
    }

    .com-title {
      padding: 10px 30px 15px 30px;
      font-size: 20px;
      color: #333;
    }

    .comment-list ul li {
      margin-bottom: 10px;
      padding: 10px 30px;
      border-bottom: 1px solid #f0f0f0;
    }

    .user-info {
      display: flex;

      padding-bottom: 20px;
    }

    .user-info span {
      width: 45px;
      height: 45px;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 100%;
    }

    .user-phone {
      flex: 1;
      margin-left: 15px;
    }

    .user-phone h3 {
      display: block;
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: 400;
      color: #379be9;
    }

    .user-phone h3 b {
      font-size: 14px;
      margin-left: 10px;
      color: #999;
    }

    .user-phone p {
      font-size: 14px;
      color: #666;
    }

    .com-my-area {
      margin: 30px 30px;
      display: flex;
    }

    .com-my-area span {
      width: 55px;
      height: 55px;
      border-radius: 100%;
      background-size: cover;
      background-position: 50% 50%;
	  border: 1px solid #f9f9f9;
    }

    .com-my-area textarea {
      flex: 1;
      height: 60px;
      border: 3px solid #f0f0f0;
      margin-left: 20px;
      border-right: 0;
      padding: 15px;
    }

    .login-btn {
      display: block;
      width: 100px;
      height: 94px;
      font-size: 22px;
      color: #fff;
      text-align: center;
      line-height: 94px;
      background: #ff464d;
    }
	.login-btn:hover{
		color: #fff;
	}
	 .no-list {
	      width: 100%;
	      text-align: center;
	      padding-bottom: 50px;
	      margin-top: 15px;
	    }
	
	    .no-list img {
	      width: 150px;
	      display: block;
	      margin: 0px auto;
	    }
		  .no-list p {
		      font-size: 14px;
		      color: #999;
		    }
			
			
			.page-coursedetail .block-left .tag-group .tag[data-active]:after {
				content: "";
				width: 28px;
				height: 3px;
				display: block;
				border-radius: 3px;
				background: #ff464d;
				position: absolute;
				left: 50%;
				margin-left: -14px;
				bottom: 0;
			}
			
			.masked {
				opacity: 0.3;
				filter: alpha(opacity=30);
				background-color: #000;
			}
			
			.audition,
			.page-coursedetail .block-left .tagblock-course .lesson-list .lesson:hover .button,
			.page-coursedetail .block-left .tagblock-course .lesson-list .lesson.active .button {
				width: auto !important;
				color: #ffffff !important;
			}
			
			.page-coursedetail .block-left .tagblock-course .lesson-list .lesson .play_video {
				width: 33px !important;
				min-width: 33px !important;
			}
			
			.page-coursedetail .block-left .tagblock-course .lesson-list .lesson .button {
				width: auto !important;
			}
			
			.eui.namecard .name {
				padding-left: 15px;
				/* text-align: center; */
			}
			
			.page-coursedetail .block-top .course-domain .label {
				width: 62px;
			}
			
			.page-coursedetail .block-left .tagblock-course .product .product-title {
				height: 30px;
				line-height: 30px;
			}
			
			.page-coursedetail .block-left .tagblock-course .lesson-list {
				padding-top: 0;
			}
			
			.isShow {
				display: block;
			}
			.new_prc p {
				font-size: 22px;
				color: #ff464d;
				margin-bottom: 27px;
			}
			
			.new_prc h6 {
				display: flex;
			}
			
			.new_prc h6 small {
				font-size: 24px;
				color: #ff464d;
			}
			
			.new_prc h6 b {
				color: #ff464d;
				font-size: 36px;
			}
			
			.new_prc h6 del {
				font-size: 20px;
				color: #999;
				margin-left: 20px;
			}
			
			.kt_btn {
				display: block;
				width: 100%;
				height: 47px;
				line-height: 47px;
				background-color: #ff464d;
				color: #fff;
				font-size: 20px;
				border-radius: 5px;
				border: none;
			}
			
			.pa_content {
				margin-top: 20px;
			}
			
			.pa_content img {
				display: block;
				width: auto;
				max-width: 100%;
				font-size: 0;
				margin: 0px auto;
			}
			
			#topNav {
				margin-top: 20px;
			}
			
			#topNav .swiper-slide {
				width: auto;
				text-align: center;
				font-size: 14px;
				height: 40px;
				display: flex;
				align-items: center;
				align-content: center;
			}
			
			#topNav .swiper-slide span {
				transition: all .3s ease;
				border-radius: 30px;
				margin-right: 20px;
				display: block;
				font-size: 16px;
				color: #333;
				background: #ececec;
				padding: 5px 18px;
			}
			
			#topNav .active span {
				color: #ff464d;
				font-weight: bold;
				font-size: 16px;
				background: #ff464d;
				color: #fff;
				padding: 5px 18px;
			}
			
			#topNav .active span::before {
				/* content: '';
			      display: block;
			      position: absolute;
			      width: 14px;
			      height: 4px;
			      background: #ff464d;
			      bottom: 0;
			      left: -7px;
			      margin-left: 50%; */
			}
			
			.page-coursedetail .block-left .tagblock-course .lesson-list .lesson .button.weis {
				/* background: #ccc;
				border: 1px solid #ccc; */
			}
			
			.eui.face {
				background: none;
			}