body,
div {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
}

.main {
    white-space: nowrap;
    /* 确保内容在一行显示 */
}

.main-left-img {
    width: 736px;
    height: 690px; /*600+90*/
}

.main-left-hz {
    width: 736px;
    height: 90px;
    background-color: #fff;
}

.main-left-hz .head {
    font-size: 16px;
    padding-top: 2px;
}

.main-right {
    width: 426px;
    height: 690px;
    background-color: #fff;
}

.main-right-main {
    padding: 0 35px;
}

.main-right-logo-img {
    width: 354px;
    height: 80px;
}

.main-right-logo,
.main-right-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-right-logo {
    padding: 40px 0 0 0;
}

.main-right-head {
    margin-top: 10px;
    font-size: 20px;
    height: 31px;
    color: #777;
}

.main-right-content-title {
    margin-top: 40px;
    padding: 0 60px 10px;
    width: 354px;
}

.main-right-content {
    height: 380px;
    padding: 0 35px;
}

.main-right-content .left,
.right {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 6px;
    font-weight: 500;
}

.main-right-content a {
    color: #999;
}

.on {
    border-bottom: 2px solid #ff4d4f;
}

.right {
    margin-left: 60px;
}

.left1 {
    float: left;
}

.right1 {
    float: right;
}

.left1,
.right1 {
    display: inline-block;
    vertical-align: middle;
}


.input-login::before {}

.main-right-footer a {
    font-size: 14px;
    color: #1890ff;
}

.main-right-footer {
    padding: 0px 55px;
}

.footer-1 {
    height: 36px;
}

.footer-2 {
    height: 36px;
}

.input-box {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all 0.3s;
    display: inline-flex;
}

.submit-btn {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
    height: 45px !important;
    width: 310px;
    cursor: pointer;
    border-radius: 23px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-color: #1D72EE;/*#ff4d4f*/
    background: #1D72EE;
    color: white;
}

.main-left,
.main-right {
    display: inline-block;
    vertical-align: middle;
}

.main-left-img {
    background: url('defaultbg.png') no-repeat;
    width: 736px;
    height: 690px;/*600+90*/
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 图片上下移动动画 */
.image-center {
    width: 300px;
    height: 300px;
    position: relative;
    animation: example 1s infinite linear;
}

@keyframes example {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 水平滚动动画 */

.roll-main {
    margin-top: 10px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
}

.image-container {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.hz-img {
    width: 100px;
    height: 45px;
}


/* 小图标 */

.input{
    margin-top: 20px;
    border-radius: 5px;
    width: 310px;
    height: 42px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.input-icon {
    margin-left: 25px;
    position: relative;
    top: 12%;
    transform: translateY(-50%);
}

.input-login {
    margin-left: 20px;
    height: 40px;
    border: 0px solid #d9d9d9;
}


.shadow-card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* 初始阴影 */
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .shadow-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    /* 扩散阴影 */
  }

  .content{
    /* background: url('/static/login/6谷雨.jpeg') no-repeat; */
    background-size: cover;
    background-position: center;
  }
  
  

  .top-navs {
      padding:40px 10px;
      /* width: calc(100% - 80px); */
  }
  .child-list,.child-list{
    display: inline-block;
    vertical-align: middle;
  }
  .child-list{
    margin: 5px 0px;
    padding: 10px 20px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
  }
  .child-list:last-child{
    margin-right: 5px;
  }

  .main-left-time{
    padding: 10px;
    margin: 180px 20px;
    /* background-color: #fff; */
    text-align: center;
  }

  .bigtime,.ymdtime,.line,.weather,.ymdtime2{
    display: inline-block;
    text-align: center;
    color: #454748;
  }
  .ymdtime{
    width: 60px;
    margin-right: 20px;
  }
  .ymdtime2{
    width: 100px;
    margin-right: 20px;
  }

  .line{
    margin: 10px 20px;
    /* padding-top: 20px; */
    width: 2px;
    height: 50px;
    background-color: #454748;
  }
  /* .bigtime:before {
      content: "";
      width: 2px;
      height: 50px;
      background: #333333;
      position: absolute;
      left: 0;
      top: 35px;
  } */


  .bigtime{
    /* border-left: #454748 4px solid; */
    /* border-right: #454748 4px solid; */
    /* padding: 0 20px; */
    text-align: center;
    font-size: 90px;
  }
  .weather{
    text-align: center;
  }

  .f40{
    font-size: 40px;
  }
  .f60{
    font-size: 60px;
  }
  .f20{
    font-size: 20px;
    font-weight: bold;
  }
  .cs3{
    margin: 10px;
  }
  .lf{
    text-align: left;
  }

  .left-btn,.right-btn{
    padding-top:4px;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
  }
  .right-btn:hover,.left-btn:hover{
    background: #454748;
  } 

  .left-btn,.right-btn,.center-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .center-btn{
    padding-left:5px;
    border-radius: 50px;
    background-color: #00000033;
    min-width: 735px;
    width: 735px;
    overflow-x: auto;  /* 允许横向滚动 */
    scroll-behavior: smooth; /* 平滑滚动 */
    white-space: nowrap; /* 禁止换行 */
    -ms-overflow-style: none;  /* 隐藏滚动条 IE/Edge */
    scrollbar-width: none;  /* 隐藏滚动条 Firefox */
    scroll-padding: 0 10px; /* 防止边缘吸附 */
  }

  .center-btn::-webkit-scrollbar {
      display: none; /* 隐藏滚动条 Chrome/Safari/Opera */
  }

  .left-btn.disabled, 
  .right-btn.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none;
  }


  /* 定义抖动动画 */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(2px); }
  }

.child-list:hover{
    animation: shake 0.25s; /* 应用抖动动画 */
    animation-iteration-count: 1; /* 动画无限次播放 */ 
    color: #00CE3C;
}