@media (min-width: 501px) {
  .bgimg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  #app {
    position: relative;
    z-index: 99;
    padding-bottom: 2rem;
  }
  .banner {
    width: 14.42rem;
    margin: 0 auto;
    padding-top: 1.8rem;
    padding-bottom: 0.49rem;
  }
  .banner .text {
    font-size: 1.41rem;
    font-family: OPPOSans-H;
    font-weight: 800;
    color: #A62224;
    opacity: 0.5;
    line-height: 1.42rem;
    margin-bottom: 0.3rem;
  }
  .banner .sub {
    font-size: 0.48rem;
    font-family: OPPOSans-B;
    font-weight: 500;
    color: #212121;
    line-height: 0.48rem;
  }
  .sess1 {
    width: 14rem;
    margin: 0 auto;
  }
  .sess1 .tabbox {
    margin-bottom: 0.38rem;
  }
  .sess1 .tabbox .inner {
    display: flex;
  }
  .sess1 .tabbox .inner .item {
    padding-right: 0.42rem;
  }
  .sess1 .tabbox .inner .item.curr .text {
    color: #a72124;
  }
  .sess1 .tabbox .inner .item .text {
    min-width: 1.79rem;
    padding: 0 0.2rem;
    height: 0.7rem;
    background: rgba(232, 207, 209, 0.2);
    border-radius: 0.35rem;
    font-size: 0.26rem;
    font-family: OPPOSans-M;
    cursor: pointer;
    font-weight: 500;
    color: #C99091;
    line-height: 0.7rem;
    text-align: center;
  }
  .sess1 .list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .sess1 .list .item {
    width: 2.36rem;
    height: 2.36rem;
    cursor: pointer;
    position: relative;
    margin-right: 1.5rem;
  }
  .sess1 .list .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sess1 .list .item .img0 {
    display: block;
  }
  .sess1 .list .item .img1 {
    display: none;
  }
  .sess1 .list .item:hover .img0 {
    display: none;
  }
  .sess1 .list .item:hover .img1 {
    display: block;
  }
  .sess1 .list .item:nth-child(4n) {
    margin-right: 0;
  }
  .diabox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
  }
  .diabox .diainner {
    width: 8.96rem;
    height: 100%;
    background: #FCF8F8;
    box-shadow: 0rem 0.06rem 1.38rem 0rem rgba(165, 101, 102, 0.18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.04rem;
    position: relative;
  }
  .diabox .diainner .close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 1.53rem;
    cursor: pointer;
    right: 0.76rem;
  }
  .diabox .diainner .close .img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .diabox .diainner .close .text {
    font-size: 0.25rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
  }
  .diabox .diainner .inner {
    margin-top: -2rem;
  }
  .diabox .diainner .inner .logo {
    width: 5rem;
    height: 5rem;
    padding-top: 1.2rem;
    display: flex;
    justify-content: center;
    background: url(https://hgcapital-website.oss-cn-beijing.aliyuncs.com/website-img/img/34.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(-1.32rem);
  }
  .diabox .diainner .inner .logo .img {
    width: 2.36rem;
    height: 2.36rem;
  }
  .diabox .diainner .inner .title {
    width: 6.49rem;
    font-size: 0.3rem;
    font-family: OPPOSans-B;
    font-weight: bold;
    color: #000000;
    margin: -0.6rem 0 0.32rem;
  }
  .diabox .diainner .inner .detail {
    width: 6.49rem;
    font-size: 0.2rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #626262;
    line-height: 0.36rem;
  }
  .diabox .diainner .inner .btn {
    width: 1.81rem;
    height: 0.6rem;
    background: rgba(234, 209, 210, 0.5);
    border-radius: 0.3rem;
    margin-top: 0.72rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
  }
  .diabox .diainner .inner .btn .text {
    font-size: 0.2rem;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #666666;
    line-height: 0.2rem;
    margin-right: 0.18rem;
  }
  .diabox .diainner .inner .btn .img {
    width: 0.07rem;
    height: 0.14rem;
  }
}
@media (max-width: 500px) {
  .bgimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #app {
    position: relative;
    z-index: 99;
    padding-bottom: 200px;
  }
  .banner {
    width: 295px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 41px;
  }
  .banner .text {
    font-size: 18px;
    font-family: OPPOSans-H;
    font-weight: 800;
    color: #AF1F24;
    line-height: 15px;
    opacity: 0.5;
    margin-bottom: 7px;
  }
  .banner .sub {
    font-size: 20px;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #222222;
    line-height: 20px;
  }
  .sess1 {
    width: 295px;
    margin: 0 auto;
  }
  .sess1 .tabbox {
    margin-bottom: 21px;
  }
  .sess1 .tabbox .inner {
    display: flex;
  }
  .sess1 .tabbox .inner .item {
    padding-right: 15px;
  }
  .sess1 .tabbox .inner .item.curr .text {
    color: #a72124;
  }
  .sess1 .tabbox .inner .item .text {
    width: 90px;
    height: 35px;
    background: rgba(234, 209, 210, 0.2);
    border-radius: 18px;
    font-size: 13px;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #CF9495;
    text-align: center;
    line-height: 35px;
  }
  .sess1 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .sess1 .list .item {
    width: 122px;
    height: 122px;
    position: relative;
  }
  .sess1 .list .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sess1 .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .diabox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    padding-top: 50px;
  }
  .diabox .diainner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 41px;
    position: relative;
    width: 315px;
    height: 100%;
    background: #FCF8F8;
    box-shadow: 0px 6px 32px 8px rgba(165, 101, 102, 0.1);
  }
  .diabox .diainner .close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .diabox .diainner .close .img {
    width: 11px;
    height: 11px;
    margin-right: 10px;
  }
  .diabox .diainner .close .text {
    font-size: 12px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
  }
  .diabox .diainner .inner .logo {
    width: 180px;
    height: 180px;
    background: url(https://hgcapital-website.oss-cn-beijing.aliyuncs.com/website-img/img/34.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    transform: translateX(-45px);
    padding-top: 38px;
  }
  .diabox .diainner .inner .logo .img {
    width: 91px;
    height: 91px;
  }
  .diabox .diainner .inner .title {
    width: 248px;
    font-size: 15px;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #000000;
    margin: 10px 0 24px;
  }
  .diabox .diainner .inner .detail {
    width: 248px;
    font-size: 12px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
  }
  .diabox .diainner .inner .btn {
    width: 100px;
    height: 34px;
    border-radius: 17px;
    background: rgba(234, 209, 210, 0.5);
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .diabox .diainner .inner .btn .text {
    font-size: 12px;
    font-family: OPPOSans-M;
    font-weight: 500;
    color: #666666;
    line-height: 12px;
    margin-right: 12px;
  }
  .diabox .diainner .inner .btn .img {
    width: 4px;
    height: 8px;
  }
}
