.experience {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 8px 16px;
  color: #fff;
  opacity: 0.8;
}
.experience:hover {
  opacity: 1;
}
.banner-text {
  color: #fff;
}
.banner-text p {
  margin-top: 48px;
  margin-bottom: 88px;
}
.toplatForm {
  width: 100%;
}
.toplatForm-box {
  max-width: 1200px;
  margin: 0 auto;
  /* display: grid;
  grid-template-rows: 88px;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr)); */
  background: #f7f8fa;
  display: flex;
  /* flex-wrap: wrap; */
}
.toplatForm-son {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 50px;
  display: flex;
  align-items: center;
}
.toplatForm-son:hover {
  background-color: #eee;
  cursor: pointer;
  color: #333;
}
.circular-bg {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-image: linear-gradient(#ffffff, #d8d8d8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.circular-bg i {
  font-size: 22px;
}
.toplatForm-content {
  flex: 1;
}
.toplatForm-text {
  font-size: 16px;
}
.toplatForm-text2 {
  font-size: 14px;
  opacity: 0.7;
}
.circular-right {
  width: 33px;
  height: 33px;
  border-radius: 17px;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circular-right i {
  font-size: 18px;
}
.containermyself {
  padding: 0;
  width: 100%;
  background: #f7f8fa;
}
.template-title {
  font-size: 30px;
}
.template-titles {
  font-size: 20px;
  color: #333;
}
.template-content {
  font-size: 16px;
  color: #666;
}
.nav-tabs.nav-justified.template-top {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 2px solid #ebecef;
}
.template-choice {
  width: 100%;
  height: 113px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.template-choice img {
  width: 40px;
  height: 40px;
}
.choice-title {
  font-size: 16px;
  margin-top: 13px;
  color: #666;
}
.active .choice-title {
  color: #333;
}
.template-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-flex-end {
  justify-content: flex-end;
}
.template-flex a {
  padding: 0;
}
.template-bottom {
  position: relative;
  width: 100%;
  height: 2px;
  background: #eee;
}
.template-text-box {
  margin-top: 20px;
}

.index-course .template-flex .template-li {
  width: 116px;
  height: 114px;
}
.index-course .template-flex .template-li a {
  width: 100%;
  height: 114px;
  box-shadow: none;
  background: #fff;
  border: 0;
  padding: 0;
}
#template-a {
  box-shadow: none;
  color: #333;
}
#template-a:hover {
  color: #333;
}
.choice-bottom {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 2px;
}
.template-flex .choice-bottom {
  background: #ebecef;
}
.active .choice-bottom {
  background: #a1b9f5;
}
.template li {
  list-style: none;
}
.template-text-son {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.template-text-son div {
  line-height: 2;
}
.template-text-son img {
  margin-right: 10px;
  margin-top: 6px;
}
.index-course-myself {
  padding: 60px 0;
}
.tab-content-bg {
  background: #faf9fe;
  padding: 30px 0;
}
.index-course .tab-content-bg .course-item-bg {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.mycarousel {
  overflow: hidden;
  width: 100%;
  height: 253px;
  position: absolute;
  right: 0;
}
.mycarousels {
  width: 700px;
  height: 100%;
  position: absolute;
  right: 0;
}
.mycarousel .item {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 5s;
}
.mycarousel .item2 {
  left: 0;
  transform: scale(0.7);
  opacity: 0.7;
}
.mycarousel .item1 {
  left: -155px;
  transform: scale(0.4);
  opacity: 0;
}
.mycarousel .item3 {
  left: 200px;
  transform: scale(1);
  opacity: 1;
  z-index: 4;
}
.mycarousel .item4 {
  left: 400px;
  transform: scale(0.7);
  opacity: 0.7;
  z-index: 1;
}
.mycarousel .item5 {
  left: 600px;
  transform: scale(0.4);
  opacity: 0;
}
.template-row {
  margin: 0;
}
.products {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  padding: 10px;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  grid-template-rows: 180px;
  grid-gap: 30px 234px;
}
.products-son {
  padding: 30px;
  display: flex;
}
.products-son:hover {
  box-shadow: 0px 0px 15px #ececec;
  cursor: pointer;
  color: #333;
}
.products-son:hover a {
  color: #333;
}
.products-son img {
  width: 56px;
  height: 56px;
  margin-right: 30px;
  margin-top: 10px;
}
.product-text {
  opacity: 0.7;
  margin-top: 20px;
  line-height: 1.5;
}
.index-course .tab-content .course-item-top {
  padding-top: 50px;
}
.template-school {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-rows: 60px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 30px;
}
.choice-title2 {
  color: #b5afaf;
  margin-top: 30px;
}
.active .choice-title2 {
  color: #6b6b6b;
  font-size: 16px;
}
.bottom {
  background: #f9fafe;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  padding: 50px 40px;
}
.banner-text .banner-upload {
  color: #fff;
  padding: 17px 24px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 45px;
  background: #4a4c50;
  /*max-width: 300px;*/
  max-width: 436px;
  display: flex;
  align-items: center;
}
.banner-text .banner-upload img {
  margin-right: 6px;
}
.banner-text .banner-upload a {
  display: inline-block;
  width: 400px;
  white-space: nowrap; /* 保证文本在一行内显示 */
  overflow: hidden; /* 超出容器部分隐藏 */
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}
.banner-text .banner-upload:hover {
  color: #fff;
  background: #383e4d;
  cursor: pointer;
}
.index-course-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}
.declare {
  max-width: 900px;
  display: grid;
  margin: 0 auto;
  grid-template-rows: 179px;
  padding: 10px;
  grid-gap: 64px;
  grid-template-columns: repeat(auto-fill, minmax(179px, 1fr));
}
.declare-son {
  flex-direction: column;
  height: 100%;
}
.declare-son:hover {
  box-shadow: 0px 0px 15px #ececec;
}
.declare-son img {
  margin-bottom: 20px;
}
.template-apply {
  max-width: 1200px;
  background: #f8f9fb;
  margin: 0 auto;
}
.template-apply-box {
  padding: 88px;
  display: grid;
  grid-template-rows: 58px;
  grid-template-columns: repeat(auto-fill, minmax(279px, 1fr));
  grid-gap: 60px 135px;
}
.schoolname {
  font-weight: 400;
}
.visible-xs-a {
  padding: 20px;
  grid-gap: 28px 135px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.template-message {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.display {
  display: block;
}
.alert-secondary {
  background: #d7d8d9;
}
.template-img {
  min-height: 540px;
}
.carousel .right,
.carousel .left {
  background-image: none;
}
.carousel-indicators li {
  width: 60px;
  height: 4px;
  background: #b5afaf;
  border-radius: 0;
  border: none;
  margin: 0;
}
.carousel-control {
  display: none;
}
.carousel-indicators .active {
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  border: none;
  margin: 0;
}
.carousels:hover .carousel-control {
  display: block;
}

.submit {
  background: #3053a0;
  border: 1px solid #3053a0;
}
.submit:hover {
  background: #1f376b;
  border: 1px solid #1f376b;
}
.meta {
  color: #a5a5a5;
}
.info {
  color: #6d6d6d;
}
.row h4 {
  /* margin-top: 0; */
}
.txt h4 {
  margin-top: 20px;
}
.pic img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
