@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
  .refreshText {
    display: flex;
    opacity: 0;
    align-items: center;
  }
  .refreshText .img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    animation: rotate 3s linear infinite;
  }
  .refreshText .text {
    line-height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000;
  }
  .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .title .img_title_l {
    width: 66px;
    height: 20px;
  }
  .title .text {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2b2e2e;
    margin: 0 40px;
    line-height: 34px;
  }
  .title .img_title_r {
    width: 59px;
    height: 18px;
  }
  .sub_tit {
    line-height: 21px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-bottom: 58px;
  }
  .banner .img {
    width: 100%;
    height: 476px;
    object-fit: cover;
  }
  .zhanshi {
    padding: 80px 0 47px;
  }
  .zhanshi .tab_box {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 22px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .zhanshi .tab_box .line_1 {
    display: flex;
    flex-wrap: wrap;
  }
  .zhanshi .tab_box .line_1:first-child {
    margin-bottom: 20px;
  }
  .zhanshi .tab_box .line_1 .key,
  .zhanshi .tab_box .line_1 .value {
    line-height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-right: 30px;
  }
  .zhanshi .tab_box .line_1 .value_row {
    display: flex;
    flex-wrap: wrap;
  }
  .zhanshi .tab_box .line_1 .value {
    cursor: pointer;
  }
  .zhanshi .tab_box .line_1 .value.curr {
    color: #2964DC;
  }
  .zhanshi .tab_box .line_2 {
    margin-top: 20px;
  }
  .zhanshi .content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 47px;
    width: 100%;
  }
  .zhanshi .content .item {
    width: 380px;
    background: #ffffff;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 20px;
  }
  .zhanshi .content .item:nth-child(1),
  .zhanshi .content .item:nth-child(2),
  .zhanshi .content .item:nth-child(3) {
    margin-top: 0;
  }
  .zhanshi .content .item .img {
    width: 100%;
    height: 284px;
    position: relative;
    object-fit: cover;
  }
  .zhanshi .content .item .text_box {
    width: 100%;
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
  .zhanshi .content .item .text_box .text_1 {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 100%;
  }
  .zhanshi .content .item .text_box .text_2 {
    margin-left: 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #45454d;
  }
  .zhanshi .content .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body {
    background-color: #fff;
  }
  .refreshText {
    display: flex;
    opacity: 0;
    align-items: center;
  }
  .refreshText .img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    animation: rotate 3s linear infinite;
  }
  .refreshText .text {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000;
  }
  #pages {
    display: none;
  }
  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .title .img_title_l,
  .title .img_title_r {
    display: none;
  }
  .title .text {
    line-height: 17px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #2B2D2D;
  }
  .sub_tit {
    line-height: 15px;
    font-size: 11px;
    font-family: PingFang;
    font-weight: bold;
    color: #656565;
    margin-bottom: 37px;
    text-align: center;
  }
  .sub_tit div {
    text-align: center;
    line-height: 15px;
  }
  .banner .img {
    height: 238px;
  }
  .zhanshi {
    padding: 40px 0;
  }
  .zhanshi .tab_box {
    width: 100%;
  }
  .zhanshi .tab_box .line_1 {
    display: flex;
  }
  .zhanshi .tab_box .line_1:first-child {
    margin-bottom: 20px;
  }
  .zhanshi .tab_box .line_1 .key,
  .zhanshi .tab_box .line_1 .value {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
  }
  .zhanshi .tab_box .line_1 .key {
    height: 25px;
    line-height: 25px;
    flex-shrink: 0;
  }
  .zhanshi .tab_box .line_1 .value_row {
    display: flex;
    width: 269px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .zhanshi .tab_box .line_1 .value {
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .zhanshi .tab_box .line_1 .value.curr {
    background-color: #2964DC;
    color: #fff;
    border-radius: 5px 0px 5px 0px;
  }
  .zhanshi .content .item {
    width: 329px;
    background: #ffffff;
    margin-top: 15px;
    display: block;
  }
  .zhanshi .content .item:first-child {
    margin-top: 0;
  }
  .zhanshi .content .item .img {
    width: 100%;
    height: 245px;
    position: relative;
    object-fit: cover;
  }
  .zhanshi .content .item .text_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zhanshi .content .item .text_box .text_1 {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
  }
  .zhanshi .content .item .text_box .text_2 {
    line-height: 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
  }
  .zhanshi .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2963db;
    border-radius: 5px 0px 5px 0px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin: 25px auto 0;
  }
}
