html,
body {
  height: 100%;
}

a {
  color: inherit;
}

.body {
  min-width: 1200px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
  flex-direction: column;
}

.html_hearder {
  width: 100%;
  height: 136px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 24px 0 77px;
}

.logo-name > p:nth-child(1) {
  font-size: 26px;
  /* font-family: FZLanTingHeiS-B-GB; */
  font-weight: 400;
  color: #333333;
  font-weight: bold;
  cursor: default;
}
.logo-name > p:nth-child(2) {
  font-size: 26px;
  /* font-family: FZLanTingHeiS-B-GB; */
  font-weight: 400;
  color: #2c5ca2;
  font-weight: bold;
  cursor: default;
}
/*.html_hearder .logo{*/
/*	width: 363px;*/
/*	height: 95px;*/
/*}*/
.html_hearder .logo {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
.html_hearder .logo img {
  height: 95px;
  width: 87.5px;
  display: inline-block;
  margin-right: 18px;
}

.html_hearder .right {
  flex: 1;
  text-align: right;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
}

.html_hearder .navbar {
  font-size: 18px;
  color: #333333;
  position: relative;
  line-height: 20px;
}

.html_hearder .navbar.active:before {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #ffbe65;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -20px;
  content: "";
}

.html_hearder .hearder {
  width: 100px;
  position: relative;
}

.html_hearder .hearder span {
  width: 100%;
  text-align: center;
  line-height: 40px;
  display: block;
}

.html_hearder .hearder img {
  width: 65px;
  height: 65px;
  display: block;
  margin: auto;
}

.html_hearder .hearder:hover .exit_box {
  display: block;
}

.html_hearder .hearder .exit_box {
  width: 168px;
  height: 115px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 243, 249, 1);
  box-shadow: 0px 2px 5px 0px rgba(72, 118, 231, 0.1);
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 65px;
  display: none;
  padding: 15px 30px;
}

.html_hearder .hearder .exit_box .exit_item {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: rgba(61, 61, 61, 1);
  text-align: left;
}

.html_hearder .hearder .exit_box .exit_item img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.html_banner {
  width: 100%;
  min-height: 300px;
}

.html_banner img {
  width: 100%;
  display: block;
}

.small_banner {
  width: 100%;
  height: 200px;
  background-image: url("../images/png_11.png");
  background-size: 100% 200px;
  text-align: center;
  padding-top: 64px;
  color: #fff;
  font-size: 23px;
  line-height: 24px;
}

.html_middle {
  /* flex: 1; */
}

.index_html .html_middle {
  width: 100%;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 50px 0 50px;
}

.index_html .html_middle .item {
  width: 437px;
  height: 141px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(241, 241, 241, 1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: 0 20px;
}

.index_html .html_middle .item a {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 48px 0 37px;
}

.index_html .html_middle .item .pic {
  width: 92px;
  height: 93px;
  margin-right: 34px;
}

.index_html .html_middle .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.index_html .html_middle .right {
  flex: 1;
}

.index_html .html_middle .item .btitle {
  color: #333333;
  font-size: 27px;
  font-weight: bold;
}

.index_html .html_middle .item .stitle {
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
  line-height: 24px;
}

.html_bottom {
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
}

.html_middle .inner_middle {
  position: relative;
  width: 1100px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  margin: -75px auto 0;
}

.inner_middle .inner_middle_top {
  width: 100%;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 22px;
}

.inner_middle .inner_middle_top img {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 10px;
}

.inner_middle .inner_middle_top > .top_right {
  flex: 1;
}

.inner_middle .inner_middle_top .btitle {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: rgba(38, 88, 165, 1);
  line-height: 26px;
}

.inner_middle .inner_middle_top .stitle {
  width: 100%;
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
  line-height: 17px;
  opacity: 0.15;
}

.rescue_apply .content .input_box input {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.rescue_apply .middle .bottom .tablist {
  width: 100%;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.rescue_apply .middle .bottom .tablist .line {
  width: 154px;
  height: 1px;
  background: rgba(235, 235, 235, 1);
  border-radius: 1px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.rescue_apply .middle .bottom .inlne_block {
  display: inline-block;
  vertical-align: middle;
}

.rescue_apply .middle .bottom .tablist .circular {
  background-image: url(../images/png_9.png);
  background-size: 100% 100%;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 20.5px;
  color: #fff;
  margin: auto;
}

.rescue_apply .middle .bottom .tablist .tab.active .circular {
  background-image: url(../images/png_8.png);
}

.rescue_apply .middle .bottom .tablist .tab.active .line {
  background-color: #1896ff;
}

.rescue_apply .middle .bottom .tablist .tab .text {
  color: #b5b5b5;
  font-size: 13.6px;
  text-align: center;
}

.rescue_apply .middle .bottom .tablist .tab.active .text {
  color: #1795ff;
}

.rescue_apply .middle .content {
  padding-top: 70px;
  padding-bottom: 126px;
  display: none;
}

.rescue_apply .middle .content .line {
  width: 500px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.rescue_apply .middle .content .input_box {
  width: 500px;
  height: 60px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 5px;
  flex: 1;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 20px;
}

.rescue_apply .middle .content .left_box {
  width: 112px;
  height: 60px;
  line-height: 60px;
  color: #666666;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}

.rescue_apply .middle .content .right_box {
  flex: 1;
  padding: 0 20px;
}

.rescue_apply .middle .content .small_content_item input {
  border: none;
  width: 100%;
  height: 100%;
}

.rescue_apply .middle .content .send_code {
  width: 173px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  background: rgba(23, 149, 255, 1);
  border-radius: 5px;
  margin-left: 7px;
  text-align: center;
  cursor: pointer;
}

.rescue_apply .middle .content .release_button {
  width: 500px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  background: rgba(23, 149, 255, 1);
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}

.rescue_apply .content_line {
  width: 448px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.rescue_apply .content_line .bottom_line {
  width: 120px;
  height: 1px;
  background-color: #c6ccdc;
}

.rescue_apply .content_line .text {
  color: #666666;
  font-size: 16px;
  flex: 1;
  text-align: center;
}

.rescue_apply #content1 .bottom_pic {
  width: 455px;
  height: 147px;
  display: block;
  margin: 30px auto 45px;
}

.rescue_apply .code_box {
  text-align: center;
  width: 100%;
}

.rescue_apply .code_item {
  width: 324px;
  height: 233px;
  border: 1px solid #d1d6e3;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 30px;
}

.rescue_apply .code_item label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #445c95;
  font-size: 14px;
}

.rescue_apply .code_item img {
  width: 294px;
  height: 179px;
  display: block;
  margin: 12px auto 5px;
}

.rescue_apply .code_item input {
  width: 0;
  height: 0;
  opacity: 0;
}

.rescue_apply .content_item {
  width: 850px;
  border-radius: 10px;
  margin: 0 auto 25px;
  overflow: hidden;
}

.rescue_apply .content_item .top {
  width: 100%;
  height: 50px;
  padding: 0 26px;
  color: #fff;
  font-size: 14px;
  background-color: #9abcd8;
  padding-bottom: 14px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.rescue_apply .content_item .top .btitle {
  font-size: 18px;
  font-weight: bold;
  margin-right: 18px;
}

.rescue_apply .content_item .top .btitle span {
  color: #ff1919;
  margin-right: 5px;
  height: 10px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.rescue_apply .content_item .bottom {
  min-height: 165px;
  border: 1px solid #eeeeee;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.rescue_apply .content_item .bottom .code_box_top {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.rescue_apply .content_item .bottom .left {
  flex: 1;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 35px;
}

.rescue_apply .content_item .bottom .left .small_content_item {
  height: 110px;
}

.rescue_apply .content_item .bottom .left .small_content_item .default {
  width: 110px;
  height: 110px;
  background-color: #ebebeb;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.rescue_apply .content_item .bottom .left .small_content_item input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.rescue_apply .content_item .bottom .left .small_content_item label {
  width: 110px;
  height: 110px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.rescue_apply .content_item .bottom .left .small_content_item .show_pic {
  width: 110px;
  height: 110px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  position: relative;
}

.rescue_apply .content_item .bottom .left .small_content_item .show_pic img {
  width: 110px;
  height: 110px;
  display: block;
}

.rescue_apply .content_item .bottom .left .small_content_item .show_pic .del {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}

.rescue_apply
  .content_item
  .bottom
  .left
  .small_content_item
  .show_pic
  .del
  img {
  width: 20px;
  height: 20px;
  display: block;
}

.rescue_apply .content_item .bottom .left .small_content_item .plus {
  width: 42px;
  height: 43px;
}

.rescue_apply .content_item .bottom .right .button {
  height: 30px;
  line-height: 30px;
  border: 1px solid #1896ff;
  cursor: pointer;
  color: #1896ff;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
  padding: 0 17px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
}

.rescue_apply #content2 .bottom {
  display: block;
  padding: 20px 0 14px 20px;
}

.rescue_apply .content_inner_line {
  width: 400px;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #eeeeee;
  text-align: center;
  color: #333333;
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 11px;
  margin-right: 11px;
  vertical-align: middle;
}

.rescue_apply .content_inner_line:nth-of-type(2n) {
  margin-right: 0;
}

.rescue_apply .content_inner_line .line_left {
  width: 143px;
  background-color: #f8f8f8;
  border-right: 1px solid #eeeeee;
  text-align: center;
}

.rescue_apply .content_inner_line .line_left span {
  color: #ff1919;
  margin-right: 5px;
  height: 10px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.rescue_apply .content_inner_line .line_right {
  flex: 1;
  padding: 0 25px;
  height: 100%;
}

.rescue_apply .content_inner_line input,
.rescue_apply .content_inner_line select {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

.rescue_apply .content_inner_line span.grey {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
}

.rescue_apply .content_inner_line.column {
  width: 811px;
  height: auto;
  flex-direction: column;
}

.rescue_apply .content_inner_line.column .line_left {
  width: 100%;
  text-align: left;
  padding: 0 20px;
}

.rescue_apply .content_inner_line.column .line_right {
  width: 100%;
}

.rescue_apply .content_inner_line.column .line_right textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  margin-top: 14px;
}

.rescue_apply .sex_box {
  width: 100%;
  height: 100%;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}

.rescue_apply .sex_item {
  flex: 1;
  height: 100%;
  text-align: center;
}

.rescue_apply #checkbox_box {
  display: none;
}

.rescue_apply .long_sex_box {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.rescue_apply .long_sex_box .sex_item {
  flex: auto;
  text-align: left;
}

.rescue_apply .middle .content .sex_item input {
  width: 0;
  height: 0;
  opacity: 0;
}

.rescue_apply .middle .content .sex_item .inner_input {
  width: auto;
  height: auto;
  opacity: 1;
  border: 1px solid #eeeeee;
  margin-left: 10px;
}

.rescue_apply .sex_item input + label {
  height: 16px;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
}

.rescue_apply .sex_item input + label:before {
  width: 16px;
  height: 16px;
  background-image: url(../images/png_29.png);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.rescue_apply .sex_item input:checked + label:before {
  background-image: url(../images/png_28.png);
}

.rescue_apply .modal_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.rescue_apply .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
}

.rescue_apply .modal img {
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 20;
}

.peo_login .content {
  display: block;
}

.peo_login .login_text {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
}

.peo_login .html_middle {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
}

.peo_login .inner_middle {
  flex: 1;
}

.peo_login input {
  border: none;
  width: 100%;
  height: 100%;
}

.peo_center .html_middle {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
}

.peo_center .inner_middle {
  flex: 1;
}

.peo_center .bottom img {
  width: 250px;
  height: 194px;
  margin: auto;
  display: block;
}

.peo_center .grey_text {
  width: 100%;
  text-align: center;
  color: #9e9e9e;
  font-size: 18px;
}
.peo_center .apply_button {
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 50px auto 0;
  background: rgba(23, 149, 255, 1);
  border-radius: 5px;
  cursor: pointer;
}

.peo_center .apply_item {
  width: 800px;
  border: 1px solid #dcdddd;
  border-radius: 5px;
  margin: 20px auto;
}

.peo_center .apply_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dcdddd;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f7f7f7;
  align-items: center;
  font-size: 16px;
  color: #3e3a39;
  padding: 0 24px;
}

.peo_center .apply_top img {
  width: 18px;
  height: 18px;
  display: block;
}

.peo_center .left_text {
  flex: 1;
}

.peo_center .apply_bottom {
  width: 100%;
  padding: 10px 17px 10px 26px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}

.peo_center .apply_bottom .left {
  flex: 1;
  color: #999999;
  font-size: 14px;
}

.peo_center .apply_bottom img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.peo_center .apply_bottom .left span {
  width: 90px;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}

.peo_center .apply_bottom .left .item {
  margin: 9px 0;
}

.peo_center .apply_bottom .see_speed {
  width: 180px;
  height: 47px;
  line-height: 47px;
  background: rgba(253, 188, 103, 1);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.peo_center .apply_bottom .see_speed img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.modal_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.modal1 {
  width: 840px;
  height: 900px;
  max-height: 95vh;
  border-radius: 10px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: fixed;
  display: none;
  flex-direction: column;
  padding-bottom: 20px;
  overflow-y: auto;
}

.modal2 {
  width: 840px;
  height: 652px;
  max-height: 100vh;
  border-radius: 10px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: fixed;
  display: none;
  flex-direction: column;
}

.modal1 .top {
  width: 366px;
  height: 94px;
  margin: 41px auto 22px;
}

.modal1 .middle {
  width: 376px;
  height: 593px;
  margin: auto;
  flex: 1;
}

.modal1 .bottom {
  width: 376px;
}

.modal1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.modal2 .btitle {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 50px auto 35px;
}
.modal2 .content {
  width: 716px;
  height: 405px;
  margin: 0 auto 50px;
  color: #333333;
  font-size: 20px;
  line-height: 48px;
  flex: 1;
}

.modal2 .content_inner {
  overflow-y: auto;
  width: 756px;
  padding-right: 25px;
  height: 100%;
}

.modal2 .bold {
  font-weight: bold;
}

.modal2 .sure_button {
  width: 712px;
  margin: auto;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #666666;
  font-size: 20px;
  border-top: 2px dashed #dbdbdb;
  cursor: pointer;
}

.bottom {
  margin: 15px auto 25px;
  color: #666;
  font-size: 14px;
}

.bottom span {
  cursor: pointer;
  color: #1795ff;
}

.modal_button {
  width: 320px;
  height: 50px;
  line-height: 50px;
  background-color: #bcbcbc;
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.modal_button.active {
  background-color: rgba(23, 149, 255, 1);
}

.peo_center input {
  opacity: 0;
  width: 0;
  height: 0;
}
.peo_center input + label {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  background-color: #d6d6d6;
  cursor: pointer;
}
.peo_center input:checked + label {
  width: 17px;
  height: 17px;
  background-image: url("../images/png_27.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.peo_center .modal_button.acitve {
  background-color: #1795ff;
}

.see_speed .top_pic {
  width: 429px;
  height: 208px;
  margin: 0 auto 50px;
}

.see_speed .top_pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.see_speed .bottom .item {
  border-left: 1px solid #e3e3e3;
  padding-left: 32px;
  position: relative;
  margin-left: 330px;
  padding-bottom: 50px;
}

.see_speed .bottom .item:last-child {
  border-left: none;
}

.see_speed .bottom .item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d7d7d7;
}

.see_speed .bottom .item.active:before {
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
  left: -14px;
  top: -7px;
  background-image: url("../images/png_12.png");
  background-color: transparent;
}

.see_speed .bottom .item .btitle {
  color: #333333;
  font-size: 22px;
}

.see_speed .bottom .item .stitle {
  color: #555555;
  font-size: 18px;
  margin: 15px 0 10px 0;
}

.see_speed .bottom .item .time {
  color: #999999;
  font-size: 14px;
}

.apply_news .swiper_box {
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 50px;
}

.apply_news .swiper_box .left {
  width: 580px;
  height: 322px;
  margin-right: 26px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.apply_news .swiper_box .left .swiper-container {
  width: 100%;
  height: 100%;
}

.apply_news .swiper_box .left .swiper-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.apply_news .swiper_box .left .shadow_text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
  padding-right: 100px;
  color: #fff;
  font-size: 20px;
}

.apply_news .swiper-pagination-fraction,
.apply_news .swiper-pagination-custom,
.apply_news .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 0px;
  left: auto;
  bottom: 13px;
}

.apply_news .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.6;
  border-radius: 50%;
}

.apply_news .swiper-pagination-bullet-active {
  opacity: 1;
}

.apply_news
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-right: 10px;
}

.apply_news .swiper_box .right {
  flex: 1;
  width: 500px;
}

.apply_news .bottom {
  padding: 0 30px;
}

.apply_news .item {
  border-bottom: 1px dashed #f1f1f1;
  cursor: pointer;
  padding-bottom: 15px;
}

.apply_news .item .btitle {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.apply_news .item .stitle {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}

.apply_news .see_more {
  width: 100%;
  text-align: center;
  color: #c8c8c8;
  font-size: 14px;
  padding: 30px 0;
  cursor: pointer;
}

.apply_news .modal_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.apply_news .modal {
  width: 840px;
  height: 670px;
  border-radius: 10px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: fixed;
  padding: 15px 50px;
  display: none;
}

.apply_news .modal .inner_box {
  width: 775px;
  height: 100%;
  padding-right: 15px;
  overflow-y: auto;
}

.apply_news .modal .btitle {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.apply_news .modal .stitle {
  color: #868686;
  font-size: 13px;
  text-align: center;
  margin: 15px auto 30px;
}

.apply_news .modal .content {
  line-height: 28px;
  font-size: 14px;
  color: rgba(61, 61, 61, 1);
}

.apply_news .modal .content p {
  margin: 10px 0;
  text-indent: 2em;
}

.show_video .bottom .btitle {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.show_video .bottom .stitle {
  font-size: 13px;
  color: #999999;
  width: 100%;
  text-align: center;
  line-height: 35px;
}

.show_video .video {
  width: 690px;
  height: 433px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 50px;
}

.show_video .video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.save_template .inner_middle > .bottom {
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}

.save_template .bottom .item {
  width: 224px;
  text-align: center;
  color: #101010;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

.save_template .bottom .item .top {
  width: 224px;
  height: 224px;
  border: 1px solid #c0c4c8;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: #fff;
}

.save_template .bottom .item:hover .top {
  background-color: #e0efff;
}

.save_template .bottom .item .top img {
  width: 83px;
  height: 112px;
  margin: 0 auto 20px;
  display: inline-block;
}

.save_template .bottom .item .bottom {
  width: 224px;
  height: 54px;
  line-height: 54px;
  background-color: #1795ff;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.save_template .bottom .item .bottom img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -2px;
}

.see_qrcode .bottom .pic {
  width: 658px;
  height: 362px;
  background-image: url(../images/png_21.png);
  background-size: 100% 100%;
  margin: auto;
  overflow: hidden;
}

.see_qrcode .bottom .pic img {
  width: 228px;
  height: 228px;
  display: block;
  margin: 106px auto 0;
}

.see_qrcode .bottom .btitle {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 35px auto 15px;
}

.see_qrcode .bottom .stitle {
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: #333333;
  padding-bottom: 50px;
}

.popupbox {
  font-size: 12px;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0px;
  pointer-events: none;
  text-align: center;
  top: 100px;
  transition: all linear 0.8s;
  -webkit-transition: all linear 0.8s;
  -moz-transition: all linear 0.8s;
  -ms-transition: all linear 0.8s;
  -o-transition: all linear 0.8s;

  opacity: 0;
  transform: translateY(-20px) translateZ(0);
}

.popupbox.popshow {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
}
.popupstyle {
  z-index: 10000;
  line-height: 20px;
  text-align: center;
  margin: auto;
  pointer-events: none;
}
.popupinner {
  display: inline-block;
  pointer-events: all;
  padding: 20px 60px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

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

.loading_modal {
  width: 400px;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  color: #333;
  font-size: 24px;
  text-align: center;
  transform: translate(-50%, -50%);
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.loading_modal .pic {
  width: 184px;
  height: 64px;
  margin: 0 auto 20px;
}

.loading_modal .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
