.compliance {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.compliance .com_content {
  width: 100%;
  height: auto;
}

.compliance .com_content .com_c_t {
  width: 100%;
  height: 479px;
  position: relative;
  background: #F5F7F7;
}

.compliance .com_content .com_c_t .com_c_t_l {
  width: 100%;
  height: 479px;
}

.compliance .com_content .com_c_t .com_c_t_l img {
  width: 100%;
  height: 100%;
}

.compliance .com_content .com_c_t .com_c_t_r {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 511px;
  padding-right: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.compliance .com_content .com_c_t .com_c_t_r .com_t_r_title {
  text-align: center;
  color: #393E40;
  font-size: 24px;
  font-weight: 400;
}

.compliance .com_content .com_c_t .com_c_t_r .com_t_r_text {
  margin-top: 20px;
  color: #808284;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p {
  text-indent: 2em;
}

.compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p {
  color: #808284;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 15px;
  margin: 0;
}

.compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img {
  margin-top: 7px;
  width: 132px;
  height: auto;
}

.compliance .com_content .com_c_b {
  width: 100%;
  height: auto;
  background: #F5F7F7;
}

.compliance .com_content .com_c_b .com_c_b_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l {
  width: 625px;
  height: 360px;
  padding: 70px 60px;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title {
  color: #393E40;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc {
  margin-top: 20px;
  color: #808284;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a {
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #6C7174;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover {
  background: #D01A19;
  border: 1px solid #D01A19;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover p {
  color: #FFF;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:first-child {
  display: none;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:last-child {
  display: block;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a p {
  color: #6C7174;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin: 0;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img {
  margin-left: 4px;
  width: 9px;
  height: auto;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:first-child {
  display: block;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:last-child {
  display: none;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_r {
  width: 625px;
  height: 360px;
}

.compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.policy {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #F5F7F7;
}

.policy .policy_content {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.policy .policy_content .policy_item {
  width: 392px;
  height: 300px;
  margin-right: 30px;
}

.policy .policy_content .policy_item:last-child {
  margin-right: 0;
}

.policy .policy_content .policy_item:hover .policy_item_box .policy_box {
  height: 100%;
  padding: 0 30px;
  background: rgba(208, 26, 25, 0.78);
}

.policy .policy_content .policy_item:hover .policy_item_box .policy_box p {
  height: 100%;
  line-height: 300px;
}

.policy .policy_content .policy_item .policy_item_box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.policy .policy_content .policy_item .policy_item_box > img {
  width: 100%;
  height: 100%;
}

.policy .policy_content .policy_item .policy_item_box .policy_box {
  transition: all  0.7s;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 100%);
  padding: 15px 30px;
}

.policy .policy_content .policy_item .policy_item_box .policy_box p {
  transition: all  0.7s;
  color: #FFF;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.92px;
  margin: 0;
}

.policy .policy_content .policy_item .policy_item_box .policy_box a {
  display: none;
}

.policy .swiper-button-prev {
  left: 10%;
}

.policy .swiper-button-next {
  right: 10%;
}

.sound {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.sound .sound_content {
  margin-top: 45px;
  width: 100%;
  height: 590px;
  background: #F5F7F7;
  display: flex;
  flex-direction: row;
}

.sound .sound_content .sound_c_l {
  width: 624px;
  height: 100%;
}

.sound .sound_content .sound_c_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sound .sound_content .sound_c_r {
  width: 626px;
  height: 100%;
  padding: 71px 42px 0 52px;
}

.sound .sound_content .sound_c_r .sound_c_r_title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 290;
  line-height: 30px;
  /* 187.5% */
}

.sound .sound_content .sound_c_r .sound_more {
  border-radius: 2px;
  width: 138px;
  height: 42px;
  border: 1px solid #666;
  margin-top: 71px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sound .sound_content .sound_c_r .sound_more:hover {
  background-color: #e60d16;
  border-color: #e60d16;
}

.sound .sound_content .sound_c_r .sound_more:hover p {
  color: #fff;
}

.sound .sound_content .sound_c_r .sound_more:hover .more_img img:first-child {
  display: none;
}

.sound .sound_content .sound_c_r .sound_more:hover .more_img img:last-child {
  display: block;
}

.sound .sound_content .sound_c_r .sound_more p {
  color: #393E40;
  font-size: 16px;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
  margin-bottom: 0;
}

.sound .sound_content .sound_c_r .sound_more .more_img {
  margin-left: 8px;
  width: 9px;
  height: auto;
}

.sound .sound_content .sound_c_r .sound_more .more_img img {
  width: 100%;
  height: auto;
}

.sound .sound_content .sound_c_r .sound_more .more_img img:first-child {
  display: block;
}

.sound .sound_content .sound_c_r .sound_more .more_img img:last-child {
  display: none;
}

.mian {
  width: 100%;
  height: auto;
  padding: 90px 0 580px;
}

.mian .mian_content {
  width: 100%;
  height: auto;
  padding: 0 220px;
}

.mian .mian_content .mian_c_title {
  color: #393E40;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F7F7;
}

.mian .mian_content .mian_c_content {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.mian .mian_content .mian_c_content .mian_desc {
  margin-bottom: 10px;
  text-indent: 2em;
  color: #393E40;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.mian .mian_content .mian_c_content .mian_text {
  margin-bottom: 10px;
  color: #393E40;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.mian .mian_content .mian_c_content .mian_text a {
  color: #E62129;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.mian .mian_content .mian_c_content .mian_text img {
  width: 17px;
  height: auto;
  vertical-align: middle;
}

.scope {
  width: 100%;
  height: auto;
  padding: 90px 0 580px;
}

.scope .mian_content {
  width: 100%;
  height: auto;
  padding: 0 220px;
}

.scope .mian_content .mian_c_title {
  color: #393E40;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F7F7;
}

.scope .mian_content .mian_c_content {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.scope .mian_content .mian_c_content .mian_desc {
  margin-bottom: 10px;
  text-indent: 2em;
  color: #393E40;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.scope .mian_content .mian_c_content .mian_text {
  margin-bottom: 10px;
  color: #393E40;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.scope .mian_content .mian_c_content .mian_text a {
  margin-left: 2em;
  color: #E62129;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.scope .mian_content .mian_c_content .mian_text img {
  width: 17px;
  height: auto;
  vertical-align: middle;
}

.reportdetail {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.reportdetail .rede_content {
  width: 100%;
  height: auto;
  padding: 0 220px;
}

.reportdetail .rede_content .re_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reportdetail .rede_content .re_tab .re_tab_item {
  cursor: pointer;
  color: #808284;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-right: 60px;
}

.reportdetail .rede_content .re_tab .re_tab_item.active {
  color: #E60D16;
}

.reportdetail .rede_content .re_tab .re_tab_item.active::after {
  content: '';
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E60D16;
}

.reportdetail .rede_content .re_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.reportdetail .rede_content .re_content .re_c_item {
  width: 100%;
  height: auto;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t {
  width: 100%;
  height: auto;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  width: 48px;
  height: 14px;
  background: url(/static/images/message.png) no-repeat;
  background-size: 100% 100%;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item p {
  width: 252px;
  color: #808284;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input {
  margin-left: 20px;
  width: 507px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 16px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input::placeholder {
  color: #ccc;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea {
  margin-left: 20px;
  border: 1px solid #CCC;
  outline: none;
  max-width: 507px;
  min-width: 507px;
  max-height: 190px;
  min-height: 190px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea::placeholder {
  color: #ccc;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div {
  margin-left: 20px;
  width: 507px;
  height: 190px;
  border-radius: 2px;
  background: #F9F9F9;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div p {
  width: 100%;
  color: #CCC;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button {
  cursor: pointer;
  margin-top: 30px;
  width: 124px;
  height: 42px;
  border-radius: 2px;
  background: #E60D16;
  border: none;
  background: #E60D16;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div span {
  margin-top: 10px;
  color: #CCC;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemfile, .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemcon {
  align-items: flex-start;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110px;
  width: 48px;
  height: 14px;
  background: url(/static/images/message.png) no-repeat;
  background-size: 100% 100%;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item p {
  width: 252px;
  color: #808284;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio {
  width: 507px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label {
  cursor: pointer;
  width: 50%;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/static/images/no_check.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/static/images/check.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label p {
  margin: 0;
  padding-left: 20px;
  color: #000;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.8px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"] {
  margin-left: 20px;
  width: 507px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 16px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]::placeholder {
  color: #ccc;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_itemidentity {
  align-items: flex-start;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 {
  margin-top: 35px;
  width: 100%;
  height: auto;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 > p {
  color: #808284;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 > p span {
  font-size: 12px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 p {
  width: 252px;
  color: #393E40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"] {
  margin-left: 20px;
  width: 507px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 16px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]::placeholder {
  color: #ccc;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 span {
  margin-left: 20px;
  color: #808284;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_btn {
  width: 100%;
  height: auto;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_btn button {
  border: none;
  cursor: pointer;
  width: 168px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #E60D16;
  background: #FFF;
  color: #E60D16;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 2.16px;
}

.reportdetail .rede_content .re_content .re_c_item .re_c_i_btn .sumbit {
  background: #E60D16;
  color: #fff;
  margin-right: 45px;
}

.reportdetail .must {
  position: relative;
}

.reportdetail .must::after {
  content: '';
  position: absolute;
  top: 2%;
  right: 1%;
  width: 9px;
  height: 9px;
  background: url(/static/images/must.png) no-repeat;
  background-size: 100% 100%;
}

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

.report_notice .notice_box {
  width: 1100px;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
}

.report_notice .notice_box .notice_title {
  color: #393E40;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F7F7;
}

.report_notice .notice_box .notice_content {
  margin-top: 20px;
  padding: 0 146px;
  width: 100%;
}

.report_notice .notice_box .notice_content .notice_desc {
  text-indent: 2em;
  margin-bottom: 10px;
  color: #808284;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.report_notice .notice_box .notice_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.report_notice .notice_box .notice_btn .notice_b_t {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.report_notice .notice_box .notice_btn .notice_b_t input {
  margin: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
}

.report_notice .notice_box .notice_btn .notice_b_t p {
  margin: 0;
  margin-left: 6px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.8px;
}

.report_notice .notice_box .notice_btn .notice_b_b {
  margin-top: 30px;
  width: 168px;
  height: 46px;
  border-radius: 2px;
  background: #E60D16;
}

.report_notice .notice_box .notice_btn .notice_b_b a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 2.16px;
}

@media screen and (max-width: 1600px) {
  .policy .swiper-button-prev {
    left: 2%;
  }
  .policy .swiper-button-next {
    right: 2%;
  }
}

@media screen and (max-width: 1280px) {
  .compliance {
    width: 100%;
    height: auto;
    padding-top: 100px;
  }
  .compliance .com_content {
    width: 100%;
    height: auto;
  }
  .compliance .com_content .com_c_t {
    width: 100%;
    height: 410px;
    position: relative;
    background: #F5F7F7;
  }
  .compliance .com_content .com_c_t .com_c_t_l {
    width: 100%;
    height: 100%;
  }
  .compliance .com_content .com_c_t .com_c_t_l img {
    width: 100%;
    height: 100%;
  }
  .compliance .com_content .com_c_t .com_c_t_r {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 340px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title {
    text-align: center;
    color: #393E40;
    font-size: 22px;
    font-weight: 400;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text {
    margin-top: 20px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p {
    text-indent: 2em;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p {
    color: #808284;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 15px;
    margin: 0;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img {
    margin-top: 7px;
    width: 95px;
    height: auto;
  }
  .compliance .com_content .com_c_b {
    width: 100%;
    height: auto;
    background: #F5F7F7;
  }
  .compliance .com_content .com_c_b .com_c_b_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l {
    width: 625px;
    height: 360px;
    padding: 70px 60px;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title {
    color: #393E40;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc {
    margin-top: 20px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a {
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #6C7174;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover {
    background: #D01A19;
    border: 1px solid #D01A19;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover p {
    color: #FFF;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:first-child {
    display: none;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:last-child {
    display: block;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a p {
    color: #6C7174;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img {
    margin-left: 4px;
    width: 9px;
    height: auto;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:first-child {
    display: block;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:last-child {
    display: none;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r {
    width: 625px;
    height: 360px;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .policy {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #F5F7F7;
  }
  .policy .policy_content {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .policy .policy_content .policy_item {
    width: 293px;
    height: 255px;
    margin-right: 27px;
  }
  .policy .policy_content .policy_item:hover .policy_item_box .policy_box {
    height: 100%;
    padding: 0 30px;
    background: rgba(208, 26, 25, 0.78);
  }
  .policy .policy_content .policy_item:hover .policy_item_box .policy_box p {
    height: 100%;
    line-height: 300px;
  }
  .policy .policy_content .policy_item .policy_item_box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .policy .policy_content .policy_item .policy_item_box > img {
    width: 100%;
    height: 100%;
  }
  .policy .policy_content .policy_item .policy_item_box .policy_box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 100%);
    padding: 15px 30px;
  }
  .policy .policy_content .policy_item .policy_item_box .policy_box p {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.92px;
    margin: 0;
  }
  .policy .swiper-button-prev {
    left: 2%;
  }
  .policy .swiper-button-next {
    right: 2%;
  }
  .sound {
    width: 100%;
    height: auto;
    padding: 100px 0;
  }
  .sound .sound_content {
    margin-top: 45px;
    width: 100%;
    height: 525px;
    background: #F5F7F7;
    display: flex;
    flex-direction: row;
  }
  .sound .sound_content .sound_c_l {
    width: 50%;
    height: 100%;
  }
  .sound .sound_content .sound_c_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sound .sound_content .sound_c_r {
    width: 50%;
    height: 100%;
    padding: 15px 25px 0 30px;
  }
  .sound .sound_content .sound_c_r .sound_c_r_title {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 30px;
    /* 187.5% */
  }
  .sound .sound_content .sound_c_r .sound_more {
    border-radius: 2px;
    width: 138px;
    height: 42px;
    border: 1px solid #666;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sound .sound_content .sound_c_r .sound_more:hover {
    background-color: #e60d16;
    border-color: #e60d16;
  }
  .sound .sound_content .sound_c_r .sound_more:hover p {
    color: #fff;
  }
  .sound .sound_content .sound_c_r .sound_more:hover .more_img img:first-child {
    display: none;
  }
  .sound .sound_content .sound_c_r .sound_more:hover .more_img img:last-child {
    display: block;
  }
  .sound .sound_content .sound_c_r .sound_more p {
    color: #393E40;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
    margin-bottom: 0;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img {
    margin-left: 8px;
    width: 9px;
    height: auto;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img img {
    width: 100%;
    height: auto;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img img:first-child {
    display: block;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img img:last-child {
    display: none;
  }
  .mian {
    width: 100%;
    height: auto;
    padding: 90px 0 380px;
  }
  .mian .mian_content {
    width: 100%;
    height: auto;
    padding: 0 110px;
  }
  .mian .mian_content .mian_c_title {
    color: #393E40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F7F7;
  }
  .mian .mian_content .mian_c_content {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .mian .mian_content .mian_c_content .mian_desc {
    margin-bottom: 10px;
    text-indent: 2em;
    color: #393E40;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .mian .mian_content .mian_c_content .mian_text {
    margin-bottom: 10px;
    color: #393E40;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .mian .mian_content .mian_c_content .mian_text a {
    color: #E62129;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .mian .mian_content .mian_c_content .mian_text img {
    width: 17px;
    height: auto;
    vertical-align: middle;
  }
  .scope {
    width: 100%;
    height: auto;
    padding: 90px 0 380px;
  }
  .scope .mian_content {
    width: 100%;
    height: auto;
    padding: 0 110px;
  }
  .scope .mian_content .mian_c_title {
    color: #393E40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F7F7;
  }
  .scope .mian_content .mian_c_content {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .scope .mian_content .mian_c_content .mian_desc {
    margin-bottom: 10px;
    text-indent: 2em;
    color: #393E40;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .scope .mian_content .mian_c_content .mian_text {
    margin-bottom: 10px;
    color: #393E40;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .scope .mian_content .mian_c_content .mian_text a {
    margin-left: 2em;
    color: #E62129;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .scope .mian_content .mian_c_content .mian_text img {
    width: 17px;
    height: auto;
    vertical-align: middle;
  }
  .reportdetail {
    width: 100%;
    height: auto;
    padding: 100px 0;
  }
  .reportdetail .rede_content {
    width: 100%;
    height: auto;
    padding: 0 80px;
  }
  .reportdetail .rede_content .re_tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .reportdetail .rede_content .re_tab .re_tab_item {
    cursor: pointer;
    color: #808284;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-right: 60px;
  }
  .reportdetail .rede_content .re_tab .re_tab_item.active {
    color: #E60D16;
  }
  .reportdetail .rede_content .re_tab .re_tab_item.active::after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E60D16;
  }
  .reportdetail .rede_content .re_content {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .reportdetail .rede_content .re_content .re_c_item {
    width: 100%;
    height: auto;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t {
    width: 100%;
    height: auto;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 48px;
    height: 14px;
    background: url(/static/images/message.png) no-repeat;
    background-size: 100% 100%;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item p {
    width: 252px;
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input {
    margin-left: 20px;
    width: 507px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0 16px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea {
    margin-left: 20px;
    border: 1px solid #CCC;
    outline: none;
    max-width: 507px;
    min-width: 507px;
    max-height: 190px;
    min-height: 190px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div {
    margin-left: 20px;
    width: 507px;
    height: 190px;
    border-radius: 2px;
    background: #F9F9F9;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div p {
    width: 100%;
    color: #CCC;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button {
    cursor: pointer;
    margin-top: 30px;
    width: 124px;
    height: 42px;
    border-radius: 2px;
    background: #E60D16;
    border: none;
    background: #E60D16;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div span {
    margin-top: 10px;
    color: #CCC;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemfile, .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemcon {
    align-items: flex-start;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    width: 48px;
    height: 14px;
    background: url(/static/images/message.png) no-repeat;
    background-size: 100% 100%;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item p {
    width: 252px;
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio {
    width: 507px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label {
    cursor: pointer;
    width: 50%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/static/images/no_check.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/static/images/check.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label p {
    padding-left: 20px;
    color: #000;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"] {
    margin-left: 20px;
    width: 507px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0 16px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_itemidentity {
    align-items: flex-start;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 {
    margin-top: 35px;
    width: 100%;
    height: auto;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 > p {
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 > p span {
    font-size: 12px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 p {
    width: 252px;
    color: #393E40;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"] {
    margin-left: 20px;
    width: 507px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0 16px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 span {
    margin-left: 20px;
    color: #808284;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn {
    width: 100%;
    height: auto;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn button {
    border: none;
    cursor: pointer;
    width: 168px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #E60D16;
    background: #FFF;
    color: #E60D16;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2.16px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn .sumbit {
    background: #E60D16;
    color: #fff;
    margin-right: 45px;
  }
  .reportdetail .must {
    position: relative;
  }
  .reportdetail .must::after {
    content: '';
    position: absolute;
    top: 2%;
    right: -3%;
    width: 9px;
    height: 9px;
    background: url(/static/images/must.png) no-repeat;
    background-size: 100% 100%;
  }
  .report_notice {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
  }
  .report_notice .notice_box {
    width: 850px;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
  }
  .report_notice .notice_box .notice_title {
    color: #393E40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F7F7;
  }
  .report_notice .notice_box .notice_content {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }
  .report_notice .notice_box .notice_content .notice_desc {
    text-indent: 2em;
    margin-bottom: 10px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .report_notice .notice_box .notice_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .report_notice .notice_box .notice_btn .notice_b_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .report_notice .notice_box .notice_btn .notice_b_t input {
    cursor: pointer;
    width: 13px;
    height: 13px;
  }
  .report_notice .notice_box .notice_btn .notice_b_t p {
    margin-left: 6px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
  .report_notice .notice_box .notice_btn .notice_b_b {
    margin-top: 30px;
    width: 168px;
    height: 46px;
    border-radius: 2px;
    background: #E60D16;
  }
  .report_notice .notice_box .notice_btn .notice_b_b a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2.16px;
  }
}

@media screen and (max-width: 992px) {
  .compliance {
    width: 100%;
    height: auto;
    padding-top: 48px;
  }
  .compliance .com_content {
    width: 100%;
    height: auto;
  }
  .compliance .com_content .com_c_t {
    width: 100%;
    height: auto;
    position: relative;
    background: #F5F7F7;
  }
  .compliance .com_content .com_c_t .com_c_t_l {
    width: 100%;
    height: auto;
  }
  .compliance .com_content .com_c_t .com_c_t_l img {
    display: none;
    width: 100%;
    height: 100%;
  }
  .compliance .com_content .com_c_t .com_c_t_r {
    width: 100%;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title {
    text-align: center;
    color: #393E40;
    font-size: 24px;
    font-weight: 400;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text {
    margin-top: 20px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p {
    text-indent: 2em;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p {
    color: #808284;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 15px;
    margin: 0;
  }
  .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img {
    margin-top: 7px;
    width: 132px;
    height: auto;
  }
  .compliance .com_content .com_c_b {
    width: 100%;
    height: auto;
    background: #F5F7F7;
  }
  .compliance .com_content .com_c_b .com_c_b_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l {
    width: 100%;
    height: auto;
    padding: 30px 16px;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title {
    color: #393E40;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc {
    margin-top: 20px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a {
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #6C7174;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover {
    background: #D01A19;
    border: 1px solid #D01A19;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover p {
    color: #FFF;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:first-child {
    display: none;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:last-child {
    display: block;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a p {
    color: #6C7174;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img {
    margin-left: 4px;
    width: 9px;
    height: auto;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:first-child {
    display: block;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:last-child {
    display: none;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r {
    width: 100%;
    height: 54.4vw;
  }
  .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .policy {
    width: 100%;
    height: auto;
    padding: 48px 0;
    background: #F5F7F7;
  }
  .policy .policy_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
  }
  .policy .policy_content .swiper-wrapper {
    flex-direction: column;
  }
  .policy .policy_content .swiper-button-prev, .policy .policy_content .swiper-button-next {
    display: none;
  }
  .policy .policy_content .policy_item {
    width: 100%;
    height: 72.26667vw;
  }
  .policy .policy_content .policy_item:hover .policy_item_box .policy_box {
    height: auto;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 100%);
    padding: 20px 16px;
  }
  .policy .policy_content .policy_item:hover .policy_item_box .policy_box p {
    height: auto;
    line-height: normal;
  }
  .policy .policy_content .policy_item:last-child a .policy_box {
    height: auto;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 100%);
    padding: 20px 16px;
  }
  .policy .policy_content .policy_item:last-child a .policy_box p {
    height: auto;
    line-height: normal;
  }
  .policy .policy_content .policy_item .policy_item_box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .policy .policy_content .policy_item .policy_item_box > img {
    width: 100%;
    height: 100%;
  }
  .policy .policy_content .policy_item .policy_item_box .policy_box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 100%);
    padding: 20px 16px;
  }
  .policy .policy_content .policy_item .policy_item_box .policy_box p {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.92px;
    margin: 0;
  }
  .sound {
    width: 100%;
    height: auto;
    padding: 48px 0;
  }
  .sound .sound_content {
    margin-top: 30px;
    width: 100%;
    height: auto;
    background: #F5F7F7;
    display: flex;
    flex-direction: column;
  }
  .sound .sound_content .sound_c_l {
    width: 100%;
    height: auto;
  }
  .sound .sound_content .sound_c_l img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .sound .sound_content .sound_c_r {
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .sound .sound_content .sound_c_r .sound_c_r_title {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 30px;
    /* 187.5% */
  }
  .sound .sound_content .sound_c_r .sound_more {
    border-radius: 2px;
    width: 138px;
    height: 42px;
    border: 1px solid #666;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sound .sound_content .sound_c_r .sound_more:hover {
    background-color: #e60d16;
    border-color: #e60d16;
  }
  .sound .sound_content .sound_c_r .sound_more:hover p {
    color: #fff;
  }
  .sound .sound_content .sound_c_r .sound_more:hover .more_img img:first-child {
    display: none;
  }
  .sound .sound_content .sound_c_r .sound_more:hover .more_img img:last-child {
    display: block;
  }
  .sound .sound_content .sound_c_r .sound_more p {
    color: #393E40;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
    margin-bottom: 0;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img {
    margin-left: 8px;
    width: 9px;
    height: auto;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img img {
    width: 100%;
    height: auto;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img img:first-child {
    display: block;
  }
  .sound .sound_content .sound_c_r .sound_more .more_img img:last-child {
    display: none;
  }
  .mian {
    width: 100%;
    height: auto;
    padding: 90px 0px;
  }
  .mian .mian_content {
    width: 100%;
    height: auto;
    padding: 0 0px;
  }
  .mian .mian_content .mian_c_title {
    color: #393E40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F7F7;
  }
  .mian .mian_content .mian_c_content {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .mian .mian_content .mian_c_content .mian_desc {
    margin-bottom: 10px;
    text-indent: 2em;
    color: #393E40;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .mian .mian_content .mian_c_content .mian_text {
    margin-bottom: 10px;
    color: #393E40;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .mian .mian_content .mian_c_content .mian_text a {
    color: #E62129;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .mian .mian_content .mian_c_content .mian_text img {
    width: 17px;
    height: auto;
    vertical-align: middle;
  }
  .scope {
    width: 100%;
    height: auto;
    padding: 90px 0px;
  }
  .scope .mian_content {
    width: 100%;
    height: auto;
    padding: 0 0px;
  }
  .scope .mian_content .mian_c_title {
    color: #393E40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F7F7;
  }
  .scope .mian_content .mian_c_content {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .scope .mian_content .mian_c_content .mian_desc {
    margin-bottom: 10px;
    text-indent: 2em;
    color: #393E40;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .scope .mian_content .mian_c_content .mian_text {
    margin-bottom: 10px;
    color: #393E40;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .scope .mian_content .mian_c_content .mian_text a {
    margin-left: 2em;
    color: #E62129;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .scope .mian_content .mian_c_content .mian_text img {
    width: 17px;
    height: auto;
    vertical-align: middle;
  }
  .reportdetail {
    width: 100%;
    height: auto;
    padding: 48px 0;
  }
  .reportdetail .rede_content {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .reportdetail .rede_content .re_tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .reportdetail .rede_content .re_tab .re_tab_item {
    cursor: pointer;
    color: #808284;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    margin-right: 60px;
  }
  .reportdetail .rede_content .re_tab .re_tab_item.active {
    color: #E60D16;
  }
  .reportdetail .rede_content .re_tab .re_tab_item.active::after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E60D16;
  }
  .reportdetail .rede_content .re_content {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .reportdetail .rede_content .re_content .re_c_item {
    width: 100%;
    height: auto;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t {
    width: 100%;
    height: auto;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F7F7;
    margin-bottom: 0px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 0px;
    height: 14px;
    background: url(/static/images/message.png) no-repeat;
    background-size: 100% 100%;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item p {
    width: 100%;
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0 16px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea {
    margin-top: 10px;
    margin-left: 0px;
    border: 1px solid #CCC;
    outline: none;
    max-width: 100%;
    min-width: 100%;
    max-height: 156px;
    min-height: 156px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
    height: 160px;
    border-radius: 2px;
    background: #F9F9F9;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div p {
    width: 100%;
    color: #CCC;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button {
    cursor: pointer;
    margin-top: 20px;
    width: 124px;
    height: 42px;
    border-radius: 0px;
    padding-left: 30px;
    background: transparent;
    border: none;
    position: relative;
    color: #4B4B4B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/static/images/upload.png) no-repeat;
    background-size: 100% 100%;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div button input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item > div span {
    margin-top: 10px;
    color: #CCC;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemfile, .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemcon {
    align-items: flex-start;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F7F7;
    margin-bottom: 0px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    width: 0px;
    height: 14px;
    background: url(/static/images/message.png) no-repeat;
    background-size: 100% 100%;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item p {
    width: 100%;
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"] {
    width: 19px;
    height: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/static/images/no_check.png) no-repeat;
    background-size: 100% 100%;
    left: 0%;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/static/images/check.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label p {
    padding-left: 10px;
    color: #000;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"] {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0 16px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_itemidentity {
    align-items: flex-start;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 {
    margin-top: 35px;
    width: 100%;
    height: auto;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 > p {
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 > p span {
    font-size: 12px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 p {
    width: 32px;
    color: #393E40;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"] {
    margin-left: 20px;
    width: 84%;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0 16px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]::placeholder {
    color: #ccc;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 span {
    margin-left: 20px;
    color: #808284;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn button {
    border: none;
    cursor: pointer;
    width: 146px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #E60D16;
    background: #FFF;
    color: #E60D16;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.8px;
  }
  .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn .sumbit {
    background: #E60D16;
    color: #fff;
    margin-right: 6.4vw;
  }
  .reportdetail .must {
    position: relative;
  }
  .reportdetail .must > p {
    position: relative;
  }
  .reportdetail .must > p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: url(/static/images/must.png) no-repeat;
    background-size: 100% 100%;
  }
  .reportdetail .must::after {
    content: '';
    position: absolute;
    top: 2%;
    right: 1%;
    width: 0px;
    height: 9px;
    background: url(/static/images/must.png) no-repeat;
    background-size: 100% 100%;
  }
  .report_notice {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
  }
  .report_notice .notice_box {
    width: 92%;
    height: 160vw;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    overflow-y: auto;
    padding: 16px;
  }
  .report_notice .notice_box .notice_title {
    color: #393E40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F7F7;
  }
  .report_notice .notice_box .notice_content {
    margin-top: 20px;
    padding: 0 16px;
    width: 100%;
  }
  .report_notice .notice_box .notice_content .notice_desc {
    text-indent: 2em;
    margin-bottom: 10px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .report_notice .notice_box .notice_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .report_notice .notice_box .notice_btn .notice_b_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .report_notice .notice_box .notice_btn .notice_b_t input {
    cursor: pointer;
    width: 13px;
    height: 13px;
  }
  .report_notice .notice_box .notice_btn .notice_b_t p {
    margin-left: 6px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
  .report_notice .notice_box .notice_btn .notice_b_b {
    margin-top: 30px;
    width: 168px;
    height: 46px;
    border-radius: 2px;
    background: #E60D16;
  }
  .report_notice .notice_box .notice_btn .notice_b_b a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2.16px;
  }
}
