.getSample_page {
  padding-top: 2rem;
}
.getSample_page .mod_tit {
  display: flex;
  flex-direction: column;
}
.getSample_page .mod_tit h1 {
  font-size: 0.72rem;
  line-height: calc(93/72);
  color: #17171B;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
}
.getSample_page .mod_tit h2 {
  font-size: 0.48rem;
  line-height: calc(61/48);
  color: #17171B;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.getSample_page .mod_tit span {
  font-size: 0.2rem;
  line-height: calc(26/20);
  color: #17171B;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  margin-top: 0.1rem;
  display: block;
}
.getSample_page .text_box {
  position: relative;
  z-index: 1;
}
.getSample_page .text_box p {
  max-width: 8.51rem;
  font-size: 0.18rem;
  line-height: calc(26/18);
  color: #17171B;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.getSample_page .module_1 .mod_container .mod_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.getSample_page .module_1 .mod_container .mod_cont .cont_top {
  padding: 0 0.39rem;
}
.getSample_page .module_1 .mod_container .mod_cont .cont_top .mod_tit,
.getSample_page .module_1 .mod_container .mod_cont .cont_top .text_box {
  padding-left: 1.34rem;
}
.getSample_page .module_1 .mod_container .mod_cont .cont_top .text_box {
  margin-top: 0.1rem;
}
.getSample_page .module_1 .mod_container .mod_cont .cont_top .img_box {
  width: 100%;
  height: 5.67rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.76rem;
  position: relative;
}
.getSample_page .module_1 .mod_container .mod_cont .cont_top .img_box:after {
  display: block;
  content: '';
  width: 100%;
  height: 1.26rem;
  background: url(/html-before/static/image/aboutUs/banner_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -1.21rem;
}
.getSample_page .module_1 .mod_container .mod_cont .cont_top .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.getSample_page .module_2 {
  /* 修改滚动条的宽度和背景颜色 */
  /* 修改滚动条轨道的颜色 */
  /* 修改滑块的颜色 */
  /* 修改滑块在鼠标悬停时的颜色 */
}
.getSample_page .module_2 .mod_container {
  padding: 0 0 1.44rem;
  background: #f8f8f8;
}
.getSample_page .module_2 .mod_container .mod_cont {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_left {
  width: 6.38rem;
  height: 7.5rem;
  padding-top: 0.86rem;
  padding-left: 0.58rem;
  padding-right: 1.2rem;
  background: #F8F8F8;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box {
  height: 7.3rem;
  overflow-y: auto;
  margin-top: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-left: 1.15rem;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box .tab_item {
  font-size: 0.2rem;
  line-height: calc(26/20);
  color: #17171B;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
}
.getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box .tab_item.active {
  position: relative;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box .tab_item.active:after {
  display: block;
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #E21F2C;
  position: absolute;
  left: -0.22rem;
  top: 0.08rem;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right {
  flex: 1;
  padding: 2.13rem 0.3rem 1rem 1.04rem;
  background: #FFFFFF;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel {
  height: 7.3rem;
  width: 8.64rem;
  padding-right: 0.3rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  padding-bottom: 0.64rem;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item .panel_tit,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont .panel_tit {
  padding-left: 0.3rem;
  border-left: 0.01rem solid #E21F2C;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item span,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont span {
  font-size: 0.18rem;
  line-height: calc(23/18);
  color: #E21F2C;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
  display: block;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item h4,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont h4 {
  font-size: 0.3rem;
  line-height: calc(38/30);
  color: #17171B;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item p,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont p {
  font-size: 0.18rem;
  line-height: calc(23/18);
  color: #17171B;
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item .img_box,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont .img_box {
  width: 8.34rem;
  height: 2.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item .img_box img,
.getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont .img_box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
}
.getSample_page .module_2 ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #f8f8f8;
}
.getSample_page .module_2 ::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
.getSample_page .module_2 ::-webkit-scrollbar-thumb {
  background-color: #e21f2c;
  border-radius: 6px;
  border: 2px solid #e21f2c;
}
.getSample_page .module_2 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.getSample_page .module_3 .mod_container {
  padding: 0.98rem 0 0;
}
.getSample_page .module_3 .mod_container .mod_tit {
  text-align: center;
  width: 15.58rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.getSample_page .module_3 .mod_container .mod_tit h2 {
  font-family: 'FuturaCyrillicDemi', 'SourceHanSansHKMedium';
}
.getSample_page .module_3 .mod_container .mod_tit span {
  width: 6.28rem;
  text-align: left;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
}
.getSample_page .module_3 .mod_container .mod_cont {
  width: 15.58rem;
  margin: 0.68rem auto 0;
}
.getSample_page .module_3 .mod_container .mod_cont ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.31rem 0.38rem;
}
.getSample_page .module_3 .mod_container .mod_cont ul li {
  width: 7.6rem;
  height: 2.67rem;
  padding: 0 0.7rem 0 0.43rem;
  border: 0.01rem solid rgba(23, 23, 27, 0.26);
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.getSample_page .module_3 .mod_container .mod_cont ul li .text_box {
  width: 4.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.getSample_page .module_3 .mod_container .mod_cont ul li .text_box h4 {
  font-size: 0.3rem;
  line-height: calc(38/30);
  color: #17171B;
  font-family: 'FuturaCyrillicMedium', 'SourceHanSansHKMedium';
}
.getSample_page .module_3 .mod_container .mod_cont ul li .text_box span {
  font-size: 0.18rem;
  line-height: calc(24/18);
  color: #17171B;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  display: block;
}
.getSample_page .module_3 .mod_container .mod_cont ul li .img_box {
  min-width: 0.62rem;
  max-width: 0.76rem;
  max-height: 0.84rem;
  min-height: 0.69rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getSample_page .module_3 .mod_container .mod_cont ul li .img_box img {
  min-width: 0.62rem;
  max-width: 0.76rem;
  max-height: 0.84rem;
  min-height: 0.69rem;
  width: auto;
  height: auto;
}
.getSample_page .module_4 .mod_container {
  padding: 0.52rem 0.39rem 0.61rem;
}
.getSample_page .module_4 .mod_container .mod_tit h2 {
  color: #fff;
}
.getSample_page .module_4 .mod_container .mod_cont {
  display: flex;
  gap: 0.21rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left {
  width: 9.2rem;
  height: 7.84rem;
  padding-top: 0.7rem;
  padding-bottom: 0.84rem;
  background: url(/html-before/static/image/aboutUs/module3_1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left .mod_tit {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form {
  width: 5.78rem;
  margin: 0.42rem auto 0;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin: 0;
  margin-bottom: 0.27rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .gap-14 {
  gap: 0.14rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form-label,
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form-check-label {
  font-size: 0.18rem;
  line-height: calc(23/18);
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  margin-bottom: 0.08rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form input,
.getSample_page .module_4 .mod_container .mod_cont .cont_left form textarea {
  border: 0.01rem solid #fff;
  background-color: transparent;
  padding: 0 0.22rem;
  font-size: 0.18rem;
  line-height: calc(23/18);
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form input {
  height: 0.5rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement {
  gap: 0.12rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-input {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.03rem;
  display: block;
  padding: 0;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-input:checked {
  background-color: #e21f2c;
  box-shadow: none;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-label {
  opacity: 0.6;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-label a {
  text-decoration: underline;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .submit_btn {
  width: 5.84rem;
  height: 0.5rem;
  background: #E21F2C 0% 0% no-repeat padding-box;
  border-radius: 0.05rem;
  margin-top: 0.4rem !important;
  font-size: 0.18rem;
  line-height: calc(23/18);
  color: #fff;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
}
.getSample_page .module_4 .mod_container .mod_cont .cont_left form .help-block {
  font-size: 0.16rem;
  line-height: calc(19/16);
  color: red;
  font-family: 'FuturaCyrillicBook', 'SourceHanSansHKRegular';
  position: absolute;
  bottom: -0.22rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_right {
  width: 8.98rem;
  height: 7.84rem;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_right .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getSample_page .module_4 .mod_container .mod_cont .cont_right .img_box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .getSample_page {
    padding-top: 0.56rem;
  }
  .getSample_page .learn_more {
    gap: 0.14rem;
    padding: 0.08rem 0.1rem;
    width: 1.2rem;
    border-radius: 0.05rem;
  }
  .getSample_page .learn_more span {
    font-size: 0.12rem;
    letter-spacing: 0;
  }
  .getSample_page .learn_more .icon_box {
    width: 0.18rem;
    height: 0.18rem;
  }
  .getSample_page .learn_more .icon_box img {
    width: 0.1rem;
    height: 0.09rem;
  }
  .getSample_page .mod_tit h1 {
    font-size: 0.3rem;
  }
  .getSample_page .mod_tit h2 {
    font-size: 0.16rem;
  }
  .getSample_page .mod_tit span {
    font-size: 0.12rem;
    margin-bottom: 0.15rem;
  }
  .getSample_page .text_box {
    display: flex;
    flex-direction: column;
    gap: 0.24rem;
  }
  .getSample_page .text_box p {
    max-width: unset;
    font-size: 0.12rem;
  }
  .getSample_page .module_1 .mod_container {
    padding: 0.2rem 0.16rem 0.2rem;
  }
  .getSample_page .module_1 .mod_container .mod_cont {
    width: 100%;
  }
  .getSample_page .module_1 .mod_container .mod_cont .cont_top {
    padding: 0;
  }
  .getSample_page .module_1 .mod_container .mod_cont .cont_top .mod_tit,
  .getSample_page .module_1 .mod_container .mod_cont .cont_top .text_box {
    padding-left: 0;
  }
  .getSample_page .module_1 .mod_container .mod_cont .cont_top .text_box {
    margin-top: 0.1rem;
  }
  .getSample_page .module_1 .mod_container .mod_cont .cont_top .img_box {
    width: 100%;
    height: unset;
    margin-top: 0.2rem;
    position: relative;
  }
  .getSample_page .module_1 .mod_container .mod_cont .cont_top .img_box:after {
    display: block;
    content: '';
    width: 100%;
    height: 0.2rem;
    background: url(/html-before/static/image/aboutUs/banner_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -0.2rem;
  }
  .getSample_page .module_1 .mod_container .mod_cont .cont_top .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .getSample_page .module_2 .mod_container {
    padding: 0.3rem 0.16rem 0.2rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_left {
    width: 100%;
    height: unset;
    padding: 0;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box {
    height: unset;
    margin-top: 0.16rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding-left: 0.12rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box .tab_item {
    font-size: 0.14rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box .tab_item.active {
    position: relative;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_left .tab_box .tab_item.active:after {
    display: block;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #E21F2C;
    position: absolute;
    left: -0.12rem;
    top: 0.06rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right {
    width: 100%;
    padding: 0.1rem;
    flex: unset;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
    padding-bottom: 0.2rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item .panel_tit,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont .panel_tit {
    padding-left: 0.16rem;
    border-left: 0.01rem solid #E21F2C;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item span,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont span {
    font-size: 0.12rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item h4,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont h4 {
    font-size: 0.14rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item p,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont p {
    font-size: 0.12rem;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item .img_box,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont .img_box {
    width: 100%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_item .img_box img,
  .getSample_page .module_2 .mod_container .mod_cont .cont_right .tab_panel .panel_cont .img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
  .getSample_page .module_3 .mod_container {
    width: 100%;
    padding: 0.3rem 0.16rem 0.4rem;
  }
  .getSample_page .module_3 .mod_container .mod_tit {
    text-align: left;
    width: 100%;
    flex-direction: column;
  }
  .getSample_page .module_3 .mod_container .mod_tit span {
    width: 100%;
  }
  .getSample_page .module_3 .mod_container .mod_cont {
    width: 100%;
    margin: 0.1rem auto 0;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul {
    width: 100%;
    flex-direction: column;
    gap: 0.16rem;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul li {
    width: 100%;
    height: unset;
    padding: 0.1rem 0.2rem 0.1rem 0.1rem;
    border-radius: 0.05rem;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul li .text_box {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul li .text_box h4 {
    font-size: 0.14rem;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul li .text_box span {
    font-size: 0.12rem;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul li .img_box {
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .getSample_page .module_3 .mod_container .mod_cont ul li .img_box img {
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    width: auto;
    height: 100%;
  }
  .getSample_page .module_4 .mod_container {
    padding: 0.3rem 0.16rem 0.3rem;
    flex-direction: column;
    gap: 0.24rem;
  }
  .getSample_page .module_4 .mod_container .mod_tit h2 {
    color: #fff;
  }
  .getSample_page .module_4 .mod_container .mod_cont {
    flex-direction: column;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left {
    width: 100%;
    height: unset;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background: url(/html-before/static/image/aboutUs/module3_1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form {
    width: 100%;
    margin: 0.2rem auto 0;
    padding: 0.1rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin: 0;
    margin-bottom: 0.18rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .gap-14 {
    gap: 0.14rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form-label,
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form-check-label {
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form input,
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form textarea {
    padding: 0 0.12rem;
    font-size: 0.14rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form input {
    height: 0.4rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement {
    gap: 0.12rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-input {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.03rem;
    display: block;
    padding: 0;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-label {
    opacity: 0.6;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .form-check-label a {
    text-decoration: underline;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .form_agreement .help-block {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    right: unset;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .submit_btn {
    width: 100%;
    height: 0.4rem;
    background: #E21F2C 0% 0% no-repeat padding-box;
    border-radius: 0.05rem;
    margin-top: 0.22rem;
    font-size: 0.14rem;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_left form .help-block {
    font-size: 0.12rem;
    position: absolute;
    bottom: unset;
    left: unset;
    right: 0;
  }
  .getSample_page .module_4 .mod_container .mod_cont .cont_right {
    width: 100%;
    height: unset;
  }
}
