/* Reset margins and padding */
* {
  margin: 0;
  padding: 0;
}

/* Reset lists */
ul, ol {
  list-style: none;
}

/* Reset links */
a {
  text-decoration: none;
}

/* Reset images */
img {
  max-width: 100%;
  height: auto;
}

/* Reset tables */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Reset forms */
input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* Reset fonts */
body {
  font-family: 'microsoft yahei',sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.tc {
  text-align: center;
}

.bg {
  background: #6F0B0B;
}
.bg .bgtop {
  background: url(../images/topbg1.jpg?v=3) top center no-repeat;
  padding-bottom: 100px;
}
.bg .bgbottom {
}
.head {
  height: 650px;
}
.bold {
  font-weight: bold;
}
.tabs {
  display: flex;
  justify-content: space-around;
}
.tabs a {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  color: #FFE2C5;
  background:#EE8200;
  border:solid 2px #A10000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 999px;
  position: relative;
}
.tabs a.active {
  border-color: #FFCF85;
  color:#FFCE84;
  background:#F63000;
}
.tabs a.active:after {
  content:'';
  width:128px;
  height:51px;
  background:url(../images/star.png) no-repeat;
  position: absolute;
  bottom: -12px;
  left: -17px;
}
.wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
.content {
  padding: 30px;
}
.title {
  padding-bottom: 10px;
}
.title span {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: white;
  position: relative;
  z-index: 0;
}
.title span:after {
  content:'';
  position: absolute;
  bottom:4px;
  left:-5%;
  width:110%;
  height:8px;
  background:#F63000;
  border-radius: 99px;
  z-index: -1;
}
.teachers .name {
  font-size: 24px;
  color: white;
}
.tablecon {
  background: #FFE3AA;
  border-radius: 20px;
  padding: 30px;
  color: #564B38;
}
.tablecon p {
  color: #710C0E;
  font-size: 26px;
}
.tablecon table {
  width: 80%;
  margin-left: 10%;
}
.tablecon table td, .tablecon table th {
  border: solid 1px #564B38;
  padding: 5px;
}
.listcon li {
  width: 300px;
  position: relative;
  float: left;
  margin: 10px;
}
.listcon li img {
  height: 200px;
  width: 100%;
  vertical-align: top;
}
.listcon li p {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: white;
}
.listcon li span {
  position: absolute;
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1) url(../images/play.png) right 10px bottom 10px no-repeat;
}
.video {
  position: relative;
  height:500px;
}
.video img {
  width:100%;
  height:100%;
}
.video span {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.2) url(../images/play2.png) center no-repeat;
}
.video p {
  position: absolute;
  top:350px;
  left:0;
  width:100%;
  text-align: center;
  color:white;
  font-size: 26px;
}


.commentK {
  margin-top: 60px;
}
.commentbox {
  position: relative;
  padding-bottom: 60px;
}
.commentbox .title {
    width: 222px;
    height: 30px;
    z-index: 0;
    position: absolute;
    top: -40px;
    left: 0;
    color: #a50814;
    font-weight: bold;
    font-size: 20px;
}
.commentbox .textarea {
  position: relative;
  z-index: 2;
}
.commentbox .textarea textarea {
  border:solid 1px #999;
  border-radius: 5px;
  width:100%;
  box-sizing: border-box;
  padding: 15px;
  height:180px;
  outline: none;
  resize: none;
  font-size: 14px;
  line-height: 1.6;
  background: none;
}
.commentbox .commentupload {
  position: absolute;
  right:0px;
  bottom:10px;
  width:124px;
  height:42px;
  background:#971215;
  color:white;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.commentbox .numtong {
  position: absolute;
    right: 150px;
    bottom: 12px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #666;
    z-index: 3;
}
.commentbox .numtong .red {
  color:red;
}
.commentlist {
  margin-top: 10px;
  padding:0 16px;
  position: relative;
}
.commentlist h2 {
  color:#B9B9B9;
  font-size: 14px;
}
.commentlist li {
  min-height: 70px;
  padding:20px 0;
  border-bottom:dashed 1px #ddd;
  padding-left:90px;
  position: relative;
}
.commentlist .user {
  position: relative;
  height:30px;
}
.commentlist .user .name {
  float:left;
  height:30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color:black;
}
.commentlist .user .time {
  float:left;
  margin-left: 20px;
  color:#999;
  font-size: 12px;
  height:30px;
  line-height: 30px;
}
.commentlist .user .img {
  position: absolute;
  top:0px;
  left:-90px;
  width:70px;
  height:70px;
}
.commentlist .user .img img {
  width:100%;
  height:100%;
}
.commentlist .cc {
  margin-top: 6px;
  font-size: 14px;
  color:#333;
}
.commentlist .cc img {
  display: none;
}
.commentlist .status {
  position: absolute;
  top:20px;
  height:30px;
  right:0;
  line-height: 30px;
}
.commentlist .status span {
  font-size: 12px;
  color:#888;
  float:right;
}
.commentlist .status i {
  float:left;
  width:24px;
  height:30px;
  margin-right: 1px;
}
.commentlist .status .del {
  cursor: pointer;
  margin-left: 15px;
}
.commentlist .status .zan {
  cursor: pointer;
}
.commentlist .status .zan i {
  background: url(../images/icon5.png) no-repeat center;
}
.commentlist .status .zan.isclick {
  cursor: default;
}
.commentlist .status .zan.isclick i {
  background: url(../images/icon6.png) no-repeat center;
}

#shadowUI {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	z-index: 999;
	display: none;
  }
  
  #alertUI {
	padding: 45px 25px 35px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 380px;
	margin: -160px 0 0 -190px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	z-index: 10001;
	display: block;
  }
  
  #alertUI.ani {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: anim-bruce-open;
	-moz-animation-name: anim-bruce-open;
	-o-animation-name: anim-bruce-open;
	animation-name: anim-bruce-open;
  }
  
  #alertUI p {
	text-align: center;
	font-size: 20px;
	color: #636363;
	line-height: 1.5;
  }
  
  #alertUI .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-decoration:none;
  }
  
  #alertUI .confirm {
	margin-top: 20px;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #FE605B;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }
  
  #alertUI .confirm:hover {
	background: #e04651;
	text-decoration: none;
  }
  #confirmUI {
    padding: 45px 25px 35px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    margin: -160px 0 0 -190px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    z-index: 10001;
    display: none;
  }
    
  #confirmUI p {
    text-align: center;
    font-size: 20px;
    color: #636363;
    line-height: 1.5;
  }
  
  #confirmUI .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-decoration:none;
  }
  #confirmUI .cc {
    margin-top: 20px;
    text-align: center;
    height: 40px;
  }
  #confirmUI .confirm {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #FE605B;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #confirmUI .cancel {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #ccc;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  #confirmUI .confirm:hover {
    background: #ff7671;
    text-decoration: none;
  }
  
  @-webkit-keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @-moz-keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  -moz-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @-o-keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @keyframes anim-bruce-open {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 50px, 0);
	  -moz-transform: translate3d(0, 50px, 0);
	  transform: translate3d(0, 50px, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  .cc {
	color:white;
  }
  .listpages {
    margin:20px 0;
    position: relative;
    text-align: center;
	font-size: 14px;
  }
  .listpages .noclick {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(255, 255, 255,0.5);
    display: none;
    z-index: 9;
  }
  .pagination{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
  }
  .pagination>li{display:inline-block;margin:0 5px;}  
  .pagination>li>a,.pagination>li>span{
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857143;
    color:black;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #DFDFDF;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
  }
  .pagination>li:first-child>a,.pagination>li:first-child>span{
    margin-left:0;
  }  
  .pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    z-index:2;
    border-color:#DF403F;
  }  
  .pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    z-index:3;
    color:#fff;
    font-weight: bold;
    cursor:default;
    background-color:#DF403F;
    border-color:#DF403F;
  }  
  .pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
    border-color:#ddd;
  }  
  .pagination-lg>li>a,.pagination-lg>li>span{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
  }  
  .pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
  }  
  .pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
  }  
  .pagination-sm>li>a,.pagination-sm>li>span{
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
  }  
  .pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
  }  
  .pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
  }  
  .pager{
    padding-left:0;
    margin:20px 0;
    text-align:center;
    list-style:none;
  }  
  .pager li{
    display:inline;
  }  
  .pager li>a,.pager li>span{
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:15px;
  }  
  .pager li>a:focus,.pager li>a:hover{
    text-decoration:none;
    background-color:#eee;
  }  
  .pager .next>a,.pager .next>span{
    float:right;
  }  
  .pager .previous>a,.pager .previous>span{
    float:left;
  }  
  .pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
  }
  .pageJump{
    display:inline-block;
    padding-left:0;
    margin:20px 10px;
    border-radius:4px;
    vertical-align:top;
  }
  .pageJump .button,.pageJump input{
    font-size:12px;
    padding:5px 12px;
    margin-left:-1px;
    line-height:1.5;
    color:black;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius: 2px;
  }
  .pageJump .button {
    background: #DF403F;
    border-color: #DF403F;
    color:white;
    font-weight: bold;
    cursor: pointer;
    outline: none;
  }
  .pageJump input{
    width:30px;
  }
  .pageJump-lg .button,.pageJump-lg input{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
  }
  .pageJump-sm .button,.pageJump-sm input{
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
  }
