/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: none;
  background-color: #fffbfa;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
p {
  text-align: justify;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 5.61rem;
  position: relative;
  background: url(../images/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.7rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 2.28rem;
}
@media (max-width: 1200px) {
  .zt_header {
    height: 4.6rem;
  }
}
@media (max-width: 992px) {
  .zt_header {
    height: 3.2rem;
  }
}
@media (max-width: 600px) {
  .zt_header .zt_logo {
    padding-top: 0.3rem;
  }
  .zt_header .zt_logo img {
    width: 1.7rem;
  }
}
/* 头部header 结束 */
.content {
  background: url(../images/bj.png) no-repeat center top;
  background-size: 100% 100%;
  background-color: #f8fdff;
  padding-bottom: 0.7rem;
}
.bot_bg1 {
  margin-top: 0;
}
.tab_pane1 {
  margin-top: -1.5rem;
}
@media (max-width: 600px) {
  .tab_pane1 {
    margin-top: 0;
  }
}
.tab_pane1 .item_box_ver {
  margin-left: -10px;
  margin-right: -10px;
}
.tab_pane1 .item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab_pane1 .item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.tab_pane1 .item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.tab_pane1 .item_box_ver > li:nth-child(n + 4) {
  margin-top: 30px;
}
.tab_pane1 .item_box_ver > li:nth-child(4) {
  margin-top: 0;
}
.tab_pane1 .item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .tab_pane1 .item_box_ver {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tab_pane1 .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_pane1 .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n + 4) {
    margin-top: 30px;
  }
  .tab_pane1 .item_box_ver > li:nth-child(4) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .tab_pane1 .item_box_ver {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tab_pane1 .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_pane1 .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver > li:nth-child(n + 4) {
    margin-top: 30px;
  }
  .tab_pane1 .item_box_ver > li:nth-child(4) {
    margin-top: 0;
  }
  .tab_pane1 .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tab_pane1 .item_box_ver li {
  position: relative;
}
.tab_pane1 .item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 203px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
}
.tab_pane1 .item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 214px;
  height: 203px;
  border-radius: 101px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -50px;
}
.tab_pane1 .item_box_ver li i.s1 {
  background-image: url(../images/fwcj_img1.png);
}
.tab_pane1 .item_box_ver li i.s2 {
  background-image: url(../images/fwcj_img2.png);
}
.tab_pane1 .item_box_ver li i.s3 {
  background-image: url(../images/fwcj_img3.png);
}
.tab_pane1 .item_box_ver li i.s4 {
  background-image: url(../images/fwcj_img4.png);
}
.tab_pane1 .item_box_ver li.cur a i,
.tab_pane1 .item_box_ver li:hover a i {
  box-shadow: 0px 0px 32px 0px #69b698;
}
.tab_pane1 .item_box_ver li.cur::after,
.tab_pane1 .item_box_ver li:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  width: 6px;
  height: 6px;
  width: 30px;
  height: 16px;
  background: url(../images/icon_tab_cur.png) no-repeat center;
}
@media (max-width: 600px) {
  .tab_pane1 .item_box_ver li.cur::after,
  .tab_pane1 .item_box_ver li:hover::after {
    width: 15px;
    bottom: -20px;
    background-size: 100% auto;
  }
}
@media (max-width: 600px) {
  .tab_pane1 .item_box_ver li a {
    height: 80px;
  }
  .tab_pane1 .item_box_ver li i {
    width: 80px;
    height: 80px;
    background-size: 100%;
  }
}
.paper {
  margin-top: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(13, 164, 196, 0.61);
  border-radius: 24px;
  padding: 30px 0.3rem;
}
.title_bg1 {
  height: 52px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 0;
  padding-left: 250px;
}
.title_bg1 a {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #1caf95;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.title_bg1 a:hover {
  opacity: 0.7;
}
.title_bg1.title_bg1_1 {
  background-image: url(../images/title_bg1.png);
  margin-bottom: 0.3rem;
}
.title_bg1.title_bg1_2 {
  background-image: url(../images/title_bg2.png);
  margin-bottom: 0.1rem;
}
.title_bg1.title_bg1_3 {
  background-image: url(../images/title_bg3.png);
  margin-bottom: 0.2rem;
}
.title_bg1.title_bg1_4 {
  background-image: url(../images/title_bg4.png);
  margin-bottom: 0.2rem;
}
.title_bg1.title_bg1_5 {
  background-image: url(../images/title_bg5.png);
  margin-bottom: 0.2rem;
}
.item_box_text {
  margin-left: -15px;
  margin-right: -15px;
}
.item_box_text::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_text > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.item_box_text > li:nth-child(n) {
  margin-top: 0;
}
.item_box_text > li:nth-child(n + 2) {
  margin-top: 23px;
}
.item_box_text > li:nth-child(2) {
  margin-top: 0;
}
.item_box_text a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_text {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_text::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_text > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_text > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_text > li:nth-child(n + 2) {
    margin-top: 23px;
  }
  .item_box_text > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_text a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_text {
    margin-left: -15px;
    margin-right: -15px;
  }
  .item_box_text::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_text > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .item_box_text > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_text > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .item_box_text > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_text a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_text li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  background-color: #f8fbfa;
  border-radius: 5px;
  border: solid 1px #c4f1e9;
  padding: 0.15rem;
}
.item_box_text li h6 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_box_text li p {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #a2a2a2;
}
.item_box_text li a:hover {
  box-shadow: 0px 2px 24px 0px rgba(26, 173, 156, 0.3);
}
.item_box_text li a:hover h6 {
  color: #1aae9a;
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 20px 0px 20px 13px;
}
.list_t li:not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
.list_t li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #1aae9a;
  border-radius: 50%;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.list_t li a:hover {
  color: #1aae9a;
}
.list_t li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
  }
  .list_t li span {
    display: none;
  }
}
.list_t2 li + li {
  margin-top: 15px;
}
.list_t2 li a {
  transition: all 0.3s;
  display: block;
  line-height: 1;
  position: relative;
  padding: 18px 0px 18px 34px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(184, 206, 230, 0.55);
}
.list_t2 li a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_li.png) no-repeat left center;
}
.list_t2 li a h6 {
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.list_t2 li a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #1aad9c;
}
.list_t2 li a:hover {
  background-image: linear-gradient(-90deg, #1caf95 0%, #0da4c4 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 1px 4px 0px rgba(184, 206, 230, 0.55);
}
.list_t2 li a:hover::before {
  background: url(../images/icon_li_cur.png) no-repeat left center;
}
.list_t2 li a:hover h6,
.list_t2 li a:hover span {
  color: #fff;
}
.item_box_qa {
  margin-left: -8px;
  margin-right: -8px;
}
.item_box_qa::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_qa > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.item_box_qa > li:nth-child(n) {
  margin-top: 0;
}
.item_box_qa > li:nth-child(n + 3) {
  margin-top: 16px;
}
.item_box_qa > li:nth-child(3) {
  margin-top: 0;
}
.item_box_qa a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_qa {
    margin-left: -8px;
    margin-right: -8px;
  }
  .item_box_qa::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_qa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .item_box_qa > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_qa > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .item_box_qa > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_qa a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_qa {
    margin-left: -8px;
    margin-right: -8px;
  }
  .item_box_qa::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_qa > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .item_box_qa > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_qa > li:nth-child(n + 1) {
    margin-top: 16px;
  }
  .item_box_qa > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_qa a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_qa li a,
.item_box_qa li p {
  line-height: 2;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.item_box_qa li a {
  margin-bottom: 10px;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url(../images/icon_q.png);
}
.item_box_qa li p {
  padding: 7px 15px;
  background-color: #f2f8f5;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  color: #54968f;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item_box_qa li:hover a {
  color: #1aae9a;
}
.form_ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #daeee0;
  border-left: solid 1px #daeee0;
  background-color: #fff;
}
.form_ftable .fth {
  font-size: 16px;
  font-weight: normal;
  color: #1caf97;
}
.form_ftable .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.form_ftable .frow {
  min-height: 54px;
  display: flex;
  justify-content: start;
}
.form_ftable .fth,
.form_ftable .ftd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #daeee0;
  border-right: solid 1px #daeee0;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form_ftable .fth {
  width: 120px;
  background-color: #f6fbf8;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .form_ftable .fth {
    width: 120px;
  }
}
.form_ftable .ftd {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .form_ftable {
    width: 100%;
  }
  .form_ftable .frow {
    width: 100% !important;
  }
}
.ftable_form select,
.ftable_form input,
.ftable_form textarea,
.ftable_form button,
.ftable_form img {
  box-sizing: border-box;
  outline: none;
  border: none;
  vertical-align: middle;
}
.ftable_form .red_star {
  color: #f41c20;
  margin-right: 3px;
}
.ftable_form .vam {
  vertical-align: middle;
  margin-top: -3px;
}
.ftable_form div[class*='_box'] {
  width: 100%;
}
.ftable_form div[class*='_box']::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ftable_form div[class*='_box'] + div[class*='_box'] {
  margin-top: 10px;
}
.ftable_form select,
.ftable_form input[type='text'],
.ftable_form textarea {
  font-family: 'Microsoft YaHei';
  width: 100%;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  padding: 0 1em;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.ftable_form select::placeholder,
.ftable_form input[type='text']::placeholder,
.ftable_form textarea::placeholder {
  color: #999999;
}
.ftable_form select,
.ftable_form input[type='text'] {
  width: 100%;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 600px) {
  .ftable_form select,
  .ftable_form input[type='text'] {
    width: 100%;
  }
  .ftable_form select + select,
  .ftable_form input[type='text'] + select,
  .ftable_form select + input[type='text'],
  .ftable_form input[type='text'] + input[type='text'] {
    margin-top: 10px;
  }
}
.ftable_form textarea {
  width: 100%;
  height: 140px;
  padding: 1em;
  resize: none;
}
.ftable_form .radios_box label {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
  padding-left: 10px;
}
.ftable_form .radios_box label + label {
  margin-left: 40px;
}
.ftable_form .radios_box input[type='radio'] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  appearance: none;
}
.ftable_form .radios_box input[type='radio']:focus {
  border: none;
  outline: none;
}
.ftable_form .radios_box input[type='radio']::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #5fb878;
}
.ftable_form .radios_box input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5fb878;
}
.ftable_form .yzm_box .yzm_input {
  width: calc(100% - 115px);
}
.ftable_form .yzm_box .yzm_img {
  width: 100px;
  height: 32px;
  margin-left: 10px;
}
.ftable_form .yzm_box .yzm_refresh {
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .yzm_box .yzm_refresh:hover {
  opacity: 0.7;
}
.ftable_form .button_box {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
.ftable_form .button_box button {
  cursor: pointer;
  width: 154px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .button_box button img {
  margin-right: 5px;
}
.ftable_form .button_box button:hover {
  opacity: 0.7;
}
.ftable_form .button_box .submit_btn {
  background-image: linear-gradient(-90deg, #1caf95 0%, #0da4c4 100%);
  box-shadow: 0px 2px 9px 0px rgba(157, 157, 157, 0.29);
  border: solid 1px transparent;
  color: #ffffff;
  margin-right: 10px;
}
.ftable_form .button_box .reset_btn {
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(157, 157, 157, 0.29);
  border: solid 1px #1aad9c;
  color: #1aae9b;
}
@media (max-width: 600px) {
  .ftable_form .radios_box label {
    margin-left: 0 !important;
    width: 33.3%;
  }
  .ftable_form div[class*='_box'] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .ftable_form div[class*='_box'] + div[class*='_box'] {
    margin-top: 10px !important;
  }
}
.imgs {
  margin-left: -12px;
  margin-right: -12px;
}
.imgs::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.imgs > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.imgs > li:nth-child(n) {
  margin-top: 0;
}
.imgs > li:nth-child(n + 2) {
  margin-top: 24px;
}
.imgs > li:nth-child(2) {
  margin-top: 0;
}
.imgs a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .imgs {
    margin-left: -12px;
    margin-right: -12px;
  }
  .imgs::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .imgs > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .imgs > li:nth-child(n) {
    margin-top: 0;
  }
  .imgs > li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .imgs > li:nth-child(2) {
    margin-top: 0;
  }
  .imgs a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .imgs {
    margin-left: -12px;
    margin-right: -12px;
  }
  .imgs::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .imgs > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .imgs > li:nth-child(n) {
    margin-top: 0;
  }
  .imgs > li:nth-child(n + 1) {
    margin-top: 24px;
  }
  .imgs > li:nth-child(1) {
    margin-top: 0;
  }
  .imgs a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.imgs img {
  width: 100%;
}
