<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.statement {
  width: 320px;
  height: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(73, 60, 60, 0.1);
  position: fixed;
  bottom: 10%;
  left: 22px;
  z-index: 999;
}

.statement .statement_close {
  position: absolute;
  top: 20px;
  right: 22px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.statement .statement_close img {
  width: 100%;
  height: 100%;
}

.statement .statement_content {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.statement .statement_content .state_l {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.statement .statement_content .state_l img {
  width: 100%;
  height: 100%;
}

.statement .statement_content .state_r {
  width: 245px;
}

.statement .statement_content .state_r .state_r_title {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.statement .statement_content .state_r .state_r_desc {
  margin-top: 11px;
  text-align: left;
  color: #837C7C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.statement .statement_content .state_r .state_r_btn {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.statement .statement_content .state_r .state_r_btn button {
  border: none;
  width: 60px;
  height: 32px;
  border-radius: 6px;
  background: #E6353B;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}

.images_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.images_popup .popup_content {
  width: 1200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.images_popup .popup_content .statement_close {
  cursor: pointer;
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  top: -6%;
  right: 0;
}

.images_popup .popup_content .popup_img {
  width: 1200px;
  height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}

.images_popup .popup_content .popup_img::-webkit-scrollbar {
  /*婊氬姩鏉℃暣浣撴牱寮�*/
  width: 0px;
  /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
  height: 0px;
}

.images_popup .popup_content .popup_img::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  background: #1D3185;
}

.images_popup .popup_content .popup_img::-webkit-scrollbar-track {
  /*婊氬姩鏉￠噷闈㈣建閬�*/
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background: #C9CED6;
}

.images_popup .popup_content .popup_img img {
  max-width: 90%;
  height: auto;
}
@media (max-width: 768px) {
  .statement {
    width: 245px;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(73, 60, 60, 0.1);
    position: fixed;
    bottom: 10%;
    left: 22px;
    z-index: 999;
  }
  .statement .statement_close {
    position: absolute;
    top: 10px;
    right: 22px;
    cursor: pointer;
    width: 10px;
    height: 10px;
  }
  .statement .statement_close img {
    width: 100%;
    height: 100%;
  }
  .statement .statement_content {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .statement .statement_content .state_l {
    width: 19px;
    height: 19px;
    margin-right: 10px;
  }
  .statement .statement_content .state_l img {
    width: 100%;
    height: 100%;
  }
  .statement .statement_content .state_r {
    width: 200px;
  }
  .statement .statement_content .state_r .state_r_title {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .statement .statement_content .state_r .state_r_desc {
    margin-top: 11px;
    text-align: left;
    color: #837C7C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
  }
  .statement .statement_content .state_r .state_r_btn {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .statement .statement_content .state_r .state_r_btn button {
    border: none;
    width: 60px;
    height: 32px;
    border-radius: 6px;
    background: #E6353B;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
  }
  .images_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
  }
  .images_popup .popup_content {
    width: 92%;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .images_popup .popup_content .statement_close {
    cursor: pointer;
    font-size: 32px;
    color: #ffffff;
    position: absolute;
    top: -6%;
    right: 0;
  }
  .images_popup .popup_content .popup_img {
    width: 92%;
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .images_popup .popup_content .popup_img::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 0px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 0px;
  }
  .images_popup .popup_content .popup_img::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
    background: #1D3185;
  }
  .images_popup .popup_content .popup_img::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background: #C9CED6;
  }
  .images_popup .popup_content .popup_img img {
     display: block;
    margin: auto;
    max-width: 90%;
    height: auto;
  }
}</pre></body></html>