html,
body{
  background-color: #fff;
}
body{
  padding: 0;
  margin: 0;
  color: #464C5B;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", "Microsoft YaHei";*/
  /*font-family: Roboto, Segoe UI, "Microsoft YaHei", Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/
}
div{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  /*color: #0366d6;*/
}
h1,h2,h3,h4,h5,p{
  margin: 0;
  padding: 0;
}
ul,li,ol,dl,dt,dd {
  margin: 0;
  padding: 0;
}
pre,code{
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace, "Microsoft YaHei";
}
code{
  color: #d03bc8;
  padding: 0.1em 0.4em;
  margin: 0;
  background-color: rgba(111, 66, 193, 0.07);
  border-radius: 3px;
}
::selection{
  background: #CBD1DE;
}
.f-left{
  float: left;
}
.f-right{
  float: right;
}
.maxWidth {
  max-width: 100%;
}
.bor {
  border: 1px solid #eee;
}
.radius {
  border-radius: 100%;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.over {
  overflow: hidden;
}
.cursor{
  cursor: pointer;
}
/*====*/
.ellipsis{
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.clearfix:before,
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.priview-box{
  margin-bottom: 50px;
}
.priview-box .description{
  color: #62676C;
}
.page-body{
  padding: 15px;
}
.page-body .page-header{
  background: #fff;
  padding: 15px;
  margin: -15px -15px 15px -15px;
}
.page-body .page-header .page-title{
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
  color: #585A5F;
}
.page-body h1{
  font-size: 2rem;
  font-weight: 400;
  margin: 20px 0;
}
.page-body h2{
  font-size: 1.5rem;
  font-weight: 400;
}
.box{
  background: #fff;
  border-radius: 3px;
  padding: 15px;
}
.box .box-header:before,
.box .box-header:after,
.box .box-footer:before,
.box .box-footer:after{
  content: "";
  display: table;
  clear: both;
}
.box .box-header{
  padding-bottom: 15px;
}
.box .box-footer{
  padding: 15px 0;
}
.box .box-header .box-title{
  font-size: 18px;
  font-weight: 100;
  margin: 0;
}

.progress-bg{
  margin: 0 auto;
  width: 60%;
  height: 4px;
  background: rgba(245,245,245, 0.2);
  overflow: hidden;
}
.progress-bg .progress{
  width: 50%;
  height: 4px;
  margin-left: -50%;
  background: #19a05e;
  float: left;
  animation: progress 1s linear infinite;
}

@keyframes progress {
  0% {
    margin-left: -50%;
  }
  100% {
    margin-left: 100%;
  }
}
/******/
.bg-blue {
  background-color: #409EFF;
}
.bg-gray-light {
  background-color: #F2F6FC;
}
.bg-white {
  background-color: #fff;
}
.bg-f5 {
  background-color: #f5f5f5;
}
/*========*/
.color-blue {
  color: #409EFF;
}
.color-warning {
  color: #E6A23C;
}
.color-success {
  color: #67C23A;
}
.color-danger {
  color: #F56C6C;
}
.color-info {
  color: #909399;
}
.color-gray-light {
  color: #F2F6FC;
}
.color-white {
  color: #fff;
}
/*=========*/
.padding1 {
  padding: 10px;
}
.padding2 {
  padding: 20px;
}
.padding3 {
  padding: 5px;
}
.padding4 {
  padding: 10px 0;
}
.mar1 {
  margin: 10px auto;
}
.m-t10 {
  margin-top: 10px;
}
.m-t5 {
  margin-top: 5px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-t20 {
  margin-top: 20px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-l10 {
  margin-left: 10px;
}
.m-r10 {
  margin-right: 10px;
}
/*=======*/
.font-eesmall {
  font-size: 12px;
}
.font-esmall {
  font-size: 13px;
}
.font-small {
  font-size: 14px;
}
.font-medium {
  font-size: 16px;
}
.font-large {
  font-size: 18px;
}
.font-elarge {
  font-size: 20px ;
}
/*====*/
.imgSize1 {
  width: 280px;
  height:163px;
}
.imgSize2 {
  width: 180px;
  height:104px;
}
.imgSize3 {
  width: 200px;
  height:117px;
}
.imgSize4 {
  width: 364px;
  height:211px;
}
.imgSize5 {
  width: 194px;
  height:112px;
}
.imgSize6 {
  width: 121px;
  height:70px;
}
.imgSize7 {
  width: 120px;
  height:120px;
}
/*=======*/
.indexList1 img {
  max-width: 100%;
}
.indexList2 li {
  padding:5px;
  list-style: disc;
  list-style-position: inside;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.indexNewsList li{
  overflow: hidden;
  padding:5px;
}
.indexNewsList li .f-left {
  width: 60%;
  list-style: disc;
  list-style-position: inside;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.logoImg {
  max-width: 100%;
  display: block;
  margin-top: 10px;
}
.newsList {
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  overflow: hidden;
}
.newsList h3 {
  margin-bottom: 10px;
}
.demo-block {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  transition: .2s;
}
.time {
  font-size: 13px;
  color: #999;
}
.bottom {
  margin-top: 13px;
}
.button {
  padding: 5px 10px;
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both
}
.classifyMenu {
  width: 260px;
  height: 400px;
  background-color: #F2F6FC;
  position: absolute;
  z-index: 99;
}
.detailTable b{
  display: inline-block;
  min-width: 80px;
}

/*=========*/
.loginBg {
  width: 100%;
  padding: 100px 0;
  min-height: 600px;
  background-image: url('../images/loginBg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.loginWx {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-position: -43px 0;
  background-color: #58b782;
  background-image: url(../images/login_icon2.png);
  background-repeat: no-repeat;
  background-size: auto 42px;
  margin: 10px;
  cursor: pointer;
}
.loginWx:hover {
  background-color: #30b86d;
}
.payMethodE {
  width:200px;
  height:200px;
  margin: 20px auto 40px auto;
}
.courseMenuList {
  border-bottom: 1px solid #eee;
}
.courseMenuList li {
  padding: 10px;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.shoppinList {
  overflow: hidden;
  border-top: 1px dashed #eee;
  margin-top: 5px;
}
.shoppinList li {
  list-style: none;
  overflow: hidden;
  padding: 10px;

}
