/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #f2f3f5;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.warpin {
  padding: 0 1%;
}
.index_head_search {
  padding: 1rem;
  background: #fff;
}
.index_head_search .int {
  display: block;
  position: relative;
}
.index_head_search .int input {
  width: 100%;
  height: 4rem;
  padding-left: 3rem;
  border: 1px solid #d5ddd9;
  border-radius: 5px;
  font-size: 1.3rem;
}
.index_head_search .int img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
.tis_baner {
  display: block;
  width: 100%;
}
.tis_baner img {
  display: block;
  width: 100%;
}
.index_contain {
  margin-top: -4rem;
}
.pulic_case {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.index_case_1 {
  position: relative;
  z-index: 2;
}
.index_case_1 .tis_cont {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.index_case_1 .tis_cont .li {
  width: 49%;
}
.index_case_1 .tis_cont .li img {
  display: block;
  width: 100%;
}
.index_case_1 .navi_dl {
  display: flex;
  flex-wrap: wrap;
}
.index_case_1 .navi_dl .li {
  width: 25%;
}
.index_case_1 .navi_dl .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
}
.index_case_1 .navi_dl .li .tis_i img {
  width: 4rem;
}
.index_case_1 .navi_dl .li p {
  text-align: center;
  padding: 0.4rem 0;
  font-size: 1.3rem;
  color: #242625;
}
.index_case_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.index_case_2 .l_btn {
  width: 49%;
  position: relative;
  border-radius: 5px;
  background: #e7fcf3;
  padding: 2rem 1rem;
}
.index_case_2 .l_btn .i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  width: 7rem;
}
.index_case_2 .tle h2 {
  font-size: 1.5rem;
  color: #131a17;
}
.index_case_2 .tle p {
  font-size: 1.2rem;
  color: #6cd8a0;
}
.index_case_2 .r_dl {
  width: 49%;
}
.index_case_2 .r_dl .btn {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 5px;
  background: #effafd;
  padding: 3rem 0 3rem 1rem;
}
.index_case_2 .r_dl .btn .i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.6rem;
}
.index_case_2 .r_dl .btn .tle p {
  color: #439aee;
}
.index_case_2 .r_dl .btn:last-child {
  margin-bottom: 0;
  background: #eaf2fc;
}
.index_case_2 .r_dl .btn:last-child .tle p {
  color: #7878d6;
}
.index_case_3 {
  margin-bottom: 1rem;
}
.index_case_3 .title_head {
  font-size: 1.6rem;
  color: #0a0816;
  margin-bottom: 1rem;
}
.index_case_3 .list {
  display: flex;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.index_case_3 .list .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 5px;
  overflow: hidden;
}
.index_case_3 .list .pro_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_case_3 .list .pro_deta {
  width: calc(100% - 8rem);
  padding-left: 0.5rem;
}
.index_case_3 .list .pro_deta .tle {
  font-size: 1.7rem;
  color: #000000;
  font-weight: bold;
}
.index_case_3 .list .pro_deta .txt {
  font-size: 1.2rem;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.index_case_3 .list .pro_deta .tips {
  display: flex;
  flex-wrap: wrap;
}
.index_case_3 .list .pro_deta .tips .li {
  padding: 4px 6px;
  border-radius: 3px;
  margin-right: 6px;
  margin-bottom: 4px;
  background: #ebfef6;
  font-size: 1rem;
  color: #5ac990;
}
.index_case_3 .list .pro_deta .pri {
  font-size: 1rem;
  color: #f93b22;
}
.index_case_3 .list .pro_deta .pri span {
  font-size: 1.4rem;
  font-weight: bold;
}
.case_null {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #999999;
}
.footer_bg {
  width: 100%;
  height: 8rem;
}
.pulic_footer {
  background: #fff;
  display: flex;
  padding: 0.6rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.pulic_footer .li {
  width: calc(100% / 3);
  text-align: center;
}
.pulic_footer .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pulic_footer .li .tis_i img {
  width: 3rem;
}
.pulic_footer .li .tis_i img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.pulic_footer .li p {
  font-size: 1.2rem;
  color: #5e5e5e;
}
.pulic_footer .li:hover .tis_i img:nth-child(1),
.pulic_footer .li.hover .tis_i img:nth-child(1) {
  opacity: 0;
}
.pulic_footer .li:hover .tis_i img:nth-child(2),
.pulic_footer .li.hover .tis_i img:nth-child(2) {
  opacity: 1;
}
.pulic_footer .li:hover p,
.pulic_footer .li.hover p {
  color: #000000;
}
.pulic_bg_w {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}
/******************/
.login_cont_bg {
  padding: 0 4rem;
}
.login_title {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.login_title .logo {
  display: block;
  width: 6em;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 1rem auto;
}
.login_title .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.login_title h2 {
  font-size: 2rem;
  color: #020202;
  font-weight: bold;
}
.login_int_dl {
  margin-bottom: 3rem;
}
.login_int_dl .int {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.login_int_dl .int input {
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  background: #f2f3f5;
  padding-left: 1rem;
  font-size: 1.3rem;
  border: none;
}
/*.login_int_dl .int .code_btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: #999999;
}*/
.login_int_dl .int .code_btn{
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: #999999;
  background: rgb(233,233,233);
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 12px;
}
.login_foot .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  background: linear-gradient(to right, #76e0a9, #45d188);
  font-size: 1.3rem;
  color: #fff;
  box-shadow: 3px 3px 13px #bbf9d9;
  margin-bottom: 1rem;
}
.login_foot .bit_dl {
  font-size: 1.3rem;
  color: #2e3036;
  padding: 1rem 4rem 2rem 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.login_foot .bit_dl a {
  color: #57d091;
}
.login_foot .bit_dl::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../i/xy_i.png) no-repeat center;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  position: absolute;
  left: 2rem;
  top: 1.2rem;
}
.login_foot .bit_dl.active::after {
  background: url(../i/xy_i_h.png) no-repeat center;
  background-size: cover;
}
/*****************/
.user_head_bg {
  background: #45d188;
}
.user_head_bg img {
  display: block;
  width: 100%;
}
.user_content {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 1rem 1rem;
  transform: translateY(-20px);
}
.user_content .user_infor {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.user_content .user_infor .ava {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  transform: translateY(-20px);
}
.user_content .user_infor .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_content .user_infor .det_cont {
  width: calc(100% - 6rem);
  padding-left: 0.6rem;
}
.user_content .user_infor .det_cont h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #343434;
}
.user_content .user_infor .det_cont p {
  font-size: 1.2rem;
  color: #a5a2a2;
}
.user_content .user_last .dl {
  position: relative;
  padding: 1.2rem 0;
}
.user_content .user_last .dl .dt {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2124;
}
.user_content .user_last .dl .dt img {
  width: 2.2rem;
  margin-right: 0.4rem;
}
.user_content .user_last .dl .arr {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
/******************/
.gryy_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7fcf3;
  z-index: -1;
}
.head_baner {
  width: 100%;
}
.head_baner img {
  display: block;
  width: 100%;
}
.gryy_content {
  padding: 0 1rem;
}
.gryy_content .head_navi {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  border-radius: 10px;
  background: #5fcd94;
  position: relative;
  border: 1px solid #3cca7c;
  margin: 1rem 0 0;
}
.gryy_content .head_navi .li {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gryy_content .head_navi .li:nth-child(2) {
  right: 0;
  left: auto;
}
.gryy_content .head_navi .li:nth-child(1):hover,
.gryy_content .head_navi .li:nth-child(1).hover {
  /*background: url(../i/gryy_navi_l.png) no-repeat center;*/
  background-size: cover;
  height: 6rem;
  color: #3f574a;
  font-weight: bold;
  left: -1px;
  bottom: -1px;
}
.gryy_content .head_navi .li:nth-child(2):hover,
.gryy_content .head_navi .li:nth-child(2).hover {
  background: url(../i/gryy_navi_r.png) no-repeat center;
  background-size: cover;
  height: 6rem;
  color: #3f574a;
  font-weight: bold;
  right: -1px;
  bottom: -1px;
}
.gryy_content .head_navi_bits {
  padding: 1rem 0 2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #4e6a5b;
}
.gryy_content .gryy_tips {
  width: 100%;
  margin-bottom: 1rem;
}
.gryy_content .gryy_prompt {
  position: relative;
  margin-bottom: 1rem;
}
.gryy_content .gryy_prompt .bg {
  display: block;
  width: 100%;
}
.gryy_content .gryy_prompt .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
}
.gryy_content .gryy_prompt .txt p {
  font-size: 1.4rem;
  color: #f63b3b;
  line-height: 2rem;
}
.gryy_cont {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(168, 235, 205, 0.75);
  margin-bottom: 1rem;
}
.gryy_cont .int_dl {
  margin-bottom: 1rem;
}
.gryy_cont .int_dl .dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  padding: 0.4rem 0;
}
.gryy_cont .int_dl .dd {
  width: 100%;
}
.gryy_cont .int_dl .dd input[type="text"] {
  width: 100%;
  height: 3.5rem;
  border: 2px solid #c5c8cc;
  border-radius: 5px;
  padding-left: 1rem;
  font-size: 1.3rem;
}
.gryy_cont .int_dl .dd .rad_dl {
  display: flex;
  align-items: center;
}
.gryy_cont .int_dl .dd .rad_dl .li {
  margin-right: 2rem;
  position: relative;
  font-size: 1.3rem;
  color: #333;
  display: flex;
  align-items: center;
}
.gryy_cont .int_dl .dd .rad_dl .li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gryy_cont .int_dl .dd .rad_dl .li .disc {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #cac4c4;
  border-radius: 100%;
  position: relative;
  margin: 0 0.3rem;
}
.gryy_cont .int_dl .dd .rad_dl .li.active .disc {
  background: #5fcd94;
  border: 2px solid #5fcd94;
}
.gryy_cont .int_dl .dd .rad_dl .li.active .disc::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gryy_cont .sele_dl .li {
  position: relative;
  padding: 1.4rem 1rem 1.4rem 3rem;
  border: 1px solid #bfc9c4;
  border-radius: 5px;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  color: #404649;
}
.gryy_cont .sele_dl .li span {
  color: #f72f2f;
}
.gryy_cont .sele_dl .li:last-child {
  margin-bottom: 0;
}
.gryy_cont .sele_dl .li .disc {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  border: 2px solid #cac4c4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.gryy_cont .sele_dl .li.active {
  border: 1px solid #5fcd94;
}
.gryy_cont .sele_dl .li.active .disc {
  background: #5fcd94;
  border: 2px solid #5fcd94;
}
.gryy_cont .sele_dl .li.active .disc::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.gryy_cont .title_head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #999999;
}
.gryy_cont .title_head img {
  width: 2rem;
}
.gryy_cont .title_head span {
  margin: 0 0.3rem;
  font-weight: bold;
  color: #333333;
  font-size: 1.4rem;
}
.gryy_cont .head_week {
  display: -webkit-box;
  overflow-x: scroll;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.gryy_cont .head_week .li {
  padding: 0.6rem 0.4rem;
  border-radius: 10px;
  background: #f2f3f5;
  margin-right: 0.4rem;
  text-align: center;
}
.gryy_cont .head_week .li .tis {
  font-size: 1.2rem;
  color: #999999;
}
.gryy_cont .head_week .li h2 {
  font-size: 1.3rem;
  padding: 0.6rem 0;
  color: #333333;
  font-weight: bold;
}
.gryy_cont .head_week .li p {
  font-size: 1.2rem;
  color: #333333;
}
.gryy_cont .head_week .li.active {
  background: #5fcd94;
}
.gryy_cont .head_week .li.delede {
  background: #d3d7d4;
}
.gryy_cont .head_week .li.active .tis {
  color: #fff;
}
.gryy_cont .head_week .li.active h2 {
  color: #fff;
}
.gryy_cont .head_week .li.active p {
  color: #fff;
}
.gryy_cont .reser_content .reser_title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #333333;
  padding: 1rem 0;
}
.gryy_cont .reser_content .reser_title .tips {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #a4a5a4;
  margin: 0 0.6rem;
}
.gryy_cont .reser_content .reser_title .tips:last-child {
  margin-right: 0;
}
.gryy_cont .reser_content .reser_title .tips span {
  display: block;
  width: 2.5rem;
  height: 1.4rem;
  border-radius: 3px;
  margin: 0 0.2rem;
}
.gryy_cont .reser_content .reser_title .tips span.bg_1 {
  background: #dce0e8;
}
.gryy_cont .reser_content .reser_title .tips span.bg_2 {
  background: #fff;
  border: 2px solid #5fcd94;
}
.gryy_cont .reser_content .reser_sele_cont {
  position: relative;
}
.gryy_cont .reser_content .reser_sele_cont .reser_sele {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 10rem;
  overflow: hidden;
}
.gryy_cont .reser_content .reser_sele_cont .reser_sele::after {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.5), #ffffff);
}
.gryy_cont .reser_content .reser_sele_cont .reser_sele.active {
  height: auto;
}
.gryy_cont .reser_content .reser_sele_cont .reser_sele.active::after {
  display: none;
}
.gryy_cont .reser_content .reser_sele_cont .dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.2rem;
  border: 2px solid #77d5a4;
  border-radius: 5px;
  font-size: 1.3rem;
  color: #49bf82;
}
.gryy_cont .reser_content .reser_sele_cont .dl.active em{
  color: #fff;
}
.gryy_cont .reser_content .reser_sele_cont .dl.active span{
  color: #fff;
}
.gryy_cont .reser_content .reser_sele_cont .dl.active{
  color: #fff;
  background: #49bf82;
}

.gryy_cont .reser_content .reser_sele_cont .dl.delede em{
  color: #fff;
}
.gryy_cont .reser_content .reser_sele_cont .dl.delede span{
  color: #fff;
}
.gryy_cont .reser_content .reser_sele_cont .dl.delede {
  color: #fff;
  background: #d3d7d4
}

.gryy_cont .reser_content .reser_sele_cont .dl:nth-child(2n) {
  margin-right: 0;
}
.gryy_cont .reser_content .reser_sele_cont .dl span {
  font-size: 1.2rem;
  color: #888e8b;
}
.gryy_cont .reser_content .reser_sele_cont .dl em {
  color: #49bf82;
}
.gryy_cont .reser_content .reser_sele_cont .expand_btn {
  text-align: center;
}
.gryy_cont .reser_content .reser_sele_cont .expand_btn img {
  display: block;
  margin: 0 auto;
  width: 1.5rem;
}
.gryy_cont .reser_content .reser_sele_cont .expand_btn p {
  font-size: 1.2rem;
  color: #a4a5a4;
}
.gryy_cont .img_upload {
  position: relative;
  width: 100%;
  height: 16rem;
  background: #f2f3f5;
  border-radius: 5px;
  padding: 0.5rem;
}
.gryy_cont .img_upload .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.gryy_cont .img_upload .cont img {
  display: block;
  width: 4rem;
  margin: 0 auto 2rem;
}
.gryy_cont .img_upload .cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  border-radius: 3px;
  background: #5bc38e;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 auto;
}
.gryy_cont .img_upload .up_i {
  display: block;
  width: 100%;
  height: 100%;
}
.gryy_cont .img_upload_bits img {
  display: block;
  margin: 0.5rem 0;
  width: 12rem;
}
.gryy_foot_cont {
  width: 100%;
  padding: 1rem 2rem;
  background: #fff;
}
.gryy_foot_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background: #5bc38e;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #ffffff;
}
.success_content {
  position: relative;
  padding: 2rem 1rem;
}
.success_content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.success_content .tis_content {
  text-align: center;
  margin-bottom: 1rem;
}
.success_content .tis_content .head {
  margin-bottom: 2rem;
}
.success_content .tis_content .head img {
  display: block;
  margin: 0 auto 1rem;
  width: 8rem;
}
.success_content .tis_content .head h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.success_content .tis_content .txt {
  font-size: 1.4rem;
  color: #ffffff;
}
.success_content .infor_cont {
  width: 100%;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.success_content .infor_cont h2 {
  font-size: 1.6rem;
  color: #333333;
  margin-bottom: 1rem;
}
.success_content .infor_cont .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.success_content .infor_cont .dl .dt {
  width: 6rem;
  font-size: 1.3rem;
  color: #71737f;
}
.success_content .infor_cont .dl .dd {
  width: calc(100% - 6rem);
  text-align: right;
  font-size: 1.4rem;
  color: #333333;
}
.success_content .infor_cont .dl:last-child {
  border-bottom: 0;
}
.success_content .bit_btn {
  width: 100%;
}
.success_content .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #ffffff;
  background: linear-gradient(to right, #76e0a9, #45d188);
  box-shadow: 0px 0px 10px #bbf9d9;
  border: 1px solid #63d69f;
  margin-bottom: 1rem;
}
.success_content .bit_btn .btn.ys_1 {
  background: #f2f3f5;
  border: 1px solid #d3d8e1;
  color: #9fa2ad;
}
.quest_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #45d188;
}
.question_content {
  position: relative;
}
.question_content .head_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.question_content .cont_bg {
  padding: 2rem 1rem;
}
.question_content .title_head {
  padding: 2rem 0 2rem;
}
.question_content .title_head h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
}
.question_content .title_head p {
  font-size: 1.2rem;
  color: #fff;
}
.question_content .answer_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  background: #f5ee9b;
  box-shadow: 0px 0px 20px rgba(149, 133, 95, 0.75);
  font-size: 1.4rem;
  font-weight: bold;
  color: #6b5f47;
}
.answer_content {
  padding: 14rem 1rem 1rem;
}
.answer_content .content {
  border-radius: 10px;
  overflow: hidden;
  background: #d1fae8;
}
.answer_content .head_content {
  padding: 2rem 1rem;
}
.answer_content .head_content .tis_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.answer_content .head_content .tis_cont .list {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.answer_content .head_content .tis_cont .list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #b6f1d7;
  font-size: 1.5rem;
  color: #9dd1ba;
  margin: 0 auto;
}
.answer_content .head_content .tis_cont .list h2 {
  font-size: 1.2rem;
  color: #6c9684;
  padding: 0.6rem 0;
}
.answer_content .head_content .tis_cont .list p {
  font-size: 1.4rem;
  color: #88a699;
}
.answer_content .head_content .tis_cont .list.list .num {
  background: #3fcb82;
  color: #fff;
}
.answer_content .head_content .tis_cont .list.list h2 {
  color: #2b4035;
}
.answer_content .head_content .tis_cont .list.list p {
  color: #09ae58;
}
.answer_content .head_content .tis_cont::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #96e0c1;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.answer_content .head_content .line {
  display: block;
  width: 100%;
  height: 1rem;
  background: #fff;
  border-radius: 100px;
  position: relative;
  margin: 1rem 0;
}
.answer_content .head_content .line .ing {
  display: block;
  height: 100%;
  border-radius: 100px;
  background: #2dd87f;
  position: absolute;
  left: 0;
  top: 0;
}
.answer_content .answer_select {
  border-radius: 10px;
  padding: 2rem;
  background: #fff;
}
.answer_content .answer_select .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #201f1f;
  margin-bottom: 1rem;
}
.answer_content .answer_select .bit_cont .dl {
  display: flex;
  align-items: center;
  padding: 1rem 0.8rem;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #404649;
}
.answer_content .answer_select .bit_cont .dl input {
  margin-right: 0.5rem;
}
.answer_content .answer_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.answer_content .answer_foot .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 4rem;
  padding: 0 1rem;
  border-radius: 10px;
  background: #f5ee9b;
  box-shadow: 0px 0px 19px rgba(149, 133, 95, 0.75);
  font-size: 1.4rem;
  color: #6b5f47;
}
.answer_content .answer_foot .btn img {
  width: 2rem;
  margin: 0 0.5rem;
}
.package_head {
  padding: 2rem;
  background: #45d188;
}
.package_head .content {
  padding: 2rem;
  background: #e7fcf3;
  border-radius: 10px;
  box-shadow: 0px 0px 19px rgba(65, 6, 131, 0.25);
  position: relative;
  overflow: hidden;
}
.package_head .content .detail {
  text-align: left;
}
.package_head .content .detail h2 {
  font-size: 1.6rem;
  color: #3c6651;
  font-weight: bold;
}
.package_head .content .detail p {
  font-size: 1.2rem;
  color: #429068;
  padding: 0.3rem 0;
}
.package_head .content .detail .tips {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  background: linear-gradient(#45d188, #58d797);
  border: 1px solid #45d187;
  font-size: 1.5rem;
  color: #fff;
}
.package_head .content .detail .tips span {
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background: #fff;
  transform: rotate(10deg);
  margin: 0 0.4rem 0 1rem;
}
.package_head .content .ava {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16rem;
}
.package_case_1 {
  padding: 2rem 1rem;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateY(-10px);
}
.package_case_1 .title_head {
  margin-bottom: 2rem;
}
.package_case_1 .title_head h2 {
  font-size: 2rem;
  color: #f93b22;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.package_case_1 .title_head h2 span {
  font-size: 1.2rem;
}
.package_case_1 .title_head h3 {
  font-size: 2.4rem;
  color: #1b1a1f;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.package_case_1 .title_head p {
  font-size: 1.2rem;
  color: #999999;
}
.package_case_1 .bits {
  display: flex;
  align-items: center;
  padding: 1rem 0.6rem;
  background: #e7fcf3;
  border-radius: 5px;
  font-size: 1.3rem;
  color: #75b393;
}
.package_case_1 .bits img {
  width: 6rem;
  margin-right: 0.3rem;
}
.package_head {
  padding: 0.6rem 1rem;
  background: #fff;
  font-size: 1.6rem;
  color: #222222;
  font-weight: bold;
}
.package_department {
  padding: 1rem 1.4rem;
}
.package_department .content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1rem 2rem;
  overflow: hidden;
}
.package_department .content .tips {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.4rem 1rem 0.4rem 2rem;
  border-bottom-left-radius: 100px;
  background: #87daaf;
  font-size: 1.4rem;
  color: #ffffff;
}
.package_department .content .depar_dl {
  padding: 0.6rem 1rem;
  border: 1px solid #89dab0;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.package_department .content .depar_dl .dt {
  font-size: 1.5rem;
  color: #212020;
  padding: 0.5rem 0;
}
.package_department .content .depar_dl .dd {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0.8rem;
  background: #f0faf6;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #444343;
}
.package_department .content .depar_dl .dd .disc {
  display: block;
  width: 6px;
  height: 6px;
  background: #5bc38e;
  border-radius: 100px;
  margin-right: 0.8rem;
}
.department_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.3rem;
  background: #fff;
}
.department_foot .navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
.department_foot .navi .li {
  width: 50%;
  text-align: center;
}
.department_foot .navi .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
}
.department_foot .navi .li .tis_i img {
  width: 2.4rem;
}
.department_foot .navi .li p {
  text-align: center;
  font-size: 1.2rem;
  color: #373837;
}
.department_foot .btn_dl {
  display: flex;
  align-items: center;
  width: 68%;
  border-radius: 100px;
  border: 1px solid #5bc38e;
  overflow: hidden;
}
.department_foot .btn_dl .btn {
  display: flex;
  width: 50%;
  height: 4rem;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #5bc38e;
}
.department_foot .btn_dl .btn:last-child {
  background: #5bc38e;
  color: #fff;
}
.head_search {
  padding: 1.4rem 1rem;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_search .int {
  display: block;
  width: 100%;
}
.head_search .int input {
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  background: #f6f6f6;
  border: 1px solid #d5ddd9;
  padding-left: 1rem;
}
.deta_add_cont {
  padding-left: 8rem;
  padding-top: 6.8rem;
  padding-bottom: 6.4rem;
  background: #fff;
}
.deta_add_cont .l_navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 8rem;
  height: 100%;
  padding: 6.8rem 0 6rem;
  background: #f2f3f5;
}
.deta_add_cont .l_navi .li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  color: #6b6a6a;
}
.deta_add_cont .l_navi .li .num {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: #f96a1c;
  border-radius: 100px;
  font-size: 1.2rem;
  color: #fff;
}
.deta_add_cont .r_content {
  padding: 1rem;
}
.deta_add_cont .r_content .title_head {
  font-size: 1.6rem;
  color: #71c49a;
}
.deta_add_cont .r_content .title_head span {
  font-size: 1.2rem;
  color: #abd3bf;
}
.deta_add_cont .r_content .list_dl {
  display: block;
  padding: 1.4rem 0;
  border-bottom: 1px dashed #d7d7d7;
  position: relative;
}
.deta_add_cont .r_content .list_dl h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
}
.deta_add_cont .r_content .list_dl p {
  font-size: 1.4rem;
  color: #050720;
}
.deta_add_cont .r_content .list_dl input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.deta_add_cont .r_content .list_dl .disc {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  border: 2px solid #c2cad4;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.deta_add_cont .r_content .list_dl.active .disc {
  border: none;
  background: url(../i/ico_10.png) no-repeat center;
  background-size: cover;
}
.deta_foot_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.deta_foot_cont .l_cont {
  text-align: left;
}
.deta_foot_cont .l_cont p {
  font-size: 1.2rem;
  color: #717372;
}
.deta_foot_cont .l_cont h2 {
  font-size: 1.4rem;
  color: #373837;
}
.deta_foot_cont .l_cont h2 span {
  color: #f93b22;
}
.deta_foot_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  border-radius: 100px;
  background: #5bc38e;
  font-size: 1.4rem;
  color: #ffffff;
}
/***********************************/
.tjbk_head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
  background: url(../i/tjbk_head_bg.png) no-repeat center;
  background-size: cover;
}
.tjbk_head_cont .dt {
  font-size: 1.3rem;
  color: #fff;
}
.tjbk_head_cont .dt span {
  font-size: 1.6rem;
  font-weight: bold;
}
.tjbk_head_cont .btn {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  border: 1px solid #f2f3f5;
  font-size: 1.3rem;
  color: #fff;
}
.tjbk_head_navi {
  display: flex;
  align-items: center;
  background: #fff;
}
.tjbk_head_navi .li {
  width: calc(100% / 3);
  text-align: center;
}
.tjbk_head_navi .li span {
  display: inline-block;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  color: #666666;
  position: relative;
}
.tjbk_head_navi .li:hover span,
.tjbk_head_navi .li.hover span {
  font-weight: bold;
  font-size: 1.6rem;
}
.tjbk_head_navi .li:hover span::after,
.tjbk_head_navi .li.hover span::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background: #5ccb91;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tjbk_content {
  padding: 1.4rem 1rem;
}
.tjbk_content .tips {
  text-align: center;
  padding: 1rem 0;
}
.tjbk_content .tips span {
  padding: 0.2rem 1rem;
  border-radius: 100px;
  background: #e4e5e7;
  font-size: 1.3rem;
  color: #767676;
}
.depart_content {
  position: relative;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.depart_content .tips {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 0.4rem 1rem 0.4rem 2rem;
  border-bottom-left-radius: 100px;
  background: #74d3a1;
  font-size: 1.2rem;
  color: #fff;
}
.depart_content .title_head {
  position: relative;
  padding: 1rem 0;
}
.depart_content .title_head h2 {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.depart_content .title_head p {
  font-size: 1.2rem;
  color: #b5b7b6;
}
.depart_content .title_head .arr {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.depart_content .tab_cont {
  width: 100%;
  background: #f8faf9;
  border-radius: 8px;
  overflow: hidden;
}
.depart_content .tab_cont .dl {
  display: flex;
  align-items: center;
}
.depart_content .tab_cont .dl .th {
  width: 30%;
  background: #f4f4f6;
  font-size: 1.4rem;
  color: #272727;
  font-weight: bold;
  padding: 1.4rem 0;
  text-align: center;
}
.depart_content .tab_cont .dl .th:last-child {
  width: 70%;
  background: #f8faf9;
}
.depart_content .tab_cont .dl .dt {
  width: 30%;
  background: #f4f4f6;
  font-size: 1.2rem;
  color: #272727;
  padding: 1.4rem 0;
  text-align: center;
}
.depart_content .tab_cont .dl .dd {
  width: 70%;
  color: #45d188;
  background: #f8faf9;
  padding: 1.4rem 0;
  text-align: center;
}
.inspect_content {
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 5px;
}
.inspect_content .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ebebeb;
}
.inspect_content .dl .dt {
  text-align: left;
}
.inspect_content .dl .dt h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #272727;
}
.inspect_content .dl .dt p {
  font-size: 1.2rem;
  color: #9b9b9b;
}
.inspect_content .dl .dd {
  font-size: 1.4rem;
  color: #5ccb91;
}
.inspect_content .dl:last-child {
  border-bottom: 0;
}
.tjbk_total_content {
  border-radius: 10px;
  margin-bottom: 1rem;
  background: #fff;
  overflow: hidden;
}
.tjbk_total_content .title {
  display: flex;
  align-items: center;
  padding: 1.5rem 0.6rem;
  background: #7bd5a6;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.tjbk_total_content .bit_cont {
  padding: 1rem;
}
.tjbk_total_content .bit_cont .dl {
  display: flex;
  padding: 1rem 0;
}
.tjbk_total_content .bit_cont .dl .dt {
  width: 6rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #272727;
}
.tjbk_total_content .bit_cont .dl .dd {
  width: calc(100% - 6rem);
  font-size: 1.2rem;
  color: #6c6b6b;
  line-height: 2rem;
}
.tjbk_total_content .bit_cont .dl .dd span {
  color: #3dc079;
}
.examina_tips {
  padding: 1rem 0;
  text-align: center;
}
.examina_tips span {
  display: inline-block;
  padding: 0.4rem 2rem;
  border-radius: 100px;
  background: #fff0f0;
  font-size: 1.4rem;
  color: #fe784a;
}
.examina_content {
  padding: 2rem 1rem;
}
.examina_content .title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #1d1d1d;
}
.examina_content .exam_infor {
  padding: 1.4rem;
  border-radius: 10px;
  background: #edf9f3;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.examina_content .exam_infor .tips {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.4rem 1rem;
  border-bottom-left-radius: 10px;
  background: #6fd19e;
  font-size: 1.2rem;
  color: #fff;
}
.examina_content .exam_infor .title {
  font-size: 1.4rem;
  color: #0c1a22;
  margin-bottom: 0.8rem;
}
.examina_content .exam_infor .title span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 0.8rem;
}
.examina_content .exam_infor .txt {
  font-size: 1.4rem;
  color: #3ec37f;
}
.examina_content .exam_infor .gx {
  position: absolute;
  right: 1rem;
  top: 3rem;
  font-size: 1.4rem;
  color: #54d694;
}
.examina_content .exam_add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 9px rgba(156, 227, 190, 0.75);
}
.examina_content .exam_add .cont img {
  display: block;
  margin: 0 auto 0.4rem;
  width: 3rem;
}
.examina_content .exam_add .cont p {
  text-align: center;
  font-size: 1.4rem;
  color: #c0c3c3;
}
.examina_content .exam_bits {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: #8f9494;
}
.examina_content .exam_foot_login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  background: #8cdcb2;
  font-size: 1.4rem;
  color: #ffffff;
  margin: 5rem auto 0;
}
.physic_search_head {
  padding: 2rem 1rem 1rem;
  position: relative;
  background: linear-gradient(#d3f1ec, #f2f3f5);
}
.physic_search_head .title {
  margin-bottom: 1.4rem;
}
.physic_search_head .title h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #12271e;
}
.physic_search_head .title p {
  font-size: 1.4rem;
  color: #64a191;
}
.physic_search_head .tis_i {
  position: absolute;
  right: 0;
  top: 0;
  width: 17rem;
}
.physic_search_head .search_int {
  width: 100%;
  position: relative;
  z-index: 2;
}
.physic_search_head .search_int input {
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  background: #fff url(../i/ico_1.png) no-repeat 1rem center;
  background-size: 1.5rem;
  padding-left: 3rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #333;
  border: none;
}
.physic_content {
  padding: 2rem 1rem;
}
.physic_content .tis_navi {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.physic_content .tis_navi .li {
  position: relative;
  padding: 0 0.8rem;
}
.physic_content .tis_navi .li span {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  font-size: 1.5rem;
  color: #585757;
  border-radius: 100px;
}
.physic_content .tis_navi .li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #cbd5d5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.physic_content .tis_navi .li:hover span,
.physic_content .tis_navi .li.hover span {
  background: #5bc38e;
  color: #fff;
}
.physic_content .physic_list {
  display: flex;
  align-items: center;
  padding: 1.4rem 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.physic_content .physic_list .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 8px;
  overflow: hidden;
}
.physic_content .physic_list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.physic_content .physic_list .r_cont {
  width: calc(100% - 8rem);
  padding-left: 0.5rem;
}
.physic_content .physic_list .r_cont .tle {
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.physic_content .physic_list .r_cont p {
  font-size: 1.2rem;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.4rem;
}
.physic_content .physic_list .r_cont .tips {
  display: flex;
  flex-wrap: wrap;
}
.physic_content .physic_list .r_cont .tips .li {
  padding: 0.2rem 0.6rem;
  border-radius: 5px;
  background: #ebfef6;
  font-size: 1.2rem;
  color: #5ac990;
}
.physic_content .physic_list .r_cont .price {
  font-size: 1.2rem;
  color: #f93b22;
}
.physic_content .physic_list .r_cont .price span {
  font-size: 1.6rem;
  font-weight: bold;
}
/*********************************/
.gyfa_head_cont {
  padding: 3rem 0 4rem;
  background: url(../i/gyfa_head.png) no-repeat center;
  background-size: cover;
}
.gyfa_head_cont .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.gyfa_head_cont .sele_cont {
  display: block;
  width: 18rem;
  height: 4rem;
  background: #2ab46c;
  border: 1px solid #6aeaa7;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  padding-left: 4rem;
}
.gyfa_head_cont .sele_cont .int {
  width: 100%;
  height: 100%;
  border: none;
  background: url(../i/gyfa_arr.png) no-repeat 96% center;
  background-size: 12px;
  font-size: 1.4rem;
  color: #8cfbc1;
  padding-right: 2rem;
  box-sizing: border-box;
}
.gyfa_head_cont .sele_cont .int::-webkit-input-placeholder {
  color: #fff !important;
}
.gyfa_head_cont .sele_cont img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
}
.gyfa_content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(#fff, transparent);
  transform: translateY(-20px);
  padding: 2rem 1rem;
}
.gyfa_content .last_cont {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  box-shadow: 0px 7px 19px rgba(62, 71, 82, 0.09);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.gyfa_content .last_cont .title_head {
  position: relative;
  padding: 1.2rem 1rem;
  background: #7bd5a6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.gyfa_content .last_cont .title_head::after {
  content: "";
  display: block;
  width: 96%;
  height: 2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e2f2ea;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.gyfa_content .last_cont .title_head .arr {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
}
.gyfa_content .last_cont .deta_cont {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
}
.gyfa_content .last_cont .deta_cont .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 12rem;
  border-radius: 5px;
  background: #f7f7f7;
  overflow: hidden;
}
.gyfa_content .last_cont .deta_cont .i img {
  display: block;
  width: 100%;
}
.gyfa_content .last_cont .deta_cont .txt_cont {
  width: calc(100% - 14rem);
  padding-left: 1rem;
}
.gyfa_content .last_cont .deta_cont .txt_cont .tle {
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gyfa_content .last_cont .deta_cont .txt_cont .tips {
  display: flex;
  flex-wrap: wrap;
}
.gyfa_content .last_cont .deta_cont .txt_cont .tips .li {
  padding: 0.2rem 1.2rem;
  border-radius: 100px;
  background: #f2f3f5;
  font-size: 1.2rem;
  color: #6c6b6b;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
}
.gyfa_content .last_cont .deta_cont .txt_cont .tips .li.more {
  background: #42cf84;
  color: #fff;
}
.gyfa_content .bit_physi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1rem;
  border-radius: 5px;
  background: #42cf84;
}
.gyfa_content .bit_physi .name {
  font-size: 1.4rem;
  color: #ffffff;
}
.gyfa_content .bit_physi .cut_btn {
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
}
.gyfa_detail_head {
  margin-bottom: 20px;
  background: #fff;
}
.gyfa_detail_head .tis_i {
  display: block;
  width: 100%;
}
.gyfa_detail_head .tis_i img {
  display: block;
  width: 100%;
}
.gyfa_detail_head .bit_cont {
  padding: 2rem 1rem;
}
.gyfa_detail_head .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f1e1e;
  margin-bottom: 1.2rem;
}
.gyfa_detail_head .prog_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.6rem;
  background: #f6f6f6;
  border-radius: 5px;
}
.gyfa_detail_head .prog_dl .dt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #37bc63;
}
.gyfa_detail_head .prog_dl .time {
  font-size: 1.2rem;
  color: #999999;
}
.gyfa_bit_infor {
  padding: 1rem;
  background: #fff;
}
.gyfa_bit_infor .tips {
  margin-bottom: 1rem;
}
.gyfa_bit_infor .tips .li {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background: #42cf84;
  font-size: 1.2rem;
  color: #fff;
}
.gyfa_bit_infor .text {
  margin-bottom: 2rem;
}
.gyfa_bit_infor .text h2 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 0.4rem;
}
.gyfa_bit_infor .text p {
  font-size: 1.2rem;
  color: #8a8989;
  margin-bottom: 0.4rem;
}
.gyfa_bit_infor .note_detail {
  padding: 1rem;
  background: #f3fbf7;
}
.gyfa_bit_infor .note_detail .tle {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #181818;
  margin-bottom: 1rem;
}
.gyfa_bit_infor .note_detail .tle img {
  display: block;
  width: 1.4rem;
  margin-right: 0.5rem;
}
.gyfa_bit_infor .note_detail p {
  font-size: 1.2rem;
  color: #5bc587;
}
.jkzx_header_cont {
  padding: 5rem 1rem 1rem;
  position: relative;
}
.jkzx_header_cont .tis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.jkzx_header_cont .cont {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.jkzx_header_cont .cont .ava_inf {
  transform: translateY(-30px);
}
.jkzx_header_cont .cont .ava_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background: #25c873;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}
.jkzx_header_cont .cont .ava_inf .name {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  padding: 1rem 0;
  font-weight: bold;
}
.jkzx_header_cont .cont .bit_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1rem;
  border-top: 1px solid #ebebeb;
  font-size: 1.5rem;
  color: #666666;
}
.jkzx_header_cont .cont .bit_txt span {
  color: #333333;
}
.jkzx_header_cont .cont .bit_txt .dt {
  display: flex;
  align-items: center;
}
.jkzx_header_cont .cont .bit_txt .dd {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c6c6c6;
  font-family: "黑体";
}
.jkzx_navi_cont {
  display: -webkit-box;
  overflow-x: scroll;
  background: #fff;
  padding: 1rem 0;
}
.jkzx_navi_cont .li {
  padding: 0 1rem;
}
.jkzx_navi_cont .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
.jkzx_navi_cont .li .tis_i img {
  width: 4rem;
}
.jkzx_navi_cont .li .txt {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}
.jkzx_detail_cont {
  padding: 1.4rem 1rem;
  background: #fff;
}
.jkzx_detail_cont .tis_content {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ededed;
}
.jkzx_detail_cont .tis_content .title_head {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: #25c873;
}
.jkzx_detail_cont .tis_content .title_head img {
  width: 1.5rem;
  margin-right: 6px;
}
.jkzx_detail_cont .tis_content .infor_head {
  margin-bottom: 1rem;
}
.jkzx_detail_cont .tis_content .infor_head .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.jkzx_detail_cont .tis_content .infor_head .ava img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.jkzx_detail_cont .tis_content .infor_head .ava .tips {
  position: absolute;
  right: 2px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #edc625;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.jkzx_detail_cont .tis_content .infor_head .name {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.jkzx_detail_cont .tis_content .bit_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jkzx_detail_cont .tis_content .bit_txt .txt {
  width: 80%;
  font-size: 1.4rem;
  color: #333;
}
.jkzx_detail_cont .tis_content .bit_txt .cust_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.jkzx_detail_cont .tis_content .bit_txt .cust_btn img {
  width: 3rem;
}
.jkzx_detail_cont .nurse_content {
  padding: 1rem 0;
}
.jkzx_detail_cont .nurse_content .title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #25c873;
}
.jkzx_detail_cont .nurse_content .last {
  display: flex;
  flex-wrap: wrap;
}
.jkzx_detail_cont .nurse_content .last .list {
  width: calc(97% / 4);
  margin-right: 1%;
  margin-bottom: 1rem;
  text-align: center;
}
.jkzx_detail_cont .nurse_content .last .list:nth-child(4n) {
  margin-right: 0;
}
.jkzx_detail_cont .nurse_content .last .list .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.jkzx_detail_cont .nurse_content .last .list .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.jkzx_detail_cont .nurse_content .last .list .post {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 100px;
  margin: 0.5rem auto;
  background: #25c873;
  font-size: 1.3rem;
  color: #fff;
}
.jkzx_detail_cont .nurse_content .last .list .name {
  font-size: 1.5rem;
  color: #333;
}
/*************************/
.seek_header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.6rem 0;
  background: #25c873;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.seek_header .return {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.seek_header .return img {
  width: 1.4rem;
}
.seek_footer_cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #e6e7e9;
  background: #f5f6f8;
}
.seek_footer_cont .tis_head {
  display: flex;
  align-items: center;
}
.seek_footer_cont .tis_head .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 1rem;
}
.seek_footer_cont .tis_head .btn img {
  width: 100%;
}
.seek_footer_cont .tis_head input {
  width: 100%;
  height: 3rem;
  border-radius: 100px;
  background: #fff;
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #333;
  border: none;
}
.seek_footer_cont .bit_last {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.seek_footer_cont .bit_last .list {
  width: calc(100% / 4);
  text-align: center;
}
.seek_footer_cont .bit_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.seek_footer_cont .bit_last .list .tis_i img {
  max-width: 100%;
}
.seek_footer_cont .bit_last .list p {
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #666;
}
.seek_detail_cont {
  padding: 1rem;
}
.seek_detail_cont .time_last {
  margin-bottom: 1rem;
}
.seek_detail_cont .time_last .time {
  text-align: center;
  font-size: 1rem;
  color: #666;
  padding: 1rem 0;
}
.seek_detail_cont .time_last .list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.seek_detail_cont .time_last .list .ava {
  order: 2;
  width: 4rem;
  height: 4rem;
}
.seek_detail_cont .time_last .list .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.seek_detail_cont .time_last .list .cont {
  order: 1;
  padding: 0 1rem;
}
.seek_detail_cont .time_last .list .text {
  padding: 1rem;
  background: #dceefc;
  border-radius: 5px;
  border: 1px solid #ced8e1;
  font-size: 1.2rem;
  color: #333;
}
.seek_detail_cont .time_last .list.wd {
  justify-content: flex-start;
}
.seek_detail_cont .time_last .list.wd .ava {
  order: 1;
}
.seek_detail_cont .time_last .list.wd .cont {
  order: 2;
}
.physic_content .head_filter .li .tle{
  display:flex;
  align-items:center;
}

.gryy_cont .reser_content .reser_sele_cont .dl.delede em{
  color: #fff;
}
.gryy_cont .reser_content .reser_sele_cont .dl.delede span{
  color: #fff;
}
.gryy_cont .reser_content .reser_sele_cont .dl.delede {
  color: #fff;
  background: #d3d7d4
}

/********************3.22*********************/
.pulic_xyjc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f2f3f5;
  z-index: -2;
}
.xyjc_tis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.xyjc_content {
  padding: 2rem 2vw;
}
.xyjc_content .tis_infor {
  display: flex;
  align-items: center;
}
.xyjc_content .tis_infor .dl {
  width: calc(100% / 3);
  text-align: center;
}
.xyjc_content .tis_infor .dl .num {
  font-size: 2.6rem;
  color: #ffffff;
  padding: 0.2rem 0;
}
.xyjc_content .tis_infor .dl .txt {
  font-size: 1.6rem;
  color: #ffffff;
}
.stati_content {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
}
.stati_content .tis_nav {
  display: flex;
  flex-wrap: wrap;
}
.stati_content .tis_nav .li {
  width: calc(97% / 4);
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eceff2;
  font-size: 1.5rem;
  color: #333333;
  margin-right: 1%;
  border-radius: 5px;
}
.stati_content .tis_nav .li:nth-child(4n) {
  margin-right: 0;
}
.stati_content .tis_nav .li:hover,
.stati_content .tis_nav .li.hover {
  background: #45d188;
  color: #fff;
}
.stati_map_cont {
  padding: 1rem 0;
}
.stati_map_cont .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1f2124;
}
.stati_map_cont .stati_map {
  /*width: 100%;*/
  /*min-height: 25rem;*/

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stati_seet_cont {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
}
.stati_seet_cont .seet_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.stati_seet_cont .seet_dl .btn {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 10px;
  background: linear-gradient(to right, #4fc186, #60ce96);
}
.stati_seet_cont .seet_dl .btn .txt h2 {
  font-size: 1.4rem;
  color: #ffffff;
}
.stati_seet_cont .seet_dl .btn .txt p {
  font-size: 1.2rem;
  color: #b0f2d0;
}
.stati_seet_cont .seet_dl .btn .i {
  width: 6rem;
}
.stati_seet_cont .seet_dl .btn.btn_1 {
  background: linear-gradient(to right, #fa9d23, #febd3a);
}
.stati_seet_cont .seet_dl .btn.btn_1 .txt p {
  color: #fbd39f;
}
.stati_seet_cont .bit_last {
  display: flex;
}
.stati_seet_cont .bit_last .li {
  width: calc(100% / 4);
}
.stati_seet_cont .bit_last .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
}
.stati_seet_cont .bit_last .li .tis_i img {
  display: block;
  width: 3rem;
}
.stati_seet_cont .bit_last .li p {
  padding: 0.6rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #404241;
}
.stati_detail_content {
  padding: 2rem;
}
.stati_detail_content .user_detail_cont {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}
.stati_detail_content .user_detail_cont .user_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stati_detail_content .user_detail_cont .user_head .user_inf {
  display: flex;
  align-items: center;
}
.stati_detail_content .user_detail_cont .user_head .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
}
.stati_detail_content .user_detail_cont .user_head .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.stati_detail_content .user_detail_cont .user_head .user_inf .name {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #333333;
}
.stati_detail_content .user_detail_cont .user_head .user_inf .name img {
  margin-left: 0.2rem;
  width: 1.4rem;
}
.stati_detail_content .user_detail_cont .user_head .btn_dl {
  display: flex;
  align-items: center;
}
.stati_detail_content .user_detail_cont .user_head .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3rem;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0.2rem;
}
.stati_detail_content .user_detail_cont .user_head .btn_dl .btn.btn_1 {
  background: #fa9d23;
}
.stati_detail_content .user_detail_cont .user_head .btn_dl .btn.btn_2 {
  background: #5fcd94;
}
.stati_detail_content .user_detail_cont .inf_dl {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.stati_detail_content .user_detail_cont .inf_dl .dt {
  font-size: 1.4rem;
  color: #333333;
}
.stati_detail_content .user_detail_cont .inf_dl .dd .tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  color: #353434;
}
.stati_detail_content .user_detail_cont .inf_dl .dd .tel img {
  width: 1.4rem;
  margin-left: 0.2rem;
}
.stati_detail_content .user_detail_cont .inf_dl .dd p {
  text-align: right;
  font-size: 1.4rem;
  color: #71737f;
  padding: 0.3rem 0;
}
.stati_detail_content .user_detail_cont .inf_dl .dd .set_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3rem;
  background: #f6483f;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
}
.stati_detail_content .stati_nav_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.stati_detail_content .stati_nav_cont .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 4rem;
  margin-right: 2%;
  border-radius: 5px;
  background: #eceff2;
  font-size: 1.5rem;
  color: #333333;
}
.stati_detail_content .stati_nav_cont .li:nth-child(3n) {
  margin-right: 0;
}
.stati_detail_content .stati_nav_cont .li:hover,
.stati_detail_content .stati_nav_cont .li.hover {
  background: #45d188;
  color: #fff;
}
.stati_detail_content .data_monitor {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.stati_detail_content .data_monitor .tis_time {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #333333;
  border-bottom: 1px solid #ebebeb;
}
.stati_detail_content .data_monitor .mon_last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
}
.stati_detail_content .data_monitor .mon_last .li {
  font-size: 1.2rem;
  color: #333333;
}
.stati_detail_content .data_monitor.zt_1 b {
  color: #67c695;
}
.stati_detail_content .data_monitor.zt_1 span {
  color: #67c695;
}
.stati_detail_content .data_monitor.zt_2 b {
  color: #fd7a86;
}
.stati_detail_content .data_monitor.zt_2 span {
  color: #fd7a86;
}
.stati_detail_content .trend_map {
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
}
.stati_detail_content .trend_map > div {
  width: 100% !important;
}