/* 头部 */

#wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header .header-title {
  font-size: 24px;
  font-weight: bold;
}

.header-right a {
  cursor: pointer;
}

.header-login {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #a646cc;
  font-size: 14px;
  color: #a646cc;
}

.header .header-home {
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(166, 70, 204, 1);
  background-color: rgba(166, 70, 204, 1);
  margin-left: 20px;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

/* banner */

.wrap-banner {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 610px;
  background: url("/static/images/c_banner2_2022.png") no-repeat center center;
  background-size: cover;
  /* box-sizing: border-box; */
}

/* 法律职业资格报名 */

.wrap-remind {
  width: 100%;
  height: 487px;
  background: url(/static/images/remind.png) no-repeat center center;
  background-size: cover;
}

.remind-title {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 80px;
}

.remind-border {
  width: 30%;
  margin: 0 auto;
  border-bottom: 1px solid #a646cc;
}

.remind-border p {
  width: 70px;
  height: 5px;
  background: #a646cc;
  margin: 0 auto;
  margin-top: 24px;
}

.remind-subtitle {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  color: #666666;
  letter-spacing: 3px;
}

.remind-form {
  /* width: 70%; */
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.remind-form-item {
  display: inline-block;
}

.form-label {
  position: relative;
  z-index: 1;
  left: 10px;
  top: 38px;
  height: 20px;
  line-height: 20px;
  width: 100px;
}

.form-label span {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
}

.remind-form-item input {
  width: 18vw;
  height: 50px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  font-size: 18px;
  /* text-align: center; */
  padding-left: 110px;
  color: #666;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  .remind-form-item input {
    width: 50vw;
  }
}

.form-item-cneter {
  margin: 0 30px;
}

.remind-icon {
  vertical-align: top;
}

.remind-btn button {
  width: 380px;
  height: 50px;
  background: #a646cc;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

/* 司法考试报考条件 */

.wrap-search {
  width: 100%;
  height: 921px;
  background: url(/static/images/search_banner.png) no-repeat;
  background-size: cover;
}

.search-title {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-title img {
  height: 10px;
  width: 128px;
}

.search-title img:first-child {
  margin-right: 20px;
}

.search-title span {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
}

.search-tabs {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.search-tabs-item {
  display: inline-block;
  cursor: pointer;
  /* width: 8vw; */
  padding: 0 2vw;
  height: 50px;
  line-height: 50px;
  background: #7c4bbe;
  border-radius: 2px;
  text-align: center;
  transform: skewX(-10deg);
}

.search-tabs-item > div {
  font-size: 15px;
  font-weight: bold;
  color: white;
  transform: skewX(10deg);
}

.search-cnt-box {
  padding-left: 30px;
}

.search-cnt {
  width: 1200px;
  height: 561px;
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
}

.search-item-title {
  display: flex;
  align-items: center;
}

.search-item-title img {
  margin-right: 14px;
}

.search-item-title {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #a646cc;
}

.search-item-btn {
  margin-top: 20px;
}

.search-item-btn p {
  cursor: pointer;
  display: inline-block;
  width: 230px;
  height: 4vh;
  line-height: 4vh;
  margin-right: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  color: #333333;
  border: 1px solid #d8d8d8;
}

.search-cnt-form {
  margin-top: 50px;
}

.inputStyle {
  width: 380px;
  height: 40px;
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  text-align: center;
  margin-left: 195px;
}

.search-cnt-form button {
  cursor: pointer;
  width: 380px;
  height: 40px;
  background: #a646cc;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  border-color: 1px solid #a646cc;
  color: #ffffff;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
  margin-left: 50px;
}

.search-cnt-hint {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #f36262;
}

.actived {
  background: #a646cc !important;
  color: #fff !important;
}

.tabsActived {
  background: #fff !important;
  color: #a646cc !important;
}

.tabsActived > div {
  color: #a646cc !important;
}

/* 报名时间 */

.sidebar-tag-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  width: 52%;
  margin: 0 auto;
}

.sidebar-tag-list-item {
  border: 1px solid #999999;
  border-radius: 6px;
  border-radius: 6px;
  color: #999999;
  border-radius: 6px;
  width: 8vw;
  height: 4vh;
  line-height: 4vh;
  margin-bottom: 1.5vh;
  cursor: pointer;
}

.tag-active {
  background: #a646cc;
  border: 1px solid #a646cc;
  border-radius: 6px;
  border-radius: 6px;
  width: 8vw;
  height: 4vh;
  line-height: 4vh;
  margin-bottom: 1.5vh;
  color: #ffffff;
  cursor: pointer;
}

.search-cnt-title {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}

.sidebar-right-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-right-form-label {
  font-size: 1.2vw;
  color: #333333;
  border: 1px solid #ffffff;
}

.s-right-form-value {
  display: inline-block;
  width: 12vw;
  font-size: 24px;
  color: #a646cc;
  text-align: center;
  margin-left: 34px;
  border-bottom: 1px solid #a646cc;
  padding-bottom: 11px;
}

.sidebar-right-form-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  /* margin-top: 1vh; */
}

.s-right-form-input {
  padding: 0;
  width: 380px;
  height: 40px;
  padding-left: 50px;
}

.s-right-form-btn {
  width: 10vw;
  height: 44px;
  background: #a646cc;
  border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 27px;
}

button {
  /*消除button的默认样式*/
  /*这种写法是对所有的button标签同时生效*/
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}

select {
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 34px;
  padding-left: 10px;
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/static/images/sanjiao.png") no-repeat scroll right center
    transparent;
}

select::-ms-expand {
  display: none;
}

select {
  /* border: 1px solid #999999; */
  border: none;
  border-bottom: 1px solid #999999;
  width: 23.3vw;
  height: 5.4vh;
  font-size: 1.2vw;
  text-indent: 25px;
}

select:focus {
  border-color: #ffffff;
  border-bottom: 1px solid #999999;
  outline: 0;
}

.search-cnt-entrance input {
  outline-style: none;
  border: none;
  border-bottom: 1px solid #999999;
  width: 23vw;
  height: 5.4vh;
  font-size: 1.2vw;
  text-indent: 25px;
}

.search-cnt-entrance input:focus {
  border-color: #ffffff;
  border-bottom: 1px solid #999999;
  outline: 0;
}

.s-condition-label {
  display: inline-block;
  margin-right: 10px;
  color: red;
}

.search-cnt-toolip {
  color: red;
  text-align: center;
  margin-top: 34px;
}

.search-cnt-entrance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 报名入口 */

.sidebar-right1-title {
  font-size: 2.5vw;
  font-size: bold;
  padding-top: 6vh;
  margin-bottom: 2vh;
  text-align: center;
}

.el-select {
  width: 20vw;
}

.el-input {
  width: 20vw;
}

.el-button {
  width: 23vw;
  height: 4vh;
  background: #a646cc;
  color: #ffffff;
}

.redStyle {
  color: red;
}

.search-cnt-lable {
  font-size: 18px;
  color: #a646cc;
  font-weight: bold;
}

/* 备考资料 */

.s-condition-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.s-condition-data:after {
  content: "";
  width: 8.2917vw;
}

.s-condition-data li {
  width: 8vw;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  border-radius: 6px;
  border-radius: 6px;
  font-size: 0.9375vw;
  margin-top: 1.8519vh;
}

.condition-list-item {
  border: 1px solid #999999;
  background: #ffffff;
  color: #6a6a6a;
}

.condition-active {
  background: #a646cc;
  border: 1px solid #a646cc;
  color: #fff;
}

.condition-list-item {
  border: 1px solid #999999;
  background: #ffffff;
  color: #6a6a6a;
}

.condition-active {
  background: #a646cc;
  border: 1px solid #a646cc;
  color: #fff;
}

.sidebar-right-data {
  width: 70%;
  margin: 0 auto;
}

.sidebar-right-data1 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 考试科目 */

.s-content-right-flex {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.sidebar-table {
  border-radius: 6px;
  margin-top: 35px;
  border-collapse: collapse;
}

.sidebar-table td {
  border: 1px solid #999999;
  padding: 1.5vh 0.4vw;
}

.sidebar-table-thead {
  color: #a646cc;
}

.sidebar-table-tbody {
  font-size: 16px;
  color: #666666;
}

.sidebar-table-group-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
}

.sidebar-table-btn {
  width: 24vh;
  height: 4vh;
  background: #a646cc;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
}

/* 改革 */

.wrap-reform {
  width: 100%;
  height: 556px;
  background: url("/static/images/gaige.png") no-repeat center center;
  background-size: cover;
}

/* 课程试听 */

.wrap-listen {
  width: 100%;
  height: 850px;
  background: url("/static/images/listen.png") no-repeat center center;
  background-size: cover;
}

.wrap-listen .search-title img:last-child {
  margin-left: 20px;
}

.listen-main {
  /* width: 70%;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px; */
  width: 70%;
  /* height: auto; */
  height: 660px;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  margin-top: 50 px;
}

.list-main-cnt {
  padding: 20px;
  height: 100%;
  display: flex;
}

.listen-main-left {
  width: 68%;
  margin-right: 2%;
  /* background: url('/static/images/couse_banner.png') no-repeat center center; */
  /* background-size: cover; */
  position: relative;
}

/* .listen-main-left a:nth-child(2) {
    width: 100%;
    height: 100%;
}

.listen-main-left a:nth-child(3) {
    width: 100%;
    height: 100%;
}

.listen-main-left a:nth-child(2) img {
    width: 100%;
    height: 100%;
}

.listen-main-left a:nth-child(3) img {
    width: 100%;
} */

.l-banner {
  background: #000000;
  opacity: 0.6;
}

.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.listen-main-right {
  width: 30%;
}

.suspended {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.l-m-right-title {
  width: 100%;
  height: 50px;
  background: #e8e8e8;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.l-m-right-title span:first-child {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  margin-left: 15px;
}

.l-m-right-title span:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #3e4660;
}

.listen-main-rigtht {
  display: block;
  cursor: pointer;
  height: 100%;
  overflow-y: scroll;
}

.l-m-right-cnt p {
  margin-top: 5px;
  cursor: pointer;
}

/* .listen-main-rigtht p {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
} */

.l-m-right-cnt span {
  width: 100%;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px dashed #e8e8e8;
  display: inline-block;
  padding-bottom: 7px;
}

/* .listen-main-rigtht>span {
    width: 100%;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px dashed #E8E8E8;
    display: inline-block;
    padding-bottom: 13px;
} */

.l-actived {
  color: #a646cc !important;
}

/* 品牌 */

.wrap-brand {
  width: 100%;
  height: 500px;
  background: url("/static/images/brand.png") no-repeat center center;
  background-size: cover;
}

/* 优秀课程 */

.wrap-course {
  width: 100%;
  height: 740px;
  background: url("/static/images/t-course.png") no-repeat center center;
  background-size: cover;
}

.course-title {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-title img {
  height: 10px;
  width: 128px;
}

.course-title img:first-child {
  margin-right: 20px;
}

.course-title img:last-child {
  margin-right: 20px;
}

.course-title span {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
}

.course-left {
  height: 478px;
  width: 20%;
  background-size: cover;
  margin-right: 20px;
  padding: 0 20px;
}

.course-left1 {
  background: url(/static/images/coursej1.png) no-repeat;
}

.course-left2 {
  background: url(/static/images/coursej2.png) no-repeat;
}

.course-left3 {
  background: url(/static/images/coursej3.png) no-repeat;
}

.course-left4 {
  background: url(/static/images/coursej4.png) no-repeat;
}

.wrap-course-main {
  display: flex;
  padding-top: 50px;
  width: 70%;
  margin: 0 auto;
}

.course-left-title {
  width: 152px;
  height: 100px;
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 104px;
}

.course-left-btn {
  display: block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  color: #5a46f8;
}

.course-left .btn1 {
  margin-top: 108px;
}

.course-left .btn2 {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.course-right {
  width: 78%;
  margin-left: 2%;
}

.course-right-tabs {
  /* width: 908px; */
  display: flex;
  cursor: pointer;
}

.courseActived {
  background: #a646cc !important;
  color: #fff !important;
}

.course-right-tabs p {
  padding: 0;
  margin: 0;
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  color: #333;
  font-weight: bold;
  border-radius: 4px 4px 14px 14px;
  box-shadow: 0px 1px 5px 0px rgba(157, 55, 220, 0.17);
}

.course-right-cnt {
  display: flex;
  /* width: 908px; */
  height: 420px;
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(157, 55, 220, 0.21);
}

.course-right-cnt-item {
  width: 25%;
  height: 420px;
  overflow: hidden;
  background: #ffffff;
  border-right: 2px solid #e0e0e0;
}

.course-right-cnt-item i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a646cc;
}

.course-right-cnt-item h5 {
  margin: 10px 0;
}

.course-right-cnt-item p {
  font-size: 14px;
  color: #333;
  line-height: 19px;
}

.cnt-item-bold {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  /* line-height: 21px; */
}

.cnt-item-bold i {
  margin-right: 8px;
}

.course-right-cnt-item span {
  font-size: 16px;
  font-weight: bold;
  color: #a646cc;
  line-height: 21px;
}

.course-right-cnt-item:last-child {
  border-right: none;
}

.right-cnt-title {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fdf7ff;
  border-radius: 4px;
}

.right-cnt-item {
  padding: 14px;
  height: 370px;
  overflow-y: auto;
}

.cnt-item-text span {
  font-size: 14px;
}

.cnt-item-text p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 19px;
}

.cnt-item-text-p i:first-child {
  margin-right: 10px;
}

/* 师资 */

.wrap-teachers {
  height: 682px;
  background: linear-gradient(270deg, #9e37dd 0%, #442699 100%);
  border-radius: 3px;
}

.img-margin {
  margin-left: 10px;
}

.all_slide {
  width: 78%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

.swiper-container {
  width: 90%;
}

/* .cont {
    width: 80%;
    margin: 0 auto;
} */

.swiper-slide {
  width: 279px !important;
  height: 422px;
  /* text-align: center; */
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.swiper-button-prev {
  background-image: url(/static/images/swiper-left.png);
  /* width: 66px;
    height: 106px; */
  margin-top: 0px;
}

.swiper-button-next {
  background-image: url(/static/images/swiper-right.png);
  /* width: 66px;
    height: 106px; */
  margin-top: 0px;
}

.swiper-slide img {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  margin-top: 40px;
}

.swiper-slide h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-top: 20px;
}

.swiper-slide p {
  font-size: 14px;
  color: #a646cc;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.swiper-slide span {
  width: 20px;
  height: 5px;
  background: #a646cc;
  border-radius: 3px;
}

.swiper-slide div {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin: 20px;
  margin-top: 8px;
}

.swiper-slide a {
  cursor: pointer;
  background: #a646cc;
  border-radius: 21px 21px 0px 0px;
  border: none;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
}

/* 备考资料 */

.wrap-test-data {
  width: 100%;
  height: 327px;
  background: url("/static/images/test_data.jpeg") no-repeat center center;
  background-size: cover;
}

.wrap-test-data h3 {
  font-size: 50px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-top: 50px;
  line-height: 66px;
}

.test-data-down {
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #a646cc;
  border-radius: 2px;
  margin-top: 20px;
}

/* 弹窗 */

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  overflow: hidden;
}

.board {
  position: fixed;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  border-radius: 12px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40vw;
  height: 55vh;
}

.dialog-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close {
  position: absolute;
  top: 3px;
  margin-right: 6px;
  right: 0;
  z-index: 99;
}

.close button {
  cursor: pointer;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.dialog-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url("/static/images/dialog.png") no-repeat scroll right center
    transparent;
  background-size: 100% 100%;
  height: 14vh;
  line-height: 14vh;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}

.dialog-btn {
  background: #a646cc;
  border-radius: 57.5px;
  font-size: 1.2vw;
  color: #ffffff;
  letter-spacing: 0;
  width: 24vw;
  height: 5vh;
}

.mgStyle {
  margin-top: 2vh;
}

.mgStyle input {
  outline-style: none;
  border: none;
  border-bottom: 1px solid #999999;
  width: 23vw;
  height: 5.4vh;
  font-size: 1.2vw;
  text-indent: 25px;
}

.mgStyle input:focus {
  border-color: #ffffff;
  border-bottom: 1px solid #999999;
  outline: 0;
}
