* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.btn-primary.focus,
.btn-primary:focus {
  border: none !important;
}
.purchasebtn {
  margin-top: 15px;
}
.purchasebtn a {
  padding: 3px 20px;
  border-radius: 35px;
  overflow: hidden;
  color: #f48954 !important;
  border: 1px solid #f48954;
}
.videowarp {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999999;
  background-color: rgba(0, 0, 0, 0.5);
}
.videowarp video {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.stbtn {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #f48954;
}
.stbtn img {
  width: 20px !important;
  margin-right: 10px;
}
.dn {
  display: none;
}
.df {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dfdc {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
body {
  padding-top: 150px;
}
#header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  height: 150px;
  /* height: 150px; */
  /* padding: 0 20px; */
  padding: 15px 0;
}
#header a img {
  width: 100%;
}
#footer {
  background-color: #f5f5f5;
}
.dfbetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.core {
  max-width: 1200px;
  margin: 0 auto;
}
.more {
  padding: 5px 25px;
  background: #649CF0;
  border-radius: 18px;
  font-size: 12px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.more a {
  color: #fff !important;
}
.title {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #649CF0;
}
.curriculum div {
  margin-right: 25px;
  cursor: pointer;
}
.swiper-slide img {
  width: 100%;
}
.breadcrumb > li + li:before {
  color: #CCCCCC;
  content: "> ";
  padding: 0 5px;
}
input {
  background: none !important;
  outline: none !important;
}
input:focus {
  border: none !important;
  outline: 0px !important;
}
.signupbtn {
  width: 110px;
  height: 30px;
  border-radius: 35px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #649CF0;
  font-size: 14px;
  font-weight: 700;
}
.signupbtn a {
  color: #649CF0 !important;
}
.searchwarp {
  height: 35px;
  margin-bottom: 2px;
}
.search {
  width: 100%;
  border-radius: 35px;
  padding-left: 20px !important;
  position: relative;
  padding: 1px;
}
.search .searchList {
  position: absolute;
  display: none;
  left: -2px;
  top: 38px;
  width: calc(100% - 55px);
  margin-left: 20px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}
.search .searchList div {
  text-align: center;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.search .searchbtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #649CF0;
  z-index: 99;
  padding: 0px 5px;
  cursor: pointer;
  -webkit-border-top-right-radius: 35px;
  -webkit-border-bottom-right-radius: 35px;
}
.search .searchbtn img {
  width: 30px;
  margin-top: 3.5px;
}
.search input {
  width: 100%;
  text-align: center;
  height: 100%;
  height: 35px;
  display: block;
  border-radius: 35px;
  font-size: 13px;
  padding-right: 45px;
  border: 1px solid #649CF0 !important;
}
.search input:focus {
  border: 1px solid #649CF0 !important;
}
a {
  text-decoration: none !important;
  color: #333;
}
a:hover,
a:visited,
a:link,
a:active {
  color: #333;
}
l table {
  width: 100%;
}
table thead {
  background-color: #4A8CDA;
  color: #fff;
}
table tr th,
td {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
table tr th text,
td text {
  color: #D72C28;
}
.icons div:hover .ewmimg {
  display: block;
}
.icons {
    z-index: 99;
    position: absolute;
    top: 280px;
    right: -100px;
}
.icons .ewmimg {
  display: none;
  position: absolute;
  width: 100px;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}
.icons .appimg {
  width: 100%;
}
.icons .appico {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  width: 80px;
}
.icons .appico .appimg,
.icons .appico .gzhimg {
  width: 100%;
}
.icons .gztico {
  cursor: pointer;
  position: relative;
  width: 80px;
}
.icons .gztico .gzmimg {
  width: 100%;
}
@media screen and (max-width: 1340px) {
  .icons {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .videowarp video {
    width: 100%;
  }
    seeMore{display:none;}
    .sqbtn {
        display: flex;
        justify-content: flex-end;
    }
  .signupbtn {
    font-weight: 700;
  }
}
