.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-family: 'Microsoft YaHei';
  background-color: #f7f7f7;
  background-repeat: repeat;
  background-position: top; }

a {
  color: #333333; }
  a:hover {
    color: #3775cd; }

::-webkit-scrollbar {
  width: 8px;
  height: 1px;
  display: none; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5); }

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1); }

.wy-but {
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  text-align: center;
  background-color: #387bd9;
  background-image: linear-gradient(to right, #0b4699, #387bd9);
  color: #ffffff;
  user-select: none; }
  .wy-but:hover {
    background-color: #0b4699; }

.wy-text-red {
  color: #FF3600; }
.wy-text-green {
  color: #228B22; }
.wy-text-blue {
  color: #6691ff; }
.wy-text-yellow {
  color: #ff9900; }

.wy-border-but {
  background-color: transparent;
  border: 1px solid #387bd9;
  color: #387bd9;
  background-image: none; }
  .wy-border-but:hover {
    border-color: #0b4699;
    background-color: #eef4ff; }

.wy-whiteSpace {
  height: 20px; }

.wy-hr {
  width: 100%;
  border-bottom: 1px solid #eeeeee; }

.wy-banner {
  min-width: 1200px;
  position: relative;
  font-size: 0; }
  .wy-banner .wy-banner-con {
    width: 100%; }
    .wy-banner .wy-banner-con .pic {
      width: 100%;
      height: 385px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .wy-banner .wy-banner-con .swiper-pagination-bullet-active {
      background: #0b4699; }
    .wy-banner .wy-banner-con:hover .swiper-button-but {
      transform: scale(1);
      opacity: 1; }
    .wy-banner .wy-banner-con .swiper-button-but {
      width: 35px;
      height: 35px;
      transform: scale(0);
      opacity: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.3s; }
      .wy-banner .wy-banner-con .swiper-button-but:after {
        content: ''; }
    .wy-banner .wy-banner-con .prev {
      background-image: url("../../img/public/prev.png");
      left: 15%; }
    .wy-banner .wy-banner-con .next {
      background-image: url("../../img/public/next.png");
      right: 15%; }

.wy-min-banner .wy-banner-con {
  width: 1200px;
  padding: 20px 0; }
  .wy-min-banner .wy-banner-con .pic {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .wy-min-banner .wy-banner-con .swiper-pagination-bullet-active {
    background: #0b4699; }

.wy-focus-banner {
  opacity: 0;
  padding-top: 40px;
  background-color: #ffffff; }
  .wy-focus-banner .wy-banner-con {
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 1200px; }
    .wy-focus-banner .wy-banner-con .pic {
      width: 100%;
      height: 300px;
      border-radius: 5px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .wy-focus-banner .wy-banner-con:hover .swiper-button-but {
      transform: scale(1);
      opacity: 1; }
    .wy-focus-banner .wy-banner-con .swiper-button-but {
      width: 35px;
      height: 35px;
      transform: scale(0);
      opacity: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.3s; }
      .wy-focus-banner .wy-banner-con .swiper-button-but:after {
        content: ''; }
    .wy-focus-banner .wy-banner-con .prev {
      background-image: url("../../img/public/prev.png");
      left: 15%; }
    .wy-focus-banner .wy-banner-con .next {
      background-image: url("../../img/public/next.png");
      right: 15%; }
    .wy-focus-banner .wy-banner-con .swiper-slide {
      width: 520px;
      position: relative; }
      .wy-focus-banner .wy-banner-con .swiper-slide:after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .wy-focus-banner .wy-banner-con .swiper-slide-active:after {
      content: '';
      background: none;
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .wy-focus-banner .wy-banner-con .swiper-pagination {
      width: 100%;
      bottom: 20px; }
    .wy-focus-banner .wy-banner-con .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
      background-color: rgba(229, 61, 61, 0.5);
      height: 2px;
      opacity: 1;
      width: 35px;
      border-radius: inherit; }
    .wy-focus-banner .wy-banner-con .swiper-pagination-bullets .swiper-pagination-bullet-active {
      border: 1px solid #387bd9;
      background-color: #fff; }

.wy-main {
  width: 1200px;
  margin: 0 auto; }

.wy-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }

.wy-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.14); }

.no-drop-but {
  cursor: no-drop !important;
  background-color: #cccccc !important; }

.link {
  width: 1180px;
  margin: 30px auto;
  font-size: 14px; }
  .link .link-title {
    width: 70px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #666666; }
  .link .link-con {
    width: 1100px;
    display: inline-block;
    vertical-align: top; }
    .link .link-con a {
      color: #666666; }
    .link .link-con span {
      display: inline-block;
      margin: 0 10px 5px; }

.wy-title {
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  .wy-title .title {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 100%;
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    padding-left: 15px;
    position: relative; }
    .wy-title .title:before {
      content: '';
      width: 5px;
      height: 20px;
      border-radius: 1px;
      background-color: #387bd9;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .wy-title .nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px; }
    .wy-title .nav a {
      color: #333333; }
      .wy-title .nav a:hover {
        color: #3775cd; }
    .wy-title .nav span {
      margin: 0 10px;
      font-size: 16px;
      font-weight: bold; }
  .wy-title .more {
    color: #999999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0; }
    .wy-title .more:hover {
      color: #387bd9; }
      .wy-title .more:hover .more-icon:after {
        border-color: #387bd9; }
    .wy-title .more .more-icon {
      width: 14px;
      margin-left: 5px;
      position: relative; }
      .wy-title .more .more-icon:after {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-bottom: 2px solid #cccccc;
        border-right: 2px solid #cccccc;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .wy-title .more span {
      font-size: 14px; }
    .wy-title .more label {
      font-size: 12px; }

.wy-round-title .title:before {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  background-image: linear-gradient(90deg, #387bd9, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.wy-font-title .title {
  padding-left: 0; }
  .wy-font-title .title:before {
    display: none; }

.wy-point-list {
  padding-top: 10px; }
  .wy-point-list .wy-point-list-li {
    padding: 8px;
    position: relative; }
    .wy-point-list .wy-point-list-li:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #cccccc;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(100%, -50%); }
    .wy-point-list .wy-point-list-li a {
      color: #666666; }
    .wy-point-list .wy-point-list-li:hover {
      background-color: #eef4ff; }
      .wy-point-list .wy-point-list-li:hover .title {
        color: #3775cd; }
        .wy-point-list .wy-point-list-li:hover .title:before {
          background-color: #3775cd; }
      .wy-point-list .wy-point-list-li:hover .time {
        color: #3775cd; }
    .wy-point-list .wy-point-list-li .lab {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px;
      margin: 10px 0 10px 10px;
      font-size: 14px;
      border: 1px solid #1a66ff; }
    .wy-point-list .wy-point-list-li .title {
      width: calc(100% - 85px);
      font-size: 15px;
      padding: 0 10px;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .wy-point-list .wy-point-list-li .time {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: #999999; }

.crumbs {
  font-size: 14px;
  padding: 15px 0; }
  .crumbs span {
    color: #999999; }
    .crumbs span a:hover {
      color: #0b4699; }

.wy-main-ads .wy-main-ads-con {
  padding: 0; }
  .wy-main-ads .wy-main-ads-con img {
    width: 100%; }
  .wy-main-ads .wy-main-ads-con .swiper-pagination-bullet-active {
    background: #0b4699; }

@keyframes ceContent {
  0% {
    right: 100px;
    opacity: 0; }
  100% {
    right: 55px;
    opacity: 1; } }
.wy-school {
  width: 230px;
  height: 240px;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; }
  .wy-school div {
    text-align: center;
    text-align-last: center; }
  .wy-school .title {
    width: 100%;
    height: 120px;
    background-color: #3090A8;
    position: relative; }
    .wy-school .title div {
      width: 180px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: #ffffff;
      text-align: center;
      letter-spacing: 2px;
      line-height: 30px; }
  .wy-school .pic {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .wy-school .state {
    padding: 20px 0;
    text-align: left;
    text-align-last: left; }
    .wy-school .state span {
      max-width: 55px;
      font-size: 14px;
      color: #666666;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .wy-school .state .icon {
      margin: 0 10px 0 20px; }
  .wy-school .logo {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: -30px auto 0;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #eeeeee; }
    .wy-school .logo img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .wy-school .detail {
    padding: 10px 20px;
    line-height: 24px;
    font-size: 15px;
    color: #666666; }
    .wy-school .detail p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .wy-school .bottom {
    position: absolute;
    bottom: -80px;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 0;
    transition: all 0.3s; }
    .wy-school .bottom span {
      display: inline-block;
      height: 20px;
      width: calc(100% / 2 - 1px);
      border-right: 1px solid #eeeeee;
      color: #ffffff;
      font-size: 15px; }
    .wy-school .bottom :last-child span {
      border: none; }
  .wy-school:hover .bottom {
    bottom: 0; }
  .wy-school:nth-child(1n) .title {
    background-color: #3090A8; }
  .wy-school:nth-child(2n) .title {
    background-color: #5382BA; }
  .wy-school:nth-child(3n) .title {
    background-color: #E1C488; }

.wy-uad-padding {
  padding: 20px 0; }

.wy-max-school {
  width: 315px; }

.wy-tabCard {
  font-size: 0; }
  .wy-tabCard .wy-tabCard-nav .nav-con {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 15px 15px 0;
    border: 1px solid #387bd9;
    color: #387bd9;
    background-color: #ffffff; }
    .wy-tabCard .wy-tabCard-nav .nav-con:hover {
      color: #ffffff;
      border: 1px solid transparent;
      background-color: #387bd9; }
  .wy-tabCard .wy-tabCard-nav .active {
    background-color: #387bd9;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid transparent; }

.wy-course {
  display: inline-block;
  vertical-align: top;
  padding: 10px; }
  .wy-course:hover {
    background-color: #eef4ff; }
  .wy-course .pic {
    width: 140px;
    max-height: 85px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }
    .wy-course .pic img {
      width: 100%;
      transition: all 0.3s; }
    .wy-course .pic:hover img {
      transform: scale(1.1); }
  .wy-course .detail {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-left: 10px; }
    .wy-course .detail .detail-title {
      width: 100%;
      font-size: 14px;
      color: #333333;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .wy-course .detail .detail-bottom {
      margin-top: 5px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 12px;
      color: #666666; }
      .wy-course .detail .detail-bottom .detail-bottom-price {
        color: #FF3600;
        font-size: 14px; }

.wy-article {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee; }
  .wy-article:hover .details .title {
    color: #3775cd; }
  .wy-article .pic {
    width: 180px;
    height: 120px;
    border-radius: 5px;
    background-color: #EEEEEE;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: top; }
  .wy-article .details {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: calc(100% - 230px); }
    .wy-article .details .title {
      font-size: 18px;
      font-weight: bold;
      color: #333333;
      margin-bottom: 10px; }
    .wy-article .details .brief {
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 10px; }
    .wy-article .details .tip {
      width: 100%;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      color: #999999; }
      .wy-article .details .tip .icon {
        font-size: 13px; }
      .wy-article .details .tip span {
        margin-right: 20px; }

.wy-teamwork .wy-teamwork-con {
  font-size: 0; }
  .wy-teamwork .wy-teamwork-con .con-con {
    display: inline-block; }
    .wy-teamwork .wy-teamwork-con .con-con:nth-child(5) .pic, .wy-teamwork .wy-teamwork-con .con-con:nth-child(6) .pic, .wy-teamwork .wy-teamwork-con .con-con:nth-child(7) .pic, .wy-teamwork .wy-teamwork-con .con-con:nth-child(8) .pic {
      width: 290px; }
    .wy-teamwork .wy-teamwork-con .con-con .pic {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 390px;
      height: 100px;
      margin: 5px; }

.wy-classifyNav .wy-classifyNav-con {
  padding: 20px; }
  .wy-classifyNav .wy-classifyNav-con .con-con {
    padding: 5px 0;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px; }
    .wy-classifyNav .wy-classifyNav-con .con-con:not(:first-child) {
      border: 1px solid #6691ff;
      background-color: rgba(102, 145, 255, 0.1);
      border-radius: 5px;
      margin: 0 0 15px auto; }
    .wy-classifyNav .wy-classifyNav-con .con-con:last-child {
      margin-bottom: 0; }
    .wy-classifyNav .wy-classifyNav-con .con-con div {
      display: inline-block;
      vertical-align: top;
      max-width: calc(100% - 70px); }
      .wy-classifyNav .wy-classifyNav-con .con-con div span {
        padding: 5px;
        display: inline-block;
        font-size: 16px;
        color: #333333;
        margin: 0 10px;
        cursor: pointer; }
        .wy-classifyNav .wy-classifyNav-con .con-con div span:hover {
          color: #999999; }
      .wy-classifyNav .wy-classifyNav-con .con-con div .type {
        color: #999999; }
      .wy-classifyNav .wy-classifyNav-con .con-con div .select-span {
        color: #6691ff; }
    .wy-classifyNav .wy-classifyNav-con .con-con .first {
      width: 80px; }

.wy-ptf-course {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  margin: 10px;
  transition: all 0.2s;
  border-radius: 8px; }
  .wy-ptf-course:hover {
    transform: translateY(-2.5%);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.14); }
  .wy-ptf-course .pic {
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px; }
  .wy-ptf-course .detail {
    width: 100%; }
    .wy-ptf-course .detail .detail-title {
      width: 100%;
      height: 40px;
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .wy-ptf-course .detail .detail-brief {
      width: 100%;
      margin: 10px 0 20px 0;
      font-size: 14px;
      color: #333333;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .wy-ptf-course .detail .detail-bottom {
      font-size: 14px;
      color: #666666; }
      .wy-ptf-course .detail .detail-bottom .detail-bottom-price {
        color: #FF3600;
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px; }
        .wy-ptf-course .detail .detail-bottom .detail-bottom-price .oldPrice {
          font-size: 14px;
          font-weight: normal;
          color: #999999;
          text-decoration: line-through; }

.wy-no-data {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #999999; }
  .wy-no-data .pic {
    width: 80px;
    margin: 0 auto 10px; }
    .wy-no-data .pic img {
      width: 100%; }

.wy-no-more {
  font-size: 14px;
  color: #999999;
  padding: 20px 0;
  text-align: center; }

.wy-bread .wy-bread-con span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #999999;
  position: relative; }
  .wy-bread .wy-bread-con span:after {
    content: '';
    height: 5px;
    width: 5px;
    border-width: 2px 2px 0 0;
    border-color: #bbbbbb;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg) translateY(-70%); }
.wy-bread .wy-bread-con :last-child span:after {
  border: none; }

.wy-back-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.wy-teacher {
  width: 220px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s; }
  .wy-teacher:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }
  .wy-teacher .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto; }
  .wy-teacher .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block; }
  .wy-teacher .post {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .wy-teacher .brief {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    text-align: left;
    height: 40px; }
    .wy-teacher .brief p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .wy-teacher .tab {
    font-size: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddddd; }
    .wy-teacher .tab .tab-item {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% / 3);
      font-size: 14px;
      color: #999999; }
      .wy-teacher .tab .tab-item .iconfont {
        font-size: 14px; }

.wy-white-bg {
  background-color: #FFFFFF; }

.wy-clickBut {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #387bd9;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #387bd9;
  transition: all 0.3s; }
  .wy-clickBut:hover {
    opacity: 0.8; }

.myData {
  width: 100%;
  min-width: 1200px;
  padding: 20px 0; }
  .myData .myData-con {
    font-size: 0; }
    .myData .myData-con .con-header {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 150px; }
      .myData .myData-con .con-header .pic {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
        background-color: #FFFFFF;
        border: 2px solid #FFFFFF; }
      .myData .myData-con .con-header .name {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 10px; }
      .myData .myData-con .con-header .yesSign {
        background-color: transparent;
        color: #FFFFFF; }
    .myData .myData-con .con-info {
      width: calc(100% - 180px);
      margin-left: 30px;
      display: inline-block;
      vertical-align: middle; }
      .myData .myData-con .con-info .info-item {
        width: calc(100% / 6);
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        height: 95px; }
        .myData .myData-con .con-info .info-item .title {
          font-size: 18px;
          font-weight: bold;
          color: #FFFFFF;
          margin-bottom: 20px; }
        .myData .myData-con .con-info .info-item .tip {
          font-size: 14px;
          color: #FFFFFF;
          opacity: 0.8;
          margin-bottom: 10px;
          margin-top: 22px;
          transition: all 0.3s; }
        .myData .myData-con .con-info .info-item .sign {
          text-align: center;
          opacity: 0;
          transition: all 0.3s; }
          .myData .myData-con .con-info .info-item .sign span, .myData .myData-con .con-info .info-item .sign label {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px;
            height: 22px;
            line-height: 22px;
            border-radius: 5px;
            text-align: center;
            background-color: #FFFFFF;
            color: #387bd9;
            font-size: 14px;
            margin: 0 10px;
            cursor: pointer; }
          .myData .myData-con .con-info .info-item .sign label {
            background-color: transparent;
            color: #FFFFFF; }
        .myData .myData-con .con-info .info-item:hover .tip {
          margin-top: 0; }
        .myData .myData-con .con-info .info-item:hover .sign {
          opacity: 1; }

.wy-myContent .wy-myContent-con {
  position: relative; }
  .wy-myContent .wy-myContent-con .con-left {
    width: 150px;
    text-align: center;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 2; }
    .wy-myContent .wy-myContent-con .con-left .left-item {
      padding-bottom: 15px;
      border-bottom: 1px dashed #cccccc; }
      .wy-myContent .wy-myContent-con .con-left .left-item:last-child {
        border-bottom: none; }
      .wy-myContent .wy-myContent-con .con-left .left-item .title {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        padding: 10px 0; }
      .wy-myContent .wy-myContent-con .con-left .left-item .options {
        padding: 5px 0;
        font-size: 15px;
        color: #999999; }
      .wy-myContent .wy-myContent-con .con-left .left-item .select-style {
        color: #387bd9;
        font-weight: bold; }
  .wy-myContent .wy-myContent-con .con-right {
    width: calc(100% - 170px); }
    .wy-myContent .wy-myContent-con .con-right .right-content {
      padding: 20px; }

@keyframes show-my-extend {
  from {
    opacity: 0;
    left: 130px; }
  to {
    opacity: 1;
    left: 140px; } }
@keyframes StripDiv {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
.wy-msg {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  font-size: 15px;
  color: #FFFFFF;
  animation: wy-msg 1s;
  transform-origin: 50% 50% 0;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden; }

@keyframes wy-msg {
  0% {
    top: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
    visibility: visible; }
  10% {
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible; }
  80% {
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible; }
  100% {
    top: 40%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    visibility: hidden; } }
.wy-alert {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.2s;
  animation: wy-alert 0.2s; }
  .wy-alert .alert-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50% 0;
    transition: all 0.2s;
    animation: alert-con 0.2s; }
    .wy-alert .alert-con .con-content {
      width: 320px;
      background-color: #FFFFFF;
      border-radius: 10px;
      box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
      padding: 20px 30px;
      text-align: center; }
      .wy-alert .alert-con .con-content .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto 20px;
        position: relative; }
        .wy-alert .alert-con .con-content .icon:before, .wy-alert .alert-con .con-content .icon:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%; }
      .wy-alert .alert-con .con-content .no-icon {
        border: 3px solid #ff3600; }
        .wy-alert .alert-con .con-content .no-icon:before, .wy-alert .alert-con .con-content .no-icon:after {
          width: 3px;
          height: 25px;
          transform: translate(-50%, -50%) rotate(-45deg);
          background-color: #ff3600; }
        .wy-alert .alert-con .con-content .no-icon:after {
          transform: translate(-50%, -50%) rotate(45deg); }
      .wy-alert .alert-con .con-content .yes-icon {
        border: 3px solid #6691ff; }
        .wy-alert .alert-con .con-content .yes-icon:before, .wy-alert .alert-con .con-content .yes-icon:after {
          width: 3px;
          height: 25px;
          transform: translate(-50%, -50%) rotate(45deg);
          background-color: #6691ff; }
        .wy-alert .alert-con .con-content .yes-icon:before {
          left: 65%; }
        .wy-alert .alert-con .con-content .yes-icon:after {
          height: 15px;
          transform: translate(-50%, -50%) rotate(-45deg);
          top: 60%;
          left: 35%; }
      .wy-alert .alert-con .con-content .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #0C0C0C; }
      .wy-alert .alert-con .con-content .detail {
        font-size: 15px;
        color: #666666; }
      .wy-alert .alert-con .con-content .pic {
        margin-top: 10px;
        width: 100%; }
        .wy-alert .alert-con .con-content .pic img {
          width: 100%;
          height: auto; }
      .wy-alert .alert-con .con-content .bottom {
        margin-top: 30px; }
        .wy-alert .alert-con .con-content .bottom .cancel, .wy-alert .alert-con .con-content .bottom .confirm {
          display: inline-block;
          vert-align: middle;
          padding: 8px 20px;
          color: #FFFFFF;
          font-size: 15px;
          border-radius: 5px;
          margin: 0 10px;
          background-color: #387bd9;
          border: 1px solid #387bd9;
          cursor: pointer;
          transition: all 0.3s; }
          .wy-alert .alert-con .con-content .bottom .cancel:hover, .wy-alert .alert-con .con-content .bottom .confirm:hover {
            opacity: 0.8; }
        .wy-alert .alert-con .con-content .bottom .cancel {
          color: #387bd9;
          border: 1px solid #387bd9;
          background-color: transparent; }
          .wy-alert .alert-con .con-content .bottom .cancel:hover {
            color: #FFFFFF;
            background-color: #387bd9; }
    .wy-alert .alert-con .con-close {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #FFFFFF;
      margin: 20px auto 0;
      position: relative;
      cursor: pointer;
      transition: all 0.1s; }
      .wy-alert .alert-con .con-close:before, .wy-alert .alert-con .con-close:after {
        content: "";
        width: 2px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #FFFFFF; }
      .wy-alert .alert-con .con-close:after {
        transform: translate(-50%, -50%) rotate(45deg); }
      .wy-alert .alert-con .con-close:hover {
        background-color: #FF3600;
        border-color: #FF3600; }

.close-wy-alert {
  background-color: rgba(0, 0, 0, 0); }
  .close-wy-alert .alert-con {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3); }

@keyframes wy-alert {
  from {
    background-color: rgba(0, 0, 0, 0); }
  to {
    background-color: rgba(0, 0, 0, 0.5); } }
@keyframes alert-con {
  0% {
    transform: translate(-50%, -50%) scale(0.3); }
  50% {
    transform: translate(-50%, -50%) scale(1.4); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }
.list-page {
  font-size: 12px; }
  .list-page .active {
    background-color: #387bd9; }
    .list-page .active span {
      background-color: #387bd9 !important;
      border-color: #387bd9 !important;
      color: #FFFFFF; }
  .list-page a, .list-page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }
  .list-page .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
    .list-page .pagination li {
      display: inline; }
      .list-page .pagination li:first-child span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }

.wy-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .wy-loading .loading-con {
    width: 200px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .wy-loading .loading-con .boxLoading {
      width: 50px;
      height: 70px;
      margin: 0 auto;
      position: relative; }
    .wy-loading .loading-con .boxLoading:before {
      content: "";
      width: 50px;
      height: 5px;
      background: #000;
      position: absolute;
      top: 59px;
      left: 0;
      border-radius: 50%;
      animation: shadow 0.5s linear infinite; }
    .wy-loading .loading-con .boxLoading:after {
      content: "";
      width: 50px;
      height: 50px;
      background: #FFFFFF;
      animation: animate 0.5s linear infinite;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 3px; }
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    transform: translateY(9px) rotate(67.5deg); }
  100% {
    transform: translateY(0) rotate(90deg); } }
@keyframes shadow {
  0%,
            100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1); } }
    .wy-loading .loading-con .con-tip {
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      text-align: center;
      margin-top: 10px;
      letter-spacing: 3px; }

.wy-header {
  width: 100%;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  background-color: #ffffff; }
  .wy-header .header-con {
    font-size: 0;
    position: relative; }
    .wy-header .header-con .con-logo {
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      line-height: 50px;
      font-size: 28px;
      font-weight: bold;
      color: #387bd9; }
      .wy-header .header-con .con-logo img {
        height: 100%; }
    .wy-header .header-con .con-list {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
      .wy-header .header-con .con-list .list-item {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 30px;
        color: #333333;
        text-align: center; }
        .wy-header .header-con .con-list .list-item:hover .item-content {
          display: block;
          top: 70px; }
        .wy-header .header-con .con-list .list-item .item-name {
          font-size: 20px;
          font-weight: bold; }
        .wy-header .header-con .con-list .list-item .item-content {
          width: 100%;
          left: 0;
          position: absolute;
          font-size: 18px;
          font-weight: bold;
          background-color: #FFFFFF;
          line-height: 1.2;
          border: 1px solid #EEEEEE;
          padding: 0 5px;
          display: none;
          top: 0; }
          .wy-header .header-con .con-list .list-item .item-content .content-one {
            padding: 15px 0; }
          .wy-header .header-con .con-list .list-item .item-content img {
            width: 100%; }
      .wy-header .header-con .con-list .active:after {
        content: '';
        width: 40%;
        height: 5px;
        border-radius: 5px;
        background-color: #387bd9;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      .wy-header .header-con .con-list .active .item-name {
        color: #387bd9; }
    .wy-header .header-con .con-login {
      height: 36px;
      line-height: 32px;
      padding: 0 30px;
      font-size: 18px;
      color: #387bd9;
      cursor: pointer;
      border: 2px solid #387bd9;
      border-radius: 18px;
      text-align: center;
      position: absolute;
      right: 20px;
      top: 50%;
      font-weight: bold;
      transform: translateY(-50%);
      transition: all 0.3s; }
      .wy-header .header-con .con-login:hover {
        background-color: #387bd9;
        color: #ffffff; }

.wy-footer {
  width: 100%;
  min-width: 1200px;
  padding: 40px 0 20px;
  background-color: #181921; }
  .wy-footer .wy-footer-con .wy-footer-contact {
    width: 240px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    .wy-footer .wy-footer-con .wy-footer-contact .tel {
      color: #ffffff;
      font-weight: bolder;
      font-size: 30px; }
    .wy-footer .wy-footer-con .wy-footer-contact .time {
      font-size: 12px;
      color: #fff;
      opacity: 0.6; }
    .wy-footer .wy-footer-con .wy-footer-contact .qr {
      width: 120px;
      margin: 0 auto; }
      .wy-footer .wy-footer-con .wy-footer-contact .qr img {
        width: 100%;
        margin: 20px auto; }
      .wy-footer .wy-footer-con .wy-footer-contact .qr p {
        font-size: 12px;
        color: #fff;
        opacity: 0.6; }
  .wy-footer .wy-footer-con .wy-footer-ul {
    max-width: 300px;
    margin: 0 50px;
    display: inline-block;
    vertical-align: top; }
    .wy-footer .wy-footer-con .wy-footer-ul a {
      color: #ffffff;
      opacity: 0.6; }
      .wy-footer .wy-footer-con .wy-footer-ul a:hover {
        opacity: 1;
        font-weight: bolder; }
    .wy-footer .wy-footer-con .wy-footer-ul li {
      line-height: 36px;
      font-size: 14px; }
    .wy-footer .wy-footer-con .wy-footer-ul .title {
      text-align: center;
      font-size: 18px;
      color: #ffffff;
      font-weight: bolder;
      margin-bottom: 20px; }
  .wy-footer .wy-footer-con .copyright-info {
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    text-align: center; }
    .wy-footer .wy-footer-con .copyright-info a {
      color: #ffffff; }
      .wy-footer .wy-footer-con .copyright-info a:hover {
        color: #387bd9; }

.wy-form .form-con {
  width: 1000px;
  margin: 0 auto;
  padding: 20px; }
  .wy-form .form-con .con-title {
    font-size: 15px;
    color: #999999;
    text-align: center; }
    .wy-form .form-con .con-title .title {
      padding: 15px;
      font-size: 22px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #333333;
      border-bottom: 1px solid #6691ff; }
  .wy-form .form-con .con-item {
    padding: 10px 20px; }
    .wy-form .form-con .con-item .item-title {
      padding-left: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #333333;
      position: relative; }
      .wy-form .form-con .con-item .item-title .tip {
        visibility: hidden;
        display: inline-block;
        color: #ff3600;
        margin-left: 20px;
        font-weight: normal; }
    .wy-form .form-con .con-item .item-data {
      margin-top: 10px; }
      .wy-form .form-con .con-item .item-data .data-option {
        display: inline-block;
        padding: 8px 15px;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        font-size: 15px;
        color: #666666;
        margin: 10px;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s;
        position: relative; }
        .wy-form .form-con .con-item .item-data .data-option:hover {
          border-color: #6691ff; }
        .wy-form .form-con .con-item .item-data .data-option .round, .wy-form .form-con .con-item .item-data .data-option .title {
          display: inline-block;
          vertical-align: middle; }
        .wy-form .form-con .con-item .item-data .data-option .round {
          width: 18px;
          height: 18px;
          border: 1px solid #cccccc;
          border-radius: 50%;
          margin-right: 10px;
          position: relative; }
          .wy-form .form-con .con-item .item-data .data-option .round:before {
            display: none;
            content: "";
            width: 10px;
            height: 10px;
            background-color: #6691ff;
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            transform-origin: 50% 50% 0;
            transform: translate(-50%, -50%); }
      .wy-form .form-con .con-item .item-data .submitInput {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0; }
      .wy-form .form-con .con-item .item-data .error-info {
        display: none;
        font-size: 0.28rem;
        color: var(--warn-color, #ff3600);
        vertical-align: center; }
      .wy-form .form-con .con-item .item-data .select-data-option {
        border-color: #6691ff;
        background-color: rgba(102, 145, 255, 0.1);
        animation: select-data-option 0.3s; }
        .wy-form .form-con .con-item .item-data .select-data-option .round {
          border-color: #6691ff; }
          .wy-form .form-con .con-item .item-data .select-data-option .round:before {
            display: block; }
@keyframes select-data-option {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(0); } }
    .wy-form .form-con .con-item .error .data-option {
      border: 1px solid var(--warn-color, #ff3600) !important;
      animation: error 0.3s; }
      .wy-form .form-con .con-item .error .data-option:hover {
        border: 1px solid var(--warn-color, #ff3600); }
    .wy-form .form-con .con-item .error .error-info {
      display: block; }
@keyframes error {
  0% {
    transform: translateX(0%); }
  25% {
    transform: translateX(-5%); }
  50% {
    transform: translateX(0%); }
  75% {
    transform: translateX(5%); }
  100% {
    transform: translateX(0%); } }
  .wy-form .form-con .con-checkbox .item-data .data-option .round {
    border-radius: 0; }
    .wy-form .form-con .con-checkbox .item-data .data-option .round:before {
      content: '';
      width: 10px;
      height: 5px;
      background: transparent;
      position: absolute;
      top: auto;
      left: auto;
      bottom: 40%;
      right: 15%;
      border-radius: 0;
      border: 2px solid #6691ff;
      border-top: none;
      border-right: none;
      transform: rotate(-55deg); }
  .wy-form .form-con .con-select .item-data .data-select {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    margin: 10px;
    cursor: pointer;
    user-select: none;
    position: relative; }
    .wy-form .form-con .con-select .item-data .data-select .submitInput {
      z-index: -1; }
    .wy-form .form-con .con-select .item-data .data-select .first {
      border: 1px solid #EEEEEE;
      min-width: 300px;
      padding: 8px 30px 8px 15px;
      border-radius: 5px;
      position: relative; }
      .wy-form .form-con .con-select .item-data .data-select .first:hover {
        border-color: #6691ff; }
      .wy-form .form-con .con-select .item-data .data-select .first:after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #cccccc;
        border-right: 2px solid #cccccc;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-100%, -75%) rotate(135deg); }
    .wy-form .form-con .con-select .item-data .data-select .select-first {
      border-color: #6691ff; }
    .wy-form .form-con .con-select .item-data .data-select .options {
      border: 1px solid #EEEEEE;
      min-width: 300px;
      position: relative; }
      .wy-form .form-con .con-select .item-data .data-select .options p {
        padding: 8px 15px; }
        .wy-form .form-con .con-select .item-data .data-select .options p:hover {
          background-color: rgba(102, 145, 255, 0.1); }
  .wy-form .form-con .con-input .item-data .data-option {
    width: 45%;
    transition: all 0.3s; }
    .wy-form .form-con .con-input .item-data .data-option:focus {
      border-color: #6691ff;
      transform: translateY(-10%); }
  .wy-form .form-con .con-verification .item-data .data-option {
    width: 30%;
    transition: all 0.3s;
    vertical-align: middle; }
    .wy-form .form-con .con-verification .item-data .data-option:focus {
      border-color: #6691ff;
      transform: translateY(-10%); }
  .wy-form .form-con .con-verification .item-data .verifyCode-input {
    width: 15%; }
  .wy-form .form-con .con-verification .item-data .data-verifyCode {
    width: 120px;
    font-size: 14px;
    border: none;
    background-color: #387bd9;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .wy-form .form-con .con-textarea .item-data .data-option {
    width: 45%;
    min-height: 250px;
    transition: all 0.3s;
    resize: none;
    position: relative; }
    .wy-form .form-con .con-textarea .item-data .data-option:focus {
      border-color: #6691ff;
      transform: translateY(-3%); }
  .wy-form .form-con .con-singleImage .item-data .data-option {
    width: 45%;
    position: relative;
    overflow: hidden; }
    .wy-form .form-con .con-singleImage .item-data .data-option:hover .tip {
      transform: translateY(0); }
    .wy-form .form-con .con-singleImage .item-data .data-option .choose {
      width: 100%;
      text-align: center; }
    .wy-form .form-con .con-singleImage .item-data .data-option .pic {
      width: 100%; }
      .wy-form .form-con .con-singleImage .item-data .data-option .pic img {
        width: 100%; }
    .wy-form .form-con .con-singleImage .item-data .data-option .fileInput {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      position: absolute; }
    .wy-form .form-con .con-singleImage .item-data .data-option .tip {
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translateY(100%);
      color: #FFFFFF;
      text-align: center;
      width: 100%;
      padding: 8px 20px;
      transition: all 0.3s;
      background-color: rgba(0, 0, 0, 0.5); }
  .wy-form .form-con .con-bottom {
    padding: 20px;
    border-top: 1px solid #dddddd; }
    .wy-form .form-con .con-bottom .submit {
      width: 200px;
      height: 40px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 40px; }
  .wy-form .form-con .required .item-title:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #FF3600; }
  .wy-form .form-con .con-list .list-item {
    display: inline-flex;
    padding: 8px 30px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 10px;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666; }
    .wy-form .form-con .con-list .list-item:hover {
      background-color: #387bd9;
      color: #FFFFFF; }
      .wy-form .form-con .con-list .list-item:hover .item-more {
        border-color: #FFFFFF; }
    .wy-form .form-con .con-list .list-item .item-title {
      font-size: 15px; }
    .wy-form .form-con .con-list .list-item .item-more {
      width: 8px;
      height: 8px;
      border-right: 1px solid #666666;
      border-bottom: 1px solid #666666;
      margin-left: 5px;
      transform: rotate(-45deg); }

.wy-side {
  position: fixed;
  bottom: 0;
  right: 10%;
  z-index: 9; }
  .wy-side .wy-side-con {
    position: absolute;
    bottom: 150px;
    right: 0;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.14);
    transform: translateX(150%); }
    .wy-side .wy-side-con .con-con {
      width: 60px;
      text-align: center;
      padding: 10px 15px;
      background-color: #ffffff;
      border-bottom: 1px solid #eeeeee;
      position: relative; }
      .wy-side .wy-side-con .con-con:hover .con-con-icon {
        color: #0b4699;
        opacity: 0; }
      .wy-side .wy-side-con .con-con:hover .con-con-tip {
        opacity: 1;
        transform: translate(-50%, -50%); }
      .wy-side .wy-side-con .con-con:hover .con-con-float {
        display: block; }
      .wy-side .wy-side-con .con-con .con-con-icon {
        font-size: 20px;
        color: #387bd9;
        transition: all 0.3s;
        cursor: pointer;
        position: relative; }
        .wy-side .wy-side-con .con-con .con-con-icon svg {
          width: 30px;
          height: 30px; }
      .wy-side .wy-side-con .con-con .con-con-tip {
        font-size: 12px;
        color: #387bd9;
        transition: all 0.3s;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        opacity: 0; }
      .wy-side .wy-side-con .con-con .con-con-float {
        display: none;
        padding-right: 20px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
        animation: leftToRight 0.3s; }
        .wy-side .wy-side-con .con-con .con-con-float .text {
          border-radius: 5px;
          padding: 20px 15px;
          background-color: #f7f7f7;
          color: #76808a;
          white-space: nowrap;
          box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
        .wy-side .wy-side-con .con-con .con-con-float .ewm {
          border-radius: 5px;
          width: 150px;
          padding: 10px;
          background-color: #f7f7f7;
          box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
          .wy-side .wy-side-con .con-con .con-con-float .ewm img {
            width: 100%; }
        .wy-side .wy-side-con .con-con .con-con-float:after {
          content: '';
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #f7f7f7;
          position: absolute;
          right: 0;
          top: 50%;
          transform: rotate(90deg) translate(-100%, 10%); }

@keyframes leftToRight {
  from {
    transform: translate(-120%, -50%); }
  to {
    transform: translate(-100%, -50%); } }
.slide-right {
  width: 204px;
  height: 304px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 9; }
  .slide-right .slide-right-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(80%);
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 50%;
    transition: all 0.3s; }
  .slide-right .slide-right-close:hover {
    background-color: #ff5500;
    border-color: #ffffff; }
  .slide-right .slide-right-close:before,
  .slide-right .slide-right-close:after {
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #cccccc;
    border-radius: 1px; }
  .slide-right .slide-right-close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .slide-right .slide-right-close:hover:before,
  .slide-right .slide-right-close:hover:after {
    background-color: #ffffff; }
  .slide-right .slide-right-top {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #313b45;
    position: absolute;
    top: 30px; }
  .slide-right .slide-right-pic {
    width: 125px;
    height: 150px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%); }
  .slide-right .slide-right-pic img {
    width: 100%; }
  .slide-right .slide-right-call {
    width: 100%;
    position: absolute;
    top: 230px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 2; }
  .slide-right .slide-right-but {
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1e78ff;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold; }
  .slide-right .other-but {
    transform: translate(-50%, 220%); }

/*# sourceMappingURL=public.css.map */
