/* 设备宽度大于 320px 小于 640px */
@media all and (min-width: 1600px) and (max-width: 1900px) {
  .banner .w{
    right: 2.5%!important;
  }
}
@media all and (min-width: 1430px) and (max-width: 1600px) {
  .w {
    width: 95%;
  }
  .navTop .w .nav ul li {
    padding: 0 10px!important;
  }
  .navTop .w .search{
    /* width: 350px!important; */
  }
  .banner .w{
    right: 2.5%!important;
  }
}
@media all and (min-width: 1400px) and (max-width: 1430px) {
  .navTop .w .search{
    width: 350px!important;
  }
}
@media all and (min-width: 1380px) and (max-width: 1400px) {
  .w {
    width: 95%;
  }
  .navTop .w .nav ul li {
    padding: 0 10px!important;
  }
  .banner .w{
    right: 2.5%!important;
  }
}
@media all and (max-width: 1310px) {
  .jiage div p .red{
    font-size: 24px!important;
  }
  /* .jiage div p{
    width: 255px!important;
  } */
}
@media all and (min-width: 1275px) and (max-width: 1380px) {
  .w {
    width: 95%;
  }
  .navTop .w .logo {
    margin-right: 0;
  }
  .navTop .w .nav ul li {
    padding: 0 8px!important;
  }
  .navTop .w .search{
    /* width: 320px!important; */
  }
  .banner .w .denglu .dl img {
    width: 100%!important;
    display: block;
    margin: 20px auto;
  }
  .banner .w{
    right: 2.5%!important;
  }
}

@media all and (min-width: 1275px) and (max-width: 1300px) {
  .w {
    width: 95%;
  }
  .navTop .w .logo {
    margin-right: 0;
  }
  .navTop .w .nav ul li {
    padding: 0 8px!important;
  }
  .navTop .w .search {
    /* width: 350px!important; */
  }
  .banner .w .denglu .dl img {
    width: 100%!important;
    display: block;
    margin: 20px auto;
  }
  .jidi .ws ul li a div {
    height: 150px!important;
  }
  .banner .w{
    right: 4%!important;
  }
}
@media all and (min-width: 1220px) and (max-width: 1275px) {
  .w {
    width: 95%;
  }
  .navTop .w .logo {
    margin-right: 0;
  }
  .navTop .w .search {
    width: 320px!important;
  }
  .navTop .w .nav ul li {
    padding: 0 8px!important;
  }
  .banner .w .denglu .dl img {
    width: 100%!important;
    display: block;
    margin: 20px auto;
  }
  .jidi .ws ul li a div {
    height: 150px!important;
  }
  .banner .w{
    right: 4%!important;
  }
}
@media all and (min-width: 800px) and (max-width: 1220px) {
  .w {
    width: 95%;
  }
  .navTop .w .logo {
    margin-right: 0;
  }
  .navTop .w .nav ul li {
    padding: 0 8px!important;
  }
  .navTop .w .search {
    width:280px!important;
  }
  .navTop .w .search>p{
    width: 50px!important;
  }
  /* .navTop .w .link .register {
    margin-right: 2%!important;
  } */
  .banner .w .denglu .dl img {
    width: 100%!important;
    display: block;
    margin: 20px auto;
  }
  .jidi .ws ul li a div {
    height: 150px!important;
  }
  .banner .w{
    right: 4%!important;
  }
}
body{
  width: 100%;
  min-width: 1156px;
  overflow-y: scroll;
  transition: transform .3s ease;
}
.ding {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.ding .w .flex2 a {
  padding: 0 10px;
  box-sizing: border-box;
}
.navTop {
  height: 80px;
  box-shadow: 1px 1px 5px 2px #eee;
  background: #fff;
}
.navTop .w {
  height: 100%;
}
.navTop .w .logo{
  line-height: 80px;
}
.navTop .w .nav {
  line-height: 80px;
  border-bottom: none;
}
.navTop .w>ul{
  margin-left: 2vw;
  height: 80px;
  line-height: 80px;
}
.navTop .w>ul .active a {
  color: #00b38a;
}
.navTop .w>ul span{
  float: left;
  margin-top: 32px;
  height: 15px;
  background: #ddd;
  width: 1px;
}
.navTop .w>ul li{
  float: left;
  padding: 0 1vw;
}
.navTop .w>ul li:hover a{
  color: #00b38a;
}
.navTop .w>ul li a{
  font-size: 15px;
}
.navTop .w .search {
  height: 40px;
  line-height: 40px;
  width:350px;
  border: 2px solid #00b38a;
  border-radius: 5px;
  margin: 20px 0;
  margin-left: 40px;
}
.navTop .w .search input {
  height: 100%;
  width: calc(100% - 60px);
  border: none;
  margin-left: 10px;
  outline: none;
  background: none;
}
.navTop .w .search p {
  width: 50px;
  height: 100%;
  border-radius: 0px;
  background: #00b38a;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.navTop .w .search p span {
  font-size: 24px;
}
.navTop .w .nav .link {
  font-size: 14px;
  height: 80px;
  position: relative;
}
.navTop .w .nav .link > p {
  cursor: pointer;
  color: #00B38A;
}
.navTop .w .nav .link .register {
  margin-left: 20px;
}
.navTop .w .nav .link .register span {
  font-size: 28px;
  margin-right: 5px;
  color: #666;
}
.navTop .w .nav .link .popupxcx {
  position: absolute;
  width: 180px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  top: 80%;
  left: -20%;
}
.navTop .w .nav .link .popupxcx span {
  position: absolute;
  display: block;
  border: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.navTop .w .nav .link .popupxcx span::before {
  position: absolute;
  content: '';
  border: 9px transparent dashed;
  border-bottom: 9px #fff solid;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.navTop .w .nav .link .popupxcx img {
  width: 100%;
}
.navTop .w .nav .link .popupxcx p {
  line-height: 40px;
  border-top: 1px solid #ddd;
}
.nav {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.nav .w ul {
  color: #ccc;
  height: 50px;
  line-height: 50px;
}
.nav .w ul li {
  flex: 1;
  text-align: center;
}
.nav .w ul li a {
  width: 100%;
  font-size: 15px;
}
.nav .w ul .active a {
  color: #00b38a;
}
.banner {
  position: relative;
}
.banner .ban {
  width: 100%;
  overflow: hidden;
}
.banner .ban .swiper {
  width: 100%;
  height: 350px;
  position: relative;
}
.banner .ban .swiper img {
  width: 100%;
  height: 100%;
}
.banner .ban .swiper .swiper-slide a {
  position: relative;
  height: 100%;
}
.banner .ban .swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 3px;
}
.banner .w {
  position: absolute;
  right: calc((1920px - 1366px)/2);
  top: 50%;
}
.banner .denglu {
  width: 320px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  right: 0;
}
.banner .denglu > p {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9999;
  cursor: pointer;
}
.banner .denglu .dl {
  text-align: center;
  position: relative;
  z-index: 99;
}
.banner .denglu .dl h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}
.banner .denglu .dl .flex7 p {
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}
.banner .denglu .dl .flex7 p span {
  font-size: 22px;
  color: #666;
}
.banner .denglu .dl .flex7 p input {
  height: 100%;
  width: 89%;
  border: none;
  outline: none;
}
.banner .denglu .dl .flex3 {
  margin-bottom: 20px;
}
.banner .denglu .dl > input {
  background: #00b38a;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.bming{
  background: url(/static/yanxue/img/bg2.png);
  background-size: auto auto;
  padding: 15px 0 40px 0;
  box-sizing: border-box;
  margin-top: 20px;
}
.bming .w{
  position: relative;
  /* overflow: hidden; */
}

.bming .w .swiper-slide{
  background: #fff;
  position: relative;
  overflow: hidden;
}
.bming .w .swiper-slide>p{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(225,101,41,0.8);
  color: #fff;
  padding: 3px 10px;
  box-sizing: border-box;
  z-index: 9999;
}
.bming .w .swiper-slide a>div img{
  width: 100%;
  height: 160px;
}
.bming .w .swiper-slide a>div{
  overflow: hidden;
}
.bming .w .swiper-slide a>div img:hover {
  transform: scale(1.2);
  transition: all 1s;
}
.bming .w .swiper-slide a>p{
  width: 90%;
  margin: 5px auto;
  height: 50px;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-bottom: 15px;
}
.bming .w .swiper-slide a .flex4{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #777;
}
.bming .w .mySwiper1{
  /* width: 90%; */
    overflow: hidden;
    margin: 0 auto;
}
.bming .w .mySwiper1 .swiper-button-next{
  background: url(/static/yanxue/img/you.png);
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  right: -55px;
}
.bming .w .mySwiper1 .swiper-button-prev{
  background: url(/static/yanxue/img/zuo.png);
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  left: -55px;
}
.bming .w .titles{
  border: none;
}


.newbody {
  background: #f9f9f9;
}

.news {
  margin-top: 20px;
}
.news .w .xinwen {
  width: 63%;
  border: 1px solid #fafafa;
}
.news .w .xinwen .dongtai > div {
  flex: 0 0 35%;
  overflow: hidden;
  margin-top: 12px;
}
.news .w .xinwen .dongtai > div a {
  position: relative;
  height: 185px;
  width: 100%;
  overflow: hidden;
}
.news .w .xinwen .dongtai > div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .w .xinwen .dongtai > div a img:hover{
  transform: scale(1.2);
  transition: all 1s;
}
.news .w .xinwen .dongtai > div a p {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
}
.news .w .xinwen .dongtai ul {
  flex: 0 0 65%;
}
.news .w .tongzhi {
  width: 35%;
  border: 1px solid #fafafa;
}
.news .w .title {
  height: 50px;
  border-bottom: 1px solid #00b38a;
  position: relative;
}
.news .w .title p {
  color: #333;
  font-size: 17px;
  height: 100%;
  line-height: 50px;
  font-style: italic;
  font-weight: 700;
}
.news .w .title a {
  line-height: 50px;
  color: #777;
  font-size: 15px;
}
.news .w .title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0px;
  border: 9px solid transparent;
  border-bottom: 9px solid #00b38a;
  bottom: 0;
  left: 20px;
}
.news .w ul {
  line-height: 40px;
}
.news .w ul li {
  border-bottom: 1px dashed #eee;
  width: 95%;
  margin: 0 auto;
}
.news .w ul li p {
  width: 78%;
}
.news .w ul li p span {
  display: block;
  width: 5px;
  height: 5px;
  background: #9E9E9E;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
    margin-top: 18px;
}
.news .w ul li span {
  font-size: 15px;
  color: #777;
}
.news .w ul li:last-child {
  border-bottom: none;
}
.news .w ul li:hover a {
  color: #00b38a;
}
.news .w ul li:hover span {
  color: #00b38a;
}
.titles {
  margin-bottom: 10px;
  height: 40px;
  border-bottom: 1px solid #eee;
  line-height: 40px;
}
.titles h2 {
  font-size: 17px;
  font-weight: 700;
  margin-left: 5px;
  font-style: italic;
  flex: 0 0 130px;
}
.titles ul {
  margin-left: 50px;
}
.titles ul li {
  background: #eee;
  border-radius: 10px 10px 0 0;
  margin-right: 15px;
  width: max-content;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.titles ul li span {
  position: absolute;
  bottom: -16px;
  border: 8px solid transparent;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #00b38a;
}
.titles ul .active {
  background: #00b38a;
  color: #fff;
}
.titles a {
  color: #777;
  font-size: 15px;
  flex: 0 0 60px;
  text-align: right;
}
.ad {
  margin: 15px 0;
}
.ad .w a img {
  width: 100%;
}
.hot .w .main {
  margin-top: 20px;
}
.hot .w .main .kc2 ul {
  flex-wrap: wrap;
}
.hot .w .main .kc2 ul li {
  background: #fff;
  width: 19%;
  margin-right: 1.25%;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 2px #eee;
  margin-bottom: 17px;
}
.hot .w .kc2 ul li>p {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(225,101,41,0.8);
    color: #fff;
    padding: 3px 10px;
    box-sizing: border-box;
    z-index: 9999;
}
.hot .w .main .kc2 ul li a {
  padding-bottom: 15px;
}
.hot .w .main .kc2 ul li a > div {
  margin-bottom: 10px;
  overflow: hidden;
}
.hot .w .main .kc2 ul li a > div img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.hot .w .main .kc2 ul li a > div img:hover {
  transform: scale(1.2);
  transition: all 1s;
}
.hot .w .main .kc2 ul li a .name {
  font-size: 15px;
  margin-top: 5px!important;
  margin-bottom: 10px!important;
}
.hot .w .main .kc2 ul li a .name {
  width: 95%;
  margin: 0 auto;
  height: 40px;
}
.hot .w .main .kc2 ul li a .flex {
  width: 95%;
  margin: 0 auto;
}
.hot .w .main .kc2 ul li a .flex p:nth-child(1) {
  color: #666;
  line-height: 25px;
}
.hot .w .main .kc2 ul li a .flex p:nth-child(2) {
  background: #fce5e6;
  color: #ed5157;
  font-size: 12px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.hot .w .main .kc2 ul li:nth-child(5n) {
  margin-right: 0!important;
}
.hot .w .main .kc ul {
  flex-wrap: wrap;
}
.hot .w .main .kc ul li {
  background: #fff;
  width: 19%;
  margin-right: 1.25%;
  overflow: hidden;
  position: relative;
  border-radius: 2spx;
  box-shadow: 0px 1px 5px 2px #eee;
  margin-bottom: 17px;
}
.hot .w .main .kc ul li > p {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(247, 127, 69, 0.8);
  height: 25px;
  width: 86px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 2px 0;
}
.hot .w .main .kc ul li a {
  padding-bottom: 10px;
}
.hot .w .main .kc ul li a > div {
  margin-bottom: 10px;
  overflow: hidden;
}
.hot .w .main .kc ul li a > div img {
  width: 100%;
  height: 160px;
}
.hot .w .main .kc ul li a > div img:hover {
  transform: scale(1.2);
  transition: all 1s;
}
.hot .w .main .kc ul li a .name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}
.hot .w .main .kc ul li a .name,
.hot .w .main .kc ul li a .name2 {
  width: 95%;
  margin: 0 auto;
}
.hot .w .main .kc ul li a .name2 {
  margin-bottom: 5px!important;
}
.hot .w .main .kc ul li a .flex {
  width: 95%;
  margin: 0 auto;
}
.hot .w .main .kc ul li a .flex p:nth-child(1) {
  color: #ff1d00;
}
.hot .w .main .kc ul li a .flex p:nth-child(1) span {
  font-size: 22px;
  font-weight: 700;
}
.hot .w .main .kc ul li a .flex p:nth-child(2) {
  color: #777;
  font-size: 14px;
}
.hot .w .main .kc ul li:nth-child(5n) {
  margin-right: 0!important;
}
.hot .w .main .kc3 ul {
  flex-wrap: wrap;
}
.hot .w .main .kc3 ul li {
  background: #fff;
  width: 19%;
  margin-right: 1.25%;
  overflow: hidden;
  position: relative;
  border-radius: 2spx;
  box-shadow: 0px 1px 5px 2px #eee;
  margin-bottom: 15px;
}
.hot .w .main .kc3 ul li > p {
  position: absolute;
  right: 0;
  bottom: 50px;
  background: rgba(247, 127, 69, 0.8);
  height: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 2px 0;
}
.hot .w .main .kc3 ul li a > div {
  overflow: hidden;
}
.hot .w .main .kc3 ul li a > div img {
  width: 100%;
  height: 160px;
}
.hot .w .main .kc3 ul li a > div img:hover {
  transform: scale(1.2);
  transition: all 1s;
}
.hot .w .main .kc3 ul li a .name {
  font-size: 15px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.hot .w .main .kc3 ul li:nth-child(5n) {
  margin-right: 0!important;
}

.ad {
  margin-bottom: 30px;
}
.ad img {
  width: 100%;
}
.friendsLinks {
  margin-bottom: 20px;
}
.friendsLinks .w .title {
  height: 50px;
  border-bottom: 1px solid #00b38a;
  position: relative;
}
.friendsLinks .w .title p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  line-height: 50px;
  font-style: italic;
}
.friendsLinks .w .title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0px;
  border: 9px solid transparent;
  border-bottom: 9px solid #00b38a;
  bottom: 0;
  left: 20px;
}
.friendsLinks .w .links {
  margin-top: 10px;
}
.friendsLinks .w .links a {
  font-size: 15px;
  margin-right: 20px;
  line-height: 35px;
}
.footer {
  background: #313131;
  padding: 30px 0;
  box-sizing: border-box;
}
.footer .w .left {
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}
.footer .w .left p a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.footer .w .left p span {
  display: block;
  width: 2px;
  height: 12px;
  background: #fff;
  margin: 0 15px;
}
.footer .w .right img {
  width: 100px;
  height: 100px;
}
.footer .w .right p {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-size: 15px;
}
.footer .w .center {
  flex: 0 0 30%;
  line-height: 35px;
}
.footer .w .center p {
  font-size: 15px;
  color: #fff;
}
.footer .w .center .yqlink {
  margin-top: 5px;
  flex-wrap: wrap;
}
.footer .w .center .yqlink a {
  font-size: 15px;
  color: #fff;
  flex: 0 0 50%;
}
.popup-login,.popup-login2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 999;
}
.popup-login .popup-main,.popup-login2 .popup-main {
  width: 700px;
  height: 470px;
  background: url(../img/logbg.png);
  background-size: 100% 100%;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-login2 .popup-main{
  background: url(../img/logbg2.png);
}
.popup-login .popup-main .left,.popup-login2 .popup-main .left {
  flex: 0 0 38%;
  position: relative;
}
.popup-login .popup-main .right,.popup-login2 .popup-main .right {
  flex: 0 0 62%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.popup-login .popup-main .right > ul,.popup-login2 .popup-main .right > ul {
  width: 70%;
  margin: 40px auto 20px auto;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.popup-login .popup-main .right > ul li,.popup-login2 .popup-main .right > ul li {
  margin-right: 20px;
  font-size: 15px;
}
.popup-login .popup-main .right > ul .active,.popup-login2 .popup-main .right > ul .active {
  color: #00b38a;
  border-bottom: 2px solid #00b38a;
}
.popup-login .popup-main .right .close,.popup-login2 .popup-main .right .close {
  font-size: 34px;
  color: #777;
  position: absolute;
  top: 10px;
  right: 22px;
  cursor: pointer;
}
.popup-login .popup-main .right .account,.popup-login2 .popup-main .right .account {
  width: 70%;
  margin: 0 auto 40px auto;
}
.popup-login .popup-main .right .account .title,.popup-login2 .popup-main .right .account .title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.popup-login .popup-main .right .account .inp,.popup-login2 .popup-main .right .account .inp {
  border: 1px solid #eee;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.popup-login .popup-main .right .account .inp .iconfont ,.popup-login2 .popup-main .right .account .inp .iconfont {
  position: absolute;
  left: 12px;
  font-size: 22px;
}

.popup-login .popup-main .right .account .inp span ,.popup-login2 .popup-main .right .account .inp span {
  font-size: 24px;
  margin-right: 10px;
  color: #666;
}
.popup-login .popup-main .right .account .inp input,.popup-login2 .popup-main .right .account .inp input {
  height: 100%;
  width: 85%;
  border: none;
  outline: none;
  padding-left: 28px;
}
.popup-login .popup-main .right .account .yzm ,.popup-login2 .popup-main .right .account .yzm {
  border: none;
  padding: 0;
  position: relative;
}
.popup-login .popup-main .right .account .yzm input,.popup-login2 .popup-main .right .account .yzm input {
  width: 60%;
  border: 1px solid #eee;
  padding-left: 10px;
  box-sizing: border-box;
  padding-left: 38px;
}
.popup-login .popup-main .right .account .yzm span:last-child,.popup-login2 .popup-main .right .account .yzm span:last-child {
  margin: 0;
  width: 38%;
  font-size: 15px;
  border: 1px solid #00b38a;
  text-align: center;
  border-radius: 2px;
  color: #00b38a;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.popup-login .popup-main .right .account .btn input,.popup-login2 .popup-main .right .account .btn input {
  height: 45px;
  background: #00b38a;
  border: none;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  margin-top: 25px;
}
.popup-login .popup-main .right .account .flex p:nth-child(2),.popup-login2 .popup-main .right .account .flex p:nth-child(2) {
  color: #00b38a;
  cursor: pointer;
}
.popup-login .popup-main .right .bot,.popup-login2 .popup-main .right .bot {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}
.popup-login .popup-main .right .bot a,.popup-login2 .popup-main .right .bot a {
  font-size: 14px;
  color: #00b38a;
  /* margin-right: 5px; */
}
.popup-login .popup-main .code,.popup-login2 .popup-main .code {
  text-align: center;
}
.popup-login .popup-main .code .code-main,.popup-login2 .popup-main .code .code-main {
  width: 70%;
  margin: 0 auto 40px auto;
}
.popup-login .popup-main .code .code-main p:nth-child(1) span ,.popup-login2 .popup-main .code .code-main p:nth-child(1) span {
  font-size: 24px;
  margin-right: 10px;
  color: #00c800;
}
.popup-login .popup-main .code .code-main .ewm ,.popup-login2 .popup-main .code .code-main .ewm {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #c7e5c7;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.popup-login .popup-main .code .code-main .ewm img,.popup-login2 .popup-main .code .code-main .ewm img {
  width: 100%;
  height: 100%;
}
.popup-login .popup-main .code .code-main .bot ,.popup-login2 .popup-main .code .code-main .bot {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}
.popup-login .popup-main .code .code-main .bot a,.popup-login2 .popup-main .code .code-main .bot a {
  font-size: 14px;
  color: #00b38a;
  margin-right: 5px;
}
.popup-login .popup-main .findpwd .account ul,.popup-login2 .popup-main .findpwd .account ul {
  width: 100%;
  margin: 40px auto 20px auto;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.popup-login .popup-main .findpwd .account ul li,.popup-login2 .popup-main .findpwd .account ul li {
  margin-right: 20px;
  font-size: 15px;
}
.popup-login .popup-main .findpwd .account ul .active,.popup-login2 .popup-main .findpwd .account ul .active {
  color: #00b38a;
  border-bottom: 2px solid #00b38a;
}
.popup-login .popup-main .findpwd .account .inp,.popup-login2 .popup-main .findpwd .account .inp {
  margin-bottom: 10px!important;
}
.popup-login .popup-main .findpwd .account .btn input,.popup-login2 .popup-main .findpwd .account .btn input {
  margin-top: 20px!important;
}
.popup-login .popup-main .findpwd .xieyi a ,.popup-login2 .popup-main .findpwd .xieyi a {
  color: #00b38a;
  margin: 0 5px;
}
.popup-login .popup-main .register .account ul,.popup-login2 .popup-main .register .account ul {
  width: 100%;
  margin: 40px auto 20px auto;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.popup-login .popup-main .register .account ul li,.popup-login2 .popup-main .register .account ul li {
  margin-right: 20px;
  font-size: 15px;
}
.popup-login .popup-main .register .account ul .active,.popup-login2 .popup-main .register .account ul .active {
  color: #00b38a;
  border-bottom: 2px solid #00b38a;
}
.popup-login .popup-main .register .account .inp,.popup-login2 .popup-main .register .account .inp {
  margin-bottom: 10px!important;
  position: relative;
}
.popup-login .popup-main .register .account .btn input ,.popup-login2 .popup-main .register .account .btn input {
  margin-top: 20px!important;
}
.popup-login .popup-main .register .xieyi a,.popup-login2 .popup-main .register .xieyi a {
  color: #00b38a;
  /* margin: 0 5px; */
}
.xknav2 .xkclass {
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 15px;
  box-shadow: 1px 1px 3px 1px #eee;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.xknav2 .xkclass .item {
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  margin-top: 10px;
}
.xknav2 .xkclass .item .kclist {
  width: 100%;
  margin-left: 15px;
}
.xknav2 .xkclass .item .kclist > p {
  flex: 90px;
}
.xknav2 .xkclass .item .kclist .all {
  width: calc(100% - 90px);
  margin-bottom: 5px;
}
.xknav2 .xkclass .item .kclist .all > p {
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
.xknav2 .xkclass .item .kclist .all .actives {
  background: #00b38a;
  color: #fff;
  border-radius: 2px;
}
.xknav2 .xkclass .item .kclist .all ul {
  width: calc(100% - 70px);
  margin-left: 20px;
  line-height: 30px;
}
.xknav2 .xkclass .item .kclist .all ul li {
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
  /* margin-bottom: 5px; */
  cursor: pointer;
}
.xknav2 .xkclass .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.subjecttype {
  min-height: 35vh;
}
.subjecttype .w .subjecttitle > ul li {
  padding: 3px 5px ;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 15px;
  cursor: pointer;
}
.subjecttype .w .subjecttitle > ul .actives2 {
  color: #4184eb;
  border-bottom: 4px solid #4184eb;
}
.subjecttype .w .subjecttitle .kc {
  margin-top: 25px;
}
.subjecttype .w .subjecttitle .kc ul {
  flex-wrap: wrap;
}
.subjecttype .w .subjecttitle .kc ul li {
  background: #fff;
  width: 18%;
  margin-right: 2.5%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 2px #eee;
  margin-bottom: 20px;
}
.subjecttype .w .subjecttitle .kc ul li > p {
  position: absolute;
  left: 0;
  top: 0;
  background: #6085ff;
  height: 25px;
  width: 86px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 5px 0;
}
.subjecttype .w .subjecttitle .kc ul li a {
  padding-bottom: 10px;
}
.subjecttype .w .subjecttitle .kc ul li a > div {
  margin-bottom: 10px;
}
.subjecttype .w .subjecttitle .kc ul li a > div img {
  width: 100%;
  height: 160px;
}
.subjecttype .w .subjecttitle .kc ul li a .name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}
.subjecttype .w .subjecttitle .kc ul li a .name,
.subjecttype .w .subjecttitle .kc ul li a .name2 {
  width: 95%;
  margin: 0 auto;
}
.subjecttype .w .subjecttitle .kc ul li a .name2 {
  margin-bottom: 5px!important;
}
.subjecttype .w .subjecttitle .kc ul li a .flex {
  width: 95%;
  margin: 0 auto;
}
.subjecttype .w .subjecttitle .kc ul li a .flex p:nth-child(1) {
  color: #ff1d00;
}
.subjecttype .w .subjecttitle .kc ul li a .flex p:nth-child(1) span {
  font-size: 22px;
  font-weight: 700;
}
.subjecttype .w .subjecttitle .kc ul li a .flex p:nth-child(2) {
  color: #777;
  font-size: 14px;
}
.subjecttype .w .subjecttitle .kc ul li:nth-child(5n) {
  margin-right: 0!important;
}
.subjecttype .w .subjecttitle .kc > a {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to right, #44bcff, #5c8cff);
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.pxbody {
  background: #f9f9f9;
}
.pxbody .trainban img {
  width: 100%;
}
.pxbody .train {
  min-height: 62vh;
}
.pxbody .train .w {
  margin-top: 20px;
}
.pxbody .train .w .left {
  flex: 0 0 80%;
}
.pxbody .train .w .left .train-title p:nth-child(1) {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}
.pxbody .train .w .left .train-title img {
  margin-right: 5px;
}
.pxbody .train .w .left .pxjigou {
  margin-top: 20px;
}
.pxbody .train .w .left .pxjigou ul li {
  width: 18%;
  margin-right: 2.5%;
}
.pxbody .train .w .left .pxjigou ul li div {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 5px;
  box-sizing: border-box;
}
.pxbody .train .w .left .pxjigou ul li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pxbody .train .w .left .pxjigou ul li p {
  text-align: center;
  line-height: 50px;
}
.pxbody .train .w .left .pxjigou ul li:nth-child(5n) {
  margin-right: 0;
}
.pxbody .train .w .right {
  flex: 0 0 18%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  height: max-content;
}
.pxbody .train .w .right .title {
  border-left: 4px solid #0077ff;
  padding-left: 5px;
  font-size: 17px;
  font-weight: 700;
}
.pxbody .train .w .right ul {
  margin-top: 10px;
}
.pxbody .train .w .right ul li {
  line-height: 38px;
  border-bottom: 1px dashed #eee;
}
.new {
  margin-bottom: 30px;
  min-height: 64vh;
}
.jidi-all{
  min-height: 67vh;
}
.new .w .left {
  flex: 0 0 250px;
  background: #fff;
  height: max-content;
  margin-top: 85px;
  padding: 20px;
  box-sizing: border-box;
}
.new .w .left .title {
  border-left: 6px solid #00b38a;
  padding-left: 10px;
  font-size: 15px;
  box-sizing: border-box;
}
.new .w .left ul {
  margin-top: 15px;
  line-height: 30px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.new .w .left ul li a {
  color: #777;
}
.new .w .left ul li:hover a {
  color: #00b38a;
}
.new .w .right {
  flex: 0 0 calc(100% - 360px);
  box-sizing: border-box;
}
.new .w .right .t {
  width: 300px;
  margin: 20px auto;
}
.new .w .right .t ul {
  background: #fff;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
}
.new .w .right .t ul li {
  flex: 0 0 32%;
  text-align: center;
  cursor: pointer
}
.new .w .right .t ul .actives {
  background: #00b38a;
  color: #fff;
}
.new .w .right .ul ul li {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
}
.new .w .right .ul ul li a .l {
  flex: 0 0 160px;
  height: 100px;
}
.new .w .right .ul ul li a .l img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.new .w .right .ul ul li a .r {
  flex: 0 0 calc(100% - 180px);
  position: relative;
}
.new .w .right .ul ul li a .r > div {
  margin-bottom: 10px;
}
.new .w .right .ul ul li a .r > div h3 {
  flex: 0 0 calc(100% - 100px);
  font-size: 17px;
  font-weight: 700;
}
.new .w .right .ul ul li a .r > div p {
  flex: 0 0 100px;
  font-size: 17px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.new .w .right .ul ul li a .r p:nth-child(2) {
  line-height: 22px;
  font-size: 15px;
  color: #999;
}
.new .w .right .ul ul li a .r p:nth-child(3) {
  position: absolute;
  bottom: 0;
}
.new .w .right .ul ul li a .r p:nth-child(3) span {
  font-size: 15px;
  color: #00b38a;
}
.new .w .right .ul ul li:last-child {
  border-bottom: none;
}
.new .w .right .ul ul li:hover a {
  color: #00b38a;
}
.new .w .right .ul ul li:hover a div p {
  color: #00b38a;
}
.help {
  min-height: 65vh;
}
.help .w {
  margin-top: 20px;
  margin-bottom: 20px;
}
.help .w .left {
  flex: 0 0 70%;
  border-radius: 5px;
}
.help .w .left .layui-colla-item {
  margin-bottom: 20px;
}
.help .w .left .layui-colla-item .layui-colla-title {
  padding: 0 20px;
}
.help .w .left .layui-colla-item .layui-colla-title i {
  display: none;
}
.help .w .left .layui-colla-item .layui-colla-title img:nth-child(1) {
  width: 22px;
  height: 22px;
  margin-top: 10px;
  transform: rotateZ(90deg);
}
.help .w .left .layui-colla-item .layui-colla-title img:nth-child(2) {
  width: 22px;
  height: 22px;
  margin-top: 10px;
  transform: rotateZ(0deg);
}
.help .w .left .layui-colla-item .layui-colla-content {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.help .w .left .layui-colla-item:first-child .layui-colla-title {
  background: #00b38a;
  color: #fff;
}
.help .w .left .layui-colla-item:first-child .layui-colla-title img:nth-child(1) {
  transform: rotateZ(90deg);
}
.help .w .left .layui-colla-item:first-child .layui-colla-title img:nth-child(2) {
  transform: rotateZ(0deg);
}
.help .w .left .aboutus {
  width: 100%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 30px;
}
.help .w .left .aboutus p {
  font-size: 15px;
  margin-right: 100px;
}
.help .w .left .aboutus input {
  background: #00b38a;
  width: 130px;
  height: 45px;
  border-radius: 3px;
  border: none;
  color: #fff;
}
.help .w .right {
  flex: 0 0 28%;
  height: max-content;
}
.help .w .right .top {
  background: #fff;
  margin-bottom: 10px;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.help .w .right .top input {
  flex: 0 0 calc(100% - 50px);
  border: none;
  outline: none;
  font-size: 15px;
}
.help .w .right .top p {
  flex: 0 0 50px;
  background: #00b38a;
  color: #fff;
  cursor: pointer;
}
.help .w .right .top p span {
  font-size: 20px;
}
.help .w .right .bot {
  background: #fff;
  padding: 10px 10px 30px 10px;
  box-sizing: border-box;
}
.help .w .right .bot .title {
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
.help .w .right .bot ul li {
  margin-top: 15px;
}
.help .w .right .bot ul li a p {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 5px;
  background: #00b38a;
  border-radius: 2px;
  color: #fff;
}
.help .w .right .bot ul li a div {
  flex: calc(100% - 25px);
}
.help .w .right .bot ul li:nth-child(2) p {
  opacity: 0.9;
}
.help .w .right .bot ul li:nth-child(3) p {
  opacity: 0.8;
}
.help .w .right .bot ul li:nth-child(4) p {
  opacity: 0.7;
}
.help .w .right .bot ul li:nth-child(5) p {
  opacity: 0.6;
}
.help .w .right .bot ul li:nth-child(6) p {
  opacity: 0.5;
}
.help .w .right .bot ul li:nth-child(n+6) p {
  opacity: 0.4;
}
.details {
  margin-bottom: 20px;
}
.details .aa {
  background: #fff;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.details .w .links {
  font-size: 15px;
  margin-bottom: 15px;
}
.details .w .top .img {
  flex: 0 0 600px;
  overflow: hidden;
  border-radius: 3px;
  /* margin-bottom: 30px; */
}
.details .w .top .img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.details .w .top .img .swiper-container {
  overflow: initial;
}
.details .w .top .img .thumbsSwiper img{
  height:100px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.details .w .top .img .my-slide-thumb-active {
  border: 3px solid #00b38a;
  box-sizing: border-box;
}
.details .w .top .img .my-slide-thumb-active::before {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #00b38a;
  top: -18px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}
.details .w .top .info {
  flex: 0 0 calc(100% - 620px);
}
.details .w .top .info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.details .w .top .info .infotext {
  background: #f9f9f9;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 15px;
}
.lxdetails .w .top .info .infotext div p.camp.actives {
    border: 1px solid #e2282b;
    color: #e2282b;
    background: #ffeded;
}
.details .w .top .info .infotext div p {
  margin-right: 10px;
}
.details .w .top .info .infotext div p:last-child {
  margin-right: 0;
}
.details .w .top .info > .flex {
  margin-top: 8px;
}
.details .w .top .info > .flex h4 {
  color: #ff1d00;
  font-size: 26px;
  font-weight: 700;
}
.details .w .top .info > .flex4{
  margin-top: 10px;
}
.details .w .top .info > .flex4>span{
  color: #666;
  font-size: 14px;
}
.details .w .top .info > .flex4 select{
  width: 150px;
    height: 35px;
    border: 1px solid #ddd;
    margin-left: 5px;
}
.details .w .top .info > .flex h4 span {
  font-size: 16px;
  font-weight: normal;
}
.details .w .top .info > .flex .join {
  color: #666;
  font-size: 14px;
}
.details .w .top .btn input {
  background: #00b38a;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  width: 200px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  outline: none;
  cursor: pointer;
}
.details .w .bot .kcjs p span {
  font-size: 26px;
  color: #00b38a;
  margin-right: 10px;
}
.details .w .bot .left {
  flex: 1;
  background: #fff;
  box-shadow: 0px 1px 5px 2px #eee;
  padding: 10px 50px;
  box-sizing: border-box;
  min-height: 37vh;
}
.details .w .bot .left .toggle{
  line-height: 30px;
}
.details .w .bot .left .toggle p strong{
  display: block;
  margin: 20px 0;
}
.details .w .bot .left .toggle table{
  margin: 0 auto;
}
/* .details .w .bot .left .toggle p strong{
  display: block;
    margin: 20px 0 20px -100px;
}
.details .w .bot .left .toggle p>strong{
  margin-left: 0;
}
.details .w .bot .left .toggle  p{
  margin-left: 100px;
} */
.details .w .bot .left .toggle .other img{
  margin: 10px 0;
  border-radius: 5px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.details .w .bot .left .other img{
  max-width: 100%;
  width: 50%;
}
.details .w .bot .left .title {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.details .w .bot .left .title ul li {
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 30px;
  cursor: pointer;
}
.details .w .bot .left .title ul .actives {
  color: #00b38a;
  border-bottom: 4px solid #00b38a;
}
.details .w .bot .left .toggle .pingjia .users>ul>li{
  margin-bottom: 15px;
}
.details .w .bot .left .toggle .pingjia .users ul li .lf{
  flex: 0 0  120px;
  text-align: center;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .layui-rate{
  padding: 0;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg{
  flex: 0 0  calc(100% - 120px);
}
.details .w .bot .left .toggle .pingjia .users ul li .lf img{
  border-radius: 50%;
    box-shadow: 1px 1px 5px 1px #eee;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
.details .w .bot .left .toggle .pingjia .users ul li .lf p{
  font-size: 16px;
  font-weight: 700;
  margin-left: 0;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .pf{
  line-height: 23px;
  /* margin-bottom: 10px; */
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .pf .time{
  color: #777;
    font-size: 15px;
    font-style: oblique;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .remark .content{
    padding: 10px 0 0 0 ;
    border-radius: 5px;
    line-height: 25px;
    /* margin-bottom: 10px; */
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .remark .tu{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .remark .tu img{
  width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    height: 150px;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf{
  background: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf .fabubtn{
  width: 60px;
  background: #00B38A;
  border: none;
  color: #fff;
  outline: none;
  position: absolute;
  right: 5px;
  height: 30px;
  top: 5px;
  font-size: 14px;
  border-radius: 3px;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf p{
  display: flex;
  justify-content: start;
  font-size: 14px;
  width: calc(100% - 60px);
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf p input{
  width: 97%;
  background: none;
  border: none;
  outline: none;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf img{
  width: 20px;
  margin-right: 5px;
  height: 20px;
  /* margin-top: 7px; */
}
.details .w .bot .ddpj{
  background: #fff;
  box-shadow: 0px 1px 5px 2px #eee;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-top: 20px;
}
.details .w .bot .ddpj .layui-form-item .layui-inline{
  margin-right: 0;
  margin-bottom: 2px;
}
.details .w .bot .ddpj .layui-input-block{margin-left: 0;}
.details .w .bot .ddpj  .layui-form-item{
  margin-bottom: 5px;
}
.details .w .bot .ddpj .layui-textarea{
  padding: 10px;
  line-height: 30px;
}
.details .w .bot .ddpj .layui-form-checkbox[lay-skin=primary]{
  padding-left: 26px;
}
.details .w .bot .ddpj .layui-form-checked[lay-skin=primary] i{
  border-color: #00b38a!important;
    background-color: #00b38a;
}
.details .w .bot .ddpj .layui-form-checkbox[lay-skin=primary] i{
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.details .w .bot .ddpj .layui-form-checkbox[lay-skin=primary] span{
  line-height: 20px;
}
.details .w .bot .ddpj #upload-img{
  background: url(/static/yanxue/img/up.png) no-repeat;
  height: 50px;
  width: 50px;
  background-size: 100% 100%;
}
.details .w .bot .ddpj .layui-btn{
  background-color: #00b38a;
  
}
.details .w .bot .ddpj .layui-upload-list img{
  width: 150px;
  height: 150px;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.details .w .bot .ddpj .layui-upload{
  margin-top: 10px;
}

.details .w .bot .left .toggle .pingjia .users ul li .rg  .twolist{
  margin-top: 20px;
}
.details .w .bot .left .toggle .pingjia .users .twolist .names{
  font-weight: 700;
  margin-right: 10px;
}
.details .w .bot .left .toggle .pingjia .users .twolist .names2{
  margin-left: 10px;
  font-weight: 700;
}
.details .w .bot .left .toggle .pingjia .users .twolist ul li .lf{
  flex: 0 0 80px;
}
.details .w .bot .left .toggle .pingjia .users .twolist ul li .lf img{
  width: 50px;
  height: 50px;
}
.details .w .bot .left .toggle .pingjia .users .twolist ul li .rg{
  flex: 0 0 calc(100% - 80px);
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf2{
  display: flex;
    justify-content: space-between;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf2 p{
  background: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 10px;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf2 p img{
  width: 20px;
}
.details .w .bot .left .toggle .pingjia .users ul li .rg .hf2 .time{
  line-height: 40px;
  color: #777;
  font-size: 15px;
  font-style: oblique;
}














.navTop2 {
  height: 120px;
  background: #fff;
}
.navTop2 .w .buzhou {
  flex: 0 0 70%;
  margin-top: 25px;
}
.navTop2 .w .buzhou .yuan {
  text-align: center;
  position: relative;
}
.navTop2 .w .buzhou .yuan p {
  top: -30px;
    position: absolute;
    width: 140px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.navTop2 .w .buzhou .yuan .di {
  height: 40px;
  width: 40px;
  background: #eee;
  border-radius: 50%;
  position: relative;
}
.navTop2 .w .buzhou .yuan .di img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.navTop2 .w .buzhou .yuan .di p {
  position: absolute;
  height: 5px;
  width: 100px;
  background: #4184eb;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.navTop2 .w .buzhou .yuan .ditwo p {
  left: -70px;
}
.navTop2 .w .buzhou .yuan .dithree p {
  width: 180px;
  left: -160px;
}
.navTop2 .w .buzhou .line {
  height: 14px;
  width: 150px;
  background: #eee;
}
.submitorder .w {
  margin: 20px auto;
}
.submitorder .w .orderLeft {
  flex: 0 0 70%;
}
.submitorder .w .orderLeft .top {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 2px #eee;
  border-radius: 3px;
  margin-bottom: 20px;
}
.submitorder .w .orderLeft .top .title {
  font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    height: 35px;
    font-weight: 700;
}
.submitorder .w .orderLeft .top .jieshao {
  margin-bottom: 10px;
  font-size: 15px;
}
.submitorder .w .orderLeft .top .banci > p {
  font-size: 15px;
  color: #333;
}
.submitorder .w .orderLeft .top .banci ul {
  margin-top: 15px;
  width: 480px;
  flex-wrap: wrap;
}
.submitorder .w .orderLeft .top .banci ul li {
  flex: 0 0 48%;
  margin-right: 4%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer;
}
.submitorder .w .orderLeft .top .banci ul li:nth-child(2n) {
  margin-right: 0;
}
.submitorder .w .orderLeft .top .banci ul .actives {
  border: 1px solid #e2282b;
  color: #e2282b;
  background: #ffeded;
}
.submitorder .w .orderLeft .top .banci .warn {
  background: #eef5ff;
  line-height: 45px;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
}
.submitorder .w .orderLeft .top .banci .warn span {
  font-size: 20px;
  color: #4184eb;
  margin-right: 5px;
}
.submitorder .w .orderLeft .center {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 2px #eee;
  border-radius: 3px;
  margin-bottom: 20px;
}
.submitorder .w .orderLeft .center .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.submitorder .w .orderLeft .center ul {
  flex-wrap: wrap;
  margin-top: 20px;
}
.submitorder .w .orderLeft .center ul li {
  flex: 0 0 120px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.submitorder .w .orderLeft .center ul li span {
  display: block;
  position: absolute;
  right: -16px;
  bottom: -5px;
  background: #4184eb;
  color: #fff;
  width: 50px;
  height: 20px;
  transform: rotateZ(-45deg);
}
.submitorder .w .orderLeft .center ul li span i {
  position: absolute;
  left: 44%;
  transform: rotateZ(50deg);
  top: -4px;
}
.submitorder .w .orderLeft .center ul .actives {
  border: 1px solid #4184eb;
  color: #4184eb;
}
.submitorder .w .orderLeft .center .warn span {
  font-size: 22px;
  margin-left: 10px;
}
.submitorder .w .orderLeft .center .add {
  width: 120px;
  height: 45px;
  margin: 20px 0;
  background: #4184eb;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.submitorder .w .orderLeft .center .add span {
  font-size: 24px;
  margin-right: 5px;
}
.submitorder .w .orderLeft .center2 {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 2px #eee;
  border-radius: 3px;
  margin-bottom: 20px;
}
.submitorder .w .orderLeft .center2 .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.submitorder .w .orderLeft .center2 textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  line-height: 30px;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.submitorder .w .orderLeft .bot .a {
  margin-bottom: 20px;
}
.submitorder .w .orderLeft .bot .a input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.submitorder .w .orderLeft .bot .b {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 2px #eee;
  border-radius: 3px;
}
.submitorder .w .orderLeft .bot .b .l h3 {
  font-size: 30px;
  color: #ff1d00;
  font-weight: 700;
  margin-left: 10px;
}
.submitorder .w .orderLeft .bot .b .l h3 span {
  font-size: 16px;
}
.submitorder .w .orderLeft .bot .b .r input {
  background: linear-gradient(to right, #44bcff, #5c8cff);
  height: 45px;
  width: 150px;
  border-radius: 50px;
  outline: none;
  color: #fff;
  border: none;
  cursor: pointer;
}
.submitorder .w .orderRight {
  flex: 0 0 28%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 2px #eee;
  border-radius: 3px;
  height: max-content;
}
.submitorder .w .orderRight .red {
  color: red;
}
.submitorder .w .orderRight .title {
  margin-bottom: 10px;
  font-weight: 700;
    font-size: 16px;
}
.submitorder .w .orderRight > div {
  line-height: 35px;
}
.submitorder .w .orderRight > div h3 span {
  font-size: 30px;
  color: #ff1d00;
  font-weight: 700;
}
.submitorder .w .orderRight .zonge {
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 15px 0;
    line-height: 25px;
    box-sizing: border-box;
}
.submitorder .w .orderRight .zonge .djtts ,.submitorder .w .orderLeft .bot .b .djtts{
  color: #999;
  margin-left: 30px;
  text-align: right;
  font-size: 14px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.submitorder .w .orderLeft .bot .b .sheng{
  font-size: 12px;
    margin-top: 7px;
    color: #ff1d18;
    border: 1px solid #ff1d18;
    padding: 0px 3px;
    border-radius: 3px;
    margin-left: 5px;
}
.submitorder .w .orderRight .zonge .djtts span,.submitorder .w .orderLeft .bot .b .djtts span{
  margin-right: 2px;
}
.submitorder .w .orderRight .shuoming {
  line-height: 30px;
}
.submitorder .w .orderRight .shuoming .text {
  line-height: 27px;
    color: #666;
}
.about .title {
  width: 220px;
  position: relative;
  height: 30px;
  margin: 20px auto;
}
.about .title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about .title .zuo {
  width: 60px;
  height: 1px;
  background: #ccc;
  left: 0;
}
.about .title .you {
  width: 60px;
  height: 1px;
  background: #ccc;
  right: 0;
}
.about .title .name {
  font-size: 18px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #333;
}
.about .about-ban img {
  width: 100%;
}
.about .about-main .about-one .w .content p {
  font-size: 15px;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.about .about-main .about-two {
  background: #f7fafd;
  padding: 60px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.about .about-main .about-two .w ul li {
  width: 325px;
}
.about .about-main .about-two .w ul li img {
  width: 80px;
  height: 80px;
}
.about .about-main .about-two .w ul li div {
  width: 235px;
    margin-left: 10px;
}
.about .about-main .about-two .w ul li div h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}
.about .about-main .about-two .w ul li div p {
  color: #999;
  line-height: 25px;
}
.about .about-main .about-three {
  margin-bottom: 40px;
}
.about .about-main .about-three .w ul {
  margin-top: 80px;
}
.about .about-main .about-three .w ul li {
  width: 300px;
  background: #fff;
  box-shadow: 2px 2px 5px 2px #eee;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
.about .about-main .about-three .w ul li img {
  height: 90px;
  width: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-main .about-three .w ul li div {
  margin-top: 30px;
}
.about .about-main .about-three .w ul li div h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about .about-main .about-three .w ul li div p {
  width: 88%;
  margin: 0 auto;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
}
.about .about-main .about-three .w ul li .address p {
  text-align: center;
  line-height: 22px;
  font-size: 15px;
}
.daoshi {
  margin-top: 20px;
  min-height: 47vh;
}
.daoshi .w ul li {
  width: 24%;
  background: #fff;
  box-shadow: 2px 2px 5px 2px #eee;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 1.33%;
  margin-bottom: 17px;
}
.daoshi .w ul li a img {
  width: 80px;
  border-radius: 2px;
  height: 120px;
}
.daoshi .w ul li a .info {
  flex: 0 0 calc(100% - 90px);
  line-height: 22px;
  color: #777;
}
.daoshi .w ul li a .info h3 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.daoshi .w ul li:nth-child(4n) {
  margin-right: 0;
}
.jidi {
  margin-top: 20px;
  min-height: 47vh;
}
.jidi .ws ul li {
  width: 24%;
  background: #fff;
  box-shadow: 2px 2px 5px 2px #eee;
  margin-right: 1.33%;
  margin-bottom: 17px;
}

.luxian .jidi .ws ul li {
  position: relative;
}

.luxian .jidi .ws ul li>p {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(225,101,41,0.8);
    color: #fff;
    padding: 3px 10px;
    box-sizing: border-box;
    z-index: 999;
}

.jidi .ws ul li a {
  display: block;
}
.jidi .ws ul li a div {
  height: 180px;
}
.jidi .ws ul li a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jidi .ws ul li a h4 {
  padding: 10px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}
.jidi .ws ul li a p {
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 14px;
  font-size: 15px;
  color: #999;
}
.jidi .ws ul li:nth-child(4n) {
  margin-right: 0;
}
.jidi-all .left {
  width: calc(100% - 360px);
  overflow: hidden;
}
.jidi-all .right {
  padding: 15px;
  box-sizing: border-box;
  width: 340px;
  background: #fff;
  margin-top: 20px;
  height: max-content;
}
.jidi-all .right .title {
  border-left: 4px solid #00b38a;
  padding-left: 10px;
  margin-bottom: 15px;
}
.jidi-all .right ul {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.jidi-all .right ul li a img {
  width: 100%;
}
.jidi-all .right ul li a p {
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.luxian .ws ul li a .biaoti {
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  height: 40px;
  line-height: 20px;
  margin: 10px auto;
}
.luxian .ws ul li a p {
  font-size: 14px;
}
.luxian .ws ul li a p span:nth-child(2) {
  color: #ed5157;
  background: #fce5e6;
  padding: 3px 10px;
  box-sizing: border-box;
}
.luxian .right ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}
.luxian .right ul li a p {
  line-height: 20px;
  font-size: 15px;
  text-align: left;
  width: 90%;
  margin: 10px auto;
}
.jigou .ws ul li a div {
  height: 150px;
  border-bottom: 1px solid #eee;
}
.jigou .ws ul li a div img {
  object-fit: none;
}
.jigou .ws ul li a h4 {
  margin-top: 0;
}
.jigou .right ul {
  padding-top: 0;
}
.jigou .right ul li {
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.jddetails .w .top .img {
  flex: 0 0 240px;
  height: 150px;
}
.jddetails .w .top .img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.jddetails .w .top .info {
  flex: 0 0 calc(100% - 260px);
}
.jddetails .w .bot .left {
  flex: 1;
}
.lxdetails .w .info .jieshao {
  font-size: 15px;
}
.lxdetails .w .info .infotext {
  margin-top: 10px;
}
.lxdetails .w .info .infotext > div {
  /* margin-bottom:6px; */
  align-items: flex-start;
}
.lxdetails .w .info .infotext > div span {
  margin-right: 15px;
  flex: 0 0 65px;
}
.lxdetails .w .info .infotext > div>div{
  flex-wrap: wrap;
  display: flex;
    justify-items: center;
    align-items: center;
    justify-content: start;
}
.lxdetails .w .info .infotext > div>div p {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 8px;
}
.newsdetails .left .contents {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  min-height: 64vh;
  margin-bottom: 20px;
}
.newsdetails .left .contents .title {
  text-align: center;
  line-height: 34px;
  margin-bottom: 10px;
}
.newsdetails .left .contents .title h3 {
  font-size: 20px;
  font-weight: 700;
}
.newsdetails .left .contents .title p {
  font-size: 15px;
  color: #999;
}
.newsdetails .left .contents .main {
  line-height: 30px;
  font-size: 15px;
}
.newsdetails .left .contents .main p {
  text-indent: 2em;
  margin-bottom: 5px;
}
.newsdetails .left .contents .main img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.newsdetails .right ul li {
  margin-bottom: 15px;
}
/* .newsdetails .right ul li a{
  align-items: center;
} */
.newsdetails .right ul li a img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.newsdetails .right ul li a div {
  width: calc(100% - 85px);
}
.newsdetails .right ul li a div p {
  line-height: 20px;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.newsdetails .right ul li a div .time {
  color: #777;
  margin-top: 2px;
}


.layui-laypage-tom-bg-green span {
    background-color: #00B38A;
}


.fixed{
  position: fixed;
  right:30px;
  top: 50%;
  z-index: 9999;
}
.fixed>ul {
  box-shadow: 0px 0px 3px 2px #eee;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  padding: 5px 10px ;
}
.fixed>ul>li{
  border-top: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  position: relative;
  /* width: 50px; */
}
.fixed>ul>li:first-child{
  border-top: none;
}
.fixed>ul>li .kefu{
  position: absolute;
  right: 60px;
  top: 0;
  width: max-content;
  line-height: 30px;
  text-align: left;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 2px #eee;
}
.fixed>ul>li .kefu ul li{
  margin-bottom: 10px;
}
.fixed>ul>li .kefu ul li:last-child{
  margin-bottom: 0;
}
.fixed>ul>li .kefu ul li .title{
  font-size: 17px;
  font-weight: 700;
}
.fixed>ul>li .kefu ul li .nr{
  text-indent: 1.8em;
}
.fixed>ul>li .kefu::before{
  content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left: 10px solid transparent;
    right: -40px;
    top: 0;
    height: 114px;
    width: 20px;
    background: transparent;
}
.fixed>ul>li .kefu::after{
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  right: -18px;
  top: 20px;
}

.fixed>ul>li .kefu ul::before{
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-left: 10px solid #eee;
  right: -20px;
  top: 20px;
}


/* .fixed ul li img{
  margin-bottom: 10px;
} */
#back-to-top{
  display: none;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #00b38a!important;
  background-color: #00b38a!important;
  color: #fff;
}
.xiaoshou{
  cursor: pointer;
}
.guding{
  position: fixed;
    width: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255);
    top: 0px;
    left: 0;
}
.guding ul{
  width: 95%;
  margin: 0 auto;
}
.guding2{
  position: fixed;
    width: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255);
    top: 0px;
    left: 0;
}
.guding2 ul{
  width: 1366px;
  margin: 0 auto;
  max-width: 1366px;
  min-width: 1000px;
}


.info .ssjd{
  height: 50px;
  background: #fff;
  line-height: 50px;
  width: 250px;
  padding: 10px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  box-shadow: 1px 1px 5px #ddd;
}
.info .ssjd input{
  height: 100%;
  border: none;
  outline: none;
  width: 240px;
}
.info .ssjd i{
  font-size: 20px;
}
.info .pick-area{
  width: auto!important;
  margin-right: 20px;
  cursor: pointer;
  height: 50px;
  box-shadow: 1px 1px 5px #ddd;
}
.info .pick-show{
  border: none!important;
}
.info .pick-list{
  margin-top: 10px;
  border: none;
  box-shadow: 1px 1px 5px #ddd;
}
.info .lxdj {
  position: relative;
  box-shadow: 1px 1px 5px #ddd;
}
.info .lxdj>ul{
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  background: #fff;
  width: 210px;
}
.info .lxdj>ul>li{
  flex: 0 0 50%;
  height: 34px;
  border-right: 1px dashed #ddd;
  text-align: center;
  line-height: 34px;
}
.info .lxdj>ul>li:last-child{
  border-right: none;
}
.info .lxdj>ul>.active{
  color: #00B38A;
}
.info .lxdj .quanbu{
  position: absolute;
  width: max-content;
  top: 60px;
  box-shadow: 1px 1px 5px #ddd;
  border-radius: 3px;
}
.info .lxdj .quanbu ul{
  background: #fff;
  height: 50px;
  line-height: 50px;
}
.info .lxdj .quanbu ul li{
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.info .lxdj .quanbu ul .active{
  background: #00B38A;
  color: #fff;
}
.zanwudata{
  width: 100%;
  text-align: center;
  line-height: 350px;
}
.zanwudata2{
  margin-left: 15%;
  line-height: 150px;
}
.zanwudata3{
  line-height: 150px;
  text-align: center;
}

/* 线路状态颜色值 */
.tour-state-sell {
    background: rgba(204,204,204,0.8) !important;
}
.tour-state-start {
    background: rgba(76,175,80,0.8) !important;
}
.tour-state-signup {
    background: rgba(255,159,0,0.8) !important;
}




.coupon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.coupon .w .title{
  height: 50px;
  border-bottom: 1px solid #00b38a;
  position: relative;
}
.coupon .w .title h2{
 color: #333;
  font-size: 17px;
  height: 100%;
  line-height: 50px;
  font-style: italic;
  font-weight: 700;
}
.coupon .w .title a {
line-height: 50px;
color: #777;
font-size: 15px;
}
.coupon .w .title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0px;
  border: 9px solid transparent;
  border-bottom: 9px solid #00b38a;
  bottom: 0;
  left: 20px;
}
.coupon .w ul {
  box-shadow: 0px 1px 5px 2px #eee;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  flex-wrap: wrap;
}
.coupon .w ul .active{
  background: #ccc;
}
.coupon .w ul li {
  background: #f09c80;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  flex: 0 0 18%;
  margin-right: 2.5%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.coupon .w ul li>img{
  position: absolute;
    right: -12px;
    top: -13px;
    /* transform: translateY(-50%); */
    width: 60px;
}
.coupon .w ul li a {
  color: #fff;
}
.coupon .w ul li a .top .fl {
  width: 40%;
  border-right: 1px dashed #fff;
  height: 38px;
  justify-content: center;
}
.coupon .w ul li a .top .fl h2 {
  font-size: 25px;
}
.coupon .w ul li a .top .fr {
  width: 60%;
  padding-left: 15px;
  box-sizing: border-box;
}
.coupon .w ul li a .top .fr p{
  font-size: 14px;
}
.coupon .w ul li a .bot {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-top: 1px dashed #fff;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
}
.coupon .w ul li a .bot div {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  border-radius: 50%;
}
.coupon .w ul li a .bot .yz {
  left: -30px;
  top: -10px;
}
.coupon .w ul li a .bot .yy {
  right: -30px;
  top: -10px;
}
.coupon .w ul li:nth-child(5n){
  margin-right: 0;
}

.coupon_money{
  color: #ff1d00;
  cursor: pointer;
}
.coupon_money img{
  width: 18px;
  margin-bottom: 3px;
}
.pc_coupon{
  margin-top: 10px;
}
.pc_coupon>ul{
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  line-height: 40px;
}
.pc_coupon>ul li{
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.pc_coupon>ul .active{
  color: #ff1d00;
}
.pc_coupon>ul .active::after{
   content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    border-radius: 5px;
    background: #ff1d00;
    left: 50%;
    transform: translateX(-50%);
}
.pc_coupon .coupon .w ul li .top{
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.pc_coupon .coupon .w ul li{
  flex: 0 0 23.5%;
  margin-right: 2%;
}
.pc_coupon .coupon .w ul li:nth-child(4n){
  margin-right: 0;
}
.submitorder .w .orderLeft .center2 .coupon_title{
  margin-bottom: 0;
}
.pc_coupon .coupon .w{
    width: auto;
    margin: 0;
    max-width: inherit;
    min-width: auto;
}
.pc_coupon .coupon .w ul li>img{
    right: 0;
    top: 0;
    width: auto;
}
.pc_coupon .coupon .w ul li a .bot div{
  background: none;
}
.pc_coupon .coupon .w ul .actives{
  border: 3px solid #db6943;
}
.coupon_more_list{
  min-height: 64vh;
  position: relative;
}
.coupon_more_list .coupon .w ul{
  box-shadow: none;
}
.coupon_more_list .coupon .w ul li:nth-child(5n){
  margin-right: 0;
}
.coupon_more_list .coupon_page{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  
}
.pc_coupon .nocoupon{
    width: 100%;
    text-align: center;
    line-height: 14vh;
    color: #777;
}