@charset "utf-8";
body{
  background: #f7f7f7;
}
/*.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner img {
  !*width: 100%;*!
  !*object-fit: scale-down;*!
  display: block;
  margin: 0 auto;
  margin-top: -1px;
}

.banner a {
  display: block;
  width: 165px;
  height: 40px;
  background-color: #3c60f3;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin-left: -83px;

}*/
.banner {
  width: 100%;
  height: 200px;
  position: relative;
}

.banner p{
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner img {
  width: 100%;
  height: 100%;
}

.back {
  width: 92px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 19px;
  border: solid 1px #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.detail {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #333333;
}

.detail img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.shenb {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.shenb a {
  width: 165px;
  height: 40px;
  background-color: #3c60f3;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
}

.service-swiper {
  width: 100%;
  height: 450px;
}

.service-swiper .swiper {
  width: 100%;
}

.service-img {
  width: 100%;
  height: 450px;
  position: relative;
}

.service-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-img > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-img > div b {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.service-img > div p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}

.service-img > div a {
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #333333;
  margin: 0 auto;
}

.service-img > div a:hover {
  background-color: #2ba5e7;
  color: #FFFFFF;
}

.service-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
}

.service-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.service-title b {
  /*font-size: 26px;
  font-weight: bold;
  color: #333333;*/
}

.service-title b a {
  font-size: 24px;
  color: #666666;
  margin-right: 100px;
  font-weight: normal;

}

.service-title b a.active {
  color: #3e63fd;
  font-weight: bold;
}

.service-title div {
  height: 36px;
  border-radius: 18px;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.service-title div a {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #3e64ff;
}

.service-title div i {
  width: 1px;
  height: 12px;
  background-color: #e2e2e2;
}

.service-title div a:hover {
  background: #3e64ff;
  color: #FFFFFF;
}

.service-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.service-list a {
  width: 276px;
  height: 203px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px
  rgba(199, 205, 228, 0.58);
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-list a:hover {
  box-shadow: 0px 0px 24px 0px rgba(162, 165, 175, 0.58);
  margin-top: -2px;
  transition: 0.3s;
}

.service-list a:nth-child(4n) {
  margin-right: 0;
}

.service-list a p {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
}

.service-list a p img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.service-list a b {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.mask_shen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
  display: none;
  z-index: 100;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
  display: none;
  z-index: 100;
}

.register {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 614px;
  margin-left: -307px;
  margin-top: -207px;
  height: 414px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  padding: 15px;
  display: none;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 614px;
  margin-left: -307px;
  margin-top: -175px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  padding: 15px;
  display: none;
}

.shenqingbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  margin-top: -280px;
  height: 560px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  padding: 15px;
}

.login-title {
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-top: 15px;
}

.login-title img {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.form-box {
  width: 100%;
}

.inp-box {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 100px;
  margin-top: 20px;
}

.inp-box.height {
  height: 150px;
  align-items: flex-start;
}

.inp-box span {
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #333333;
  padding-right: 15px;
}

.inp-box input {
  flex: 1;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 0 15px;
}


.inp-box textarea {
  flex: 1;
  height: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 15px;
  resize: none;
}

.inp-box.yzm {
  position: relative;
}

.inp-box.yzm input {
  padding-right: 120px;
}

.inp-box.yzm img {
  position: absolute;
  top: 1px;
  right: 101px;
  width: 100px;
  height: 38px;
  border-radius: 10px;
  cursor: pointer;
}

.login-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.login-btn a {
  width: 375px;
  height: 40px;
  background-color: #3c60f3;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

.wapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.wapper-nav {
  width: 230px;
  min-height: calc(100vh - 416px);
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px
  rgba(217, 220, 233, 0.43);
}

.wapper-contier {
  width: 950px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px
  rgba(217, 220, 233, 0.43);
  padding: 30px;
}

.info-box {
  width: 100%;
  height: 199px;
  background-color: #3c60f3;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.touxiang {
  width: 60px;
  height: 60px;
  border-radius: 30px ;
  border: 3px solid #FFFFFF;
  overflow: hidden;
  background-color: #FFFFFF;
  margin: 0 auto;
}

.touxiang img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.mingzi {
  width: 100%;
  text-align: center;
  font-size: 16px ;
  font-weight: bold;
  padding: 15px 20px;
  color: #FFFFFF;
}

.huiyuan {
  width: max-content;
  margin: 0 auto;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  background: rgba(255,255,255,.5);
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 12px;
}

.info-nav {
  width: 100%;
  padding: 20px 0;
}

.info-nav a {
  display: block;
  width: 100%;
  height: 63px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 63px;
}

.info-nav a.active {
  background-color: #eff2ff;
  color: #3c60f3;
}

.titlea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titlea > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.titlea > div i {
  width: 4px;
  height: 23px;
  background-color: #3e63fd;
  margin-right: 10px;
}

.titlea > div b {
  font-size: 20px;
  color: #333333;
  margin-right: 10px;
}

.titlea > div a {
  width: 85px;
  height: 30px;
  background-color: #3c60f3;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}

.titlea > a {
  font-size: 14px;
  color: #999999;
}

.jinr-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 10px;
}

.jinr-list .jinr-item {
  width: 276px;
  height: 203px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px
  rgba(199, 205, 228, 0.58);
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.jinr-list .jinr-item:hover {
  box-shadow: 0px 0px 24px 0px rgba(162, 165, 175, 0.58);
  margin-top: -2px;
  transition: 0.5s;
}

.jinr-list .jinr-item:nth-child(3n) {
  margin-right: 0;
}

.jinr-list .jinr-item > p {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
}

.jinr-list .jinr-item > p img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.jinr-list .jinr-item > b {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.jinr-list .jinr-item > span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3c60f3;
  margin-top: 10px;
}

.jinr-list .jinr-item > span.color {
  color: #333333;
}

.jinr-list .jinr-item .jinr-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.jinr-list .jinr-item:hover .jinr-mask {
  opacity: 1;
  transition: 0.5s;
}

.jinr-list .jinr-item .jinr-mask a {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  margin: 0 5px;
}

.jinr-list .jinr-item .jinr-mask a p {
  display: block;
  height: 20px;
  margin-top: 11px;
}

.jinr-list .jinr-item .jinr-mask a img {
  display: block;
  margin: 0px auto;
}

.jinr-list .jinr-item .jinr-mask a span {
  font-size: 13px;
  color: #3c60f3;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 3px;
}

.dasai-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 10px;
}

.dasai-item {
  width: 276px;
  height: 146px;
  background-color: #f7f7f7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
  margin-bottom: 30px;
}

.dasai-item:nth-child(3n) {
  margin-right: 0;
}

.dasai-item b {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.dasai-item p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin: 10px 0;
}

.dasai-item a {
  width: 85px;
  height: 30px;
  background-color: #3c60f3;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 auto;
}

.dasai-item a.active {
  background-color: #ffffff;
  color: #3c60f3;
}

.jinr-search {
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jinr-search select {
  width: 145px;
  height: 36px;
  background: url("../images/xiajiantou.png") no-repeat right center;
  background-position-x: 120px;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  padding: 0 15px;
}

.jinr-search input {
  flex: 1;
  height: 36px;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  border: solid 1px #f0f0f0;
  padding: 0 15px;
  font-size: 14px;
  color: #333333;
}

.jinr-search .search {
  width: 85px;
  height: 36px;
  background-color: #3c60f3;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FFFFFF;
  border-radius:  0 10px 10px 0;
}

.jinr-search .add {
  width: 118px;
  margin-left: 20px;
  height: 36px;
  background-color: #3c60f3;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 18px;
}

.titlea > a.back {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  width: 99px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #d0d0d0;
}

.titlea > a.back:hover {
  font-weight: bold;
}

.add-title {
  width: 100%;
  height: 49px;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin: 15px 0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0 15px;
  line-height: 49px;
}

.add-title.small {
  font-size: 16px;
}

.jinr-inp {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 15px;
}

.jinr-inp span {
  height: 40px;
  font-size: 14px;
  width: 60px;
  color: #333333;
  line-height: 40px;
}

.jinr-inp input {
  flex: 1;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 0 15px;
  font-size: 14px;
  color: #333333;
}

.jinr-inp select {
  background: url("../images/xiajiantou.png") no-repeat right center;
  background-position-x: 800px;
  flex: 1;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 0 15px;
  font-size: 14px;
  color: #333333;
}

.jinr-inp textarea {
  flex: 1;
  height: 340px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 15px;
  resize: none;
  font-size: 14px;
  color: #333333;
}

.jinr-btn {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.jinr-btn a {
  width: 141px;
  height: 40px;
  background-color: #3c60f3;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 15px;
}

.competition-table {
  width: 100%;
  padding: 15px 0;
}

.competition-table .table {
  width: 100%;
}

.competition-table .table .th {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.competition-table .table .th p {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.competition-table .table .tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.competition-table .table .tr p {
  text-align: center;
  padding: 16px 10px;
  font-size: 14px;
  color: #333333;

}

.competition-table .table .p1 {
  flex: 1;
}

.competition-table .table .p2 {
  width: 120px;
}

.competition-table .table .p3 {
  width: 60px;
}

.competition-table .table .p4 {
  width: 80px;
}

.competition-table .table .p5 {
  width: 160px;
}

.competition-table .table .p6 {
  width: 160px;
}

.competition-table .table .p7 {
  width: 140px;
}

.competition-table .table .tr .p4 span {
  font-size: 14px;
  color: #ff0000;
}

.competition-table .table .tr .p4 i {
  font-size: 14px;
  color: #333333;
}

.competition-table .table .tr .p7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.competition-table .table .tr .p7 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  color: #3c60f3;
}

.competition-table .table .tr .p7 a img {
  margin-right: 2px;
  height: 12px;
}

.competition-table .table .tr .p7 i {
  width: 1px;
  height: 14px;
  background-color: #e6e6e6;
  margin: 0 10px;
}

.competitionadd-title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 15px;
}

.competitionadd-tex {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 28px;
  position: relative;
}

.competitionadd-a {
  color: #3c60f3;
  font-size: 14px;
}

.competitionadd-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.competitionadd-flex > div {
  width: 48%;
  align-items: center;
}

.competitionadd-flex span {
  width: 70px;
  height: initial;
  line-height: initial;
  padding-right: 10px;
}

.competitionadd-box textarea {
  height: 100px;
}

.competitionadd-box span {
  width: 70px;
  height: initial;
  line-height: initial;
  padding-right: 10px;
  padding-top: 10px;
}

.competitionadd-up {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.competitionadd-up-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
}

.competitionadd-up a.download {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  color: #3c60f3;
  border: 1px solid #3c60f3;
  border-radius: 20px;
  cursor: pointer;
}

.competitionadd-up span {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  color: #3c60f3;
  border: 1px solid #3c60f3;
  border-radius: 20px;
  position: relative;
  margin-left: 20px;
}

.competitionadd-up span .upBtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.competitionadd-up-btn a.color {
  display: block;
  color: #FFFFFF;
  background: #3c60f3;
}

.up-name {
  width: 100%;
  padding: 0 70px;
}

.up-name a {
  display: block;
  width: max-content;
  font-size: 14px;
  color: #3c60f3;
  border-bottom: 1px solid #3c60f3;
  margin-bottom: 20px;

}

.up-name a:hover {
  color: #5571e7;
  font-weight: bold;
}

.collect-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.collect-tab a {
  width: 429px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #3c60f3;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #3c60f3;
  font-weight: bold;
}

.collect-tab a.active {
  background-color: #3c60f3;
  color: #FFFFFF;
  position: relative;
}

.collect-tab a.active:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3c60f3;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.account-box {
  width: 500px;
}

.account-box span {
  width: 80px;
}

.account-box p {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.account-box p img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.account-box p .upBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.account-box i {
  font-size: 12px;
  color: #C9C9C9;
  margin-left: 10px;
  margin-top: 36px;
}

.relative {
  position: relative;
}

.relative input {
  padding-right: 100px;
}

.jinr-inp .get-code {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  color: #3c60f3;
}

.login-bg {
  width: 100%;
  background-color: #f1f1f1;
}

.s-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid #ece9e9;
}

.s-type {
  flex: 1;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

}

.s-type span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 34px;
}

.s-type span i {
  width: 4px;
  height: 29px;
  background-color: #3e63fd;
  margin-right: 10px;
}

.s-type p {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.s-type p a {
  padding: 0px 10px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  border-radius: 4px;
  margin-left: 25px;
  height: 34px;
  line-height: 34px;
}

.s-type p a.active {
  background-color: #3e63fd;
  color: #FFFFFF;
}

.shenq {
  width: 154px;
  height: 40px;
  background-color: #3e63fd;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
}

.zj-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zj-item {
  width: 585px;
  height: 156px;
  background-color: #ffffff;
  box-shadow: 0px 3px 21px 0px
  #e1e7f5;
  border-radius: 10px;
  padding: 0 30px;
  margin-bottom: 30px;
}

.zj-item h3 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  line-height: 68px;
  border-bottom: 1px solid #d9deea;
  margin-bottom: 13px;
  font-weight: bold;
}

.zj-item p {
  display: flex;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.zj-item p span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
}

.zj-item p i {
  font-size: 16px;
  letter-spacing: 1px;
  color: #aeb5c4;
  margin-left: 30px;
}

.s-curse {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.s-curse p {
  font-size: 14px;
  color: #333333;
}

.s-curse a {
  width: 67px;
  height: 30px;
  background-color: #3e63fd;
  border-radius: 16px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
}

.s-d-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.s-d-img {
  width: 576px;
  height: 326px;
  border: solid 1px #e1e1e1;
}

.s-d-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.s-d-tex {
  flex: 1;
  margin-left: 30px;
}

.s-d-tex h3 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #333333;
  font-weight: bold;
  padding-top: 15px;
}

.s-d-num {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.s-d-num span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s-d-num span img {
  margin-right: 5px;
}

.s-d-tex p {
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #333333;
}

.s-d-tex > a {
  width: 253px;
  height: 40px;
  background-color: #3e63fd;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}

.s-d-tit {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}

.s-d-tit i {
  width: 4px;
  height: 15px;
  background-color: #3e63fd;
  margin-right: 10px;
}

.s-d-tit b {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
}



.detail-content {
  width: 100%;
  padding: 50px 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  min-height: 500px;
  border-bottom: 1px solid #e1e1e1;
}

.detail-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.detail-more {
  width: 600px;
  padding: 50px 0;
}

.detail-more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.detail-more a img {
  margin-right: 10px;
  width: 20px;
}

.detail-more a img.roat {
  transform: rotateY(180deg);
}

.detail-more a p {
  font-size: 14px;
  color: #666666;
}

.detail-more a p:hover {
  text-decoration-line: underline;
}

.form-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333333;
  font-weight: bold;
  margin: 30px 0;
}

.s-inp {
  width: 50%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.s-inp-box {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.s-inp-box span {
  width: 150px;
  font-size: 16px;
  color: #000000;
  text-align: right;
}

.s-inp-box input {
  flex: 1;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 0 15px;
  font-size: 16px;
  color: #000000;
  margin-left: 15px;
}
.s-inp span {
  width: 150px;
  font-size: 16px;
  color: #000000;
  text-align: right;
  padding-top: 11px;
}

.s-inp.long {
  width: 100%;
}

.s-inp input {
  flex: 1;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 0 15px;
  font-size: 16px;
  color: #000000;
  margin-left: 15px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #eceef4;
  margin-top: 30px;
  margin-bottom: 10px;
}

.s-inp-box p {
  flex: 1;
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.s-inp-box p label {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  margin-right: 20px;
}

.s-inp-box p label input {
  margin-right: 5px;
  cursor: pointer;
  height: initial;
}

.s-inp textarea {
  flex: 1;
  height: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  padding: 15px;
  font-size: 16px;
  color: #000000;
  margin-left: 15px;
  resize: none;
}

.s-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.s-btn button {
  width: 253px;
  height: 40px;
  background-color: #3e63fd;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}

.value {
  flex: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  margin-left: 20px;
  line-height: 30px;
  padding-top: 7px;
}

.borBot {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}