/*通用类*/
* {
  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: #fff;
  overflow-x: hidden;
  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;
}
.contain {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}
.warpin {
  width: 1400px;
  margin: 0 auto;
}
.pulic_head_cont {
  padding: 20px 0;
  background: #fff;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head_cont .logo {
  display: block;
}
.pulic_head_cont .logo img {
  display: block;
  height: 70px;
}
.pulic_head_cont .l_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .current_country {
  display: flex;
  align-items: center;
  margin-left: 34px;
  padding-left: 20px;
  border-left: 1px solid #d9d9d9;
}
.pulic_head_cont .current_country img {
  display: block;
  width: 30px;
}
.pulic_head_cont .current_country .det_inf {
  padding-left: 3px;
}
.pulic_head_cont .current_country .det_inf h2 {
  font-size: 12px;
  color: #999999;
}
.pulic_head_cont .current_country .det_inf p {
  font-size: 14px;
  font-weight: bold;
  color: #2d3434;
  display: flex;
  align-items: center;
}
.pulic_head_cont .current_country .det_inf p .arr {
  margin-left: 3px;
  width: 11px;
}
.pulic_head_cont .navi_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .navi_cont .li {
  padding: 0 12px;
  font-size: 18px;
  font-weight: bold;
  color: #2d3434;
}
.pulic_head_cont .r_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .r_cont .li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4d4e52;
  margin: 0 7px;
}
.pulic_head_cont .r_cont .li img {
  margin: 0 5px;
}
.pulic_head_cont .r_cont .user_inf {
  display: flex;
  align-items: center;
  margin-left: 28px;
  font-size: 14px;
  color: #2453de;
  font-weight: bold;
}
.pulic_head_cont .r_cont .user_inf .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 100%;
  overflow: hidden;
}
.pulic_head_cont .r_cont .user_inf .i img {
  display: block;
  max-width: 100%;
}
.pulic_head_cont .r_cont .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 34px;
  border-radius: 10px;
  background: #3a7bff;
  font-size: 14px;
  color: #f9fbfe;
  margin-left: 14px;
}
.personal_head {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 22;
}
.personal_head .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal_head .logo {
  display: block;
}
.personal_head .logo img {
  display: block;
  height: 70px;
}
.personal_head .l_cont {
  display: flex;
  align-items: center;
}
.personal_head .per_menu {
  margin-left: 30px;
  cursor: pointer;
}
.personal_head .r_cont {
  display: flex;
  align-items: center;
}
.personal_head .r_cont .li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4d4e52;
  margin: 0 7px;
  position: relative;
  padding: 14px 0;
}
.personal_head .r_cont .li .tis_cont {
  display: flex;
  align-items: center;
}
.personal_head .r_cont .li img {
  margin: 0 5px;
}
.personal_head .r_cont .li:hover .per_head_anno {
  display: block;
}
.personal_head .r_cont .user_inf {
  display: flex;
  align-items: center;
  margin-left: 28px;
  font-size: 14px;
  color: #2453de;
  font-weight: bold;
}
.personal_head .r_cont .user_inf .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.personal_head .r_cont .user_inf .i img {
  display: block;
  max-width: 100%;
}
.per_head_anno {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 384px;
  border-radius: 10px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.per_head_anno .title {
  padding: 22px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 18px;
  color: #333333;
}
.per_head_anno .last_dl {
  padding: 0 20px;
  min-height: 236px;
}
.per_head_anno .last_dl .list {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #f2f2f2;
}
.per_head_anno .last_dl .list h2 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.per_head_anno .last_dl .list .txt {
  position: relative;
  padding-right: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #cccccc;
}
.per_head_anno .last_dl .list .txt .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999999;
}
.per_head_anno .bit_more {
  padding: 12px 20px;
  border-top: 1px solid #f7f7f7;
  text-align: right;
}
.per_head_anno .bit_more .more {
  font-size: 14px;
  color: #9999cc;
}
.index_case_1 {
  padding: 90px 10vw 50px;
  background: url(../i/head_baner.png) no-repeat center;
  background-size: cover;
}
.index_case_1 .tis_cont {
  margin-bottom: 70px;
}
.index_case_1 .tis_cont .title {
  font-size: 40px;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
  text-align: center;
  margin-bottom: 30px;
}
.index_case_1 .tis_cont .data_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
}
.index_case_1 .tis_cont .data_txt span {
  padding: 0 4px;
}
.index_case_1 .tis_cont .data_txt .cor_1 {
  color: #0c60a0;
}
.index_case_1 .tis_cont .data_txt .cor_2 {
  color: #356afe;
}
.index_case_1 .tis_cont .search_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: #fff;
  padding: 20px 18px;
}
.index_case_1 .tis_cont .search_cont .dl {
  width: 22%;
  padding: 0 20px;
  border-right: 1px solid #e3e3e3;
}
.index_case_1 .tis_cont .search_cont .dl .dt {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
}
.index_case_1 .tis_cont .search_cont .dl .dd select {
  width: 100%;
  padding-right: 20px;
  background: url(../i/arr.png) no-repeat right center;
  background-size: 12px;
  font-size: 16px;
  color: #a6acb0;
  border: none;
}
.index_case_1 .tis_cont .search_cont .dl .dd input {
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #a6acb0;
  border: none;
  background: none;
}
.index_case_1 .tis_cont .search_cont .dl:nth-last-child(2) {
  border-right: 0;
}
.index_case_1 .tis_cont .search_cont .ser_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 60px;
  border-radius: 100px;
  background: #3a7bff;
  font-size: 20px;
  color: #ffffff;
}
.index_case_1 .tis_cont .search_cont .ser_btn img {
  margin-left: 12px;
}
.index_case_1 .city_main {
  position: relative;
}
.index_case_1 .city_main .city_last_arr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
.index_case_1 .city_main .city_last_arr .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  margin-left: 6px;
}
.index_case_1 .city_main .city_last_arr .btn img {
  width: 12px;
}
.city_last_baner {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  position: relative;
  overflow: hidden;
}
.city_last_baner .swiper-slide {
  padding: 21px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.city_last_baner .swiper-slide .tis_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 178px;
  border-radius: 10px;
}
.city_last_baner .swiper-slide .tis_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.city_last_baner .swiper-slide .tis_img .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.city_last_baner .swiper-slide .tis_img .tips {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 76px;
  height: 33px;
  background: url(../i/tip_1.png) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.city_last_baner .swiper-slide .tis_img .tips .num {
  position: absolute;
  width: 100%;
  top: -4px;
  left: 0;
  font-size: 20px;
  font-weight: bold;
}
.city_last_baner .swiper-slide .tis_img .tips .tips_tle {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}
.city_last_baner .swiper-slide .bit_inf {
  padding-top: 16px;
}
.city_last_baner .swiper-slide .bit_inf .join_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-radius: 10px;
  background: #95989f;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 24px;
}
.city_last_baner .swiper-slide .bit_inf .join_btn img {
  width: 22px;
}
.city_last_baner .swiper-slide .bit_inf .bit_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 48px;
  overflow: hidden;
}
.city_last_baner .swiper-slide .bit_inf .bit_dl .dd {
  width: 50%;
  font-size: 15px;
  color: #87898e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.city_last_baner .swiper-slide:hover {
  background: #fff;
}
.city_last_baner .swiper-slide:hover .bit_inf .join_btn {
  background: #3a7bff;
}
.index_case_2 {
  padding: 80px 0 30px;
  background: url(../i/index_case2_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_2 .contain {
  display: flex;
  flex-wrap: wrap;
}
.index_case_2 .bg_1 {
  background: #fe5454;
}
.index_case_2 .bg_2 {
  background: #3d3d8f;
}
.index_case_2 .bg_3 {
  background: #fe7233;
}
.index_case_2 .bg_4 {
  background: #dc3581;
}
.index_case_2 .bg_5 {
  background: #3da3dd;
}
.index_case_2 .bg_6 {
  background: #febc3f;
}
.index_case_2 .bg_7 {
  background: #6cd3c9;
}
.index_case_2 .bg_8 {
  background: #9864ad;
}
.index_case_2 .bg_9 {
  background: #35cd75;
}
.index_case_2 .main_box {
  border-radius: 20px;
}
.index_case_2 .main_1 {
  width: 23.5%;
  margin-right: 1%;
  margin-bottom: 22px;
  padding: 30px 20px 25px;
  background: url(../i/index_case2_1.png) no-repeat center;
  background-size: cover;
  border-radius: 20px;
}
.index_case_2 .main_1 .title_head {
  margin-bottom: 22px;
}
.index_case_2 .main_1 .title_head h2 {
  font-size: 24px;
  color: #475569;
  margin-bottom: 8px;
}
.index_case_2 .main_1 .title_head p {
  font-size: 14px;
  color: #8fa0b8;
}
.index_case_2 .main_1 .last_cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 295px;
  padding: 24px;
  border-radius: 10px;
}
.index_case_2 .main_1 .last_cont .dl {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.index_case_2 .main_1 .last_cont .dl .dt {
  display: block;
  width: 42px;
  height: 15px;
  border-radius: 3px;
}
.index_case_2 .main_1 .last_cont .dl .dd {
  width: calc(100% - 42px);
  padding-left: 8px;
  font-size: 15px;
  color: #5a6b82;
}
.index_case_2 .main_2 {
  width: 50%;
  margin-right: 1%;
  margin-bottom: 22px;
  padding: 30px;
  background: linear-gradient(to left, #d7e6fd, #d2dfff);
  display: flex;
  justify-content: space-between;
}
.index_case_2 .main_2 .l_cont {
  width: 40%;
}
.index_case_2 .main_2 .l_cont .title {
  font-size: 24px;
  color: #475569;
  margin-bottom: 30px;
}
.index_case_2 .main_2 .l_cont .dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.index_case_2 .main_2 .l_cont .dl:last-child {
  margin-bottom: 0;
}
.index_case_2 .main_2 .l_cont .dl .dt {
  width: 110px;
  font-size: 17px;
  color: #475569;
}
.index_case_2 .main_2 .l_cont .dl .dd {
  width: calc(100% - 110px);
  padding-left: 10px;
}
.index_case_2 .main_2 .l_cont .dl .dd .line {
  display: block;
  height: 6px;
  border-radius: 100px;
}
.index_case_2 .main_2 .r_cont {
  width: 60%;
}
.index_case_2 .main_2 .r_cont .table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
}
.index_case_2 .main_2 .r_cont .table .thead {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 16px;
  background: #dae7ff;
}
.index_case_2 .main_2 .r_cont .table .thead .td {
  font-size: 16px;
  color: #475569;
}
.index_case_2 .main_2 .r_cont .table .td {
  padding: 10px 0;
  text-align: center;
}
.index_case_2 .main_2 .r_cont .table .td:nth-child(1) {
  text-align: left;
  padding: 10px;
}
.index_case_2 .main_2 .r_cont .table .tr {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  background: #e6f0ff;
}
.index_case_2 .main_2 .r_cont .table .tr .td {
  font-size: 16px;
  color: #6f7788;
}
.index_case_2 .main_2 .r_cont .table .tr:nth-child(2n) {
  background: #dae7ff;
}
.index_case_2 .main_2 .r_cont .bits {
  padding: 10px 0;
  font-size: 14px;
  color: #8fa0b8;
}
.index_case_2 .main_3 {
  width: 23.5%;
  padding: 20px;
  background: linear-gradient(#e8e8f4, #ece6e8);
  margin-bottom: 20px;
}
.index_case_2 .main_3 .title_head {
  margin-bottom: 30px;
}
.index_case_2 .main_3 .title_head h2 {
  font-size: 20px;
  color: #475569;
  margin-bottom: 10px;
}
.index_case_2 .main_3 .title_head p {
  font-size: 14px;
  color: #8fa0b8;
}
.index_case_2 .main_4 {
  width: 22%;
  margin-right: 1%;
  padding: 20px;
  background: url(../i/index_case2_2.png) no-repeat center;
  background-size: cover;
}
.index_case_2 .main_4 .title {
  font-size: 24px;
  font-weight: bold;
  color: #37445e;
}
.index_case_2 .main_4 .txt {
  font-size: 14px;
  color: #8fa0b8;
}
.index_case_2 .main_5 {
  width: 26%;
  margin-right: 1%;
  padding: 20px;
  background: url(../i/index_case2_2.png) no-repeat center;
  background-size: cover;
}
.index_case_2 .main_5 .title {
  font-size: 24px;
  font-weight: bold;
  color: #37445e;
}
.index_case_2 .main_5 .txt {
  font-size: 14px;
  color: #8fa0b8;
}
.index_case_2 .main_6 {
  width: 26%;
  margin-right: 1%;
  padding: 20px;
  background: #d6dadc;
}
.index_case_2 .main_6 .title {
  font-size: 24px;
  font-weight: bold;
  color: #37445e;
}
.index_case_2 .main_6 .txt {
  font-size: 14px;
  color: #8fa0b8;
  margin-bottom: 24px;
}
.index_case_2 .main_6 .dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 85%;
}
.index_case_2 .main_6 .dl:last-child {
  margin-bottom: 0;
}
.index_case_2 .main_6 .dl .dt {
  width: 40px;
  font-size: 12px;
  color: #475569;
}
.index_case_2 .main_6 .dl .dd {
  width: calc(100% - 40px);
}
.index_case_2 .main_6 .dl .line_brog {
  position: relative;
  border-radius: 3px;
  background: #b4c0ce;
  width: 100%;
  height: 9px;
}
.index_case_2 .main_6 .dl .line_brog .dline {
  width: 3px;
  height: 100%;
  background: #d8dbdc;
  position: absolute;
  top: 0;
  z-index: 2;
}
.index_case_2 .main_6 .dl .line_brog .dline:nth-child(1) {
  left: 16%;
}
.index_case_2 .main_6 .dl .line_brog .dline:nth-child(2) {
  left: 33%;
}
.index_case_2 .main_6 .dl .line_brog .dline:nth-child(3) {
  left: 50%;
}
.index_case_2 .main_6 .dl .line_brog .dline:nth-child(4) {
  left: 66%;
}
.index_case_2 .main_6 .dl .line_brog .dline:nth-child(5) {
  left: 83%;
}
.index_case_2 .main_6 .dl .line_brog .ing_det {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5a6a80;
}
.index_case_2 .main_6 .dl .line_brog .ing_det span {
  position: absolute;
  left: 102%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.index_case_2 .main_6 .dl .line_brog .ing_det .ing {
  height: 100%;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.index_case_2 .main_7 {
  width: 22%;
  padding: 20px;
  background: url(../i/index_case2_4.png) no-repeat center;
  background-size: cover;
}
.index_case_2 .main_7 .title {
  font-size: 24px;
  font-weight: bold;
  color: #37445e;
  margin-bottom: 20px;
}
.index_case_3 {
  padding: 240px 0 120px;
  background: url(../i/index_case3_bg.png) no-repeat center;
  background-size: cover;
}
.index_case_3 .data_last {
  display: flex;
  margin-bottom: 220px;
}
.index_case_3 .data_last .list {
  width: calc(100% / 4);
}
.index_case_3 .data_last .list .tis_i {
  display: block;
  margin-bottom: 14px;
}
.index_case_3 .data_last .list .tis_i img {
  width: 61px;
}
.index_case_3 .data_last .list .inf_dl {
  display: flex;
  align-items: center;
}
.index_case_3 .data_last .list .inf_dl h2 {
  font-size: 25px;
  color: #475569;
}
.index_case_3 .data_last .list .inf_dl p {
  font-size: 16px;
  color: #97a2ad;
}
.index_case_3 .data_last .list .inf_dl .num {
  padding-left: 26px;
  font-size: 70px;
  color: #3a7bff;
  display: flex;
  align-items: center;
  line-height: 50px;
}
.index_case_3 .data_last .list .inf_dl .num span {
  font-size: 40px;
  color: #3a7bff;
}
.index_case_3 .link_last {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.index_case_3 .link_last .list:last-child {
  margin-right: 0;
}
.index_case_3 .link_last .list .tis_i {
  display: block;
  width: 137px;
  height: 137px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.index_case_3 .link_last .list .tis_i img {
  display: block;
  width: 137px;
  height: 137px;
  margin: 0 auto;
}
.index_case_3 .link_last .list .txt {
  font-size: 16px;
  color: #475569;
  text-align: center;
}
.pulic_foot_cont {
  padding: 50px 0 35px;
  background: #f2f7fd;
}
.pulic_foot_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_foot_cont .l_cont .navi_dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pulic_foot_cont .l_cont .navi_dl .li {
  padding: 0 15px;
  border-right: 1px solid #afb3b7;
}
.pulic_foot_cont .l_cont .navi_dl .li:last-child {
  border-right: 0;
}
.pulic_foot_cont .l_cont .navi_dl .li:first-child {
  padding-left: 0;
}
.pulic_foot_cont .l_cont .copy_txt {
  font-size: 14px;
  color: #475569;
  margin-bottom: 14px;
}
.pulic_foot_cont .l_cont .link_logo {
  display: flex;
  align-items: center;
}
.pulic_foot_cont .l_cont .link_logo .li {
  margin-right: 6px;
}
.pulic_foot_cont .l_cont .link_logo .li img {
  display: block;
  width: 34px;
}
.pulic_foot_cont .r_cont h2 {
  font-size: 15px;
  color: #475569;
  margin-bottom: 10px;
}
.pulic_foot_cont .r_cont p {
  font-size: 13px;
  color: #666666;
}
.pulic_foot_cont .r_cont h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.floor_service {
  position: fixed;
  right: 1vw;
  top: 20vh;
  z-index: 13;
  cursor: pointer;
}
.floor_service img {
  display: block;
  max-width: 100%;
}
.login_contain {
  padding: 50px 0 140px;
}
.login_contain .cont_main {
  width: 530px;
  margin: 0 auto;
}
.login_contain .tis_logo {
  text-align: center;
  margin-bottom: 40px;
}
.login_contain .tis_logo img {
  display: block;
  margin: 0 auto;
  width: 78px;
}
.login_contain .tis_logo h2 {
  font-size: 30px;
  font-weight: bold;
  color: #1f1e1e;
  margin-bottom: 18px;
}
.login_contain .tis_logo p {
  font-size: 20px;
  color: #1f1e1e;
}
.login_contain .tis_logo p a {
  color: #56b538;
}
.login_contain .int_dl {
  margin-bottom: 10px;
}
.login_contain .int_dl .dt {
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.login_contain .int_dl .dd {
  width: 100%;
  display: flex;
  align-items: center;
}
.login_contain .int_dl .dd input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.login_contain .int_dl .dd .code_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 45px;
  margin-left: 10px;
  border: 1px solid #3568ff;
  background: #f0f3fd;
  font-size: 16px;
  color: #3366ff;
  border-radius: 5px;
}
.login_contain .forgot {
  padding: 14px 0;
  text-align: right;
  font-size: 15px;
}
.login_contain .forgot a {
  color: #3366ff;
}
.login_contain .login_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #3366ff;
  font-size: 18px;
  color: #ffffff;
  margin: 40px auto 10px;
}
.login_contain .login_cont .bits {
  padding: 10px 0;
  text-align: right;
  font-size: 18px;
  color: #343843;
}
.login_contain .login_cont .bits .regis {
  color: #5fbb2e;
}
.login_contain .regis_bits {
  padding: 10px 0;
  font-size: 16px;
  color: #343843;
}
.login_contain .regis_bits a {
  color: #678bf6;
  padding: 0 5px;
}
.login_contain .third_party .title_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.login_contain .third_party .title_head span {
  padding: 0 20px;
  font-size: 14px;
  color: #696b71;
  background: #fff;
  position: relative;
  z-index: 2;
}
.login_contain .third_party .title_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.login_contain .third_party .last {
  display: flex;
  flex-wrap: wrap;
}
.login_contain .third_party .last .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 52px;
  margin-bottom: 20px;
  margin-right: 2%;
  border-radius: 10px;
  border: 1px solid #969a9e;
}
.login_contain .third_party .last .li img {
  display: block;
  max-width: 100%;
}
.login_contain .third_party .last .li:nth-child(3n) {
  margin-right: 0;
}
.login_contain .third_party .tips {
  font-size: 14px;
  color: #4a4d56;
}
.login_contain .third_party .tips a {
  padding: 0 5px;
  color: #7494f7;
}
.login_foot_cont {
  padding: 80px 0 50px;
  background: #323941;
}
.login_foot_cont .main_cont {
  width: 1400px;
  margin: 0 auto;
}
.login_foot_cont .tis_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
.login_foot_cont .tis_cont .li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 110px;
}
.login_foot_cont .tis_cont .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  margin-right: 10px;
}
.login_foot_cont .tis_cont .li .i img {
  max-width: 100%;
}
.login_foot_cont .tis_cont .li:last-child {
  margin-right: 0;
}
.login_foot_cont .bit_cont {
  padding-top: 40px;
  border-top: 1px solid #424950;
}
.login_foot_cont .bit_cont .navi_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.login_foot_cont .bit_cont .navi_dl .dd {
  padding: 0 26px;
  border-right: 1px solid #535960;
  font-size: 17px;
  color: #ffffff;
}
.login_foot_cont .bit_cont .navi_dl .dd:last-child {
  border-right: 0;
}
.login_foot_cont .bit_cont .link_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.login_foot_cont .bit_cont .link_dl .li {
  margin: 0 4px;
}
.login_foot_cont .bit_cont .link_dl .li img {
  display: block;
  width: 20px;
}
.login_foot_cont .bit_cont .copy {
  text-align: center;
  font-size: 14px;
  color: #aab7c3;
}
.personal_main {
  display: flex;
  width: 100%;
  min-height: 100vh;
  background: #eff4f8;
  position: relative;
}
.personal_main .l_main {
  width: 360px;
  height: 100%;
  background: #fff;
  box-shadow: 5px 0px 3px rgba(0, 0, 0, 0.05);
  padding: 32px 30px 0;
  position: absolute;
  left: 0;
  transition: all 0.5s;
}
.personal_main .l_main.active {
  left: -360px;
}
.personal_main .l_main .user_inf_head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 44px;
}
.personal_main .l_main .user_inf_head .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  border-radius: 100%;
  overflow: hidden;
}
.personal_main .l_main .user_inf_head .ava img {
  display: block;
  width: 100%;
}
.personal_main .l_main .user_inf_head .inf_cont {
  width: calc(100% - 73px);
  padding-left: 10px;
}
.personal_main .l_main .user_inf_head .inf_cont .user_name {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #16191c;
  margin-bottom: 4px;
}
.personal_main .l_main .user_inf_head .inf_cont .user_name .tips {
  font-size: 14px;
  color: #946b43;
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  background: linear-gradient(to left, #fbf4ec, #ebc6a1);
}
.personal_main .l_main .user_inf_head .inf_cont .vip {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9cabc8;
  margin-bottom: 20px;
}
.personal_main .l_main .user_inf_head .inf_cont .vip img {
  width: 17px;
  margin-left: 4px;
}
.personal_main .l_main .user_inf_head .inf_cont .detail {
  font-size: 14px;
  color: #afbac6;
  margin-bottom: 14px;
}
.personal_main .l_main .user_inf_head .inf_cont .upload_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 34px;
  border: 1px solid #1772f6;
  border-radius: 3px;
  background: #f1f7fe;
  font-size: 15px;
  color: #3366ff;
}
.personal_main .l_main .user_inf_head .inf_cont .upload_btn img {
  width: 20px;
  margin-left: 8px;
}
.personal_main .l_main .navi_cont .last_cont {
  border: 1px solid #dbe0e6;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.personal_main .l_main .navi_cont .last_cont .list {
  padding: 20px 20px 20px 42px;
  font-size: 15px;
  color: #5e5d5d;
  position: relative;
  display: block;
}
.personal_main .l_main .navi_cont .last_cont .list .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  font-family: "黑体";
  color: #8c8f96;
}
.personal_main .l_main .navi_cont .last_cont .list::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #dddee1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.personal_main .l_main .navi_cont .last_cont .list:hover {
  color: #3366ff;
  background: #f0f1f4;
}
.personal_main .l_main .navi_cont .last_cont .list:hover .arr {
  color: #333947;
}
.personal_main .l_main .navi_cont .last_cont .list.active {
  background: #3366ff;
  color: #fff;
}
.personal_main .l_main .navi_cont .last_cont .list.active .arr {
  color: #fff;
}
.personal_main .l_main .navi_cont .last_cont .list:last-child::after {
  display: none;
}
.personal_main .r_main {
  width: calc(100% - 360px);
  padding: 18px 16px;
  margin-left: calc(360px + 16px);
  transition: all 0.6s;
}
.personal_main .r_main.active {
  width: 100%;
  margin-left: 0;
}
.personal_main .wdyy_cont .tis_header {
  width: 100%;
  padding: 30px 26px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.personal_main .wdyy_cont .title {
  font-size: 25px;
  color: #191919;
  margin-bottom: 20px;
}
.personal_main .wdyy_cont .nav_tips {
  display: flex;
}
.personal_main .wdyy_cont .nav_tips .li {
  display: flex;
  align-items: center;
  width: 150px;
  padding: 10px 0 10px 24px;
  border-radius: 5px;
  border: 1px solid #dbe0e6;
  margin-right: 18px;
  font-size: 18px;
  color: #505974;
}
.personal_main .wdyy_cont .nav_tips .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  margin-right: 12px;
}
.personal_main .wdyy_cont .nav_tips .li .i img {
  max-width: 100%;
}
.personal_main .wdyy_cont .nav_tips .li:hover,
.personal_main .wdyy_cont .nav_tips .li.active {
  background: #3366ff;
  color: #fff;
}
.personal_main .wdyy_cont .nav_tips .li:hover .i img,
.personal_main .wdyy_cont .nav_tips .li.active .i img {
  filter: brightness(1000%);
}
.personal_main .wdyy_cont .bit_cont .bit_nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.personal_main .wdyy_cont .bit_cont .bit_nav .li {
  padding: 12px 0;
  position: relative;
  font-size: 17px;
  color: #272829;
  margin-right: 40px;
}
.personal_main .wdyy_cont .bit_cont .bit_nav .li:last-child {
  margin-right: 0;
}
.personal_main .wdyy_cont .bit_cont .bit_nav .li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #3366ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.personal_main .wdyy_cont .bit_cont .bit_nav .li:hover::after,
.personal_main .wdyy_cont .bit_cont .bit_nav .li.active::after {
  width: 100%;
}
.personal_foot {
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid #f2f2f2;
}
.personal_foot .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal_foot .l_nav {
  display: flex;
  align-items: center;
}
.personal_foot .l_nav .li {
  padding: 0 18px;
  border-right: 1px solid #c2c2c2;
  font-size: 14px;
  color: #323941;
}
.personal_foot .l_nav .li:last-child {
  border-right: none;
}
.personal_foot .r_copy {
  font-size: 14px;
  color: #191919;
}
.wdyy_last .list {
  display: flex;
  align-items: center;
  padding: 28px 24px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.wdyy_last .list .pri_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 94px;
  border-radius: 5px;
}
.wdyy_last .list .pri_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.wdyy_last .list .tips {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 14px;
  font-size: 14px;
  border-bottom-left-radius: 10px;
}
.wdyy_last .list .tips.zt_1 {
  color: #110c0c;
  background: #fdda4e;
}
.wdyy_last .list .tips.zt_2 {
  color: #fff;
  background: #fb7888;
}
.wdyy_last .list .tips.zt_3 {
  color: #fff;
  background: #3ad89a;
}
.wdyy_last .list .det_inf {
  width: calc(100% - 158px);
  padding-left: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.wdyy_last .list .det_inf .inf_cont {
  width: 500px;
  margin-right: 20px;
}
.wdyy_last .list .det_inf .inf_cont .tle {
  font-size: 22px;
  color: #161616;
  margin-bottom: 14px;
}
.wdyy_last .list .det_inf .inf_cont .dl_last {
  display: flex;
  flex-wrap: wrap;
}
.wdyy_last .list .det_inf .inf_cont .dl_last .dl {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.wdyy_last .list .det_inf .inf_cont .dl_last .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.wdyy_last .list .det_inf .inf_cont .dl_last .dl .dt img {
  max-width: 100%;
}
.wdyy_last .list .det_inf .pri_num {
  font-size: 20px;
  color: #ff601c;
}
.wdyy_last .list .det_inf .pri_num .dt {
  font-size: 14px;
  color: #ff601c;
}
.wdyy_last .list .det_inf .pri_num .dt span {
  font-size: 20px;
  color: #ff601c;
}
.wdyy_last .list .det_inf .pri_num .dd {
  font-size: 14px;
  color: #727171;
}
.wdyy_last .list .det_inf .pri_num .dd s {
  color: #727171;
  font-size: 14px;
}
.wdyy_last .list .det_inf .btn_dl {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 144px;
}
.wdyy_last .list .det_inf .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #dbe0e6;
  font-size: 15px;
  color: #3366ff;
  margin-bottom: 8px;
}
.wdyy_last .list .det_inf .btn_dl .deta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #302f2f;
}
.wdyy_last .list .det_inf .btn_dl .pl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #3366ff;
  font-size: 15px;
  color: #fff;
  background: #3366ff;
}
.wd_lcjd_main .head_cont {
  margin-bottom: 30px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.wd_lcjd_main .head_cont .title_head {
  font-size: 25px;
  color: #191919;
  margin-bottom: 30px;
}
.wd_lcjd_main .head_cont .search_int {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 368px;
  height: 36px;
}
.wd_lcjd_main .head_cont .search_int input {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border: 1px solid #cdcfd1;
  border-radius: 100px;
  font-size: 15px;
  color: #c2c5c7;
  background: url(../i/ico_3.png) no-repeat 5px center;
  background-size: 19px;
}
.wd_lcjd_main .bit_main .tis_filter {
  display: flex;
  flex-wrap: wrap;
}
.wd_lcjd_main .bit_main .tis_filter .li {
  padding: 10px 26px;
  background: #fff;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #636f94;
}
.wd_lcjd_main .bit_main .tis_filter .li:hover,
.wd_lcjd_main .bit_main .tis_filter .li.active {
  background: #3366ff;
  color: #fff;
}
.progar_line {
  width: 100%;
  height: 10px;
  border-radius: 100px;
  position: relative;
}
.progar_line .tis_ing {
  top: -18px;
  right: -10px;
  position: absolute;
}
.progar_line .tis_ing img {
  display: block;
  width: 24px;
}
.progar_line .cont {
  width: 10%;
  height: 19px;
  position: absolute;
}
.progar_line .line {
  display: none;
  height: 6px;
  border-radius: 100px;
  background: linear-gradient(to left, #44f3ec, #a6fbad);
  margin-top: 2px;
}
.progar_line .line_txt {
  position: relative;
  display: flex;
  align-items: center;
}
.progar_line .line_txt .li {
  width: 50%;
  font-size: 14px;
  position: relative;
  text-align: center;
  padding: 5px 0;
}
.progar_line .line_txt .li.active {
  display: block;
}
.progar_line .line_txt .li.active::before {
  background: linear-gradient(to left, #44f3ec, #a6fbad);
}
.progar_line .line_txt .li::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #d9e0e5;
  position: absolute;
  right: 0;
  top: -4px;
}
.progar_line .line_txt .li::after {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -4px;
}
.filter_nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.filter_nav .li {
  padding: 12px 0;
  position: relative;
  font-size: 17px;
  color: #272829;
  margin-right: 40px;
}
.filter_nav .li:last-child {
  margin-right: 0;
}
.filter_nav .li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #3366ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.filter_nav .li:hover::after,
.filter_nav .li.active::after {
  width: 100%;
}
.lcjd_last {
  display: flex;
  flex-wrap: wrap;
}
.lcjd_last .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 40px;
  display: flex;
  align-items: flex-start;
}
.lcjd_last .list:nth-child(2n) {
  margin-right: 0;
}
.lcjd_last .list .l_img {
  width: 85px;
  display: flex;
  justify-content: center;
}
.lcjd_last .list .r_cont {
  width: calc(100% - 85px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lcjd_last .list .r_cont .tis_title {
  margin-bottom: 24px;
}
.lcjd_last .list .r_cont .tis_title h2 {
  font-size: 26px;
  color: #2b3038;
  margin-bottom: 10px;
}
.lcjd_last .list .r_cont .tis_title p {
  font-size: 14px;
}
.lcjd_last .list .r_cont .tis_title p.zt_1 {
  color: #f9a57c;
}
.lcjd_last .list .r_cont .tis_title p.zt_2 {
  color: #f32429;
}
.lcjd_last .list .r_cont .time {
  font-size: 14px;
  font-weight: bold;
  color: #727171;
}
.lcjd_last .list .r_cont .deta {
  width: 178px;
}
.lcjd_last .list .r_cont .deta .down_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  border: 1px solid #a1b9ff;
  border-radius: 10px;
  font-size: 17px;
  color: #3366ff;
  margin-bottom: 28px;
}
.lcjd_last .list .r_cont .deta .down_btn img {
  max-width: 18px;
}
.lcjd_last .list .r_cont .deta .more {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #302f2f;
}
.wd_lcjd_upload {
  width: 100%;
  min-height: 80vh;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
.wd_lcjd_upload .title_head {
  font-size: 25px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 20px;
}
.wd_lcjd_upload .upload_last {
  display: flex;
  flex-wrap: wrap;
}
.wd_lcjd_upload .file_list {
  width: 264px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 20px 26px;
  background: #f0f1f4;
}
.wd_lcjd_upload .file_list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 248px;
  background: #fff;
  border-radius: 10px;
}
.wd_lcjd_upload .file_list .tis_i img {
  max-width: 100%;
}
.wd_lcjd_upload .file_list .bit_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 0 0;
}
.wd_lcjd_upload .file_list .bit_dl .dt {
  font-size: 15px;
  color: #333333;
  width: 60%;
}
.wd_lcjd_upload .file_list .bit_dl .dd {
  font-size: 14px;
  color: #999999;
}
.wd_lcjd_upload .file_upload {
  width: 264px;
  padding: 36px;
  background: #f0f1f4;
  border-radius: 10px;
  margin-bottom: 16px;
}
.wd_lcjd_upload .file_upload .tis_cont {
  margin-bottom: 36px;
}
.wd_lcjd_upload .file_upload .tis_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
}
.wd_lcjd_upload .file_upload .tis_cont .tis_i img {
  max-width: 100%;
}
.wd_lcjd_upload .file_upload .tis_cont p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.wd_lcjd_upload .file_upload .upload_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  background: #3366ff;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
}
.user_answer_cont .title_head {
  position: relative;
  font-size: 25px;
  color: #191919;
  margin-bottom: 10px;
}
.user_answer_cont .title_head .publish_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 44px;
  border-radius: 5px;
  background: #3a7bff;
  font-size: 17px;
  color: #ffffff;
  box-shadow: 0px 0px 9px rgba(35, 104, 244, 0.45);
  position: absolute;
  right: 0;
  top: 0;
}
.user_answer_cont .title_head .publish_int {
  position: absolute;
  right: 0;
  top: 0;
  width: 368px;
}
.user_answer_cont .title_head .publish_int input {
  width: 100%;
  height: 36px;
  border: 1px solid #c4c9cd;
  background: #eff4f8 url(../i/ico_3.png) no-repeat 10px center;
  background-size: 20px;
  padding-left: 40px;
  font-size: 14px;
  border-radius: 100px;
}
.answer_list {
  padding: 20px 25px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 5px;
}
.answer_list .tis_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.answer_list .tis_title span {
  padding: 4px 8px;
  background: #f1e2d1;
  border-radius: 5px;
  font-size: 15px;
  color: #88760f;
  margin-left: 10px;
}
.answer_list .user_det {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666666;
  margin-bottom: 6px;
}
.answer_list .user_det .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.answer_list .user_det .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.answer_list .user_det span {
  margin-left: 12px;
  color: #999999;
}
.answer_list .answer_reply {
  position: relative;
  padding: 13px 40% 13px 22px;
  background: #f0f1f4;
  border-radius: 10px;
}
.answer_list .answer_reply .reply_inf {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #6f7787;
  margin-bottom: 10px;
}
.answer_list .answer_reply .reply_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.answer_list .answer_reply .reply_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.answer_list .answer_reply .reply_inf .name {
  font-size: 17px;
  color: #333333;
}
.answer_list .answer_reply .reply_txt {
  padding-left: 40px;
  font-size: 15px;
  color: #666666;
}
.answer_list .answer_reply .blish_reply {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  background: #fff;
  border: 1px solid #3a7bff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.answer_list .answer_reply .blish_reply input {
  width: 240px;
  height: 38px;
  border: none;
  font-size: 18px;
}
.answer_list .answer_reply .blish_reply .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 38px;
  border-radius: 5px;
  background: #3a7bff;
  font-size: 16px;
  color: #ffffff;
}
.gengduo {
  display: block;
  width: 30%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #3a7bff;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.user_personal_seet .title_head {
  position: relative;
  font-size: 25px;
  color: #191919;
  margin-bottom: 10px;
}
.user_personal_seet .account_infor {
  padding: 24px;
  background: #fff;
  margin-bottom: 10px;
}
.user_personal_seet .account_infor .title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
}
.user_personal_seet .account_infor .infor_cont {
  display: flex;
  align-items: flex-start;
}
.user_personal_seet .account_infor .l_ava_inf {
  width: 202px;
  padding-top: 26px;
}
.user_personal_seet .account_infor .l_ava_inf .tis_ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.user_personal_seet .account_infor .l_ava_inf .tis_ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_personal_seet .account_infor .l_ava_inf .ava_change_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  border-radius: 3px;
  background: #f1f7fe;
  font-size: 15px;
  color: #3366ff;
  border: 1px solid #3366ff;
  position: relative;
  margin: 0 auto;
}
.user_personal_seet .account_infor .l_ava_inf .ava_change_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.user_personal_seet .account_infor .r_form {
  width: calc(100% - 202px);
  padding-left: 20px;
}
.user_personal_seet .account_infor .r_form .int_last {
  display: flex;
  flex-wrap: wrap;
}
.user_personal_seet .account_infor .r_form .int_last .int_dl {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 14px;
}
.user_personal_seet .account_infor .r_form .int_last .int_dl:nth-child(2n) {
  margin-right: 0;
}
.user_personal_seet .account_infor .r_form .int_last .int_dl .dt {
  padding: 14px 0;
  font-size: 16px;
  color: #4c4e53;
}
.user_personal_seet .account_infor .r_form .int_last .int_dl .dd {
  width: 100%;
}
.user_personal_seet .account_infor .r_form .int_last .int_dl .dd input {
  width: 100%;
  height: 46px;
  border: 1px solid #e2e4e9;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #414a67;
}
.user_personal_seet .account_infor .r_form .int_last .int_dl .dd select {
  width: 100%;
  height: 46px;
  border: 1px solid #e2e4e9;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #414a67;
}
.user_personal_seet .account_infor .r_form .sub_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 174px;
  height: 54px;
  background: #2453de;
  border-radius: 6px;
  font-size: 20px;
  color: #ffffff;
  margin: 20px 0 0;
}
.user_personal_seet .account_infor .r_form .sub_btn.bg_1 {
  background: #24de88;
  height: 44px;
}
.user_personal_seet .account_infor .r_form .sub_btn.bg_2 {
  background: #de2424;
  height: 44px;
}
.user_personal_seet .apply_for_last {
  padding: 24px 38px;
  background: #fff;
  margin-bottom: 6px;
}
.user_personal_seet .apply_for_last .title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.user_personal_seet .apply_for_last .det_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_personal_seet .apply_for_last .det_cont .l_cont {
  display: flex;
  align-items: center;
}
.user_personal_seet .apply_for_last .det_cont .l_cont .dl {
  display: flex;
  align-items: center;
  min-width: 300px;
}
.user_personal_seet .apply_for_last .det_cont .l_cont .dl .dt {
  width: 14px;
  color: #666666;
  width: 100px;
  margin-right: 6px;
}
.user_personal_seet .apply_for_last .det_cont .l_cont .dl .dd {
  font-size: 14px;
  color: #333333;
}
.user_personal_seet .apply_for_last .det_cont .l_cont .dl .tips {
  padding: 6px;
  border-radius: 10px;
  margin-right: 10px;
  border-bottom-left-radius: 0;
  background: #ededed;
  cursor: pointer;
}
.user_personal_seet .apply_for_last .det_cont .l_cont .dl .tips.active {
  border: 2px solid #237cd9;
  background: #fff;
}
.user_personal_seet .apply_for_last .det_cont .lv_last {
  display: flex;
  align-items: center;
}
.user_personal_seet .apply_for_last .det_cont .lv_last .li {
  position: relative;
  padding: 0 90px 0 14px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.user_personal_seet .apply_for_last .det_cont .lv_last .li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.user_personal_seet .apply_for_last .det_cont .lv_last .li::before {
  content: "";
  display: block;
  width: 75px;
  height: 3px;
  background: #cccccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.user_personal_seet .apply_for_last .det_cont .lv_last .li:last-child::before {
  display: none;
}
.user_personal_seet .apply_for_last .det_cont .apply_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #3568ff;
  font-size: 16px;
  color: #3366cc;
}
.apply_dc_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 13;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply_dc_cont .cont_box {
  width: 496px;
  border-radius: 10px;
  background: #fff;
}
.apply_dc_cont .cont_box .title_head {
  position: relative;
  padding: 20px 24px;
  font-size: 18px;
  color: #000000;
  border-bottom: 1px solid #e8e8e8;
}
.apply_dc_cont .cont_box .title_head .shut_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url(../i/dc_shut.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.apply_dc_cont .cont_box .sele_last {
  display: flex;
  align-items: flex-start;
  padding: 34px 24px;
}
.apply_dc_cont .cont_box .sele_last .tle {
  width: 120px;
}
.apply_dc_cont .cont_box .sele_last .cont {
  width: calc(100% - 120px);
  padding-left: 10px;
}
.apply_dc_cont .cont_box .sele_last .cont .li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #252525;
  margin-bottom: 24px;
}
.apply_dc_cont .cont_box .sele_last .cont .li input {
  margin-right: 14px;
  width: 30px;
  height: 30px;
}
.apply_dc_cont .cont_box .sele_last .cont .li img {
  margin-left: 6px;
}
.apply_dc_cont .cont_box .sele_last .cont .li:last-child {
  margin-bottom: 0;
}
.apply_dc_cont .cont_box .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 58px;
  border-radius: 100px;
  margin: 30px auto;
  background: #2453de;
  font-size: 20px;
  color: #ffffff;
}
.comment_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 26px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 4px;
}
.comment_list .comment_inf {
  display: flex;
  align-items: flex-start;
  width: 85%;
}
.comment_list .comment_inf .l_img {
  width: 160px;
}
.comment_list .comment_inf .l_img img {
  display: block;
  max-width: 100%;
}
.comment_list .comment_inf .inf_cont {
  width: calc(100% - 160px);
  padding-left: 20px;
}
.comment_list .comment_inf .inf_cont .tle {
  font-size: 22px;
  color: #161616;
  margin-bottom: 20px;
}
.comment_list .com_answer {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 16px 34px;
  position: relative;
  background: #f0f1f4;
  border-radius: 10px;
}
.comment_list .com_answer .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  overflow: hidden;
}
.comment_list .com_answer .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.comment_list .com_answer .det_cont {
  width: calc(100% - 38px);
  padding-left: 10px;
}
.comment_list .com_answer .det_cont .name {
  font-size: 18px;
  color: #333333;
  margin-bottom: 6px;
}
.comment_list .com_answer .det_cont .time {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.comment_list .com_answer .det_cont .txt {
  font-size: 16px;
  color: #333333;
}
.comment_list .com_answer .det_cont .star_dl {
  display: flex;
  align-items: center;
  position: absolute;
  right: 22px;
  top: 24px;
}
.comment_list .com_answer .det_cont .star_dl img {
  width: 14px;
  margin-left: 5px;
}
.comment_list .new_pulis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #dbe0e6;
  font-size: 15px;
  color: #3366ff;
}
.post_last .list {
  padding: 16px 26px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 6px;
  position: relative;
}
.post_last .list .title_head {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.post_last .list .title_head .tips {
  padding: 4px 8px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 15px;
}
.post_last .list .title_head .tips.zt_1 {
  color: #88760f;
  background: #f1e2d1;
}
.post_last .list .title_head .tips.zt_2 {
  color: #c8ad18;
  background: #fae570;
}
.post_last .list .title_head .tips.zt_3 {
  color: #50cd88;
  background: #cdfeda;
}
.post_last .list .post_user {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #999999;
  margin-bottom: 12px;
}
.post_last .list .post_user .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 6px;
}
.post_last .list .post_user .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.post_last .list .post_user span {
  font-size: 18px;
  color: #666666;
  margin-right: 10px;
}
.post_last .list .post_inf {
  display: flex;
  align-items: center;
  width: 60%;
}
.post_last .list .post_inf .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 94px;
  border-radius: 5px;
}
.post_last .list .post_inf .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.post_last .list .post_inf .txt {
  width: calc(100% - 158px);
  padding-left: 14px;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.post_last .list .post_inf .txt img {
  width: 50px !important;
}
.post_last .list .post_inf .txt .more {
  font-size: 14px;
  color: #2270e1;
}
.post_last .list .set_btn {
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 178px;
}
.post_last .list .set_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 1px solid #3a7bff;
  border-radius: 5px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #285bf0;
}
.pulic_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background: rgba(0, 0, 0, 0.52);
  display: none;
}
.detail_post_cont {
  position: fixed;
  width: 65%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 12;
  background: #fff;
  overflow-y: scroll;
  padding-top: 110px;
  display: none;
}
.detail_post_cont .title {
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  color: #333333;
}
.detail_post_cont .deta_main {
  padding: 30px 54px;
}
.detail_post_cont .deta_main .tle {
  font-size: 34px;
  font-weight: bold;
  color: #3366ff;
  margin-bottom: 20px;
}
.detail_post_cont .deta_main .dl_title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.detail_post_cont .deta_main .dl_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.detail_post_cont .deta_main .dl_list .dt {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000000;
}
.detail_post_cont .deta_main .dl_list .dt .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.detail_post_cont .deta_main .dl_list .dt .i img {
  display: block;
  max-width: 100%;
}
.detail_post_cont .deta_main .dl_list .dd {
  font-size: 15px;
  color: #666666;
  text-align: right;
}
.detail_post_cont .deta_main .tips_dl {
  padding: 6px 0;
}
.detail_post_cont .deta_main .tips_dl .dt {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}
.detail_post_cont .deta_main .tips_dl .dt .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.detail_post_cont .deta_main .tips_dl .dt .i img {
  display: block;
  max-width: 100%;
}
.detail_post_cont .deta_main .tips_dl p {
  padding-left: 22px;
  font-size: 14px;
  color: #666666;
}
.detail_post_cont .hospita_detail {
  margin-top: 40px;
}
.detail_post_cont .hospita_detail .hosp_last {
  margin-top: 12px;
}
.detail_post_cont .hospita_detail .hosp_last .list {
  display: flex;
  padding: 18px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 114px;
  border-radius: 10px;
  overflow: hidden;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf {
  width: calc(100% - 178px);
  padding-left: 36px;
  position: relative;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .adres {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .adres img {
  margin-right: 6px;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .name {
  font-size: 22px;
  color: #2b3038;
  margin-bottom: 16px;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set {
  display: flex;
  align-items: center;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .star {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 24px;
  color: #3a7bff;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .li {
  padding: 0 12px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #333333;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .li:last-child {
  border-right: 0;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .li span {
  color: #999999;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .li .cor_1 {
  color: #3366ff;
}
.detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .arr {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.detail_post_cont .bit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.detail_post_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 50px;
  border-radius: 100px;
  margin: 0 7px;
  background: #eff4f8;
  font-size: 18px;
  color: #45537f;
}
.detail_post_cont .bit_btn .btn.btn_1 {
  background: #3366ff;
  color: #fff;
}
.about_main {
  padding: 90px 0;
}
.about_main .warpin {
  display: flex;
  align-items: flex-start;
}
.about_main .l_manu {
  width: 240px;
}
.about_main .l_manu .li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
  margin-bottom: 4px;
  background: #f6f6f6;
}
.about_main .l_manu .li span {
  font-size: 17px;
  color: #000000;
}
.about_main .l_manu .li:hover,
.about_main .l_manu .li.active {
  background: linear-gradient(-125deg, #59a47f, #3a7bff);
}
.about_main .l_manu .li:hover span,
.about_main .l_manu .li.active span {
  color: #fff;
  text-decoration: underline;
}
.about_main .r_cont {
  width: calc(100% - 240px);
  padding-left: 60px;
  color: #333;
}
.about_main .r_cont h3 {
  margin-bottom: 20px;
}
@-webkit-keyframes mouse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.about_case_1 {
  position: relative;
}
.about_case_1 .bg {
  display: block;
  width: 100%;
}
.about_case_1 .title_head {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.about_case_1 .title_head h2 {
  font-size: 76px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 36px;
}
.about_case_1 .title_head p {
  font-size: 25px;
  color: #ffffff;
}
.about_case_1 .mouse_btn {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}
.about_case_1 .mouse_btn img {
  display: block;
  width: 28px;
  margin: 0 auto 14px;
  -webkit-animation: mouse 1.4s 0s infinite;
  animation: mouse 1.4s 0s infinite;
}
.about_case_1 .mouse_btn p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.about_case_2 {
  padding: 130px 0;
}
.about_case_2 .warpin {
  display: flex;
  align-items: center;
}
.about_case_2 .l_cont {
  width: 50%;
  padding-right: 100px;
}
.about_case_2 .l_cont .title {
  font-size: 42px;
  color: #3a7bff;
  margin-bottom: 46px;
}
.about_case_2 .l_cont p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.about_case_2 .r_img {
  width: 50%;
}
.about_case_2 .r_img img {
  display: block;
  max-width: 100%;
}
.about_case_3 {
  position: relative;
}
.about_case_3 .bg {
  display: block;
  width: 100%;
}
.about_case_3 .txt_cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.about_case_3 .txt_cont h2 {
  font-size: 57px;
  color: #ffffff;
  margin-bottom: 60px;
}
.about_case_3 .txt_cont p {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}
.about_case_4 {
  padding: 160px 0;
  background: #eff4f8;
}
.about_case_4 .title_head {
  text-align: center;
  font-size: 44px;
  color: #111111;
  margin-bottom: 50px;
}
.about_case_4 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.about_case_4 .last_cont .list {
  width: 308px;
  background: #fff;
  border-radius: 10px;
  margin-right: 19px;
  padding: 60px 0;
  text-align: center;
}
.about_case_4 .last_cont .list:nth-child(5n) {
  margin-right: 0;
}
.about_case_4 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}
.about_case_4 .last_cont .list .tis_i img {
  display: block;
  max-width: 100%;
}
.about_case_4 .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 78px;
  border-radius: 100px;
  background: #3a7bff;
  font-size: 22px;
  color: #ffffff;
  margin: 80px auto 0;
}
.pulic_cont_baner {
  position: relative;
  overflow: hidden;
  height: 650px;
}
.pulic_cont_baner .bg {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pulic_cont_baner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_cont_baner .search_int {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 918px;
  height: 70px;
  z-index: 12;
}
.pulic_cont_baner .search_int input {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #e2e2e2;
  padding-left: 34px;
  padding-right: 60px;
  background: rgba(255, 255, 255, 0.38);
  color: #fff;
}
.pulic_cont_baner .search_int input::placeholder {
  color: #fff !important;
}
.pulic_cont_baner .search_int .sea_btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  cursor: pointer;
}
.pulic_cont_page .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.pulic_cont_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.hotel_main_cont {
  padding: 50px 0;
}
.hotel_main_cont .main_head_nav {
  display: flex;
  width: 100%;
  padding: 8px 9px;
  background: #f5f8fb;
  border-radius: 10px;
}
.hotel_main_cont .main_head_nav .li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  cursor: pointer;
  font-size: 24px;
  color: #536485;
}
.hotel_main_cont .main_head_nav .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.hotel_main_cont .main_head_nav .li .i img {
  max-width: 100%;
  filter: grayscale(100%) contrast(0.3);
}
.hotel_main_cont .main_head_nav .li.active {
  background: #fff;
  border-radius: 8px;
  color: #3a7bff;
}
.hotel_main_cont .main_head_nav .li.active .i img {
  filter: grayscale(0) contrast(1);
}
.hotel_main_cont .main_cont {
  padding-top: 30px;
}
.hotel_main_cont .filter_dl {
  display: flex;
  flex-wrap: wrap;
}
.hotel_main_cont .filter_dl .dd select {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-right: 10px;
  background: #fff url(../i/arr.png) no-repeat 90% center;
  background-size: 13px;
  font-size: 16px;
  color: #333333;
  padding: 12px 36px 12px 18px;
}
.hotel_main_cont .filter_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 20px;
}
.hotel_main_cont .filter_result .l_num {
  font-size: 16px;
  color: #4f5d79;
}
.hotel_main_cont .filter_result .l_num span {
  color: #3a7bff;
}
.hotel_main_cont .filter_result .r_sort {
  display: flex;
  align-items: center;
}
.hotel_main_cont .filter_result .r_sort .li {
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-size: 14px;
  color: #333333;
}
.hotel_main_cont .filter_result .r_sort .li:last-child {
  margin-right: 0;
}
.hotel_main_cont .filter_result .r_sort .li img {
  width: 9px;
  margin-left: 6px;
  filter: grayscale(100%);
}
.hotel_main_cont .filter_result .r_sort .li.active img {
  filter: grayscale(0);
}
.hotel_product_last {
  display: flex;
  padding: 24px 28px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.hotel_product_last .hotel_pro_baner {
  position: relative;
  overflow: hidden;
  width: 378px;
  height: 238px;
  border-radius: 10px;
}
.hotel_product_last .hotel_pro_baner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.hotel_product_last .hotel_pro_baner .hotel_prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
.hotel_product_last .hotel_pro_baner .hotel_prev img {
  width: 10px;
}
.hotel_product_last .hotel_pro_baner .hotel_prev:hover {
  background: #3a7bff;
}
.hotel_product_last .hotel_pro_baner .hotel_prev:hover img {
  filter: contrast(0) brightness(1000%);
}
.hotel_product_last .hotel_pro_baner .hotel_next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  z-index: 10;
}
.hotel_product_last .hotel_pro_baner .hotel_next img {
  width: 10px;
}
.hotel_product_last .hotel_pro_baner .hotel_next:hover {
  background: #3a7bff;
}
.hotel_product_last .hotel_pro_baner .hotel_next:hover img {
  filter: contrast(0) brightness(1000%);
}
.hotel_product_last .hotel_pro_baner:hover .hotel_prev {
  display: flex;
}
.hotel_product_last .hotel_pro_baner:hover .hotel_next {
  display: flex;
}
.hotel_product_last .deta_cont {
  width: calc(100% - 378px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
}
.hotel_product_last .deta_cont .data_inf {
  width: 650px;
}
.hotel_product_last .deta_cont .tis_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.hotel_product_last .deta_cont .tis_title .name {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #2b3038;
}
.hotel_product_last .deta_cont .tis_title .name img {
  width: 16px;
  margin: 0 2px;
}
.hotel_product_last .deta_cont .tis_title .name img:first-child {
  margin-left: 10px;
}
.hotel_product_last .deta_cont .tis_title .price {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fd8024;
}
.hotel_product_last .deta_cont .tis_title .price span {
  font-size: 25px;
  font-weight: bold;
  color: #fd8024;
}
.hotel_product_last .deta_cont .locat {
  font-size: 15px;
  color: #8b909b;
  margin-bottom: 28px;
}
.hotel_product_last .deta_cont .pf_data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.hotel_product_last .deta_cont .pf_data .li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #999999;
}
.hotel_product_last .deta_cont .pf_data .li:last-child {
  border-right: 0;
}
.hotel_product_last .deta_cont .pf_data .li:first-child {
  padding-left: 0;
}
.hotel_product_last .deta_cont .pf_data .dat_pf {
  display: flex;
  align-items: center;
}
.hotel_product_last .deta_cont .pf_data .dat_pf .dd {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #ffd700;
  margin-right: 4px;
}
.hotel_product_last .deta_cont .pf_data .dat_pf .dd.active {
  background: #ffd700;
}
.hotel_product_last .deta_cont .pf_data em {
  font-size: 22px;
}
.hotel_product_last .deta_cont .pf_data .cor_1 {
  color: #3a7bff;
}
.hotel_product_last .deta_cont .adres {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-size: 15px;
  color: #333333;
}
.hotel_product_last .deta_cont .adres img {
  width: 10px;
  margin-right: 4px;
}
.hotel_product_last .deta_cont .brief {
  display: flex;
  align-items: flex-start;
}
.hotel_product_last .deta_cont .brief .brief_dt {
  width: 56px;
  font-size: 16px;
  color: #333333;
}
.hotel_product_last .deta_cont .brief .txt {
  width: calc(100% - 56px);
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hotel_product_last .deta_cont .btn_dl {
  width: calc(100% - 650px);
}
.hotel_product_last .deta_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 60px;
  border: 1px solid #8fb4ff;
  border-radius: 10px;
  font-size: 18px;
  color: #3a7bff;
  cursor: pointer;
  margin: 0 auto 12px;
}
.hotel_product_last .deta_cont .btn_dl .btn img {
  width: 28px;
  margin-right: 16px;
}
.hotel_product_last .deta_cont .btn_dl .btn:last-child {
  margin-bottom: 0;
}
.pulic_recom_cont {
  padding: 60px 0 40px;
}
.pulic_recom_cont .tis_nav {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pulic_recom_cont .tis_nav .li {
  font-size: 22px;
  color: #323b4e;
  margin-right: 50px;
  cursor: pointer;
}
.pulic_recom_cont .tis_nav .li:hover,
.pulic_recom_cont .tis_nav .li.active {
  color: #3a7bff;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #3a7bff;
}
.recom_last {
  display: flex;
  flex-wrap: wrap;
}
.recom_last .list {
  width: calc((100% - 96px) / 4);
  margin-right: 32px;
}
.recom_last .list:nth-child(4n) {
  margin-right: 0;
}
.recom_last .list .tis_i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 184px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.recom_last .list .tis_i .i {
  display: block;
  width: 100%;
  height: 100%;
}
.recom_last .list .tis_i .det_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 10px 0;
  background: #3a7bff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: 10%;
  opacity: 0;
}
.recom_last .list .tis_i .det_btn .add {
  width: 26px;
  margin-right: 10px;
}
.recom_last .list .bit_cont {
  width: 100%;
}
.recom_last .list .bit_cont .name {
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.recom_last .list .bit_cont .name .tle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 76px;
}
.recom_last .list .bit_cont .name .star {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.recom_last .list .bit_cont .name img {
  width: 12px;
  margin-right: 2px;
}
.recom_last .list .bit_cont .pf_data {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
}
.recom_last .list .bit_cont .pf_data .li {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #eff4f8;
  border: 1px solid #ffd700;
  margin-right: 2px;
}
.recom_last .list .bit_cont .pf_data .li.active {
  background: #ffd700;
}
.recom_last .list .bit_cont .pf_data span {
  color: #0066ff;
}
.recom_last .list .bit_cont .adres {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
  margin-bottom: 24px;
}
.recom_last .list .bit_cont .adres img {
  width: 12px;
  margin-right: 4px;
}
.recom_last .list .bit_cont .price {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fd8024;
}
.recom_last .list .bit_cont .price span {
  font-size: 22px;
  font-weight: bold;
  color: #fd8024;
}
.recom_last .list:hover .tis_i .det_btn {
  bottom: 14px;
  opacity: 1;
}
.pulic_main_maps {
  padding: 30px  0;
  font-size: 14px;
  color: #656464;
}
.pulic_main_maps .l_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pulic_main_maps img {
  margin-right: 6px;
}
.pulic_main_maps .maps_return {
  display: flex;
  align-items: center;
}
.pulic_main_maps .maps_return img {
  width: 15px;
  margin-left: 6px;
}
.hotel_main_detail {
  position: relative;
  padding-bottom: 40px;
}
.hotel_main_detail::after {
  content: "";
  display: block;
  width: 100%;
  height: 382px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f5f7fa;
}
.hotel_main_detail .deta_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hotel_main_detail .deta_main .l_main {
  width: 1024px;
  background: #fff;
  padding: 40px 35px;
  border-radius: 10px;
}
.hotel_main_detail .deta_main .l_main .tis_deta_cont {
  padding-bottom: 46px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}
.hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title {
  margin-bottom: 30px;
}
.hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #2b3038;
  margin-bottom: 14px;
}
.hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title h3 {
  font-size: 16px;
  color: #b28755;
  margin-bottom: 8px;
}
.hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title p {
  font-size: 15px;
  color: #666666;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .l_hotle_baner {
  width: 192px;
  height: 492px;
  position: relative;
  overflow: hidden;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .l_hotle_baner .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .l_hotle_baner img {
  display: block;
  width: 100%;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner {
  width: 748px;
  height: 492px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner .r_hotle_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner .r_hotle_prev img {
  width: 10px;
  height: auto;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner .r_hotle_prev.swiper-button-disabled {
  opacity: 0.5;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner .r_hotle_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner .r_hotle_next img {
  width: 10px;
  height: auto;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner .r_hotle_next.swiper-button-disabled {
  opacity: 0.5;
}
.hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner img {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.hotel_main_detail .deta_main .l_main .pf_data {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.hotel_main_detail .deta_main .l_main .pf_data .li {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ffd700;
  margin-right: 2px;
}
.hotel_main_detail .deta_main .l_main .pf_data .li.active {
  background: #ffd700;
}
.hotel_main_detail .deta_main .l_main .pf_data em {
  font-size: 24px;
  color: #3a7bff;
}
.hotel_main_detail .deta_main .l_main .pf_data span {
  color: #999999;
}
.hotel_main_detail .deta_main .l_main .adres {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
  margin-bottom: 24px;
}
.hotel_main_detail .deta_main .l_main .adres img {
  width: 12px;
  margin-right: 4px;
}
.hotel_main_detail .deta_main .l_main .bit_inf_cont .tis_nav {
  display: flex;
  align-items: center;
}
.hotel_main_detail .deta_main .l_main .bit_inf_cont .tis_nav .li {
  font-size: 23px;
  color: #778290;
  margin-right: 54px;
  padding: 12px 0;
}
.hotel_main_detail .deta_main .l_main .bit_inf_cont .tis_nav .li.active {
  font-size: 28px;
  font-weight: bold;
  color: #2368f4;
  border-bottom: 3px solid #3e7af5;
}
.hotel_main_detail .deta_main .r_main {
  width: 340px;
}
.hotel_main_detail .deta_main .r_main .pulic_detail_1 {
  padding: 20px 0;
}
.pulic_deta_title {
  font-size: 28px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 30px;
}
.pulic_deta_title .cor_1 {
  color: #3a7bff;
}
.pulic_detail_1 {
  padding: 20px 0 80px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_1 h2 {
  font-size: 15px;
  color: #272626;
  margin-bottom: 3px;
}
.pulic_detail_1 .bit_txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 24px;
}
.pulic_detail_1 .bit_dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.pulic_detail_1 .bit_dl .dt {
  width: 130px;
  font-size: 15px;
  color: #2368f4;
}
.pulic_detail_1 .bit_dl .dd {
  width: calc(100% - 130px);
  padding-left: 10px;
  font-size: 15px;
  color: #333333;
}
.bill_fare_main {
  padding: 30px 0 50px;
  border-bottom: 1px solid #ededed;
}
.bill_fare_main .bill_last .tle {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #1e1d1d;
}
.bill_fare_main .bill_last .tle img {
  margin-right: 10px;
  width: 30px;
}
.bill_fare_main .bill_last .bill_dl {
  display: flex;
  flex-wrap: wrap;
}
.bill_fare_main .bill_last .bill_dl .dl {
  width: 48%;
  margin-right: 4%;
  padding: 32px 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.bill_fare_main .bill_last .bill_dl .dl:nth-child(2n) {
  margin-right: 0;
}
.bill_fare_main .bill_last .bill_dl .dl:nth-last-child(1) {
  border-bottom: 0;
}
.bill_fare_main .bill_last .bill_dl .dl:nth-last-child(2) {
  border-bottom: 0;
}
.bill_fare_main .bill_last .bill_dl .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.bill_fare_main .bill_last .bill_dl .dl .dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.bill_fare_main .bill_last .bill_dl .dl .dd {
  width: calc(100% - 134px);
  padding-left: 16px;
  position: relative;
}
.bill_fare_main .bill_last .bill_dl .dl .dd h2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 6px;
}
.bill_fare_main .bill_last .bill_dl .dl .dd p {
  font-size: 14px;
  color: #999999;
}
.bill_fare_main .bill_last .bill_dl .dl .dd span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  color: #1a1919;
}
.pulic_detail_2 {
  padding: 40px 0 80px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_2 .dl {
  display: flex;
  flex-wrap: wrap;
}
.pulic_detail_2 .dl .dd {
  width: calc(100% / 4);
  margin-bottom: 26px;
  padding: 0 20px;
  font-size: 16px;
  color: #3d3d3e;
}
.pulic_detail_facili {
  padding: 40px 0 80px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_facili .dl {
  display: flex;
  flex-wrap: wrap;
}
.pulic_detail_facili .dl .dd {
  width: calc(100% / 6);
  margin-bottom: 26px;
  padding: 0 20px;
  font-size: 16px;
  color: #3d3d3e;
}
.pulic_detail_facili .dl .dd .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}
.pulic_detail_facili .dl .dd .tis_i img {
  display: block;
  max-width: 100%;
}
.pulic_detail_facili .dl .dd p {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  color: #333333;
}
.pulic_detail_3 {
  padding: 40px 0 80px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_3 .img_cont {
  display: flex;
  align-items: stretch;
}
.pulic_detail_3 .img_cont .l_img {
  width: 50%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 7px;
}
.pulic_detail_3 .img_cont .l_img .i {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_detail_3 .img_cont .l_img .bit_seet {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 13px;
  right: 13px;
}
.pulic_detail_3 .img_cont .l_img .bit_seet .video_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 5px;
}
.pulic_detail_3 .img_cont .l_img .bit_seet .video_btn img {
  width: 27px;
}
.pulic_detail_3 .img_cont .l_img .bit_seet .all_img {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 22px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  color: #000000;
  margin-left: 7px;
}
.pulic_detail_3 .img_cont .r_img {
  width: 50%;
  padding-left: 8px;
  display: flex;
  flex-wrap: wrap;
}
.pulic_detail_3 .img_cont .r_img .li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 7px;
}
.pulic_detail_3 .img_cont .r_img .li img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_detail_3 .img_cont .r_img .li:nth-child(2n) {
  margin-right: 0;
}
.pulic_detail_4 {
  padding: 40px 0 80px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_4 .main_cont {
  display: flex;
  align-items: flex-start;
}
.pulic_detail_4 .l_cont {
  width: 50%;
}
.pulic_detail_4 .l_cont .map {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.pulic_detail_4 .l_cont .map img {
  display: block;
  width: 100%;
}
.pulic_detail_4 .l_cont .adres_dl .dt {
  font-size: 20px;
  color: #242424;
}
.pulic_detail_4 .l_cont .adres_dl .dd .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.pulic_detail_4 .l_cont .adres_dl .dd .i img {
  max-width: 100%;
}
.pulic_detail_4 .l_cont .adres_dl .dd .txt {
  width: calc(100% - 18px);
  padding-left: 6px;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.pulic_detail_4 .r_cont {
  width: 50%;
  padding-left: 100px;
}
.pulic_detail_4 .r_cont .tips_tle {
  margin-bottom: 24px;
}
.pulic_detail_4 .r_cont .tips_tle span {
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 17px;
  color: #ff3333;
  background: #ffefef;
}
.pulic_detail_4 .r_cont .dl {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.pulic_detail_4 .r_cont .dl .dt {
  width: 85px;
  font-size: 14px;
  color: #333;
}
.pulic_detail_4 .r_cont .dl .dd {
  width: calc(100% - 85px);
  font-size: 14px;
  color: #333;
}
.pulic_detail_5 {
  padding: 40px 0 80px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_5 .score_cont {
  display: flex;
  align-items: center;
}
.pulic_detail_5 .l_score {
  width: 40%;
  text-align: center;
}
.pulic_detail_5 .l_score .num {
  font-size: 52px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 14px;
}
.pulic_detail_5 .l_score .score_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_detail_5 .l_score .score_dl .dd {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #ffd700;
  margin: 0 2px;
}
.pulic_detail_5 .l_score .txt {
  font-size: 14px;
  color: #333333;
}
.pulic_detail_5 .r_score {
  width: 60%;
}
.pulic_detail_5 .r_score .dl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.pulic_detail_5 .r_score .dl .dt {
  width: 80px;
  font-size: 16px;
  color: #333333;
}
.pulic_detail_5 .r_score .dl .dd {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
}
.pulic_detail_5 .r_score .dl .dd .score_line {
  position: relative;
  width: 80%;
  height: 12px;
  margin-right: 10px;
  border-radius: 100px;
  background: #d8d8d8;
  overflow: hidden;
}
.pulic_detail_5 .r_score .dl .dd .score_line .ing {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 100px;
  background: #2368f4;
}
.pulic_detail_6 {
  padding: 40px 0 40px;
  border-bottom: 1px solid #ededed;
}
.pulic_detail_6 .last_dl {
  display: flex;
  flex-wrap: wrap;
}
.pulic_detail_6 .last_dl .list {
  padding: 0 24px;
}
.pulic_detail_6 .last_dl .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.pulic_detail_6 .last_dl .list .tis_i img {
  display: block;
  max-width: 100%;
}
.pulic_detail_6 .last_dl .list .txt {
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  color: #333333;
}
.pulic_comment_main {
  padding: 40px 0;
}
.pulic_comment_main .comment_list {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
}
.pulic_comment_main .comment_list .l_ava {
  width: 60px;
}
.pulic_comment_main .comment_list .l_ava .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.pulic_comment_main .comment_list .l_ava .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_comment_main .comment_list .r_cont {
  width: calc(100% - 60px);
  padding-left: 10px;
  position: relative;
}
.pulic_comment_main .comment_list .r_cont .tle {
  font-size: 20px;
  color: #333333;
  margin-bottom: 6px;
}
.pulic_comment_main .comment_list .r_cont .time {
  font-size: 15px;
  color: #999999;
  margin-bottom: 14px;
}
.pulic_comment_main .comment_list .r_cont .txt {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.pulic_comment_main .comment_list .r_cont .com_lv {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 20px;
}
.pulic_comment_main .comment_list .r_cont .com_lv .li {
  width: 12px;
  height: 12px;
  background: #ffd700;
  border-radius: 100%;
  margin: 0 1px;
}
.pulic_comment_main .comment_inf_cont {
  padding: 30px 0;
}
.pulic_comment_main .comment_inf_cont .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 24px;
}
.pulic_comment_main .comment_inf_cont .comment_evaluate {
  display: flex;
  padding: 28px 30px;
  background: #f7f7f7;
  margin-bottom: 22px;
}
.pulic_comment_main .comment_inf_cont .comment_evaluate .dl {
  width: calc(100% / 5);
}
.pulic_comment_main .comment_inf_cont .comment_evaluate .dl .dt {
  font-size: 14px;
  color: #333333;
}
.pulic_comment_main .comment_inf_cont .comment_evaluate .dl .eva_dl {
  display: flex;
  align-items: center;
}
.pulic_comment_main .comment_inf_cont .comment_evaluate .dl .eva_dl .li {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  border: 2px solid #ffd700;
  border-radius: 100%;
}
.pulic_comment_main .comment_inf_cont .comment_evaluate .dl .eva_dl .li.active {
  background: #ffd700;
}
.pulic_comment_main .comment_inf_cont .comment_evaluate .dl .eva_dl .li:last-child {
  margin-right: 0;
}
.pulic_comment_main .comment_inf_cont .evaluate_txt {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e6e8;
  border-radius: 5px;
}
.pulic_comment_main .comment_inf_cont .evaluate_txt textarea {
  width: 100%;
  min-height: 80px;
  border: none;
  font-size: 18px;
  color: #333333;
}
.pulic_comment_main .comment_inf_cont .evaluate_txt .eva_bit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pulic_comment_main .comment_inf_cont .evaluate_txt .eva_bit .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 56px;
  border-radius: 100px;
  background: #2368f4;
  font-size: 16px;
  color: #fff;
}
.comment_related {
  padding: 80px 0;
}
.comment_related .title_head {
  font-size: 30px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 30px;
}
.comment_related .related_baner_cont {
  position: relative;
  overflow: hidden;
}
.comment_related .related_baner_cont .related_baner_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  cursor: pointer;
}
.comment_related .related_baner_cont .related_baner_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  cursor: pointer;
}
.comment_related .related_baner .tis_i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 184px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.comment_related .related_baner .tis_i .i {
  display: block;
  width: 100%;
  height: 100%;
}
.comment_related .related_baner .tis_i .det_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 10px 0;
  background: #3a7bff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.6s;
  position: absolute;
  bottom: 0;
  left: 10%;
  opacity: 0;
}
.comment_related .related_baner .tis_i .det_btn .add {
  width: 26px;
  margin-right: 10px;
}
.comment_related .related_baner .bit_cont {
  width: 100%;
}
.comment_related .related_baner .bit_cont .name {
  display: block;
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.comment_related .related_baner .bit_cont .name img {
  width: 12px;
  margin-right: 2px;
}
.comment_related .related_baner .bit_cont .name img:first-child {
  margin-left: 12px;
}
.comment_related .related_baner .bit_cont .pf_data {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
}
.comment_related .related_baner .bit_cont .pf_data .li {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #eff4f8;
  border: 1px solid #ffd700;
  margin-right: 2px;
}
.comment_related .related_baner .bit_cont .pf_data .li.active {
  background: #ffd700;
}
.comment_related .related_baner .bit_cont .pf_data span {
  color: #0066ff;
}
.comment_related .related_baner .bit_cont .adres {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
  margin-bottom: 24px;
}
.comment_related .related_baner .bit_cont .adres img {
  width: 12px;
  margin-right: 4px;
}
.comment_related .related_baner .bit_cont .price {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fd8024;
}
.comment_related .related_baner .bit_cont .price span {
  font-size: 22px;
  font-weight: bold;
  color: #fd8024;
}
.comment_related .related_baner .swiper-slide:hover .tis_i .det_btn {
  bottom: 14px;
  opacity: 1;
}
.interval_price_cont {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #dfdddd;
  padding: 45px 24px;
}
.interval_price_cont .title_head {
  margin-bottom: 34px;
}
.interval_price_cont .title_head h2 {
  font-size: 16px;
  color: #fd8024;
  margin-bottom: 6px;
}
.interval_price_cont .title_head h3 {
  font-size: 16px;
  color: #fd8024;
  margin-bottom: 12px;
}
.interval_price_cont .title_head h3 span {
  font-size: 26px;
  font-weight: bold;
  color: #fd8024;
}
.interval_price_cont .title_head .adres {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
}
.interval_price_cont .title_head .adres img {
  width: 10px;
  margin-right: 5px;
}
.interval_price_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 58px;
  border: 1px solid #3c7df4;
  border-radius: 5px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #2368f4;
}
.interval_price_cont .btn_dl .btn .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.interval_price_cont .btn_dl .btn .i img {
  display: block;
  max-width: 100%;
}
.interval_price_cont .btn_dl .btn:hover,
.interval_price_cont .btn_dl .btn.active {
  background: #2368f4;
  color: #fff;
  box-shadow: 0px 6px 8px rgba(35, 104, 244, 0.64);
}
.interval_price_cont .btn_dl .btn:hover .i img,
.interval_price_cont .btn_dl .btn.active .i img {
  filter: brightness(1000%);
}
.interval_price_cont .det_dl {
  padding: 14px 0;
}
.interval_price_cont .det_dl .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.interval_price_cont .det_dl .dl .dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.interval_price_cont .det_dl .dl .dd {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666666;
}
.interval_price_cont .det_dl .dl .dd img {
  margin-right: 4px;
}
.interval_price_cont .service_bit {
  text-align: center;
  padding: 30px 0;
}
.interval_price_cont .service_bit h2 {
  font-size: 24px;
  color: #2368f4;
}
.interval_price_cont .service_bit p {
  font-size: 15px;
  color: #666666;
}
.interval_price_cont .discount_cont {
  position: relative;
  padding: 0 0 30px;
}
.interval_price_cont .discount_cont h2 {
  font-size: 16px;
  color: #556483;
  margin-bottom: 10px;
}
.interval_price_cont .discount_cont s {
  font-size: 18px;
  color: #fd8024;
}
.interval_price_cont .discount_cont .mem_price {
  position: absolute;
  right: -12px;
  top: -50px;
  width: 118px;
  height: 122px;
  background: url(../i/country_tips.png) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.interval_price_cont .discount_cont .mem_price .dt {
  font-size: 16px;
  margin-bottom: 4px;
}
.interval_price_cont .discount_cont .mem_price .dd {
  font-size: 25px;
  color: #ffffff;
}
.interval_price_cont .discount_cont .mem_price .dd span {
  font-size: 35px;
  font-weight: bold;
}
.hotal_reserva_main {
  background: #f2f4f7;
  position: relative;
  padding: 60px 0;
}
.hotal_reserva_main::after {
  content: "";
  display: block;
  width: 52%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.hotal_reserva_main .warpin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hotal_reserva_main .l_main {
  width: 49%;
  position: relative;
  z-index: 2;
}
.hotal_reserva_main .l_main .title_head {
  font-size: 34px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}
.hotal_reserva_main .l_main .sele_main_cont {
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  margin-bottom: 24px;
}
.hotal_reserva_main .l_main .sele_main_cont .title_head {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #333333;
  margin-bottom: 16px;
}
.hotal_reserva_main .l_main .sele_main_cont .title_head .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 2px solid #bdbdbd;
  font-size: 20px;
  color: #666666;
  margin-right: 10px;
}
.hotal_reserva_main .l_main .sele_main_cont .title_tis {
  font-size: 17px;
  color: #333333;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .tis_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #dadadb;
  border-radius: 5px;
  margin-bottom: 10px;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .tis_time .time {
  font-size: 18px;
  color: #333333;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .tis_time span {
  font-size: 16px;
  color: #cccccc;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det {
  position: relative;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_head {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #dadadb;
  border-radius: 5px;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: none;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list .dt {
  font-size: 19px;
  color: #2c2b2b;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list .dt h2 {
  font-size: 19px;
  color: #2c2b2b;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list .dt p {
  font-size: 15px;
  color: #666666;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .bit_sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .bit_sub .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 42px;
  border-radius: 10px;
  background: #3a7bff;
  font-size: 18px;
  color: #fff;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 16px;
  border: 1px solid #dadadb;
  border-radius: 10px;
  margin-bottom: 14px;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont {
  width: 85%;
  position: relative;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont p {
  font-size: 14px;
  color: #999999;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont .pri {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #3b3a3a;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont .bit_dl {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont .bit_dl span {
  padding: 4px 6px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
  color: #3b3a3a;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .zt {
  width: 15%;
  display: flex;
  justify-content: center;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .zt span {
  padding: 8px 15px;
  border: 2px solid #3a7bff;
  border-radius: 5px;
  font-size: 15px;
  color: #3a7bff;
  cursor: pointer;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .zt span:hover {
  background: #3a7bff;
  color: #fff;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .zt.full span {
  background: #dee2e7 !important;
  border: 2px solid #dee2e7 !important;
  color: #868181 !important;
}
.hotal_reserva_main .l_main .sele_main_cont .room_data_main .list.active .zt span {
  background: #3a7bff;
  color: #fff;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main {
  padding: 20px 0;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_last {
  display: flex;
  justify-content: space-between;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_last .int_dl {
  width: 49%;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl {
  margin-bottom: 10px;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .dt {
  padding: 12px 0;
  font-size: 14px;
  color: #333;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .dd {
  width: 100%;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .dd input {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  font-size: 14px;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .tel_int {
  display: flex;
  align-items: center;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .tel_int select {
  width: 40%;
  margin-right: 1%;
  height: 44px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  font-size: 14px;
  -webkit-appearance: menulist-button;
}
.hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .tel_int input {
  width: 59%;
  height: 44px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  font-size: 14px;
}
.hotal_reserva_main .l_main .sele_main_cont:hover .title_head .num {
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
}
.hotal_reserva_main .l_main .bit_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  border-radius: 5px;
  margin-top: 34px;
  background: #3a7bff;
  font-size: 20px;
  color: #ffffff;
}
.hotal_reserva_main .r_main {
  width: 50%;
  padding: 46px 55px 0 140px;
}
.count_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.count_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  font-size: 24px;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}
.count_dl input {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #2f2f31;
}
.summary_deta_main {
  width: 502px;
}
.summary_deta_main .title {
  padding: 20px 0;
  font-size: 32px;
  color: #000000;
}
.summary_deta_main .sum_detail_cont {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.summary_deta_main .sum_detail_cont .tis_cont {
  padding: 30px 26px;
  background: #fff;
}
.summary_deta_main .sum_detail_cont .host_list {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
.summary_deta_main .sum_detail_cont .host_list .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.summary_deta_main .sum_detail_cont .host_list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.summary_deta_main .sum_detail_cont .host_list .r_cont {
  width: calc(100% - 142px);
  padding-left: 10px;
}
.summary_deta_main .sum_detail_cont .host_list .r_cont .tips {
  margin-bottom: 8px;
}
.summary_deta_main .sum_detail_cont .host_list .r_cont .tips span {
  padding: 6px 8px;
  border-radius: 6px;
  background: #7ed154;
  font-size: 15px;
  color: #ffffff;
}
.summary_deta_main .sum_detail_cont .host_list .r_cont .tle {
  font-size: 20px;
  color: #333333;
  padding: 5px 0;
}
.summary_deta_main .sum_detail_cont .host_list .r_cont .pf {
  display: flex;
  align-items: center;
}
.summary_deta_main .sum_detail_cont .host_list .r_cont .pf img {
  width: 16px;
  margin-right: 2px;
}
.summary_deta_main .sum_detail_cont .room_list {
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.summary_deta_main .sum_detail_cont .room_list .pri {
  font-size: 16px;
  color: #000000;
  position: absolute;
  right: 0;
  top: 0;
}
.summary_deta_main .sum_detail_cont .room_list .tle {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.summary_deta_main .sum_detail_cont .room_list .txt {
  font-size: 16px;
  color: #000000;
}
.summary_deta_main .sum_detail_cont .bits_dl {
  padding: 10px 0 20px;
}
.summary_deta_main .sum_detail_cont .bits_dl .dl {
  display: flex;
  align-items: flex-start;
}
.summary_deta_main .sum_detail_cont .bits_dl .dl .dt {
  width: 20px;
}
.summary_deta_main .sum_detail_cont .bits_dl .dl .dt img {
  width: 100%;
}
.summary_deta_main .sum_detail_cont .bits_dl .dl .dd {
  width: calc(100% - 20px);
  padding-left: 6px;
}
.summary_deta_main .sum_detail_cont .bits_dl .dl .dd h2 {
  font-size: 18px;
  color: #2e2d2d;
  margin-bottom: 4px;
}
.summary_deta_main .sum_detail_cont .bits_dl .dl .dd p {
  font-size: 14px;
  color: #666666;
}
.summary_deta_main .sum_detail_cont .bit_cont {
  padding: 26px 24px;
  background: #e6e7e8;
}
.summary_deta_main .sum_detail_cont .bit_cont .total_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary_deta_main .sum_detail_cont .bit_cont .total_dl .dt {
  font-size: 24px;
  color: #1f2021;
}
.summary_deta_main .sum_detail_cont .bit_cont .total_dl .dd {
  font-size: 24px;
  color: #1f2021;
}
.summary_deta_main .sum_detail_cont .bit_cont .bits {
  font-size: 18px;
  color: #f8731b;
}
.country_main .warpin {
  width: 1300px;
}
.country_case_1 {
  position: relative;
}
.country_case_1 .tis_cont {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 11;
  text-align: center;
}
.country_case_1 .tis_cont .title {
  margin-bottom: 40px;
}
.country_case_1 .tis_cont .title h2 {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.country_case_1 .tis_cont .title p {
  font-size: 20px;
  color: #ffffff;
}
.country_case_1 .tis_cont .search_int {
  width: 918px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
.country_case_1 .tis_cont .search_int input {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #9ebdcf;
  font-size: 18px;
  color: #000000;
  border-radius: 100px;
  background: #ffffffa6;
}
.country_case_1 .tis_cont .search_int input::placeholder {
  color: #333 !important;
}
.country_case_1 .tis_cont .search_int .sea_btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  cursor: pointer;
}
.country_case1_baner {
  position: relative;
  overflow: hidden;
}
.country_case1_baner .swiper-slide .i {
  display: block;
  width: 100%;
  height: 700px;
}
.country_case1_baner .country_case1_page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  margin: 0 4px;
}
.country_case_2 {
  padding: 70px 0;
}
.country_case_2 .contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.country_case_2 .list {
  width: 285px;
  padding: 40px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.country_case_2 .list h2 {
  font-size: 38px;
  color: #3a7bff;
  margin-bottom: 20px;
}
.country_case_2 .list p {
  font-size: 18px;
  color: #59647b;
}
.country_case_3 {
  padding: 80px 0;
  background: #eff4f8;
}
.country_case_3 .tis_content {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.country_case_3 .tis_content .title_head {
  margin-right: 110px;
}
.country_case_3 .tis_content .title_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.country_case_3 .tis_content .title_head p {
  font-size: 18px;
  color: #5e666d;
}
.country_case_3 .tis_content .tips_dl {
  display: flex;
  align-items: center;
}
.country_case_3 .tis_content .tips_dl .dl {
  text-align: center;
  padding: 0 26px;
  border-right: 1px solid #d0d4d8;
}
.country_case_3 .tis_content .tips_dl .dl .dt {
  font-size: 26px;
  color: #2c373f;
}
.country_case_3 .tis_content .tips_dl .dl .dd {
  font-size: 16px;
  color: #9aa6af;
}
.country_case_3 .tis_content .tips_dl .dl:last-child {
  border-right: none;
}
.country_case_btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.country_case_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  margin-left: 8px;
}
.country_case_btn .btn img {
  width: 10px;
}
.country_case_btn .btn:hover {
  background: #3a7bff;
}
.country_case_btn .btn:hover img {
  filter: brightness(1000%);
}
.country_case3_baner {
  position: relative;
  overflow: hidden;
}
.country_case3_baner .swiper-slide {
  border: 1px solid #fff;
}
.country_case3_baner .swiper-slide:hover {
  border: 1px solid #3a7bff;
}
.country_case3_baner .swiper-slide:hover .tis_i .reser_btn {
  bottom: 20px;
  opacity: 1;
}
.country_case3_baner .tis_i {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.country_case3_baner .tis_i .pro_i {
  display: block;
  width: 100%;
  height: 100%;
}
.country_case3_baner .tis_i .reser_btn {
  position: absolute;
  bottom: 0;
  left: 5%;
  transition: all 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 60px;
  border-radius: 8px;
  background: #3a7bff;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
}
.country_case3_baner .tis_i .reser_btn .i {
  width: 28px;
  margin-right: 14px;
}
.country_case3_baner .bit_cont {
  display: block;
  padding: 15px 20px;
  background: #fff;
}
.country_case3_baner .bit_cont .adres {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.country_case3_baner .bit_cont .adres img {
  margin-right: 5px;
}
.country_case3_baner .bit_cont .name {
  height: 84px;
  font-size: 26px;
  color: #2b3038;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.country_case3_baner .bit_cont .selected_num {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
}
.country_case3_baner .bit_cont .selected_num img {
  width: 20px;
}
.country_case3_baner .bit_cont .tips_dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  height: 126px;
  overflow: hidden;
}
.country_case3_baner .bit_cont .tips_dl .dd {
  padding: 6px 22px;
  border-radius: 100px;
  border: 1px solid #e6e9ee;
  margin-right: 4px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #7d8187;
}
.country_case3_baner .bit_cont .bits_dl {
  display: flex;
  justify-content: center;
}
.country_case3_baner .bit_cont .bits_dl .dl {
  width: calc(100% / 3);
  text-align: center;
}
.country_case3_baner .bit_cont .bits_dl .dl .dt {
  font-size: 20px;
  color: #333333;
  padding: 6px 0;
}
.country_case3_baner .bit_cont .bits_dl .dl .dt.cor_1 {
  color: #3a7bff;
  font-size: 24px;
}
.country_case3_baner .bit_cont .bits_dl .dl .dd {
  font-size: 14px;
  color: #7d8187;
}
.country_case_4 {
  padding: 60px 0;
}
.country_case_4 .tis_content {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.country_case_4 .tis_content .title_head {
  margin-right: 110px;
}
.country_case_4 .tis_content .title_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.country_case_4 .tis_content .title_head p {
  font-size: 18px;
  color: #5e666d;
}
.country_case_4 .tis_content .tips_dl {
  display: flex;
  align-items: center;
}
.country_case_4 .tis_content .tips_dl .dl {
  text-align: center;
  padding: 0 26px;
  border-right: 1px solid #d0d4d8;
}
.country_case_4 .tis_content .tips_dl .dl .dt {
  font-size: 26px;
  color: #2c373f;
}
.country_case_4 .tis_content .tips_dl .dl .dd {
  font-size: 16px;
  color: #9aa6af;
}
.country_case_4 .tis_content .tips_dl .dl:last-child {
  border-right: none;
}
.country_case_4 .tis_content .country_case_btn .btn {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.country_case4_baner {
  position: relative;
  overflow: hidden;
}
.country_case4_baner .swiper-slide {
  display: flex;
  margin-bottom: 40px;
}
.country_case4_baner .swiper-slide .doc_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 170px;
}
.country_case4_baner .swiper-slide .doc_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.country_case4_baner .swiper-slide .det_cont {
  width: calc(100% - 140px);
  padding-left: 20px;
  padding-right: 20px;
}
.country_case4_baner .swiper-slide .det_cont .hospi {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.country_case4_baner .swiper-slide .det_cont .hospi img {
  width: 19px;
  margin-right: 4px;
}
.country_case4_baner .swiper-slide .det_cont .name {
  font-size: 18px;
  color: #2b3038;
  margin-bottom: 12px;
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.country_case4_baner .swiper-slide .det_cont .tips_dl .dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-right: 5px;
}
.country_case4_baner .swiper-slide .det_cont .tips_dl .dl img {
  height: 14px;
  margin-right: 5px;
}
.country_case4_baner .swiper-slide .det_cont .txt {
  font-size: 15px;
  color: #2b2b2b;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 72px;
}
.country_case4_baner .swiper-slide .det_cont .yy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 40px;
  background: #3a7bff;
  border-radius: 5px;
  font-size: 15px;
  color: #f3f3f3;
}
.country_case_5 {
  position: relative;
  padding: 60px 0;
  background: #eff4f8;
}
.country_case_5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
.country_case_5 .title_head {
  text-align: center;
  margin-bottom: 50px;
}
.country_case_5 .title_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #3a7bff;
  margin-bottom: 10px;
}
.country_case_5 .title_head p {
  font-size: 18px;
  color: #5e666d;
}
.country_case_5 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.country_case_5 .last_cont .list {
  width: calc((100% - 140px) / 5);
  margin-right: 35px;
  margin-bottom: 25px;
  text-align: center;
  padding: 34px 0;
  background: #fff;
  border-radius: 10px;
}
.country_case_5 .last_cont .list:nth-child(5n) {
  margin-right: 0;
}
.country_case_5 .last_cont .list .tis_i {
  height: 80px;
}
.country_case_5 .last_cont .list .tis_i img {
  display: block;
  height: 80px;
  margin: 0 auto;
}
.country_case_5 .last_cont .list h2 {
  font-size: 25px;
  color: #2b3038;
  margin-bottom: 10px;
}
.country_case_5 .last_cont .list p {
  font-size: 14px;
  color: #999999;
}
.country_case6 {
  background: url(../i/country_c6_bg.png) no-repeat center top;
  background-size: cover;
  padding: 50px 0 90px;
}
.country_case6 .title_head {
  text-align: center;
  margin-bottom: 50px;
}
.country_case6 .title_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #3a7bff;
  margin-bottom: 10px;
}
.country_case6 .title_head p {
  font-size: 18px;
  color: #5e666d;
}
.country_case6 .img_last {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.country_case6 .img_last .list {
  width: 32%;
  height: 283px;
  margin-right: 23px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.country_case6 .img_last .list .bg {
  height: 100%;
  width: 100%;
}
.country_case6 .img_last .list:nth-child(3n) {
  margin-right: 0;
}
.country_case6 .img_last .list .det_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px 26px;
}
.country_case6 .img_last .list .det_cont .name {
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.country_case6 .img_last .list .det_cont .score_dl {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.country_case6 .img_last .list .det_cont .score_dl .dd {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffd700;
  margin-right: 4px;
}
.country_case6 .img_last .list .det_cont .score_dl .dd.active {
  background: #ffd700;
}
.country_case6 .img_last .list .det_cont .txt {
  font-size: 12px;
  color: #ffffff;
}
.country_case6 .benefit_last {
  display: flex;
  flex-wrap: wrap;
}
.country_case6 .benefit_last .list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.15);
}
.country_case6 .benefit_last .list:nth-child(3n) {
  margin-right: 0;
}
.country_case6 .benefit_last .list .tis_cont {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.country_case6 .benefit_last .list .tis_cont .lv_dl {
  margin-right: 24px;
}
.country_case6 .benefit_last .list .tis_cont .lv_dl .dt {
  display: flex;
  align-items: center;
}
.country_case6 .benefit_last .list .tis_cont .lv_dl .dt img {
  width: 31px;
  margin-right: 5px;
}
.country_case6 .benefit_last .list .tis_cont .lv_dl .dd {
  font-size: 25px;
  font-weight: bold;
  color: #f47352;
}
.country_case6 .benefit_last .list .tis_cont .tle {
  padding-right: 100px;
}
.country_case6 .benefit_last .list .tis_cont .tle h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 6px;
}
.country_case6 .benefit_last .list .tis_cont .tle p {
  font-size: 16px;
  color: #999999;
}
.country_case6 .benefit_last .list .tis_cont .tips {
  position: absolute;
  right: 15px;
  top: -6px;
  width: 100px;
  height: 100px;
  background: url(../i/country_tips.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 12px;
  z-index: 2;
}
.country_case6 .benefit_last .list .tis_cont .tips h2 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.country_case6 .benefit_last .list .tis_cont .tips p {
  font-size: 18px;
  color: #ffffff;
}
.country_case6 .benefit_last .list .tis_cont .tips p span {
  font-size: 30px;
  line-height: 24px;
  font-weight: bold;
}
.country_case6 .benefit_last .list .bits_cont {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.country_case6 .benefit_last .list .bits_cont .bg {
  display: block;
  /*width: 100%;
					height: 800px;*/
  width: 100%;
  height: 300px;
}
.country_case6 .benefit_last .list .bits_cont .bits_txt {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  transform: translateY(-50%);
  padding: 0 10px;
}
.country_case6 .benefit_last .list .bits_cont .bits_txt h2 {
  font-size: 26px;
  color: #585d5c;
}
.country_case6 .benefit_last .list .bits_cont .bits_txt p {
  font-size: 16px;
  color: #62726f;
  margin-bottom: 4px;
}
.country_case7 {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #eff4f8;
}
.country_case7 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  display: none;
}
.country_case7 .title_head {
  position: relative;
  margin-bottom: 30px;
}
.country_case7 .title_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.country_case7 .title_head p {
  font-size: 18px;
  color: #fff;
}
.country_case7 .title_head .tips_nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.country_case7 .title_head .tips_nav .li {
  border-radius: 3px;
  padding: 12px 10px;
  background: #fff;
  font-size: 16px;
  color: #374051;
  cursor: pointer;
}
.country_case7 .title_head .tips_nav .li:hover,
.country_case7 .title_head .tips_nav .li.active {
  background: #3a7bff;
  color: #fff;
}
.country_case7 .bit_cont .cont {
  display: flex;
  justify-content: space-between;
}
.country_case7 .bit_cont .l_last {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.country_case7 .bit_cont .l_last .det_list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 10px;
}
.country_case7 .bit_cont .l_last .det_list:nth-child(3n) {
  margin-right: 0;
}
.country_case7 .bit_cont .l_last .det_list .tis_i {
  display: block;
  width: 100%;
  height: 180px;
}
.country_case7 .bit_cont .l_last .det_list .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.country_case7 .bit_cont .l_last .det_list .bit_cont {
  padding: 18px;
}
.country_case7 .bit_cont .l_last .det_list .bit_cont h2 {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.country_case7 .bit_cont .l_last .det_list .bit_cont p {
  font-size: 14px;
  color: #999999;
}
.country_case7 .bit_cont .r_news {
  width: 43%;
  padding: 22px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
}
.country_case7 .bit_cont .r_news .list {
  display: flex;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #eceef2;
  margin-bottom: 10px;
}
.country_case7 .bit_cont .r_news .list:last-child {
  border-bottom: 0;
}
.country_case7 .bit_cont .r_news .dt {
  width: 52px;
  text-align: center;
  position: relative;
}
.country_case7 .bit_cont .r_news .dt span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  padding: 2px 10px;
  position: relative;
  z-index: 2;
}
.country_case7 .bit_cont .r_news .dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: skewX(-10deg) translate(-50%, -50%);
  border-radius: 3px;
  background: linear-gradient(-45deg, #3970f0, #80e53b);
}
.country_case7 .bit_cont .r_news .dd {
  width: calc(100% - 52px);
  padding-left: 8px;
  font-size: 17px;
  line-height: 26px;
  color: #475569;
}
.pulic_imgdcxq_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  z-index: 14;
}
.pulic_imgdcxq_cont .shut_btn {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.pulic_imgdcxq_cont .deta_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  width: 70%;
  height: 100vh;
  overflow-y: auto;
}
.pulic_imgdcxq_cont .deta_img img {
  display: block;
  max-width: 100%;
}
.country_case8 {
  padding: 90px 0;
}
.country_case8 .title_head {
  text-align: center;
  margin-bottom: 40px;
}
.country_case8 .title_head h2 {
  font-size: 40px;
  font-weight: bold;
  color: #292a2c;
  margin-bottom: 14px;
}
.country_case8 .title_head p {
  font-size: 18px;
  color: #5e666d;
}
.country_case8 .country_c8_cont {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.country_case8 .country_c8_cont .country_c8_prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 35px;
  background: url(../i/country_c8_prev.png) no-repeat center;
  background-size: cover;
  z-index: 11;
  cursor: pointer;
}
.country_case8 .country_c8_cont .country_c8_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 35px;
  background: url(../i/country_c8_next.png) no-repeat center;
  background-size: cover;
  z-index: 11;
  cursor: pointer;
}
.country_case8_baner {
  position: relative;
  overflow: hidden;
}
.country_case8_baner .swiper-slide {
  width: 283px;
  height: 400px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  padding: 4px;
  background: #fff;
  border-radius: 6px;
}
.country_case8_baner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.country_c8_link {
  display: flex;
  padding: 80px 0;
  align-items: center;
}
.country_c8_link .dt {
  width: 220px;
  font-size: 24px;
  color: #343d45;
}
.country_c8_link .dd {
  display: flex;
  width: calc(100% - 220px);
  flex-wrap: wrap;
}
.country_c8_link .dd .list {
  text-align: center;
}
.country_c8_link .dd .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 114px;
}
.country_c8_link .dd .list .tis_i img {
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 100%;
  overflow: hidden;
}
.country_c8_link .dd .list .txt {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #475569;
}
.country_c8_baner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.service_main_cont {
  position: relative;
  padding: 30px 0;
}
.service_main_cont .head_bg {
  width: 100%;
}
.service_main_cont .fl_head_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: #fdfaf6;
  z-index: -1;
}
.service_main_cont .main_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service_main_cont .l_main {
  width: 1024px;
}
.service_main_cont .r_main {
  width: 340px;
}
.service_main_cont .service_pro_cont {
  width: 100%;
  padding: 46px 36px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  display: flex;
}
.service_main_cont .service_pro_cont .l_img {
  width: 365px;
  border-radius: 10px;
  overflow: hidden;
}
.service_main_cont .service_pro_cont .l_img img {
  display: block;
  width: 100%;
}
.service_main_cont .service_pro_cont .r_cont {
  width: calc(100% - 365px);
  position: relative;
  padding-left: 32px;
}
.service_main_cont .service_pro_cont .r_cont .title_head {
  padding-right: 124px;
  margin-bottom: 30px;
}
.service_main_cont .service_pro_cont .r_cont .title_head h2 {
  font-size: 36px;
  color: #2b3038;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.service_main_cont .service_pro_cont .r_cont .title_head h2 img {
  width: 31px;
  margin-left: 4px;
}
.service_main_cont .service_pro_cont .r_cont .title_head p {
  font-size: 16px;
  color: #666666;
}
.service_main_cont .service_pro_cont .r_cont .score_det {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.service_main_cont .service_pro_cont .r_cont .score_det .score {
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #3a7bff;
  margin-right: 10px;
}
.service_main_cont .service_pro_cont .r_cont .score_det .score img {
  width: 20px;
  margin-right: 3px;
}
.service_main_cont .service_pro_cont .r_cont .score_det span {
  color: #999999;
}
.service_main_cont .service_pro_cont .r_cont .tips {
  display: flex;
  flex-wrap: wrap;
}
.service_main_cont .service_pro_cont .r_cont .tips .li {
  padding: 8px 24px;
  background: #f2f8fd;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2368f4;
}
.service_main_cont .service_pro_cont .r_cont .price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fd8024;
}
.service_main_cont .doct_pro_cont {
  width: 100%;
  padding: 46px 36px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  display: flex;
}
.service_main_cont .doct_pro_cont .l_img {
  width: 220px;
  height: 280px;
  overflow: hidden;
}
.service_main_cont .doct_pro_cont .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.service_main_cont .doct_pro_cont .r_cont {
  width: calc(100% - 220px);
  position: relative;
  padding-left: 32px;
}
.service_main_cont .doct_pro_cont .r_cont .title_head {
  padding-right: 124px;
  margin-bottom: 30px;
}
.service_main_cont .doct_pro_cont .r_cont .title_head h2 {
  font-size: 36px;
  color: #2b3038;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.service_main_cont .doct_pro_cont .r_cont .title_head h2 img {
  width: 31px;
  margin-left: 4px;
}
.service_main_cont .doct_pro_cont .r_cont .title_head p {
  font-size: 16px;
  color: #666666;
}
.service_main_cont .doct_pro_cont .r_cont .score_det {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.service_main_cont .doct_pro_cont .r_cont .score_det .score {
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #3a7bff;
  margin-right: 10px;
}
.service_main_cont .doct_pro_cont .r_cont .score_det .score img {
  width: 20px;
  margin-right: 3px;
}
.service_main_cont .doct_pro_cont .r_cont .score_det span {
  color: #999999;
}
.service_main_cont .doct_pro_cont .r_cont .tips {
  display: flex;
  flex-wrap: wrap;
}
.service_main_cont .doct_pro_cont .r_cont .tips .li {
  padding: 8px 24px;
  background: #f2f8fd;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #2368f4;
}
.service_main_cont .doct_pro_cont .r_cont .price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fd8024;
}
.service_reserv_main {
  position: relative;
  background: #eff4f8;
}
.service_reserv_main .head_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.service_reserv_main .tis_head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_reserv_main .tis_head_cont .inf_cont {
  display: flex;
  align-items: center;
}
.service_reserv_main .tis_head_cont .inf_cont .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  border-radius: 14px;
  background: #fff;
}
.service_reserv_main .tis_head_cont .inf_cont .l_img img {
  max-width: 100%;
}
.service_reserv_main .tis_head_cont .inf_cont .r_inf {
  width: calc(100% - 97px);
  padding-left: 22px;
}
.service_reserv_main .tis_head_cont .inf_cont .r_inf h2 {
  font-size: 32px;
  font-weight: bold;
  color: #2b3038;
  margin-bottom: 18px;
}
.service_reserv_main .tis_head_cont .inf_cont .r_inf p {
  font-size: 16px;
  color: #666666;
}
.service_reserv_main .tis_head_cont .sul_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 58px;
  border-radius: 10px;
  background: #2368f4;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(35, 104, 244, 0.64);
}
.service_reserv_main .tis_head_cont .sul_btn img {
  margin-right: 10px;
  width: 27px;
}
.service_reserv_main .service_content .tis_cont {
  margin-bottom: 18px;
}
.service_reserv_main .service_content .tis_cont h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.service_reserv_main .service_content .tis_cont p {
  font-size: 15px;
  color: #666666;
}
.service_reserv_main .service_content .ser_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.service_reserv_main .service_content .ser_dl .dt {
  font-size: 24px;
  color: #333333;
}
.service_reserv_main .service_content .ser_dl .dd {
  font-size: 16px;
  color: #f63838;
}
.service_form {
  width: 100%;
  padding: 80px 120px 120px;
  background: #fff;
  border-radius: 10px;
}
.service_form .title_head {
  text-align: center;
  margin-bottom: 70px;
}
.service_form .title_head h2 {
  font-size: 42px;
  color: #333333;
}
.service_form .title_head p {
  font-size: 16px;
  color: #666666;
}
.service_form .dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.service_form .dl .dt {
  width: 240px;
  position: relative;
  font-size: 22px;
  color: #333333;
}
.service_form .dl .dt em {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #f56e6e;
}
.service_form .dl .dd {
  width: calc(100% - 240px);
  padding: 5px;
  border: 1px solid #e1e3e9;
  border-radius: 5px;
}
.service_form .dl .dd select {
  width: 100%;
  height: 36px;
  border: none;
  background: none;
}
.service_form .dl .dd input {
  width: 100%;
  height: 36px;
  border: none;
  background: none;
}
.service_form .dl .dd input.time {
  background: url(../i/ico_20.png) no-repeat left center;
  background-size: 19px;
  padding-left: 30px;
}
.service_form .service_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.service_form .service_count .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 36px;
  border-radius: 5px;
  background: #808591;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.service_form .service_count .btn:hover {
  background: #3a7bff;
}
.service_form .service_count input {
  width: calc(100% - 116px);
  height: 36px;
  text-align: center;
  border: none;
  background: none;
  font-size: 16px;
}
.service_form .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 70px;
  border-radius: 100px;
  background: #3366ff;
  font-size: 22px;
  color: #ffffff;
  margin: 40px auto 0;
}
.service_index_main .case_1 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.service_index_main .case_1 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.service_index_main .case_1 .title_head {
  font-size: 40px;
  font-weight: bold;
  color: #3a7bff;
  margin-bottom: 60px;
}
.service_index_main .case_1 .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 40px;
  border-radius: 5px;
  background: #3a7bff;
  font-size: 15px;
  color: #f3f3f3;
  margin-top: 60px;
}
.service_index_main .case_2 {
  padding: 70px 0;
  background: #eff4f8 url(../i/service_case2_bg.png) no-repeat center;
  background-size: cover;
}
.service_index_main .case_2 .title_head {
  font-size: 40px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 34px;
}
.service_index_main .case_2 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.service_index_main .case_2 .last_cont .list {
  width: calc(94% / 4);
  margin-right: 2%;
  margin-bottom: 35px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 0;
  text-align: center;
  position: relative;
  transition: all 0.6s;
}
.service_index_main .case_2 .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.service_index_main .case_2 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}
.service_index_main .case_2 .last_cont .list .tis_i img {
  max-width: 100%;
}
.service_index_main .case_2 .last_cont .list .title_head {
  text-align: center;
  padding: 14px 0;
}
.service_index_main .case_2 .last_cont .list .title_head h2 {
  font-size: 26px;
  color: #2b3038;
  margin-bottom: 12px;
}
.service_index_main .case_2 .last_cont .list .title_head p {
  font-size: 16px;
  color: #999999;
}
.service_index_main .case_2 .last_cont .list .detail_cont {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 102%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  z-index: 2;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.service_index_main .case_2 .last_cont .list .detail_cont .cont {
  min-width: 260px;
}
.service_index_main .case_2 .last_cont .list .detail_cont h2 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 14px;
}
.service_index_main .case_2 .last_cont .list .detail_cont p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 30px;
}
.service_index_main .case_2 .last_cont .list .detail_cont .yy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #3a7bff;
  font-size: 16px;
  color: #ffffff;
}
.service_index_main .case_2 .last_cont .list .detail_cont .yy_btn img {
  width: 27px;
  margin-right: 10px;
}
.service_index_main .case_2 .last_cont .list:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.service_index_main .case_2 .last_cont .list:hover .detail_cont {
  left: 100%;
  opacity: 1;
  visibility: initial;
}
.service_index_main .case_3 {
  padding: 80px 0;
}
.service_index_main .case_3 .title_head {
  font-size: 40px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 34px;
}
.service_index_main .case_3 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.service_index_main .case_3 .last_cont .list {
  width: calc(94% / 4);
  margin-right: 2%;
  margin-bottom: 35px;
  padding: 44px 0;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.service_index_main .case_3 .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.service_index_main .case_3 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.service_index_main .case_3 .last_cont .list .tis_i img {
  max-width: 100%;
}
.service_index_main .case_3 .last_cont .list h2 {
  font-size: 26px;
  color: #2b3038;
  margin-bottom: 5px;
}
.service_index_main .case_3 .last_cont .list p {
  font-size: 16px;
  color: #999999;
}
.service_index_main .case_3 .last_cont .list .detail_cont {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 102%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  z-index: 2;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.service_index_main .case_3 .last_cont .list .detail_cont .cont {
  min-width: 260px;
}
.service_index_main .case_3 .last_cont .list .detail_cont h2 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 14px;
}
.service_index_main .case_3 .last_cont .list .detail_cont p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 30px;
}
.service_index_main .case_3 .last_cont .list .detail_cont .yy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #3a7bff;
  font-size: 16px;
  color: #ffffff;
}
.service_index_main .case_3 .last_cont .list .detail_cont .yy_btn img {
  width: 27px;
  margin-right: 10px;
}
.service_index_main .case_3 .last_cont .list:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.service_index_main .case_3 .last_cont .list:hover .detail_cont {
  left: 100%;
  opacity: 1;
  visibility: initial;
}
.service_index_main .case_4 {
  padding: 70px 0;
  background: #eff4f8 url(../i/service_case2_bg.png) no-repeat center;
  background-size: cover;
}
.service_index_main .case_4 .title_head {
  font-size: 40px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 34px;
}
.service_index_main .case_4 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.service_index_main .case_4 .last_cont .list {
  width: calc(94% / 4);
  margin-right: 2%;
  margin-bottom: 35px;
  padding: 44px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.service_index_main .case_4 .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.service_index_main .case_4 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.service_index_main .case_4 .last_cont .list .tis_i img {
  max-width: 100%;
}
.service_index_main .case_4 .last_cont .list h2 {
  font-size: 26px;
  color: #2b3038;
  margin-bottom: 5px;
}
.service_index_main .case_4 .last_cont .list p {
  font-size: 16px;
  color: #999999;
}
.vip_recommend {
  padding: 120px 0;
}
.vip_recommend .title_head {
  font-size: 32px;
  color: #558cfa;
  margin-bottom: 20px;
}
.vip_recommend .recom_list {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #f0f0f0;
}
.vip_recommend .recom_list:last-child {
  border-bottom: 0;
}
.vip_recommend .recom_list .deta_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 378px;
  height: 238px;
  border-radius: 10px;
  overflow: hidden;
}
.vip_recommend .recom_list .deta_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.vip_recommend .recom_list .deta_cont {
  width: calc(100% - 378px);
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
}
.vip_recommend .recom_list .deta_cont .data_inf {
  width: 650px;
}
.vip_recommend .recom_list .deta_cont .tis_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vip_recommend .recom_list .deta_cont .tis_title .name {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #2b3038;
}
.vip_recommend .recom_list .deta_cont .tis_title .price {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #fd8024;
}
.vip_recommend .recom_list .deta_cont .locat {
  font-size: 15px;
  color: #8b909b;
  margin-bottom: 28px;
}
.vip_recommend .recom_list .deta_cont .pf_data {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.vip_recommend .recom_list .deta_cont .pf_data .li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #999999;
}
.vip_recommend .recom_list .deta_cont .pf_data .li:last-child {
  border-right: 0;
}
.vip_recommend .recom_list .deta_cont .pf_data .li:first-child {
  padding-left: 0;
}
.vip_recommend .recom_list .deta_cont .pf_data .dat_pf {
  display: flex;
  align-items: center;
}
.vip_recommend .recom_list .deta_cont .pf_data .dat_pf img {
  margin-right: 2px;
}
.vip_recommend .recom_list .deta_cont .pf_data em {
  font-size: 22px;
}
.vip_recommend .recom_list .deta_cont .pf_data .cor_1 {
  color: #3a7bff;
}
.vip_recommend .recom_list .deta_cont .brief {
  display: flex;
  align-items: flex-start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vip_recommend .recom_list .deta_cont .brief .brief_dt {
  width: 56px;
  font-size: 16px;
  color: #333333;
}
.vip_recommend .recom_list .deta_cont .brief .txt {
  width: calc(100% - 56px);
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.vip_recommend .recom_list .deta_cont .btn_dl {
  width: calc(100% - 650px);
}
.vip_recommend .recom_list .deta_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 60px;
  border: 1px solid #8fb4ff;
  border-radius: 10px;
  font-size: 18px;
  color: #3a7bff;
  cursor: pointer;
  margin: 0 auto 12px;
}
.vip_recommend .recom_list .deta_cont .btn_dl .btn img {
  width: 28px;
  margin-right: 16px;
}
.vip_recommend .recom_list .deta_cont .btn_dl .btn:last-child {
  margin-bottom: 0;
}
.vip_recommend .recom_list .deta_cont .btn_dl .btn:hover {
  background: #3a7bff;
  color: #fff;
}
.vip_recommend .recom_list .deta_cont .btn_dl .btn:hover img {
  filter: brightness(1000%);
}
.benefit_floor {
  position: fixed;
  left: 3vw;
  top: 40vh;
  display: block;
  z-index: 8;
}
.benefit_floor .li {
  display: block;
  width: 88px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 6px;
  padding: 8px 0;
  border: 1px solid #fff;
  box-shadow: 0px 0px 20px rgba(197, 210, 237, 0.3);
}
.benefit_floor .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
}
.benefit_floor .li .tis_i img {
  max-width: 100%;
}
.benefit_floor .li .txt {
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.benefit_floor .li:hover,
.benefit_floor .li.active {
  background: #f3f7fa;
  border: 1px solid #4b84fa;
}
.benefit_main_cont .main_pulic_case {
  padding: 30px 0;
}
.benefit_main_cont .main_case_2 {
  background: #eff4f8;
}
.benefit_pulic_nav {
  padding: 40px 0;
}
.benefit_pulic_nav .title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.benefit_pulic_nav .nav_dl {
  display: flex;
  flex-wrap: wrap;
}
.benefit_pulic_nav .nav_dl .li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 4.5%) / 4);
  height: 60px;
  border-radius: 12px;
  background: #f3f5f7;
  font-size: 18px;
  color: #6b7b9a;
  margin-right: 1.5%;
}
.benefit_pulic_nav .nav_dl .li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid #3a7bff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.benefit_pulic_nav .nav_dl .li:hover,
.benefit_pulic_nav .nav_dl .li.active {
  background: #3a7bff;
  color: #fff;
}
.benefit_pulic_nav .nav_dl .li:hover::after,
.benefit_pulic_nav .nav_dl .li.active::after {
  bottom: -9px;
  opacity: 1;
  visibility: inherit;
}
.benefit_pulic_nav .nav_dl .li:nth-child(4n) {
  margin-right: 0;
}
.benefit_pulic_nav .nav_dl.ben_case2_nav .li {
  background: #fff;
}
.benefit_pulic_nav .nav_dl.ben_case2_nav .li:hover,
.benefit_pulic_nav .nav_dl.ben_case2_nav .li.active {
  background: #3a7bff;
  color: #fff;
}
.benefit_bit_cont .benefit_list {
  display: flex;
  align-items: center;
  padding: 30px 26px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(197, 210, 230, 0.3);
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.benefit_bit_cont .benefit_list:last-child {
  margin-bottom: 0;
}
.benefit_bit_cont .benefit_list .deta_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.benefit_bit_cont .benefit_list .deta_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.benefit_bit_cont .benefit_list .deta_cont {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
}
.benefit_bit_cont .benefit_list .deta_cont .data_inf {
  width: 650px;
  position: relative;
}
.benefit_bit_cont .benefit_list .deta_cont .tis_title {
  margin-bottom: 10px;
  padding-right: 120px;
}
.benefit_bit_cont .benefit_list .deta_cont .tis_title .name {
  display: flex;
  align-items: center;
  font-size: 28px;
  height: 90px;
  color: #2b3038;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.benefit_bit_cont .benefit_list .deta_cont .tis_title .name img {
  width: 30px;
  margin-left: 10px;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #999999;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .li:last-child {
  border-right: 0;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .li:first-child {
  padding-left: 0;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .dat_pf {
  display: flex;
  align-items: center;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .dat_pf img {
  margin-right: 2px;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data em {
  font-size: 15px;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .cor_1 {
  color: #999999;
}
.benefit_bit_cont .benefit_list .deta_cont .pf_data .cor_2 {
  color: #3366ff;
}
.benefit_bit_cont .benefit_list .deta_cont .member_price {
  position: absolute;
  right: 0;
  top: 0;
}
.benefit_bit_cont .benefit_list .deta_cont .member_price .tis {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 98px;
  height: 108px;
  background: url(../i/ico_21.png) no-repeat center;
  background-size: cover;
}
.benefit_bit_cont .benefit_list .deta_cont .member_price .tis h2 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 6px;
}
.benefit_bit_cont .benefit_list .deta_cont .member_price .tis p {
  font-size: 22px;
  color: #ffffff;
}
.benefit_bit_cont .benefit_list .deta_cont .member_price .tis p span {
  font-size: 30px;
  line-height: 22px;
  font-weight: bold;
}
.benefit_bit_cont .benefit_list .deta_cont .member_price .txt {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #fd8024;
}
.benefit_bit_cont .benefit_list .deta_cont .brief .brief_dt {
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}
.benefit_bit_cont .benefit_list .deta_cont .brief .txt {
  width: 70%;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.benefit_bit_cont .benefit_list .deta_cont .btn_dl {
  width: calc(100% - 650px);
}
.benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 60px;
  border: 1px solid #8fb4ff;
  border-radius: 10px;
  font-size: 18px;
  color: #3a7bff;
  cursor: pointer;
  margin: 0 auto 12px;
}
.benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn img {
  width: 28px;
  margin-right: 16px;
}
.benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn:last-child {
  margin-bottom: 0;
}
.benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn:hover {
  background: #3a7bff;
  color: #fff;
}
.benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn:hover img {
  filter: brightness(1000%);
}
.forum_main_cont {
  padding: 60px 0;
  background: #eff4f8;
}
.forum_main_cont .head_user_inf {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.forum_main_cont .head_user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  overflow: hidden;
}
.forum_main_cont .head_user_inf .ava img {
  display: block;
  width: 100%;
}
.forum_main_cont .head_user_inf .inf_cont {
  width: calc(100% - 76px);
  padding-left: 14px;
}
.forum_main_cont .head_user_inf .inf_cont .tle {
  font-size: 25px;
  color: #333333;
  margin-bottom: 8px;
}
.forum_main_cont .head_user_inf .inf_cont .txt {
  font-size: 14px;
  color: #999999;
}
.forum_main_cont .forum_form_cont {
  width: 100%;
  border-radius: 10px;
  border-top: 4px solid #3a7bff;
  padding: 50px 56px;
  background: #fff;
}
.forum_main_cont .forum_form_cont .title_head {
  margin-bottom: 34px;
}
.forum_main_cont .forum_form_cont .title_head h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 10px;
}
.forum_main_cont .forum_form_cont .title_head p {
  font-size: 16px;
  color: #666666;
}
.forum_main_cont .forum_form_cont .int_dl {
  margin-bottom: 14px;
}
.forum_main_cont .forum_form_cont .int_dl .dt {
  padding: 16px 0;
  font-size: 16px;
  color: #333333;
}
.forum_main_cont .forum_form_cont .int_dl .dd {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
}
.forum_main_cont .forum_form_cont .int_dl .dd input[type="text"] {
  width: 100%;
  height: 100%;
  padding-left: 14px;
  border: 1px solid #e1e3e9;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 18px;
  color: #1b1b1b;
}
.forum_main_cont .forum_form_cont .int_dl .dd select {
  width: 100%;
  height: 100%;
  padding-left: 14px;
  border: 1px solid #e1e3e9;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 18px;
  color: #1b1b1b;
  -webkit-appearance: menulist-button;
}
.forum_main_cont .forum_form_cont .int_dl .dd .per_sel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #0089e0;
  padding: 0 20px;
  width: 120px;
}
.forum_main_cont .forum_form_cont .int_dl .dd .per_sel .ring {
  position: relative;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
.forum_main_cont .forum_form_cont .int_dl .dd .per_sel .ring input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  -moz-appearance: none;
}
.forum_main_cont .forum_form_cont textarea {
  width: 100%;
  height: 196px;
  padding: 14px;
  border: 1px solid #e1e3e9;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.forum_main_cont .forum_form_cont .dl_last {
  display: flex;
  flex-wrap: wrap;
}
.forum_main_cont .forum_form_cont .dl_last .int_dl {
  width: 49%;
  margin-right: 2%;
}
.forum_main_cont .forum_form_cont .dl_last .int_dl:nth-child(2n) {
  margin-right: 0;
}
.forum_main_cont .forum_form_cont .img_upload_cont {
  padding: 20px 0;
}
.forum_main_cont .forum_form_cont .img_upload_cont .tle {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 16px;
  color: #333333;
}
.forum_main_cont .forum_form_cont .img_upload_cont .tle span {
  color: #a8a6a6;
}
.forum_main_cont .forum_form_cont .img_upload_cont .img_upload_last {
  display: flex;
  flex-wrap: wrap;
}
.forum_main_cont .forum_form_cont .img_upload_cont .img_upload_last .list {
  width: 214px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.forum_main_cont .forum_form_cont .img_upload_cont .img_upload_last .list img {
  display: block;
  width: 100%;
}
.forum_main_cont .forum_form_cont .img_upload_cont .img_upload_last .list input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.forum_main_cont .forum_form_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 72px;
  border-radius: 10px;
  background: #2368f4;
  font-size: 22px;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(35, 104, 244, 0.64);
  margin: 30px auto 0;
}
.forum_main {
  padding: 40px 0;
  background: #eff4f8;
}
.forum_main .warpin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.forum_main .l_main {
  width: calc((100% - 398px) - 40px);
}
.forum_main .r_main {
  width: 398px;
}
.forum_head_nav {
  width: 100%;
  margin-bottom: 14px;
  padding: 38px 28px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid #fff;
}
.forum_head_nav .title_head {
  font-size: 36px;
  color: #2f3030;
  margin-bottom: 20px;
}
.forum_head_nav .nav_dl {
  display: flex;
  flex-wrap: wrap;
}
.forum_head_nav .nav_dl .li {
  width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 10px;
  padding: 14px 0;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #518aff;
  box-shadow: 0px 0px 9px rgba(35, 104, 244, 0.39);
}
.forum_head_nav .nav_dl .li:nth-child(6n) {
  margin-right: 0;
}
.forum_head_nav .nav_dl .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
}
.forum_head_nav .nav_dl .li .tis_i img {
  max-width: 100%;
}
.forum_head_nav .nav_dl .li .txt {
  font-size: 20px;
  color: #211e1e;
}
.forum_head_nav .nav_dl .li:hover,
.forum_head_nav .nav_dl .li.active {
  background: #3a7bff;
}
.forum_head_nav .nav_dl .li:hover .tis_i img,
.forum_head_nav .nav_dl .li.active .tis_i img {
  filter: brightness(1000%);
}
.forum_head_nav .nav_dl .li:hover .txt,
.forum_head_nav .nav_dl .li.active .txt {
  color: #fff;
}
.forum_detail_cont {
  background: #fff;
}
.forum_detail_cont .deta_nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fafafa;
  padding: 0 22px;
}
.forum_detail_cont .deta_nav .li {
  padding: 18px 0;
  position: relative;
  font-size: 18px;
  color: #5b6474;
  cursor: pointer;
  margin-right: 14px;
}
.forum_detail_cont .deta_nav .li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #3a7bff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.forum_detail_cont .deta_nav .li:hover,
.forum_detail_cont .deta_nav .li.active {
  font-size: 20px;
  color: #000000;
}
.forum_detail_cont .deta_nav .li:hover::after,
.forum_detail_cont .deta_nav .li.active::after {
  width: 90%;
}
.forum_detail_cont .focum_last {
  padding: 0 28px 30px;
}
.forum_detail_cont .focum_list {
  padding: 26px 0;
  border-bottom: 1px solid #e8e8e8;
}
.forum_detail_cont .focum_list:last-child {
  border-bottom: 0;
}
.forum_detail_cont .focum_list .tis_title {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.forum_detail_cont .focum_list .tis_title img {
  width: 21px;
  margin-left: 6px;
}
.forum_detail_cont .focum_list .focum_user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.forum_detail_cont .focum_list .focum_user .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 12px;
}
.forum_detail_cont .focum_list .focum_user .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.forum_detail_cont .focum_list .focum_user .time {
  font-size: 15px;
  color: #999999;
  margin-left: 10px;
}
.forum_detail_cont .focum_list .det_cont {
  display: flex;
}
.forum_detail_cont .focum_list .det_cont .det_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.forum_detail_cont .focum_list .det_cont .det_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.forum_detail_cont .focum_list .det_cont .txt_cont {
  width: calc(100% - 214px);
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 40px;
}
.forum_detail_cont .focum_list .det_cont .txt_cont .contents {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.forum_detail_cont .focum_list .det_cont .txt_cont span {
  margin-top: 10px;
}
.forum_detail_cont .focum_list .det_cont .txt_cont img {
  display: none;
}
.forum_detail_cont .focum_list .bit_seet_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
}
.forum_detail_cont .focum_list .bit_seet_cont .l_seet {
  width: 50%;
  display: flex;
  align-items: center;
}
.forum_detail_cont .focum_list .bit_seet_cont .l_seet .thumbs_btn {
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 36px;
  background: #e7f1fe url(../i/forum_dz.png) no-repeat 10px center;
  background-size: 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #3a7bff;
}
.forum_detail_cont .focum_list .bit_seet_cont .l_seet .thumbs_btn.active {
  background: #e7f1fe url(../i/forum_dz_active.png) no-repeat 10px center;
  background-size: 15px;
}
.forum_detail_cont .focum_list .bit_seet_cont .l_seet .li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #748190;
}
.forum_detail_cont .focum_list .bit_seet_cont .l_seet .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.forum_detail_cont .focum_list .bit_seet_cont .l_seet .li .i img {
  max-width: 100%;
}
.forum_detail_cont .focum_list .bit_seet_cont .r_tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 48%;
}
.forum_detail_cont .focum_list .bit_seet_cont .r_tips .tips {
  padding: 8px 14px;
  border-radius: 100px;
  background: #e7f1fe;
  font-size: 15px;
  color: #6994ec;
  margin-left: 6px;
  margin-bottom: 6px;
}
.forum_my_inf {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0px 0px 9px rgba(197, 210, 230, 0.29);
  margin-bottom: 12px;
}
.forum_my_inf .tis_inf {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #f2f2f2;
}
.forum_my_inf .tis_inf .dl {
  width: 50%;
  text-align: center;
  border-right: 1px solid #eaeaed;
}
.forum_my_inf .tis_inf .dl .dt {
  font-size: 16px;
  color: #5d6e92;
  margin-bottom: 12px;
}
.forum_my_inf .tis_inf .dl .dd {
  font-size: 20px;
  color: #18191c;
}
.forum_my_inf .user_inf {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.forum_my_inf .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
.forum_my_inf .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.forum_my_inf .user_inf .inf_cont {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.forum_my_inf .user_inf .inf_cont .name {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  color: #264991;
  margin-bottom: 4px;
}
.forum_my_inf .user_inf .inf_cont .name .tips {
  padding: 4px 8px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  background: linear-gradient(to right, #faf1e8, #eac39d);
  font-size: 14px;
}
.forum_my_inf .user_inf .inf_cont .vip {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9cabc8;
}
.forum_my_inf .user_inf .inf_cont .vip img {
  width: 17px;
  margin-left: 5px;
}
.forum_my_inf .btn_dl {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.forum_my_inf .btn_dl .btn {
  width: 48%;
  height: 60px;
  border-radius: 5px;
  background: #f6f9fb;
  font-size: 17px;
  color: #3a7bff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum_my_inf .new_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #3a7bff;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0px 0px 9px rgba(35, 104, 244, 0.45);
}
.forum_my_inf .new_btn img {
  width: 22px;
  margin-right: 14px;
}
.forum_fetails_article {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
.forum_fetails_article .tis_i {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.forum_fetails_article .tis_i img {
  display: block;
  width: 100%;
}
.forum_fetails_article .art_title {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #202020;
}
.forum_fetails_article .art_title .tips {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 18px;
}
.forum_fetails_article .art_title .tips.hot {
  background: #fff0e3;
  color: #fab344;
}
.forum_fetails_article .art_title .tips.old {
  background: #e7f1fe;
  color: #246cfe;
}
.forum_fetails_article .art_user {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.forum_fetails_article .art_user .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
}
.forum_fetails_article .art_user .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.forum_fetails_article .art_user .user_inf {
  width: calc(100% - 36px);
  padding-left: 14px;
}
.forum_fetails_article .art_user .user_inf .name {
  font-size: 16px;
  color: #666666;
}
.forum_fetails_article .art_user .user_inf .time {
  font-size: 14px;
  color: #999999;
}
.forum_fetails_article .detail_txt {
  padding: 14px 0;
  font-size: 16px;
  color: #333333;
}
.forum_fetails_article .detail_txt img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
.forum_fetails_article .bits_dl {
  display: flex;
  flex-wrap: wrap;
}
.forum_fetails_article .bits_dl .dd {
  padding: 10px 14px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e7f1fe;
  font-size: 15px;
  color: #3a7bff;
}
.forum_fetails_article .bits_seet {
  display: flex;
  align-items: center;
}
.forum_fetails_article .bits_seet .dz_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 34px;
  border-radius: 5px;
  background: #e7f1fe;
  font-size: 14px;
  color: #3a7bff;
  margin-right: 14px;
}
.forum_fetails_article .bits_seet .dz_btn img {
  width: 16px;
  margin-right: 10px;
}
.forum_fetails_article .bits_seet .li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #748190;
}
.forum_fetails_article .bits_seet .li img {
  width: 16px;
  margin-right: 10px;
}
.forum_fetails_reply {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.forum_fetails_reply .reply_int {
  position: relative;
  width: 100%;
  padding: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  margin-bottom: 12px;
}
.forum_fetails_reply .reply_int input {
  width: 100%;
  height: 44px;
  padding-right: 120px;
  border: none;
}
.forum_fetails_reply .reply_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 44px;
  background: #3a7bff;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.forum_fetails_reply .reply_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.forum_fetails_reply .reply_title .dl {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: #8b8b8b;
}
.forum_fetails_reply .reply_title .dl span {
  font-size: 32px;
  font-weight: bold;
  color: #2f3030;
}
.forum_fetails_reply .reply_title .hot_change {
  display: flex;
  align-items: center;
  padding: 4px;
  background: #f8f8fa;
}
.forum_fetails_reply .reply_title .hot_change .dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 25px;
  border-radius: 5px;
  font-size: 14px;
  color: #8491a5;
}
.forum_fetails_reply .reply_title .hot_change .dd.active {
  background: #fff;
  color: #1d1c1c;
}
.forum_fetails_reply .reply_last {
  position: relative;
  margin-top: 20px;
}
.forum_fetails_reply .reply_last .tis_reply {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.forum_fetails_reply .reply_last .tis_reply .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  overflow: hidden;
}
.forum_fetails_reply .reply_last .tis_reply .ava img {
  display: block;
  width: 100%;
  height: auto;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta {
  width: calc(100% - 41px);
  padding-left: 14px;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .name {
  font-size: 18px;
  color: #eb7350;
  margin-bottom: 12px;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .txt {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .bit_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .bit_date .l_inf {
  font-size: 14px;
  color: #999999;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .bit_date .r_seet {
  display: flex;
  align-items: center;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .bit_date .r_seet .li {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 14px;
  color: #8491a5;
  cursor: pointer;
}
.forum_fetails_reply .reply_last .tis_reply .reply_deta .bit_date .r_seet .li img {
  width: 24px;
  margin-right: 6px;
}
.forum_fetails_reply .reply_last .bit_reply_int {
  position: relative;
  width: 100%;
  padding: 4px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  margin-bottom: 12px;
}
.forum_fetails_reply .reply_last .bit_reply_int input {
  width: 100%;
  height: 44px;
  padding-right: 120px;
  border: none;
}
.forum_fetails_reply .reply_last .bit_reply_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 34px;
  background: #3a7bff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.forum_fetails_reply .reply_last.foot_hf {
  width: calc(100% - 50px);
  margin-left: 50px;
  margin-top: 0;
  border-left: 1px solid #efefef;
}
.forum_fetails_reply .reply_last.foot_hf .tis_reply {
  margin-bottom: 0;
}
.forum_fetails_reply .reply_last.foot_hf .tis_reply .reply_deta .huifu_box {
  display: flex;
  align-items: center;
}
.forum_fetails_reply .reply_last.foot_hf .tis_reply .reply_deta .name {
  font-size: 15px;
  margin-bottom: 5px;
  color: #eb7350;
}
.forum_fetails_reply .reply_last.foot_hf .tis_reply .reply_deta .txt {
  font-size: 15px;
  margin-bottom: 5px;
}
.fourum_deta_user {
  width: 100%;
  padding: 24px 42px;
  background: #f7f7ff;
  box-shadow: 0px 0px 20px rgba(197, 210, 237, 0.29);
  margin-bottom: 20px;
}
.fourum_deta_user .user_inf {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fourum_deta_user .user_inf .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
.fourum_deta_user .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.fourum_deta_user .user_inf .inf_cont {
  width: calc(100% - 70px);
  padding-left: 12px;
}
.fourum_deta_user .user_inf .inf_cont .name {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #264991;
}
.fourum_deta_user .user_inf .inf_cont .name .tips {
  padding: 4px 8px;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #946b43;
  border-bottom-left-radius: 0;
  background: linear-gradient(to right, #faf1e8, #eac39d);
}
.fourum_deta_user .user_inf .inf_cont .vip {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9cabc8;
}
.fourum_deta_user .user_inf .inf_cont .vip img {
  margin-left: 10px;
  width: 17px;
}
.fourum_deta_user .bit_last {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fourum_deta_user .bit_last .dl {
  width: 50%;
  text-align: center;
}
.fourum_deta_user .bit_last .dl .dt {
  font-size: 16px;
  color: #5d6e92;
  margin-bottom: 10px;
}
.fourum_deta_user .bit_last .dl .dd {
  font-size: 20px;
  color: #18191c;
}
.fourum_deta_user .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #2368f4;
  margin-bottom: 20px;
}
.fourum_deta_user .bit_btn .btn img {
  width: 20px;
  margin-right: 10px;
}
.fourum_deta_user .bit_btn .btn.xt {
  color: #fff;
  background: #2368f4;
  box-shadow: 0px 3px 9px rgba(35, 104, 244, 0.64);
}
.fourum_deta_user .bit_btn .btn.hf {
  background: #fff;
  color: #2368f4;
}
.fourum_deta_related {
  padding: 34px 30px;
  background: #fff;
  margin-bottom: 14px;
  box-shadow: 0px 0px 9px rgba(197, 210, 230, 0.29);
}
.fourum_deta_related .title_head {
  font-size: 30px;
  color: #2f3030;
  margin-bottom: 20px;
}
.fourum_deta_related .rela_list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fourum_deta_related .rela_list .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  overflow: hidden;
}
.fourum_deta_related .rela_list .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.fourum_deta_related .rela_list .det_cont {
  width: calc(100% - 54px);
  padding-left: 10px;
}
.fourum_deta_related .rela_list .det_cont .tis_name {
  font-size: 16px;
  color: #999999;
  position: relative;
  padding-right: 20%;
}
.fourum_deta_related .rela_list .det_cont .tis_name .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #cccccc;
}
.fourum_deta_related .rela_list .det_cont .txt {
  font-size: 17px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.forum_hot_cont {
  padding: 34px 30px;
  background: #fff;
  margin-bottom: 14px;
  box-shadow: 0px 0px 9px rgba(197, 210, 230, 0.29);
}
.forum_hot_cont .title_head {
  font-size: 30px;
  color: #2f3030;
  margin-bottom: 20px;
}
.forum_hot_cont .li {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.forum_hot_cont .li .txt {
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.forum_hot_cont .li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #e3e9f2;
  font-size: 15px;
  color: #8491a5;
  margin-right: 5px;
}
.forum_hot_cont .li .num img {
  display: block;
  width: 100%;
  height: 100%;
}
.fourum_doctor_cont {
  padding: 34px 30px;
  background: #fff;
  margin-bottom: 14px;
  box-shadow: 0px 0px 9px rgba(197, 210, 230, 0.29);
}
.fourum_doctor_cont .title_head {
  font-size: 30px;
  color: #2f3030;
  margin-bottom: 20px;
}
.fourum_doctor_cont .doc_list {
  display: flex;
  margin-bottom: 20px;
}
.fourum_doctor_cont .doc_list .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 170px;
}
.fourum_doctor_cont .doc_list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.fourum_doctor_cont .doc_list .det_cont {
  width: calc(100% - 140px);
  padding-left: 20px;
}
.fourum_doctor_cont .doc_list .det_cont .adres {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.fourum_doctor_cont .doc_list .det_cont .adres img {
  width: 20px;
  margin-right: 4px;
}
.fourum_doctor_cont .doc_list .det_cont .name {
  font-size: 24px;
  color: #2b3038;
  margin-bottom: 10px;
}
.fourum_doctor_cont .doc_list .det_cont .pl {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.fourum_doctor_cont .doc_list .det_cont .pl img {
  width: 18px;
  margin-right: 6px;
}
.fourum_doctor_cont .doc_list .det_cont .tips {
  display: flex;
  flex-wrap: wrap;
}
.fourum_doctor_cont .doc_list .det_cont .tips .li {
  font-size: 15px;
  color: #2b2b2b;
  margin-right: 4px;
  margin-bottom: 8px;
}
.fourum_doctor_cont .doc_list .det_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 42px;
  border-radius: 5px;
  background: #3a7bff;
  font-size: 16px;
  color: #fff;
}
.fourum_contact_cont {
  padding: 34px 30px;
  background: #fff;
  margin-bottom: 14px;
  box-shadow: 0px 0px 9px rgba(197, 210, 230, 0.29);
}
.fourum_contact_cont .title_head {
  font-size: 30px;
  color: #2f3030;
  margin-bottom: 20px;
}
.fourum_contact_cont .dl {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.fourum_contact_cont .dl .dt {
  width: 80px;
  font-size: 16px;
  color: #2f3030;
}
.fourum_contact_cont .dl .dd {
  width: calc(100% - 80px);
  font-size: 15px;
  color: #8298c6;
}
.fourum_contact_cont .wechat_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
.fourum_contact_cont .wechat_dl .l_inf {
  width: 80%;
}
.fourum_contact_cont .wechat_dl .l_inf .tle {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.fourum_contact_cont .wechat_dl .join_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3366ff;
}
.fourum_contact_cont .wechat_dl .join_btn img {
  width: 26px;
  margin-right: 6px;
}
.doct_search_result {
  padding: 34px 0;
  background: #fff;
}
.doct_search_result .warpin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doct_search_result .l_tle {
  width: 220px;
  font-size: 18px;
  color: #4f5d79;
}
.doct_search_result .l_tle span {
  color: #3a7bff;
}
.doct_search_result .r_cont {
  display: flex;
  align-items: center;
}
.doct_search_result .r_cont .dl_sel {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.doct_search_result .r_cont .dl_sel .dt {
  padding: 0 10px;
  font-size: 16px;
  color: #333333;
}
.doct_search_result .r_cont .dl_sel select {
  min-width: 172px;
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding-left: 14px;
  font-size: 16px;
  color: #666666;
  -webkit-appearance: menulist-button;
}
.doctor_main_content {
  padding: 30px 0;
  background: #eff4f8;
}
.doctor_main_content .doctor_sort {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.doctor_main_content .doctor_sort .li {
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-size: 14px;
  color: #333333;
}
.doctor_main_content .doctor_sort .li:last-child {
  margin-right: 0;
}
.doctor_main_content .doctor_sort .li img {
  width: 9px;
  margin-left: 6px;
  filter: grayscale(100%);
}
.doctor_main_content .doctor_sort .li.active img {
  filter: grayscale(0);
}
.doctor_list {
  display: flex;
  align-items: center;
  padding: 34px 40px;
  background: #fff;
  margin-bottom: 14px;
}
.doctor_list .deta_img {
  display: flex;
  justify-content: center;
  width: 191px;
  height: 246px;
  border-radius: 10px;
  overflow: hidden;
}
.doctor_list .deta_img img {
  display: block;
  width: 100%;
}
.doctor_list .deta_cont {
  width: calc(100% - 191px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}
.doctor_list .deta_cont .data_inf {
  width: 750px;
}
.doctor_list .deta_cont .tis_title {
  margin-bottom: 20px;
}
.doctor_list .deta_cont .tis_title .name {
  font-size: 28px;
  font-weight: bold;
  color: #2b3038;
  margin-bottom: 6px;
}
.doctor_list .deta_cont .tis_title .tips {
  display: flex;
  align-items: center;
}
.doctor_list .deta_cont .tis_title .tips .dd {
  padding: 0 8px;
  border-right: 1px solid #d1d1d1;
}
.doctor_list .deta_cont .tis_title .tips .dd:last-child {
  border-right: 0;
}
.doctor_list .deta_cont .tis_title .tips .dd:first-child {
  padding-left: 0;
}
.doctor_list .deta_cont .pf_data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.doctor_list .deta_cont .pf_data .li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #999999;
}
.doctor_list .deta_cont .pf_data .li:last-child {
  border-right: 0;
}
.doctor_list .deta_cont .pf_data .li:first-child {
  padding-left: 0;
}
.doctor_list .deta_cont .pf_data .dat_pf {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 25px;
}
.doctor_list .deta_cont .pf_data .dat_pf img {
  margin-right: 2px;
}
.doctor_list .deta_cont .pf_data .cor_1 {
  color: #3366ff;
}
.doctor_list .deta_cont .pf_data .cor_2 {
  color: #999999;
}
.doctor_list .deta_cont .note_dl {
  display: flex;
  padding: 15px 0;
}
.doctor_list .deta_cont .note_dl .dd {
  padding: 6px 20px;
  border: 1px solid #64c443;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #83c57f;
}
.doctor_list .deta_cont .brief {
  display: flex;
  align-items: flex-start;
}
.doctor_list .deta_cont .brief .brief_dt {
  width: 56px;
  font-size: 16px;
  color: #333333;
}
.doctor_list .deta_cont .brief .txt {
  width: calc(100% - 56px);
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctor_list .deta_cont .btn_dl {
  width: calc(100% - 750px);
}
.doctor_list .deta_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 60px;
  border: 1px solid #8fb4ff;
  border-radius: 10px;
  font-size: 18px;
  color: #3a7bff;
  cursor: pointer;
  margin: 0 0 12px auto;
}
.doctor_list .deta_cont .btn_dl .btn img {
  width: 28px;
  margin-right: 16px;
}
.doctor_list .deta_cont .btn_dl .btn:last-child {
  margin-bottom: 0;
}
.doctor_list .deta_cont .btn_dl .btn:hover {
  background: #3a7bff;
  color: #fff;
}
.doctor_list .deta_cont .btn_dl .btn:hover img {
  filter: brightness(1000%);
}
.service_recom_cont {
  padding: 10px 0 30px;
}
.service_recom_cont .title_head {
  font-size: 32px;
  font-weight: bold;
  color: #080808;
  margin-bottom: 26px;
}
.service_recom_cont .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.service_recom_cont .last_cont .list_dl {
  display: flex;
  align-items: center;
  width: calc(100% / 4);
}
.service_recom_cont .last_cont .list_dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 92px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.service_recom_cont .last_cont .list_dl .dt img {
  display: block;
  max-width: 100%;
}
.service_recom_cont .last_cont .list_dl .dd {
  width: calc(100% - 97px);
  padding-left: 14px;
  padding-right: 10px;
}
.service_recom_cont .last_cont .list_dl .dd h2 {
  font-size: 25px;
  color: #2b3038;
  margin-bottom: 6px;
}
.service_recom_cont .last_cont .list_dl .dd p {
  font-size: 14px;
  color: #999999;
}
.hospital_locat {
  padding: 20px 0 80px;
  border-bottom: 1px solid #ededed;
}
.hospital_locat .title_head {
  font-size: 28px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 30px;
}
.hospital_locat .hos_detail {
  display: flex;
}
.hospital_locat .hos_detail .l_img {
  width: 377px;
  height: 238px;
  border-radius: 14px;
  overflow: hidden;
}
.hospital_locat .hos_detail .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.hospital_locat .hos_detail .det_cont {
  width: calc(100% - 377px);
  padding-left: 32px;
}
.hospital_locat .hos_detail .det_cont .name {
  font-size: 28px;
  font-weight: bold;
  color: #2b3038;
  margin-bottom: 14px;
}
.hospital_locat .hos_detail .det_cont .adres {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
.hospital_locat .hos_detail .det_cont .adres img {
  width: 13px;
  margin-right: 6px;
}
.hospital_locat .hos_detail .det_cont .pf_data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.hospital_locat .hos_detail .det_cont .pf_data .li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #999999;
}
.hospital_locat .hos_detail .det_cont .pf_data .li:last-child {
  border-right: 0;
}
.hospital_locat .hos_detail .det_cont .pf_data .li:first-child {
  padding-left: 0;
}
.hospital_locat .hos_detail .det_cont .pf_data .dat_pf {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 25px;
}
.hospital_locat .hos_detail .det_cont .pf_data .dat_pf img {
  margin-right: 2px;
}
.hospital_locat .hos_detail .det_cont .pf_data .cor_1 {
  color: #3366ff;
}
.hospital_locat .hos_detail .det_cont .pf_data .cor_2 {
  color: #999999;
}
.hospital_locat .hos_detail .det_cont .tips_dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hospital_locat .hos_detail .det_cont .tips_dl .dd {
  padding: 8px 16px;
  border-radius: 3px;
  margin-right: 6px;
  background: #f0f0f0;
  font-size: 15px;
  color: #8b909b;
}
.hospital_locat .hos_detail .det_cont .bit_txt {
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hospital_locat .hos_detail .det_cont .bit_txt .dt {
  width: 65px;
  font-size: 16px;
  color: #333333;
}
.hospital_locat .hos_detail .det_cont .bit_txt .dd {
  width: calc(100% - 65px);
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.related_doctor_content {
  padding: 50px 0;
}
.related_doctor_content .title_head {
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  margin-bottom: 30px;
}
.related_doctor_content .related_doctor_baner {
  position: relative;
  overflow: hidden;
}
.related_doctor_content .related_doctor_baner .relat_doc_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
}
.related_doctor_content .related_doctor_baner .relat_doc_prev img {
  display: block;
  width: 10px;
}
.related_doctor_content .related_doctor_baner .relat_doc_prev:hover {
  background: #3a7bff;
}
.related_doctor_content .related_doctor_baner .relat_doc_prev:hover img {
  filter: brightness(1000%);
}
.related_doctor_content .related_doctor_baner .relat_doc_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
}
.related_doctor_content .related_doctor_baner .relat_doc_next img {
  display: block;
  width: 10px;
}
.related_doctor_content .related_doctor_baner .relat_doc_next:hover {
  background: #3a7bff;
}
.related_doctor_content .related_doctor_baner .relat_doc_next:hover img {
  filter: brightness(1000%);
}
.related_doctor_content .related_doctor_baner .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 30px 0 60px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .doc_ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 170px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .doc_ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont {
  width: calc(100% - 140px);
  padding-left: 20px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .hos {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .hos img {
  width: 19px;
  margin-right: 10px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .name {
  font-size: 16px;
  color: #2b3038;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 76px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .pf_dat {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .pf_dat .li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-right: 6px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .pf_dat .li img {
  margin-right: 4px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .txt {
  font-size: 15px;
  color: #2b2b2b;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
}
.related_doctor_content .related_doctor_baner .swiper-slide .det_cont .yy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 40px;
  background: #3a7bff;
  border-radius: 4px;
  font-size: 15px;
  color: #f3f3f3;
}
.hospital_list {
  display: flex;
  padding: 34px 40px;
  background: #fff;
  margin-bottom: 14px;
}
.hospital_list .deta_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 378px;
  height: 238px;
  border-radius: 10px;
  overflow: hidden;
}
.hospital_list .deta_img img {
  display: block;
  width: 100%;
}
.hospital_list .deta_cont {
  width: calc(100% - 378px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
}
.hospital_list .deta_cont .data_inf {
  width: 650px;
}
.hospital_list .deta_cont .tis_title {
  margin-bottom: 20px;
}
.hospital_list .deta_cont .tis_title .name {
  font-size: 28px;
  font-weight: bold;
  color: #2b3038;
  margin-bottom: 6px;
}
.hospital_list .deta_cont .tis_title .adres {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 8px;
}
.hospital_list .deta_cont .tis_title .adres img {
  width: 13px;
  margin-right: 10px;
}
.hospital_list .deta_cont .pf_data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.hospital_list .deta_cont .pf_data .li {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d1d1d1;
  font-size: 15px;
  color: #999999;
}
.hospital_list .deta_cont .pf_data .li:last-child {
  border-right: 0;
}
.hospital_list .deta_cont .pf_data .li:first-child {
  padding-left: 0;
}
.hospital_list .deta_cont .pf_data .dat_pf {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 25px;
}
.hospital_list .deta_cont .pf_data .dat_pf img {
  margin-right: 2px;
}
.hospital_list .deta_cont .pf_data .cor_1 {
  color: #3366ff;
}
.hospital_list .deta_cont .pf_data .cor_2 {
  color: #999999;
}
.hospital_list .deta_cont .note_dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.hospital_list .deta_cont .note_dl .dd {
  padding: 6px 20px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #8b909b;
  background: #f0f0f0;
}
.hospital_list .deta_cont .brief {
  display: flex;
  align-items: flex-start;
}
.hospital_list .deta_cont .brief .brief_dt {
  width: 56px;
  font-size: 16px;
  color: #333333;
}
.hospital_list .deta_cont .brief .txt {
  width: calc(100% - 56px);
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hospital_list .deta_cont .btn_dl {
  width: calc(100% - 650px);
}
.hospital_list .deta_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 60px;
  border: 1px solid #8fb4ff;
  border-radius: 10px;
  font-size: 18px;
  color: #3a7bff;
  cursor: pointer;
  margin: 0 0 12px auto;
}
.hospital_list .deta_cont .btn_dl .btn img {
  width: 28px;
  margin-right: 16px;
}
.hospital_list .deta_cont .btn_dl .btn:last-child {
  margin-bottom: 0;
}
.hospital_list .deta_cont .btn_dl .btn:hover {
  background: #3a7bff;
  color: #fff;
}
.hospital_list .deta_cont .btn_dl .btn:hover img {
  filter: brightness(1000%);
}
.hos_certif_cont {
  padding: 20px 0;
}
.hos_certif_cont .title_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hos_certif_cont .title_head span {
  padding: 5px 14px;
  background: #fff;
  font-size: 20px;
  color: #484545;
  position: relative;
  z-index: 2;
}
.hos_certif_cont .title_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hos_certif_cont .cer_dl .list {
  width: 100%;
  padding: 25px 0;
  background: #f7f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hos_certif_cont .cer_dl .list .i {
  display: block;
  width: 187px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.hos_certif_cont .cer_dl .list .i img {
  display: block;
  max-width: 100%;
}
.hospital_head_cont {
  padding: 40px 30px;
  border-radius: 10px;
  display: flex;
  background: #fff;
}
.hospital_head_cont .deta_cont {
  width: calc(100% - 360px);
  padding-left: 50px;
}
.hospital_head_cont .deta_cont .name {
  font-size: 36px;
  font-weight: bold;
  color: #2b3038;
  margin-bottom: 30px;
}
.hospital_head_cont .deta_cont .pf_det {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
}
.hospital_head_cont .deta_cont .pf_det img {
  width: 20px;
  margin-right: 4px;
}
.hospital_head_cont .deta_cont .pf_det .cor_1 {
  color: #3a7bff;
}
.hospital_head_cont .deta_cont .pf_det .cor_2 {
  color: #999999;
}
.hospital_head_cont .deta_cont .pf_det em {
  font-size: 25px;
}
.hospital_head_cont .deta_cont .tips_dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.hospital_head_cont .deta_cont .tips_dl .dd {
  padding: 8px 16px;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #f0f0f0;
  font-size: 17px;
  color: #8b909b;
}
.hospital_head_cont .deta_cont .adres {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.hospital_head_cont .deta_cont .adres img {
  width: 13px;
  margin-right: 10px;
}
.hospital_head_cont > div {
  width: 100%;
}
.hospital_head_cont > div span {
  text-wrap: wrap !important;
}
.hospital_head_cont p img {
  display: block;
  max-width: 100%;
}
.hospital_baner {
  position: relative;
  width: 700px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.hospital_baner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.hospital_baner .hospital_baner_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 11;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.hospital_baner .hospital_baner_prev img {
  width: 10px;
}
.hospital_baner .hospital_baner_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 11;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.hospital_baner .hospital_baner_next img {
  width: 10px;
}
.hospital_case_1 {
  padding: 0 30px;
  margin: 20px auto;
}
.hospital_case_1 .cont {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 36px 0 46px;
}
.hospital_case_1 .tis_nav {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.hospital_case_1 .tis_nav .li {
  padding: 12px 0;
  margin-right: 20px;
  position: relative;
  font-size: 23px;
  color: #778290;
}
.hospital_case_1 .tis_nav .li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #3e7af5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.hospital_case_1 .tis_nav .li:hover,
.hospital_case_1 .tis_nav .li.active {
  font-size: 28px;
  font-weight: bold;
  color: #3366ff;
}
.hospital_case_1 .tis_nav .li:hover::after,
.hospital_case_1 .tis_nav .li.active::after {
  width: 90%;
}
.hospital_case_1 .jj_txt p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.set_menu_main .set_tips {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.set_menu_main .set_tips .li {
  padding: 8px 20px;
  border-radius: 100px;
  margin-right: 15px;
  background: #eff4f8;
  font-size: 15px;
  color: #3366ff;
}
.set_menu_main .set_tips .li.active,
.set_menu_main .set_tips .li:hover {
  background: #2368f4;
  color: #fff;
}
.set_menu_main .set_menu_det .set_title {
  position: relative;
  margin-bottom: 30px;
}
.set_menu_main .set_menu_det .set_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
}
.set_menu_main .set_menu_det .set_title p {
  font-size: 26px;
  color: #3d3d3d;
}
.set_menu_main .set_menu_det .set_title .price_dl {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 10px;
}
.set_menu_main .set_menu_det .set_title .price_dl .dt {
  font-size: 36px;
  color: #ff601c;
  font-weight: bold;
}
.set_menu_main .set_menu_det .set_title .price_dl .dd {
  font-size: 15px;
  color: #999999;
}
.set_menu_main .set_detail_cont {
  padding: 26px;
  background: #eff4f8;
  border-radius: 10px;
}
.set_menu_main .set_detail_cont .title {
  font-size: 25px;
  color: #323941;
  margin-bottom: 24px;
}
.set_menu_main .set_detail_cont .det_list {
  position: relative;
  padding-bottom: 30px;
}
.set_menu_main .set_detail_cont .det_list::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 50px);
  border-left: 1px dashed #b2bbcd;
  position: absolute;
  left: 17px;
  top: 50px;
}
.set_menu_main .set_detail_cont .det_list .tis_cont {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.set_menu_main .set_detail_cont .det_list .tis_cont .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  background: #2368f4;
  margin-right: 10px;
}
.set_menu_main .set_detail_cont .det_list .tis_cont .num::after {
  content: "";
  display: block;
  border-right: 16px solid #2368f4;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  right: 0;
  bottom: -8px;
  transform: rotate(-5deg);
}
.set_menu_main .set_detail_cont .det_list .tis_cont .price {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #ff601c;
}
.set_menu_main .set_detail_cont .det_list .bit_cont {
  padding-left: 36px;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf p {
  font-size: 16px;
  line-height: 32px;
  color: #56585b;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf img {
  display: block;
  width: 100%;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl {
  position: relative;
  padding: 46px 18px 20px;
  background: #f8f7f6;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .additi_tips {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 18px;
  background: linear-gradient(to right, #fbe25b, #f8eba5);
  border-bottom-right-radius: 20px;
  font-size: 16px;
  color: #856a0e;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .dl .dt {
  font-size: 16px;
  color: #4979d9;
}
.set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .dl .dd {
  font-size: 20px;
  color: #222222;
}
.hospital_case_2 {
  padding: 40px 0 80px;
  border-bottom: 1px solid #ededed;
}
.hospital_case_2 .team_list {
  display: flex;
  align-items: center;
}
.hospital_case_2 .team_list .doc_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 170px;
}
.hospital_case_2 .team_list .doc_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.hospital_case_2 .team_list .team_inf {
  width: calc(100% - 140px);
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hospital_case_2 .team_list .team_inf .inf_cont {
  width: 570px;
}
.hospital_case_2 .team_list .team_inf .inf_cont .name {
  font-size: 24px;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.hospital_case_2 .team_list .team_inf .inf_cont .txt {
  font-size: 18px;
  color: #666666;
  margin-bottom: 20px;
}
.hospital_case_2 .team_list .team_inf .inf_cont .pf_deta {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
}
.hospital_case_2 .team_list .team_inf .inf_cont .pf_deta .pf {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.hospital_case_2 .team_list .team_inf .inf_cont .pf_deta .pf img {
  margin-right: 2px;
}
.hospital_case_2 .team_list .team_inf .inf_cont .pf_deta em {
  font-size: 25px;
}
.hospital_case_2 .team_list .team_inf .inf_cont .pf_deta .cor_1 {
  color: #3a7bff;
}
.hospital_case_2 .team_list .team_inf .inf_cont .pf_deta .cor_2 {
  color: #999999;
}
.hospital_case_2 .team_list .team_inf .inf_cont .tips_dl {
  display: flex;
  flex-wrap: wrap;
}
.hospital_case_2 .team_list .team_inf .inf_cont .tips_dl .dd {
  padding: 6px 16px;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 15px;
  color: #8b909b;
}
.hospital_case_2 .team_list .team_inf .btn_cont {
  width: calc(100% - 570px);
}
.hospital_case_2 .team_list .team_inf .btn_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #3a7bff;
  border: 1px solid #3c7df4;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.hospital_case_2 .team_list .team_inf .btn_cont .btn .btn_1 {
  background: #fff;
  color: #3a7bff;
}
.related_hospitals_content {
  padding: 50px 0;
}
.related_hospitals_content .title_head {
  font-size: 30px;
  color: #242424;
  margin-bottom: 30px;
}
.related_hospitals_content .country_related_baner_cont {
  position: relative;
}
.related_hospitals_content .country_related_baner_cont .related_country_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  cursor: pointer;
}
.related_hospitals_content .country_related_baner_cont .related_country_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  cursor: pointer;
}
.related_hospitals_content .country_related_baner {
  position: relative;
  overflow: hidden;
}
.related_hospitals_content .country_related_baner .swiper-slide {
  padding: 20px;
}
.related_hospitals_content .country_related_baner .swiper-slide .cont {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.related_hospitals_content .country_related_baner .swiper-slide:hover .tis_i .reser_btn {
  bottom: 20px;
  opacity: 1;
}
.related_hospitals_content .country_related_baner .tis_i {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.related_hospitals_content .country_related_baner .tis_i .pro_i {
  display: block;
  width: 100%;
  height: 100%;
}
.related_hospitals_content .country_related_baner .tis_i .reser_btn {
  position: absolute;
  bottom: 0;
  left: 5%;
  transition: all 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 60px;
  border-radius: 8px;
  background: #3a7bff;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
}
.related_hospitals_content .country_related_baner .tis_i .reser_btn .i {
  width: 28px;
  margin-right: 14px;
}
.related_hospitals_content .country_related_baner .bit_cont {
  padding: 15px 20px;
  background: #fff;
}
.related_hospitals_content .country_related_baner .bit_cont .adres {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.related_hospitals_content .country_related_baner .bit_cont .adres img {
  margin-right: 5px;
}
.related_hospitals_content .country_related_baner .bit_cont .name {
  font-size: 26px;
  color: #2b3038;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related_hospitals_content .country_related_baner .bit_cont .selected_num {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
}
.related_hospitals_content .country_related_baner .bit_cont .selected_num img {
  width: 20px;
}
.related_hospitals_content .country_related_baner .bit_cont .tips_dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.related_hospitals_content .country_related_baner .bit_cont .tips_dl .dd {
  padding: 6px 22px;
  border-radius: 100px;
  border: 1px solid #e6e9ee;
  margin-right: 4px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #7d8187;
}
.related_hospitals_content .country_related_baner .bit_cont .bits_dl {
  display: flex;
  justify-content: center;
}
.related_hospitals_content .country_related_baner .bit_cont .bits_dl .dl {
  width: calc(100% / 3);
  text-align: center;
}
.related_hospitals_content .country_related_baner .bit_cont .bits_dl .dl .dt {
  font-size: 20px;
  color: #333333;
  padding: 6px 0;
}
.related_hospitals_content .country_related_baner .bit_cont .bits_dl .dl .dt.cor_1 {
  color: #3a7bff;
  font-size: 24px;
}
.related_hospitals_content .country_related_baner .bit_cont .bits_dl .dl .dd {
  font-size: 14px;
  color: #7d8187;
}
.pages {
  display: flex;
  align-items: center;
}
/*************phone**************/
.phone_show {
  display: none;
}
@media (max-width: 720px) {
  .warpin {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .contain {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .pulic_head_cont {
    padding: 1rem 0;
  }
  .pulic_head_cont .logo img {
    height: 4rem;
  }
  .pulic_head_cont .current_country {
    display: none;
  }
  .pulic_head_cont .navi_cont {
    display: none;
  }
  .pulic_head_cont .r_cont .li img {
    width: 1.8rem;
  }
  .pulic_head_cont .r_cont .login_btn {
    display: none;
  }
  .phone_menu_btn {
    width: 3rem;
    height: 2rem;
    position: relative;
  }
  .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: #dc3581;
    position: absolute;
    transition: all 0.8s;
  }
  .phone_menu_btn .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  .phone_menu_btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .phone_menu_btn .line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-226deg);
  }
  .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(226deg);
  }
  .phone_show {
    display: block;
  }
  .phone_mene_bg {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 14;
    transition: all 0.8s;
  }
  .phone_mene_bg.active {
    right: 0;
  }
  .phone_mene_cont {
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    overflow-y: scroll;
    z-index: 15;
    transition: all 0.8s;
  }
  .phone_mene_cont .li {
    padding: 1rem;
  }
  .phone_mene_cont .li .tle {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
  }
  .phone_mene_cont .current_country {
    display: flex;
    align-items: center;
  }
  .phone_mene_cont .current_country img {
    width: 3rem;
    border: 1px solid #ccc;
  }
  .phone_mene_cont .current_country .det_inf {
    width: calc(100% - 3rem);
    padding-left: 0.4rem;
  }
  .phone_mene_cont .current_country .det_inf h2 {
    font-size: 1.6rem;
  }
  .phone_mene_cont .current_country .det_inf p {
    font-size: 1.2rem;
  }
  .phone_mene_cont .current_country .det_inf .arr {
    width: 1rem;
    border: none;
  }
  .phone_mene_cont .login_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 3rem;
    border-radius: 3px;
    background: #3a7bff;
    font-size: 1.2rem;
    color: #f9fbfe;
    margin: 1rem auto;
  }
  .phone_mene_cont .contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fa9620;
    width: 12rem;
    height: 4rem;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 5rem;
  }
  .phone_mene_cont.active {
    left: 0;
  }
  .floor_service {
    width: 5rem;
  }
  .index_case_1 {
    padding: 3rem 5vw 2rem;
  }
  .index_case_1 .tis_cont {
    margin-bottom: 4rem;
  }
  .index_case_1 .tis_cont .title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .index_case_1 .tis_cont .data_txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .index_case_1 .tis_cont .search_cont {
    flex-wrap: wrap;
  }
  .index_case_1 .tis_cont .search_cont .dl {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .index_case_1 .tis_cont .search_cont .ser_btn {
    width: 12rem;
    height: 4rem;
    margin: 1rem auto;
    font-size: 1.4rem;
  }
  .index_case_1 .tis_cont .search_cont .ser_btn img {
    width: 1.5rem;
    margin-left: 6px;
  }
  .index_case_1 .city_main .city_last_arr {
    top: -3rem;
  }
  .index_case_1 .city_main .city_last_arr .btn {
    width: 3rem;
    height: 3rem;
  }
  .index_case_1 .city_main .city_last_arr .btn img {
    width: 1rem;
  }
  .index_case_2 {
    padding: 4rem 0 2rem;
  }
  .index_case_2 .main_box {
    width: 100% !important;
    margin-bottom: 2rem;
    margin-right: 0 !important;
    padding: 1rem !important;
  }
  .index_case_2 .main_2 {
    flex-wrap: wrap;
  }
  .index_case_2 .main_2 .l_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_case_2 .main_2 .r_cont {
    width: 100%;
  }
  .index_case_2 #main5 {
    width: 100% !important;
  }
  .index_case_3 {
    padding: 3rem 0 2rem;
  }
  .index_case_3 .data_last {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .index_case_3 .data_last .list {
    width: calc(100% / 2);
    margin-bottom: 2rem;
  }
  .index_case_3 .data_last .list .tis_i {
    margin-bottom: 1rem;
  }
  .index_case_3 .data_last .list .tis_i img {
    width: 4rem;
  }
  .index_case_3 .data_last .list .inf_dl h2 {
    font-size: 1.4rem;
  }
  .index_case_3 .data_last .list .inf_dl p {
    font-size: 1.2rem;
  }
  .index_case_3 .data_last .list .inf_dl .num {
    font-size: 3rem;
    line-height: 3rem;
  }
  .index_case_3 .data_last .list .inf_dl .num span {
    font-size: 3rem !important;
  }
  .index_case_3 .link_last {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_case_3 .link_last .list {
    padding: 0 1rem;
  }
  .index_case_3 .link_last .list .tis_i {
    width: 100%;
    height: 12rem;
    margin: 0 auto 1rem;
  }
  .index_case_3 .link_last .list .txt {
    font-size: 1.2rem;
  }
  .pulic_foot_cont {
    padding: 2rem 0;
  }
  .pulic_foot_cont .contain {
    flex-wrap: wrap;
  }
  .pulic_foot_cont .l_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pulic_foot_cont .l_cont .navi_dl {
    flex-wrap: wrap;
  }
  .pulic_foot_cont .r_cont {
    width: 100%;
  }
  .login_contain {
    padding: 2rem 2vw 4rem;
  }
  .login_contain .cont_main {
    width: 100%;
  }
  .login_contain .tis_logo {
    margin-bottom: 2rem;
  }
  .login_contain .tis_logo img {
    width: 5rem;
    margin-bottom: 1rem;
  }
  .login_contain .tis_logo h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .login_contain .tis_logo p {
    font-size: 1.3rem;
  }
  .login_contain .login_cont .sub_btn {
    height: 4rem;
    margin: 2rem auto 1rem;
    font-size: 1.2rem;
  }
  .login_contain .login_cont .bits {
    font-size: 1.4rem;
  }
  .login_contain .third_party .title_head {
    margin-bottom: 1rem;
  }
  .login_contain .third_party .last .li {
    height: 4rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .login_foot_cont {
    padding: 3rem 0 2rem;
  }
  .login_foot_cont .main_cont {
    width: 100%;
  }
  .login_foot_cont .tis_cont {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .login_foot_cont .tis_cont .li {
    justify-content: center;
    width: calc(100% / 3);
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  .login_foot_cont .bit_cont .navi_dl {
    flex-wrap: wrap;
  }
  .login_foot_cont .bit_cont .navi_dl .dd {
    font-size: 1.3rem;
    padding: 0 1.4rem;
    margin-bottom: 1rem;
  }
  .login_foot_cont .bit_cont .link_dl {
    margin-bottom: 2rem;
  }
  .login_foot_cont .bit_cont .link_dl .li img {
    width: 3rem;
  }
  .personal_head {
    padding: 1rem 0;
  }
  .personal_head .logo img {
    height: 4rem;
  }
  .personal_head .per_menu {
    margin-left: 2rem;
  }
  .personal_head .r_cont .li {
    display: none;
  }
  .personal_main .l_main {
    position: absolute;
    width: 70%;
    padding: 1rem;
    z-index: 13;
  }
  .personal_main .l_main .user_inf_head {
    margin-bottom: 2rem;
  }
  .personal_main .l_main .user_inf_head .ava {
    width: 4rem;
  }
  .personal_main .l_main .user_inf_head .inf_cont {
    width: calc(100% - 4rem);
  }
  .personal_main .l_main .user_inf_head .inf_cont .vip {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .personal_main .l_main .user_inf_head .inf_cont .upload_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .personal_main .l_main .user_inf_head .inf_cont .upload_btn img {
    width: 1.5rem;
    margin-left: 4px;
  }
  .personal_main .l_main .navi_cont .last_cont {
    margin-bottom: 1rem;
    border-radius: 5px;
  }
  .personal_main .l_main .navi_cont .last_cont .list {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .personal_main .r_main {
    margin-left: 0;
    width: 100%;
    padding: 1rem;
  }
  .personal_main .wdyy_cont .tis_header {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .personal_main .wdyy_cont .tis_header .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .personal_main .wdyy_cont .tis_header .nav_tips {
    flex-wrap: wrap;
  }
  .personal_main .wdyy_cont .tis_header .nav_tips .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1rem;
    padding: 0.5rem 0.3rem;
    font-size: 1.2rem;
  }
  .personal_main .wdyy_cont .tis_header .nav_tips .li:nth-child(3n) {
    margin-right: 0;
  }
  .personal_main .wdyy_cont .tis_header .nav_tips .li .i {
    width: 1.8rem;
  }
  .personal_main .wdyy_cont .bit_cont .bit_nav {
    margin-bottom: 1rem;
  }
  .personal_main .wdyy_cont .bit_cont .bit_nav .li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .wdyy_last .list {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wdyy_last .list .pri_i {
    width: 100%;
    height: 14rem;
  }
  .wdyy_last .list .det_inf {
    width: 100%;
    padding: 1rem 0;
    display: block;
  }
  .wdyy_last .list .det_inf .inf_cont {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .wdyy_last .list .det_inf .inf_cont .tle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .wdyy_last .list .det_inf .btn_dl {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .wdyy_last .list .det_inf .btn_dl .btn {
    width: 45%;
    height: 4rem;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  .wdyy_last .list .det_inf .btn_dl .deta {
    width: 45%;
    height: 4rem;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  .wdyy_last .list .det_inf .btn_dl .pl {
    width: 45%;
    height: 4rem;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  .personal_foot {
    padding: 2rem 0;
  }
  .personal_foot .contain {
    flex-wrap: wrap;
  }
  .personal_foot .contain .l_nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .personal_foot .contain .l_nav .li {
    padding: 0 1rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .personal_foot .contain .r_copy {
    font-size: 1.4rem;
  }
  .detail_post_cont {
    width: 80%;
    padding-top: 6rem;
  }
  .detail_post_cont .title {
    padding: 1rem 0;
    margin-bottom: 1rem !important;
    font-size: 1.6rem !important;
  }
  .detail_post_cont .deta_main {
    padding: 1rem ;
  }
  .detail_post_cont .deta_main .tle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .detail_post_cont .deta_main .dl_title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .detail_post_cont .hospita_detail {
    margin-top: 2rem;
  }
  .detail_post_cont .hospita_detail .hosp_last .list {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .detail_post_cont .hospita_detail .hosp_last .list .hosp_i {
    width: 100%;
    height: 12rem;
  }
  .detail_post_cont .hospita_detail .hosp_last .list .hosp_inf {
    width: 100%;
    padding: 1rem 0;
  }
  .detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .name {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
  .detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .star {
    font-size: 1.2rem;
  }
  .detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .bit_set .li {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .detail_post_cont .hospita_detail .hosp_last .list .hosp_inf .arr {
    display: none;
  }
  .detail_post_cont .bit_btn {
    padding: 2rem 0;
  }
  .detail_post_cont .bit_btn .btn {
    width: 13rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .wd_lcjd_upload {
    padding: 1rem;
  }
  .wd_lcjd_upload .title_head {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .wd_lcjd_upload .upload_last {
    align-items: flex-start;
  }
  .wd_lcjd_upload .upload_last .file_list {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .wd_lcjd_upload .upload_last .file_list .tis_i {
    height: 16rem;
  }
  .wd_lcjd_upload .upload_last .file_list .bit_dl {
    flex-wrap: wrap;
    padding: 1rem 0 0 0;
  }
  .wd_lcjd_upload .upload_last .file_list .bit_dl .dt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .wd_lcjd_upload .upload_last .file_list .bit_dl .dd {
    width: 100%;
  }
  .wd_lcjd_upload .upload_last .file_upload {
    width: 49%;
    padding: 1rem;
  }
  .wd_lcjd_upload .upload_last .file_upload .upload_btn {
    height: 4rem;
    font-size: 1.2rem;
  }
  .wd_lcjd_main .head_cont {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wd_lcjd_main .head_cont .title_head {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .wd_lcjd_main .head_cont .search_int {
    position: relative;
    right: 0;
    top: 0;
    width: 70%;
    height: 3rem;
    margin-bottom: 3rem;
  }
  .wd_lcjd_main .bit_main .tis_filter .li {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    margin-right: 4px;
    margin-bottom: 1rem;
  }
  .filter_nav {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .filter_nav .li {
    margin-right: 2rem;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .lcjd_last .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .lcjd_last .list .l_img {
    width: 4rem;
  }
  .lcjd_last .list .l_img img {
    width: 100%;
  }
  .lcjd_last .list .r_cont {
    width: calc(100% - 4rem);
    flex-wrap: wrap;
  }
  .lcjd_last .list .r_cont .inf_cont {
    width: 100%;
  }
  .lcjd_last .list .r_cont .inf_cont .tis_title {
    width: 100%;
    margin-bottom: 1rem;
  }
  .lcjd_last .list .r_cont .inf_cont .tis_title h2 {
    font-size: 1.6rem;
  }
  .lcjd_last .list .r_cont .inf_cont .tis_title p {
    font-size: 1.2rem;
  }
  .lcjd_last .list .r_cont .deta {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lcjd_last .list .r_cont .deta .down_btn {
    width: 45%;
    padding: 1rem;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .lcjd_last .list .r_cont .deta .more {
    width: 45%;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .user_answer_cont .title_head {
    font-size: 1.8rem;
  }
  .user_answer_cont .title_head .publish_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .user_answer_cont .title_head .publish_btn img {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
  .user_answer_cont .title_head .publish_int {
    position: relative;
    width: 100%;
    margin: 2rem auto;
  }
  .answer_list {
    padding: 1rem;
  }
  .answer_list .tis_title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .answer_list .tis_title span {
    font-size: 1.2rem;
    padding: 2px 4px;
  }
  .answer_list .user_det {
    font-size: 1.2rem;
  }
  .answer_list .user_det .ava {
    width: 1.5rem;
    height: 1.5rem;
  }
  .answer_list .answer_reply {
    padding: 1rem;
  }
  .answer_list .answer_reply .reply_inf {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .answer_list .answer_reply .reply_inf .ava {
    width: 1.6rem;
    height: 1.6rem;
  }
  .answer_list .answer_reply .reply_inf .name {
    font-size: 1.4rem;
  }
  .answer_list .answer_reply .reply_txt {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .answer_list .answer_reply .blish_reply {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    margin-top: 1rem;
  }
  .answer_list .answer_reply .blish_reply input {
    width: 100%;
    height: 3rem;
    font-size: 1.4rem;
  }
  .answer_list .answer_reply .blish_reply .btn {
    width: 10rem;
    height: 2.6rem;
    font-size: 1.4rem;
    border-radius: 3px;
  }
  .comment_list {
    flex-wrap: wrap;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
  .comment_list .comment_inf {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
  }
  .comment_list .comment_inf .l_img {
    width: 100%;
    height: 12rem;
    overflow: hidden;
  }
  .comment_list .comment_inf .l_img img {
    display: block;
    width: 100%;
  }
  .comment_list .comment_inf .inf_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .comment_list .comment_inf .inf_cont .tle {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .comment_list .com_answer {
    padding: 1rem;
  }
  .comment_list .com_answer .ava {
    width: 3rem;
    height: 3rem;
  }
  .comment_list .com_answer .det_cont {
    width: calc(100% - 3rem);
  }
  .comment_list .com_answer .det_cont .name {
    font-size: 1.6rem;
  }
  .comment_list .com_answer .det_cont .time {
    font-size: 1.4rem;
  }
  .comment_list .com_answer .det_cont .txt {
    font-size: 1.2rem;
  }
  .comment_list .com_answer .det_cont .star_dl {
    top: 1rem;
    right: 1rem;
  }
  .comment_list .new_pulis {
    width: 100%;
    height: 4rem;
    font-size: 1.2rem;
  }
  .post_last .list {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .post_last .list .title_head {
    font-size: 1.4rem;
  }
  .post_last .list .title_head .tips {
    padding: 2px;
    font-size: 1.2rem;
  }
  .post_last .list .post_user {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .post_last .list .post_inf {
    width: 100%;
    flex-wrap: wrap;
  }
  .post_last .list .post_inf .l_img {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  .post_last .list .post_inf .txt {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem 0;
    line-height: 2.4rem;
  }
  .post_last .list .set_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    transform: translateY(0);
  }
  .post_last .list .set_btn .btn {
    width: 48%;
    height: 4rem;
    font-size: 1.4rem;
  }
  .apply_dc_cont .cont_box {
    width: 90%;
  }
  .apply_dc_cont .cont_box .title_head {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .apply_dc_cont .cont_box .sele_last {
    padding: 1rem;
  }
  .apply_dc_cont .cont_box .sub_btn {
    width: 14rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .user_personal_seet .title_head {
    font-size: 1.5rem;
  }
  .user_personal_seet .account_infor {
    padding: 1rem;
  }
  .user_personal_seet .account_infor .title {
    font-size: 1.5rem;
  }
  .user_personal_seet .account_infor .infor_cont {
    flex-wrap: wrap;
  }
  .user_personal_seet .account_infor .infor_cont .l_ava_inf {
    width: 100%;
    padding: 1rem 0;
  }
  .user_personal_seet .account_infor .infor_cont .l_ava_inf .tis_ava {
    width: 6rem;
    height: 6rem;
  }
  .user_personal_seet .account_infor .infor_cont .l_ava_inf .ava_change_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .user_personal_seet .account_infor .infor_cont .r_form {
    width: 100%;
    padding: 1rem 0;
  }
  .user_personal_seet .account_infor .infor_cont .r_form .int_last .int_dl {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .user_personal_seet .account_infor .infor_cont .r_form .int_last .int_dl .dt {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
  .user_personal_seet .account_infor .infor_cont .r_form .int_last .int_dl .dd input {
    height: 3rem;
    font-size: 1.3rem;
  }
  .user_personal_seet .account_infor .infor_cont .r_form .sub_btn {
    width: 14rem;
    height: 3rem;
    font-size: 1.4rem;
    margin: 1rem auto 0;
  }
  .user_personal_seet .apply_for_last {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .user_personal_seet .apply_for_last .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .user_personal_seet .apply_for_last .det_cont {
    flex-wrap: wrap;
  }
  .user_personal_seet .apply_for_last .det_cont .l_cont {
    width: 100%;
    flex-wrap: wrap;
  }
  .user_personal_seet .apply_for_last .det_cont .l_cont .dl {
    flex-wrap: wrap;
    min-width: 100%;
    margin-bottom: 1rem;
  }
  .user_personal_seet .apply_for_last .det_cont .l_cont .dl .dt {
    margin-bottom: 1rem;
  }
  .user_personal_seet .apply_for_last .det_cont .apply_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .user_personal_seet .apply_for_last .det_cont .lv_last {
    flex-wrap: wrap;
  }
  .user_personal_seet .apply_for_last .det_cont .lv_last .li {
    padding: 0 3rem 0 1rem;
    font-size: 1.2rem;
  }
  .user_personal_seet .apply_for_last .det_cont .lv_last .li::before {
    width: 2rem;
  }
  .about_case_1 {
    overflow: hidden;
  }
  .about_case_1 .bg {
    height: 22rem;
  }
  .about_case_1 .title_head {
    padding: 0 1rem;
  }
  .about_case_1 .title_head h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .about_case_1 .title_head p {
    font-size: 1.6rem;
  }
  .about_case_1 .mouse_btn {
    display: none;
  }
  .about_case_2 {
    padding: 2rem 0;
  }
  .about_case_2 .warpin {
    flex-wrap: wrap;
  }
  .about_case_2 .r_img {
    width: 100%;
    order: 1;
  }
  .about_case_2 .l_cont {
    width: 100%;
    padding: 1rem 0;
    order: 2;
  }
  .about_case_2 .l_cont .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_2 .l_cont p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .about_case_3 .txt_cont h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_3 .txt_cont p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .about_case_4 {
    padding: 2rem 0;
  }
  .about_case_4 .title_head {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .about_case_4 .last_cont .list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
    padding: 2rem 0;
  }
  .about_case_4 .last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .about_case_4 .last_cont .list .tis_i {
    height: 6rem;
    margin-bottom: 1rem;
  }
  .about_case_4 .last_cont .list .tis_i img {
    width: 5rem;
  }
  .about_case_4 .more_btn {
    width: 60%;
    height: 4rem;
    font-size: 1.4rem;
    margin: 2rem auto 0;
  }
  .about_main {
    padding: 2rem 0;
  }
  .about_main .warpin {
    flex-wrap: wrap;
  }
  .about_main .l_manu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .about_main .l_manu .li {
    width: 49%;
    margin-right: 2%;
    padding: 1rem;
  }
  .about_main .l_manu .li span {
    font-size: 1.4rem;
  }
  .about_main .l_manu .li:nth-child(2n) {
    margin-right: 0;
  }
  .about_main .r_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .country_main .warpin {
    width: 100%;
  }
  .country_case_1 .tis_cont {
    padding: 0 1vw;
  }
  .country_case_1 .tis_cont .title {
    margin-bottom: 2rem;
  }
  .country_case_1 .tis_cont .title h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .country_case_1 .tis_cont .title p {
    font-size: 1.2rem;
  }
  .country_case_1 .tis_cont .search_int {
    width: 100%;
    height: 4rem;
  }
  .country_case_1 .tis_cont .search_int input {
    font-size: 1.2rem;
    background-size: 1.5rem;
  }
  .country_case1_baner {
    height: 32rem;
  }
  .country_case1_baner .swiper-slide .i {
    height: 100%;
  }
  .country_case_2 {
    padding: 2rem 0;
  }
  .country_case_2 .list {
    width: 49%;
    padding: 2rem 0;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .country_case_2 .list:nth-child(2n) {
    margin-right: 0;
  }
  .country_case_2 .list h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .country_case_2 .list p {
    font-size: 1.2rem;
  }
  .country_case_3 {
    padding: 2rem 0;
  }
  .country_case_3 .tis_content {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .country_case_3 .tis_content .title_head {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .country_case_3 .tis_content .title_head h2 {
    font-size: 1.8rem;
  }
  .country_case_3 .tis_content .title_head p {
    font-size: 1.4rem;
  }
  .country_case_3 .tis_content .tips_dl .dl {
    padding: 0 1rem;
  }
  .country_case_3 .tis_content .tips_dl .dl .dt {
    font-size: 1.4rem;
  }
  .country_case_3 .tis_content .tips_dl .dl .dd {
    font-size: 1.2rem;
  }
  .country_case_btn {
    display: none;
  }
  .country_case3_baner .bit_cont {
    padding: 1rem;
  }
  .country_case3_baner .bit_cont .name {
    font-size: 1.4rem;
    height: 4rem;
  }
  .country_case3_baner .bit_cont .tips_dl {
    padding: 1rem 0;
  }
  .country_case3_baner .bit_cont .tips_dl .dd {
    padding: 4px 10px;
    font-size: 1.2rem;
  }
  .country_case3_baner .bit_cont .bits_dl .dl .dt {
    font-size: 1.4rem;
    padding: 3px 0;
  }
  .country_case3_baner .bit_cont .bits_dl .dl .dd {
    font-size: 1.2rem;
  }
  .country_case_4 {
    padding: 2rem 0;
  }
  .country_case_4 .tis_content {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .country_case_4 .tis_content .title_head {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .country_case_4 .tis_content .title_head h2 {
    font-size: 1.8rem;
  }
  .country_case_4 .tis_content .title_head p {
    font-size: 1.4rem;
  }
  .country_case_4 .tis_content .tips_dl .dl {
    padding: 0 1rem;
  }
  .country_case_4 .tis_content .tips_dl .dl .dt {
    font-size: 1.4rem;
  }
  .country_case_4 .tis_content .tips_dl .dl .dd {
    font-size: 1.2rem;
  }
  .country_case4_baner .swiper-slide {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .country_case4_baner .swiper-slide .doc_i {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    align-items: flex-start;
  }
  .country_case4_baner .swiper-slide .doc_i img {
    height: auto;
  }
  .country_case4_baner .swiper-slide .det_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .country_case4_baner .swiper-slide .det_cont .hospi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .country_case4_baner .swiper-slide .det_cont .hospi img {
    display: none;
  }
  .country_case4_baner .swiper-slide .det_cont .name {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    height: 5rem;
  }
  .country_case4_baner .swiper-slide .det_cont .txt {
    font-size: 1.2rem;
    height: 4rem;
  }
  .country_case4_baner .swiper-slide .det_cont .yy_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.3rem;
  }
  .country_case_5 {
    padding: 2rem 0;
  }
  .country_case_5 .title_head {
    margin-bottom: 1rem;
  }
  .country_case_5 .title_head h2 {
    font-size: 1.8rem;
  }
  .country_case_5 .title_head p {
    font-size: 1.4rem;
  }
  .country_case_5 .last_cont .list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
    padding: 2rem 0;
  }
  .country_case_5 .last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .country_case_5 .last_cont .list .tis_i img {
    width: 6rem;
  }
  .country_case_5 .last_cont .list .det h2 {
    font-size: 1.4rem;
  }
  .country_case_5 .last_cont .list .det p {
    font-size: 1.2rem;
  }
  .country_case_5 .bg {
    width: 300%;
    height: 100%;
  }
  .country_case6 {
    padding: 1rem 0;
  }
  .country_case6 .title_head {
    margin-bottom: 1rem;
  }
  .country_case6 .title_head h2 {
    font-size: 1.8rem;
  }
  .country_case6 .title_head p {
    font-size: 1.4rem;
  }
  .country_case6 .img_last {
    margin-bottom: 2rem;
  }
  .country_case6 .img_last .list {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .country_case6 .img_last .list .bg {
    width: 100%;
    height: auto;
  }
  .country_case6 .img_last .list .det_cont {
    padding: 1rem;
  }
  .country_case6 .img_last .list .det_cont .name {
    font-size: 1.5rem;
  }
  .country_case6 .benefit_last .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .country_case6 .benefit_last .list .tis_cont {
    padding: 1rem;
  }
  .country_case6 .benefit_last .list .tis_cont .lv_dl {
    display: none;
  }
  .country_case6 .benefit_last .list .tis_cont .tle h2 {
    font-size: 1.5rem;
  }
  .country_case6 .benefit_last .list .tis_cont .tle p {
    font-size: 1.2rem;
  }
  .country_case6 .benefit_last .list .tis_cont .tips {
    width: 5rem;
    height: 6rem;
    padding-top: 1rem;
  }
  .country_case6 .benefit_last .list .tis_cont .tips h2 {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  .country_case6 .benefit_last .list .tis_cont .tips p {
    font-size: 1.2rem;
  }
  .country_case6 .benefit_last .list .tis_cont .tips p span {
    font-size: 1.4rem;
  }
  .country_case6 .benefit_last .list .bits_cont {
    height: 22rem;
  }
  .country_case6 .benefit_last .list .bits_cont .bits_txt {
    width: 60%;
  }
  .country_case6 .benefit_last .list .bits_cont .bits_txt h2 {
    font-size: 1.4rem;
  }
  .country_case6 .benefit_last .list .bits_cont .bits_txt p {
    font-size: 1.2rem;
  }
  .country_case7 {
    padding: 2rem 0;
  }
  .country_case7 .bg {
    width: 300%;
    height: 100%;
  }
  .country_case7 .title_head {
    margin-bottom: 2rem;
  }
  .country_case7 .title_head h2 {
    font-size: 1.6rem;
  }
  .country_case7 .title_head p {
    font-size: 1.3rem;
  }
  .country_case7 .title_head .tips_nav .li {
    padding: 5px;
    font-size: 1.2rem;
  }
  .country_case7 .bit_cont .cont {
    flex-wrap: wrap;
  }
  .country_case7 .bit_cont .l_last {
    width: 100%;
  }
  .country_case7 .bit_cont .l_last .det_list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
  }
  .country_case7 .bit_cont .l_last .det_list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .country_case7 .bit_cont .l_last .det_list .bit_cont {
    padding: 0.8rem;
  }
  .country_case7 .bit_cont .l_last .det_list .bit_cont h2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .country_case7 .bit_cont .l_last .det_list .bit_cont p {
    font-size: 1.2rem;
  }
  .country_case7 .bit_cont .r_news {
    width: 100%;
    padding: 1rem;
  }
  .country_case7 .bit_cont .r_news .list {
    padding: 0.6rem 0;
  }
  .country_case7 .bit_cont .r_news .list .dd {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .country_case8 {
    padding: 2rem 0;
  }
  .country_case8 .title_head {
    margin-bottom: 1rem;
  }
  .country_case8 .title_head h2 {
    font-size: 1.6rem;
  }
  .country_case8 .title_head p {
    font-size: 1.3rem;
  }
  .country_case8_baner .swiper-slide {
    width: 15rem;
    height: 24rem;
  }
  .country_c8_link {
    padding: 2rem 0;
    flex-wrap: wrap;
  }
  .country_c8_link .dt {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .country_c8_link .dd {
    width: 100%;
  }
  .country_c8_link .dd .list .tis_i {
    height: 10rem;
  }
  .country_c8_link .dd .list .tis_i img {
    width: 7rem;
  }
  .country_c8_link .dd .list .txt {
    font-size: 1.4rem;
  }
  .pulic_cont_baner {
    height: auto;
  }
  .pulic_cont_baner .bg {
    height: 16rem;
  }
  .pulic_cont_baner .search_int {
    width: 80%;
    height: 4rem;
  }
  .hotal_reserva_main {
    padding: 2rem 0;
    background: #fff;
  }
  .hotal_reserva_main .warpin {
    flex-wrap: wrap;
  }
  .hotal_reserva_main::after {
    display: none;
  }
  .hotal_reserva_main .l_main {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hotal_reserva_main .l_main .title_head {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .title_head {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .tis_time {
    flex-wrap: wrap;
    padding: 0.4rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .tis_time .time {
    width: 100%;
    font-size: 1.6rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .tis_time span {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_head {
    padding: 1rem 0.5rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail {
    padding: 0.5rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list .dt {
    font-size: 1.4rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list .dt h2 {
    font-size: 1.4rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .room_list .dt p {
    font-size: 1.2rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .date_main .room_det .room_bit_detail .bit_sub .btn {
    width: 6rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .room_data_main .list {
    flex-wrap: wrap;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .inf_cont h2 {
    font-size: 1.4rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .zt {
    width: 10rem;
    justify-content: flex-start;
  }
  .hotal_reserva_main .l_main .sele_main_cont .room_data_main .list .zt span {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .contact_main {
    padding: 1rem 0;
  }
  .hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl {
    margin-bottom: 1rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .dt {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .hotal_reserva_main .l_main .sele_main_cont .contact_main .int_dl .dd input {
    height: 3rem;
    border-radius: 4px;
  }
  .hotal_reserva_main .l_main .bit_sub_btn {
    height: 4rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .hotal_reserva_main .r_main {
    padding: 1rem 0;
    width: 100%;
  }
  .count_dl .btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
  .count_dl input {
    width: 6rem;
    height: 3rem;
  }
  .summary_deta_main {
    width: 100%;
  }
  .summary_deta_main .title {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .summary_deta_main .sum_detail_cont .tis_cont {
    padding: 1rem;
  }
  .summary_deta_main .sum_detail_cont .tis_cont .host_list {
    padding: 1rem 0;
  }
  .summary_deta_main .sum_detail_cont .tis_cont .host_list .l_img {
    width: 12rem;
    height: 6rem;
  }
  .summary_deta_main .sum_detail_cont .tis_cont .host_list .r_cont {
    width: calc(100% - 12rem);
  }
  .summary_deta_main .sum_detail_cont .tis_cont .host_list .r_cont .tips span {
    padding: 2px;
    font-size: 1.2rem;
  }
  .summary_deta_main .sum_detail_cont .tis_cont .host_list .r_cont .tle {
    font-size: 1.4rem;
    padding: 3px 0;
  }
  .summary_deta_main .sum_detail_cont .room_list {
    padding: 1rem 0;
  }
  .summary_deta_main .sum_detail_cont .room_list .tle {
    font-size: 1.5rem;
  }
  .summary_deta_main .sum_detail_cont .room_list .pri {
    top: 1rem;
  }
  .summary_deta_main .sum_detail_cont .bits_dl {
    padding: 1rem 0;
  }
  .summary_deta_main .sum_detail_cont .bits_dl .dl .dd h2 {
    font-size: 1.5rem;
  }
  .summary_deta_main .sum_detail_cont .bit_cont {
    padding: 1rem;
  }
  .summary_deta_main .sum_detail_cont .bit_cont .total_dl .dt {
    font-size: 1.6rem;
  }
  .summary_deta_main .sum_detail_cont .bit_cont .total_dl .dd {
    font-size: 1.3rem;
  }
  .summary_deta_main .sum_detail_cont .bit_cont .bits {
    font-size: 1.4rem;
  }
  .pulic_main_maps {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .hotel_main_detail {
    margin-bottom: 1rem;
  }
  .hotel_main_detail .deta_main {
    flex-wrap: wrap;
  }
  .hotel_main_detail .deta_main .l_main {
    width: 100%;
    padding: 1rem;
  }
  .hotel_main_detail .deta_main .l_main .tis_deta_cont {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title {
    margin-bottom: 1rem;
  }
  .hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title h3 {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .hotel_main_detail .deta_main .l_main .tis_deta_cont .tis_title p {
    font-size: 1.2rem;
  }
  .hotel_main_detail .deta_main .l_main .hotel_img_baner {
    margin-bottom: 1rem;
  }
  .hotel_main_detail .deta_main .l_main .hotel_img_baner .l_hotle_baner {
    display: none;
  }
  .hotel_main_detail .deta_main .l_main .hotel_img_baner .r_hotle_baner {
    width: 100%;
    height: 30rem;
  }
  .hotel_main_detail .deta_main .l_main .adres {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .hotel_main_detail .deta_main .l_main .bit_inf_cont .tis_nav .li {
    padding: 1rem 0;
    font-size: 1.4rem;
    margin-right: 1rem;
  }
  .hotel_main_detail .deta_main .l_main .bit_inf_cont .tis_nav .li.active {
    font-size: 1.6rem;
  }
  .hotel_main_detail .deta_main .r_main {
    width: 100%;
  }
  .pulic_detail_1 {
    padding: 1rem 0 2rem;
  }
  .bill_fare_main {
    padding: 1rem 0 2rem;
  }
  .bill_fare_main .bill_last .tle {
    font-size: 1.4rem;
  }
  .bill_fare_main .bill_last .bill_dl .dl {
    width: 100%;
    padding: 1rem 0;
    margin-right: 0;
  }
  .bill_fare_main .bill_last .bill_dl .dl .dt {
    width: 14rem;
    height: 10rem;
  }
  .bill_fare_main .bill_last .bill_dl .dl .dd {
    width: calc(100% - 14rem);
    padding-left: 1rem;
  }
  .bill_fare_main .bill_last .bill_dl .dl .dd h2 {
    font-size: 1.5rem;
  }
  .bill_fare_main .bill_last .bill_dl .dl .dd span {
    position: relative;
    font-size: 1.4rem;
  }
  .pulic_deta_title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .pulic_detail_facili {
    padding: 1rem 0 2rem;
  }
  .pulic_detail_facili .dl .dd {
    width: 50%;
    padding: 0 1rem;
    font-size: 1.45rem;
    margin-bottom: 1rem;
  }
  .pulic_detail_facili .dl .dd .tis_i {
    height: auto;
  }
  .pulic_detail_facili .dl .dd .tis_i img {
    height: 5rem;
  }
  .pulic_detail_facili .dl .dd p {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
  .pulic_detail_2 {
    padding: 1rem 0 2rem;
  }
  .pulic_detail_2 .dl .dd {
    width: 50%;
    padding: 0 1rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .pulic_detail_3 {
    padding: 1rem 0 2rem;
  }
  .pulic_detail_3 .img_cont {
    flex-wrap: wrap;
  }
  .pulic_detail_3 .img_cont .l_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pulic_detail_3 .img_cont .l_img .bit_seet .video_btn {
    width: 3rem;
    height: 3rem;
  }
  .pulic_detail_3 .img_cont .l_img .bit_seet .video_btn img {
    width: 1.5rem;
  }
  .pulic_detail_3 .img_cont .l_img .bit_seet .all_img {
    padding: 0 1rem;
    height: 3rem;
  }
  .pulic_detail_3 .img_cont .r_img {
    width: 100%;
  }
  .pulic_detail_4 {
    padding: 1rem 0 2rem;
  }
  .pulic_detail_4 .main_cont {
    flex-wrap: wrap;
  }
  .pulic_detail_4 .l_cont {
    width: 100%;
    margin-bottom: 2rem;
  }
  .pulic_detail_4 .l_cont .map {
    margin-bottom: 1rem;
  }
  .pulic_detail_4 .r_cont {
    width: 100%;
    padding-left: 0;
  }
  .pulic_detail_4 .r_cont .tips_tle {
    margin-bottom: 2rem;
  }
  .pulic_detail_4 .r_cont .tips_tle span {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .pulic_detail_4 .r_cont .dl {
    margin-bottom: 1rem;
  }
  .pulic_detail_5 {
    padding: 1rem 0 2rem;
  }
  .pulic_detail_5 .score_cont {
    flex-wrap: wrap;
  }
  .pulic_detail_5 .l_score {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pulic_detail_5 .l_score .num {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .pulic_detail_5 .r_score {
    width: 100%;
  }
  .pulic_detail_5 .r_score .dl {
    margin-bottom: 0.5rem;
  }
  .pulic_comment_main {
    padding: 2rem 0;
  }
  .pulic_comment_main .comment_list {
    padding: 1rem 0;
  }
  .pulic_comment_main .comment_list .l_ava {
    width: 6rem;
  }
  .pulic_comment_main .comment_list .l_ava .ava {
    width: 5rem;
    height: 5rem;
  }
  .pulic_comment_main .comment_list .r_cont {
    width: calc(100% - 6rem);
    padding-left: 0;
  }
  .pulic_comment_main .comment_list .r_cont .tle {
    font-size: 1.5rem;
  }
  .pulic_comment_main .comment_list .r_cont .time {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .pulic_comment_main .comment_list .r_cont .txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .pulic_comment_main .comment_inf_cont {
    padding: 1rem 0;
  }
  .pulic_comment_main .comment_inf_cont .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .pulic_comment_main .comment_inf_cont .comment_evaluate {
    padding: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .pulic_comment_main .comment_inf_cont .comment_evaluate .dl {
    width: calc(100% / 2);
    margin-bottom: 1rem;
  }
  .pulic_comment_main .comment_inf_cont .comment_evaluate .dl .dt {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .pulic_comment_main .comment_inf_cont .evaluate_txt {
    padding: 0.6rem;
  }
  .pulic_comment_main .comment_inf_cont .evaluate_txt textarea {
    font-size: 1.4rem;
  }
  .pulic_comment_main .comment_inf_cont .evaluate_txt .eva_bit .btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .interval_price_cont {
    width: 100%;
    padding: 1rem;
  }
  .interval_price_cont .title_head {
    margin-bottom: 1rem;
  }
  .interval_price_cont .btn_dl {
    display: flex;
    flex-wrap: wrap;
  }
  .interval_price_cont .btn_dl .btn {
    width: 49%;
    height: 5rem;
    font-size: 1.4rem;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .interval_price_cont .btn_dl .btn:nth-child(2n) {
    margin-right: 0;
  }
  .interval_price_cont .service_bit {
    padding: 1.5rem 0;
  }
  .interval_price_cont .discount_cont {
    padding: 0 0 1rem;
  }
  .interval_price_cont .discount_cont .mem_price {
    display: none;
  }
  .comment_related {
    padding: 2rem 0;
  }
  .comment_related .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .comment_related .related_baner_cont .related_baner_next,
  .comment_related .related_baner_cont .related_baner_prev {
    display: none;
  }
  .hotel_main_cont {
    padding: 1rem 0;
  }
  .hotel_main_cont .main_head_nav .li {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .hotel_main_cont .main_head_nav .li .i {
    width: 2rem;
    height: 2rem;
  }
  .hotel_main_cont .filter_dl {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .hotel_main_cont .filter_dl .dd select {
    padding: 0.8rem 2rem 0.8rem 0.6rem;
    font-size: 1.2rem;
  }
  .hotel_main_cont .filter_result {
    display: none;
  }
  .hotel_product_last {
    padding: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .hotel_product_last .hotel_pro_baner {
    width: 100%;
    height: 18rem;
  }
  .hotel_product_last .deta_cont {
    width: 100%;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .hotel_product_last .deta_cont .data_inf {
    width: 100%;
  }
  .hotel_product_last .deta_cont .data_inf .tis_title {
    flex-wrap: wrap;
  }
  .hotel_product_last .deta_cont .data_inf .tis_title .name {
    width: 100%;
    font-size: 1.5rem;
  }
  .hotel_product_last .deta_cont .locat {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .hotel_product_last .deta_cont .pf_data {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .hotel_product_last .deta_cont .pf_data .li {
    width: 100%;
  }
  .hotel_product_last .deta_cont .adres {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .hotel_product_last .deta_cont .brief .txt {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .hotel_product_last .deta_cont .btn_dl {
    width: 100%;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotel_product_last .deta_cont .btn_dl .btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .hotel_product_last .deta_cont .btn_dl .btn img {
    width: 1.8rem;
  }
  .pulic_recom_cont {
    padding: 2rem 0 1rem;
  }
  .pulic_recom_cont .tis_nav {
    margin-bottom: 1rem;
  }
  .pulic_recom_cont .tis_nav .li {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
  .pulic_recom_cont .tis_nav .li.active,
  .pulic_recom_cont .tis_nav .li:hover {
    font-size: 1.4rem;
  }
  .recom_last .list {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 1rem;
  }
  .recom_last .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .recom_last .list .tis_i {
    height: 16rem;
  }
  .recom_last .list .tis_i .det_btn {
    font-size: 1.2rem;
    padding: 5px 0;
  }
  .recom_last .list .tis_i .det_btn .add {
    width: 1.4rem;
  }
  .recom_last .list .bit_cont .name {
    flex-wrap: wrap;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .recom_last .list .bit_cont .adres {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .recom_last .list .bit_cont .price {
    font-size: 1.4rem;
  }
  .recom_last .list .bit_cont .price span {
    font-size: 1.6rem;
  }
  .service_index_main .case_1 {
    padding: 3rem 0;
    overflow: hidden;
  }
  .service_index_main .case_1 .bg {
    height: 100%;
    width: 200%;
  }
  .service_index_main .case_1 .title_head {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
  .service_index_main .case_1 .login_btn {
    margin-top: 3rem;
    width: 12rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .service_index_main .case_2 {
    padding: 2rem 0;
  }
  .service_index_main .case_2 .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .service_index_main .case_2 .last_cont .list {
    width: 49%;
    margin-right: 2% !important;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .service_index_main .case_2 .last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .service_index_main .case_2 .last_cont .list .tis_i {
    height: 6rem;
  }
  .service_index_main .case_2 .last_cont .list .tis_i img {
    width: 6rem;
  }
  .service_index_main .case_2 .last_cont .list .title_head {
    padding: 0.6rem 0;
  }
  .service_index_main .case_2 .last_cont .list .title_head h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .service_index_main .case_2 .last_cont .list .title_head p {
    font-size: 1.2rem;
  }
  .service_index_main .case_3 {
    padding: 2rem 0;
  }
  .service_index_main .case_3 .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .service_index_main .case_3 .last_cont .list {
    width: 49%;
    margin-right: 2% !important;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .service_index_main .case_3 .last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .service_index_main .case_3 .last_cont .list .tis_i {
    height: 6rem;
  }
  .service_index_main .case_3 .last_cont .list .tis_i img {
    width: 6rem;
  }
  .service_index_main .case_3 .last_cont .list h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .service_index_main .case_3 .last_cont .list p {
    font-size: 1.2rem;
  }
  .service_index_main .case_4 {
    padding: 2rem 0;
  }
  .service_index_main .case_4 .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .service_index_main .case_4 .last_cont .list {
    width: 49%;
    margin-right: 2% !important;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .service_index_main .case_4 .last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .service_index_main .case_4 .last_cont .list .tis_i {
    height: 6rem;
  }
  .service_index_main .case_4 .last_cont .list .tis_i img {
    width: 6rem;
  }
  .service_index_main .case_4 .last_cont .list h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .service_index_main .case_4 .last_cont .list p {
    font-size: 1.2rem;
  }
  .vip_recommend {
    padding: 3rem 0;
  }
  .vip_recommend .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .vip_recommend .recom_list {
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 1rem 0;
  }
  .vip_recommend .recom_list .deta_img {
    width: 100%;
    height: 18rem;
  }
  .vip_recommend .recom_list .deta_cont {
    width: 100%;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .vip_recommend .recom_list .deta_cont .tis_title .name {
    font-size: 1.6rem;
  }
  .vip_recommend .recom_list .deta_cont .tis_title .price {
    font-size: 1.4rem;
  }
  .vip_recommend .recom_list .deta_cont .locat {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .vip_recommend .recom_list .deta_cont .data_inf {
    width: 100%;
  }
  .vip_recommend .recom_list .deta_cont .btn_dl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0 0;
  }
  .vip_recommend .recom_list .deta_cont .btn_dl .btn {
    width: 32%;
    margin: 0;
    height: 4rem;
    font-size: 1.4rem;
  }
  .vip_recommend .recom_list .deta_cont .btn_dl .btn img {
    width: 2rem;
    margin-right: 0.5rem;
  }
  .vip_recommend .recom_list .deta_cont .brief .txt {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .service_main_cont {
    padding: 1rem 0;
  }
  .service_main_cont .main_content {
    padding-top: 2rem;
    flex-wrap: wrap;
  }
  .service_main_cont .l_main {
    width: 100%;
  }
  .service_main_cont .r_main {
    width: 100%;
  }
  .service_main_cont .service_pro_cont {
    padding: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .service_main_cont .service_pro_cont .l_img {
    width: 100%;
  }
  .service_main_cont .service_pro_cont .r_cont {
    width: 100%;
    padding: 2rem 0;
  }
  .service_main_cont .service_pro_cont .r_cont .title_head {
    padding-right: 4rem;
    margin-bottom: 1rem;
  }
  .service_main_cont .service_pro_cont .r_cont .title_head h2 {
    font-size: 1.6rem;
  }
  .service_main_cont .service_pro_cont .r_cont .title_head p {
    font-size: 1.3rem;
  }
  .service_main_cont .service_pro_cont .r_cont .score_det {
    font-size: 1.4rem;
  }
  .service_main_cont .service_pro_cont .r_cont .score_det .score img {
    width: 1rem;
  }
  .service_main_cont .service_pro_cont .r_cont .tips .li {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
  }
  .service_main_cont .service_pro_cont .r_cont .price {
    font-size: 1.4rem;
    top: 2rem;
  }
  .service_main_cont .doct_pro_cont {
    padding: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .service_main_cont .doct_pro_cont .l_img {
    width: 100%;
    height: 28rem;
    overflow: hidden;
    align-items: flex-start;
  }
  .service_main_cont .doct_pro_cont .l_img img {
    height: auto;
  }
  .service_main_cont .doct_pro_cont .r_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .service_main_cont .doct_pro_cont .r_cont .title_head {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .service_main_cont .doct_pro_cont .r_cont .title_head h2 {
    font-size: 1.7rem;
    margin-bottom: 4px;
  }
  .service_main_cont .doct_pro_cont .r_cont .title_head p {
    font-size: 1.2rem;
  }
  .service_main_cont .doct_pro_cont .r_cont .score_det {
    font-size: 1.2rem;
  }
  .service_main_cont .doct_pro_cont .r_cont .score_det .score {
    font-size: 1.4rem;
  }
  .service_main_cont .doct_pro_cont .r_cont .score_det .score img {
    width: 1.4rem;
  }
  .service_main_cont .doct_pro_cont .r_cont .tips .li {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .pulic_detail_6 {
    padding: 2rem 0;
  }
  .pulic_detail_6 .last_dl .list {
    width: calc(100% / 3);
  }
  .pulic_detail_6 .last_dl .list .tis_i {
    width: 100%;
    height: 4rem;
  }
  .pulic_detail_6 .last_dl .list .tis_i img {
    width: 3rem;
  }
  .pulic_detail_6 .last_dl .list .txt {
    font-size: 1.4rem;
  }
  .service_reserv_main .tis_head_cont {
    flex-wrap: wrap;
  }
  .service_reserv_main .tis_head_cont .inf_cont {
    width: 100%;
  }
  .service_reserv_main .tis_head_cont .inf_cont .l_img {
    width: 4rem;
    height: 4rem;
  }
  .service_reserv_main .tis_head_cont .inf_cont .r_inf {
    width: calc(100% - 4rem);
    padding-left: 1rem;
  }
  .service_reserv_main .tis_head_cont .inf_cont .r_inf h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .service_reserv_main .tis_head_cont .inf_cont .r_inf p {
    font-size: 1.4rem;
  }
  .service_reserv_main .tis_head_cont .sul_btn {
    width: 16rem;
    height: 4rem;
    margin: 2rem auto;
  }
  .service_reserv_main .service_content {
    padding: 1rem 0;
  }
  .service_reserv_main .service_content .tis_cont {
    margin-bottom: 1rem;
  }
  .service_reserv_main .service_content .tis_cont h2 {
    font-size: 1.5rem;
  }
  .service_reserv_main .service_content .tis_cont p {
    font-size: 1.2rem;
  }
  .service_reserv_main .service_content .ser_dl {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .service_reserv_main .service_content .ser_dl .dt {
    font-size: 1.4rem;
  }
  .service_reserv_main .service_content .ser_dl .dd {
    font-size: 1.2rem;
  }
  .service_form {
    padding: 1rem;
  }
  .service_form .title_head {
    margin-bottom: 1rem;
  }
  .service_form .title_head h2 {
    font-size: 1.6rem;
  }
  .service_form .title_head p {
    font-size: 1.3rem;
  }
  .service_form .dl {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .service_form .dl .dt {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
  }
  .service_form .dl .dt em {
    left: 0;
  }
  .service_form .dl .dd {
    width: 100%;
  }
  .service_form .dl .dd input {
    width: 100%;
    height: 3rem;
  }
  .service_form .sub_btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.2rem;
  }
  .benefit_main_cont .main_pulic_case {
    padding: 1rem 0;
  }
  .benefit_pulic_nav {
    padding: 1rem 0;
  }
  .benefit_pulic_nav .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .benefit_pulic_nav .nav_dl .li {
    width: calc((100% - 1rem) / 3);
    height: 4rem;
    font-size: 1.3rem;
    margin-right: 0.5rem !important;
    margin-bottom: 1.5rem;
  }
  .benefit_pulic_nav .nav_dl .li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .benefit_floor {
    display: none;
  }
  .benefit_bit_cont .benefit_list {
    padding: 1rem 0;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: 20px;
  }
  .benefit_bit_cont .benefit_list .deta_img {
    width: 100%;
    height: 15rem;
    margin-bottom: 1rem;
  }
  .benefit_bit_cont .benefit_list .deta_cont {
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
  }
  .benefit_bit_cont .benefit_list .deta_cont .data_inf {
    width: 100%;
  }
  .benefit_bit_cont .benefit_list .deta_cont .tis_title {
    margin-bottom: 0.4rem;
  }
  .benefit_bit_cont .benefit_list .deta_cont .tis_title .name {
    font-size: 1.6rem;
  }
  .benefit_bit_cont .benefit_list .deta_cont .tis_title .name img {
    width: 1.5rem;
    margin-left: 10px;
  }
  .benefit_bit_cont .benefit_list .deta_cont .pf_data {
    margin-bottom: 1rem;
  }
  .benefit_bit_cont .benefit_list .deta_cont .member_price {
    display: none;
  }
  .benefit_bit_cont .benefit_list .deta_cont .brief .txt {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .benefit_bit_cont .benefit_list .deta_cont .btn_dl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 0;
  }
  .benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn {
    width: 10rem;
    height: 3rem;
    margin: 0;
    font-size: 1.2rem;
  }
  .benefit_bit_cont .benefit_list .deta_cont .btn_dl .btn img {
    width: 1.5rem;
    margin-right: 6px;
  }
  .forum_main {
    padding: 2rem 0;
  }
  .forum_main .warpin {
    flex-wrap: wrap;
  }
  .forum_main .l_main {
    width: 100%;
  }
  .forum_main .r_main {
    width: 100%;
  }
  .forum_fetails_article {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .forum_fetails_article .tis_i {
    margin-bottom: 1rem;
  }
  .forum_fetails_article .art_title {
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .forum_fetails_article .art_title .tips {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
  .forum_fetails_article .art_user {
    margin-bottom: 1rem;
  }
  .forum_fetails_article .art_user .ava {
    width: 3rem;
    height: 3rem;
  }
  .forum_fetails_article .art_user .user_inf {
    width: calc(100% - 3rem);
    padding-left: 1rem;
  }
  .forum_fetails_article .detail_txt {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .forum_fetails_article .bits_dl .dd {
    padding: 0.5rem;
    font-size: 1.2rem;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .forum_fetails_article .bits_seet .dz_btn {
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .forum_fetails_article .bits_seet .li {
    margin-right: 0.5rem;
  }
  .forum_fetails_article .bits_seet .li img {
    width: 1.2rem;
    margin-right: 5px;
  }
  .forum_fetails_reply {
    padding: 1rem;
  }
  .forum_fetails_reply .reply_int input {
    height: 3rem;
  }
  .forum_fetails_reply .reply_int .btn {
    width: 6rem;
    height: 2.7rem;
    font-size: 1.2rem;
  }
  .forum_fetails_reply .reply_title {
    margin-bottom: 1rem;
  }
  .forum_fetails_reply .reply_title .dl {
    font-size: 1.2rem;
  }
  .forum_fetails_reply .reply_title .dl span {
    font-size: 1.5rem;
  }
  .fourum_deta_user {
    padding: 1rem;
  }
  .fourum_deta_user .user_inf {
    margin-bottom: 1rem;
  }
  .fourum_deta_user .user_inf .ava {
    width: 4rem;
    height: 4rem;
  }
  .fourum_deta_user .user_inf .inf_cont {
    width: calc(100% - 4rem);
    padding-left: 0.4rem;
  }
  .fourum_deta_user .user_inf .inf_cont .name {
    font-size: 1.4rem;
  }
  .fourum_deta_user .user_inf .inf_cont .name .tips {
    font-size: 1.2rem;
  }
  .fourum_deta_user .bit_last {
    margin-bottom: 1rem;
  }
  .fourum_deta_user .bit_last .dl .dt {
    font-size: 1.4rem;
  }
  .fourum_deta_user .bit_last .dl .dd {
    font-size: 1.2rem;
  }
  .fourum_deta_user .bit_btn .btn {
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .fourum_deta_related {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .fourum_deta_related .title_head {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .fourum_deta_related .rela_list {
    margin-bottom: 1rem;
  }
  .fourum_deta_related .rela_list .ava {
    width: 3rem;
    height: 3rem;
  }
  .fourum_deta_related .rela_list .det_cont .tis_time {
    font-size: 1.4rem;
  }
  .fourum_deta_related .rela_list .det_cont .txt {
    font-size: 1.2rem;
  }
  .forum_hot_cont {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .forum_hot_cont .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .fourum_doctor_cont {
    padding: 1rem;
  }
  .fourum_doctor_cont .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .fourum_doctor_cont .doc_list {
    margin-bottom: 1rem;
  }
  .fourum_doctor_cont .doc_list .l_img {
    width: 12rem;
    height: 14rem;
  }
  .fourum_doctor_cont .doc_list .det_cont {
    width: calc(100% - 12rem);
    padding-left: 0.5rem;
  }
  .fourum_doctor_cont .doc_list .det_cont .name {
    font-size: 1.6rem;
  }
  .fourum_doctor_cont .doc_list .det_cont .sub_btn {
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .fourum_contact_cont {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .fourum_contact_cont .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .fourum_contact_cont .dl .dt {
    font-size: 1.4rem;
  }
  .fourum_contact_cont .dl .dd {
    font-size: 1.4rem;
  }
  .forum_head_nav {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .forum_head_nav .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .forum_head_nav .nav_dl .li {
    width: 49%;
    margin-right: 2% !important;
    padding: 0.8rem 0;
    border-radius: 5px;
  }
  .forum_head_nav .nav_dl .li .tis_i {
    display: none;
  }
  .forum_head_nav .nav_dl .li .txt {
    font-size: 1.4rem;
  }
  .forum_head_nav .nav_dl .li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .forum_detail_cont .deta_nav {
    padding: 0 1rem;
  }
  .forum_detail_cont .deta_nav .li {
    font-size: 1.4rem;
    margin-right: 0.4rem;
    padding: 1rem 0;
  }
  .forum_detail_cont .deta_nav .li.active,
  .forum_detail_cont .deta_nav .li:hover {
    font-size: 1.6rem;
  }
  .forum_detail_cont .focum_last {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .forum_detail_cont .focum_last .focum_list {
    padding: 1rem 0;
  }
  .forum_detail_cont .focum_last .focum_list .tis_title {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .forum_detail_cont .focum_last .focum_list .tis_title img {
    width: 1.8rem;
  }
  .forum_detail_cont .focum_last .focum_list .det_cont {
    flex-wrap: wrap;
  }
  .forum_detail_cont .focum_last .focum_list .det_cont .det_i {
    width: 100%;
    height: 16rem;
  }
  .forum_detail_cont .focum_last .focum_list .det_cont .txt_cont {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .forum_detail_cont .focum_last .focum_list .bit_seet_cont {
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }
  .forum_detail_cont .focum_last .focum_list .bit_seet_cont .l_seet {
    width: 100%;
    margin-bottom: 1rem;
  }
  .forum_detail_cont .focum_last .focum_list .bit_seet_cont .r_tips {
    width: 100%;
    justify-content: flex-start;
  }
  .forum_detail_cont .focum_last .focum_list .bit_seet_cont .r_tips .tips {
    padding: 0.4rem 0.8rem;
    margin: 0 0.4rem 0.5rem 0;
    font-size: 1.2rem;
  }
  .forum_my_inf {
    padding: 1rem;
  }
  .forum_my_inf .tis_inf {
    padding: 0.3rem 0;
  }
  .forum_my_inf .tis_inf .dl .dt {
    font-size: 1.4rem;
  }
  .forum_my_inf .tis_inf .dl .dd {
    font-size: 1.2rem;
  }
  .forum_my_inf .user_inf {
    padding: 1rem 0;
  }
  .forum_my_inf .user_inf .ava {
    width: 5rem;
    height: 5rem;
  }
  .forum_my_inf .user_inf .inf_cont {
    width: calc(100% - 5rem);
  }
  .forum_my_inf .user_inf .inf_cont .name {
    font-size: 1.4rem;
  }
  .forum_my_inf .btn_dl {
    padding: 1rem 0;
  }
  .forum_my_inf .btn_dl .btn {
    height: 3rem;
    font-size: 1.4rem;
  }
  .forum_my_inf .new_btn {
    height: 4rem;
    font-size: 1.3rem;
  }
  .forum_my_inf .new_btn img {
    width: 2rem;
  }
  .forum_main_cont {
    padding: 2rem 0;
  }
  .forum_main_cont .head_user_inf {
    margin-bottom: 2rem;
  }
  .forum_main_cont .head_user_inf .ava {
    width: 5rem;
    height: 5rem;
  }
  .forum_main_cont .head_user_inf .inf_cont {
    width: calc(100% - 5rem);
  }
  .forum_main_cont .head_user_inf .inf_cont .tle {
    font-size: 1.6rem;
  }
  .forum_main_cont .head_user_inf .inf_cont .txt {
    font-size: 1.4rem;
  }
  .forum_main_cont .forum_form_cont {
    padding: 1rem;
  }
  .forum_main_cont .forum_form_cont .title_head {
    margin-bottom: 1rem;
  }
  .forum_main_cont .forum_form_cont .title_head h2 {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
  .forum_main_cont .forum_form_cont .title_head p {
    font-size: 1.3rem;
  }
  .forum_main_cont .forum_form_cont .int_dl .dt {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
  .forum_main_cont .forum_form_cont .int_dl .dd {
    height: 3rem;
  }
  .forum_main_cont .forum_form_cont .int_dl .dd select {
    font-size: 1.4rem;
  }
  .forum_main_cont .forum_form_cont .int_dl .dd input[type="text"] {
    font-size: 1.4rem;
  }
  .forum_main_cont .forum_form_cont .int_dl .dd .per_sel {
    width: 14rem;
    font-size: 1.4rem;
  }
  .forum_main_cont .forum_form_cont .dl_last .int_dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .forum_main_cont .forum_form_cont .img_upload_cont .img_upload_last .list {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1rem;
  }
  .forum_main_cont .forum_form_cont .sub_btn {
    width: 15rem;
    height: 4rem;
    font-size: 1.4rem;
    margin: 1rem auto;
    border-radius: 5px;
  }
  .doct_search_result {
    padding: 1rem 0;
  }
  .doct_search_result .warpin {
    flex-wrap: wrap;
  }
  .doct_search_result .l_tle {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .doct_search_result .r_cont {
    width: 100%;
    flex-wrap: wrap;
  }
  .doct_search_result .r_cont .dl_sel {
    width: 50%;
    padding: 0 0.5rem;
    margin: 0 0 1rem 0;
  }
  .doct_search_result .r_cont .dl_sel .dt {
    font-size: 1.4rem;
    width: 10rem;
  }
  .doct_search_result .r_cont .dl_sel .sel {
    width: calc(100% - 4rem);
  }
  .doct_search_result .r_cont .dl_sel .sel select {
    width: 100%;
    min-width: auto;
    height: 3rem;
    font-size: 1.4rem;
  }
  .doctor_main_content {
    padding: 2rem 0;
  }
  .doctor_list {
    flex-wrap: wrap;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .doctor_list .deta_img {
    width: 100%;
    height: 16rem;
  }
  .doctor_list .deta_cont {
    width: 100%;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .doctor_list .deta_cont .tis_title {
    margin-bottom: 1rem;
  }
  .doctor_list .deta_cont .tis_title .name {
    font-size: 1.6rem;
  }
  .doctor_list .deta_cont .pf_data {
    margin-bottom: 0.4rem;
  }
  .doctor_list .deta_cont .note_dl {
    padding: 0.6rem 0;
    flex-wrap: wrap;
  }
  .doctor_list .deta_cont .note_dl .dd {
    font-size: 1.2rem;
    padding: 3px 9px;
  }
  .doctor_list .deta_cont .brief .txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .doctor_list .deta_cont .btn_dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .doctor_list .deta_cont .btn_dl .btn {
    width: 30%;
    height: 4rem;
    margin: 0;
    padding: 0 0.3rem;
    font-size: 1.4rem;
  }
  .doctor_list .deta_cont .btn_dl .btn img {
    width: 1.5rem;
    margin-right: 5px;
  }
  .service_recom_cont {
    padding: 1rem 0;
  }
  .service_recom_cont .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .service_recom_cont .last_cont .list_dl {
    width: 50%;
    margin-bottom: 1rem;
  }
  .service_recom_cont .last_cont .list_dl .dt {
    width: 5rem;
    height: 5rem;
  }
  .service_recom_cont .last_cont .list_dl .dt img {
    width: 3.5rem;
  }
  .service_recom_cont .last_cont .list_dl .dd {
    width: calc(100% - 5rem);
    padding-left: 0.5rem;
  }
  .service_recom_cont .last_cont .list_dl .dd h2 {
    font-size: 1.4rem;
  }
  .service_recom_cont .last_cont .list_dl .dd p {
    font-size: 1.2rem;
  }
  .hospital_locat {
    padding: 1rem 0;
  }
  .hospital_locat .title_head {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .hospital_locat .hos_detail {
    flex-wrap: wrap;
  }
  .hospital_locat .hos_detail .l_img {
    width: 100%;
    height: 18rem;
  }
  .hospital_locat .hos_detail .det_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .hospital_locat .hos_detail .det_cont .name {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .hospital_locat .hos_detail .det_cont .tips_dl {
    margin-bottom: 1rem;
  }
  .hospital_locat .hos_detail .det_cont .tips_dl .dd {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .related_doctor_content {
    padding: 1rem 0;
  }
  .related_doctor_content .title_head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .related_doctor_content .related_doctor_baner .swiper-slide {
    padding: 0 1rem;
  }
  .related_doctor_content .related_doctor_baner .swiper-slide .doc_ava {
    width: 12rem;
    height: 15rem;
  }
  .related_doctor_content .related_doctor_baner .swiper-slide .det_cont {
    width: calc(100% - 12rem);
    padding-left: 10px;
  }
  .related_doctor_content .related_doctor_baner .swiper-slide .det_cont .name {
    font-size: 1.6rem;
    height: auto;
  }
  .related_doctor_content .related_doctor_baner .swiper-slide .det_cont .txt {
    height: auto;
  }
  .related_doctor_content .related_doctor_baner .swiper-slide .det_cont .yy_btn {
    width: 7rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .related_doctor_content .related_doctor_baner .relat_doc_next {
    display: none;
  }
  .related_doctor_content .related_doctor_baner .relat_doc_prev {
    display: none;
  }
  .hospital_list {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .hospital_list .deta_img {
    width: 100%;
    height: 16rem;
  }
  .hospital_list .deta_cont {
    width: 100%;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .hospital_list .deta_cont .data_inf {
    width: 100%;
  }
  .hospital_list .deta_cont .data_inf .tis_title {
    margin-bottom: 1rem;
  }
  .hospital_list .deta_cont .data_inf .tis_title .name {
    font-size: 1.6rem;
  }
  .hospital_list .deta_cont .data_inf .pf_data {
    margin-bottom: 0.4rem;
  }
  .hospital_list .deta_cont .data_inf .note_dl {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .hospital_list .deta_cont .data_inf .note_dl .dd {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .hospital_list .deta_cont .btn_dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .hospital_list .deta_cont .btn_dl .btn {
    margin: 0;
    width: 10rem;
    height: 3rem;
    font-size: 1.2rem;
    border-radius: 3px;
  }
  .hospital_list .deta_cont .btn_dl .btn img {
    width: 1.8rem;
  }
  .hospital_head_cont {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .hospital_head_cont .deta_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .hospital_head_cont .deta_cont .name {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .hospital_head_cont .deta_cont .pf_det {
    font-size: 1.2rem;
  }
  .hospital_head_cont .deta_cont .pf_det img {
    width: 1.2rem;
  }
  .hospital_head_cont .deta_cont .tips_dl {
    margin-bottom: 1rem;
  }
  .hospital_head_cont .deta_cont .tips_dl .dd {
    padding: 4px 8px;
    font-size: 1.2rem;
    border-radius: 3px;
  }
  .hospital_baner {
    width: 100%;
    height: 22rem;
  }
  .hospital_case_1 {
    padding: 0;
    margin: 1rem auto;
  }
  .hospital_case_1 .cont {
    padding: 1rem 0;
  }
  .hospital_case_1 .tis_nav {
    margin-bottom: 1rem;
  }
  .hospital_case_1 .tis_nav .li {
    font-size: 1.4rem;
    padding: 0.4rem 0;
  }
  .hospital_case_1 .tis_nav .li.active {
    font-size: 1.6rem;
  }
  .set_menu_main .set_tips {
    margin-bottom: 1rem;
  }
  .set_menu_main .set_tips .li {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .set_menu_main .set_menu_det .set_title {
    margin-bottom: 2rem;
  }
  .set_menu_main .set_menu_det .set_title h2 {
    font-size: 1.8rem;
  }
  .set_menu_main .set_menu_det .set_title p {
    font-size: 1.4rem;
  }
  .set_menu_main .set_menu_det .set_title .price_dl .dt {
    font-size: 1.6rem;
  }
  .set_menu_main .set_detail_cont {
    padding: 1rem;
  }
  .set_menu_main .set_detail_cont .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .set_menu_main .set_detail_cont .det_list {
    margin-bottom: 1rem;
  }
  .set_menu_main .set_detail_cont .det_list .tis_cont {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .set_menu_main .set_detail_cont .det_list .tis_cont .num {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
  .set_menu_main .set_detail_cont .det_list .tis_cont .price {
    font-size: 1.4rem;
  }
  .set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf {
    padding: 0.6rem;
  }
  .set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl {
    padding: 4rem 1rem 1rem;
  }
  .set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .additi_tips {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .dl .dt {
    font-size: 1.4rem;
  }
  .set_menu_main .set_detail_cont .det_list .bit_cont .bit_inf .additi_dl .dl .dd {
    font-size: 1.4rem;
  }
  .hospital_case_2 {
    padding: 1rem 0 2rem;
  }
  .hospital_case_2 .team_list {
    flex-wrap: wrap;
  }
  .hospital_case_2 .team_list .doc_i {
    width: 100%;
    height: 24rem;
    overflow: hidden;
    align-items: flex-start;
  }
  .hospital_case_2 .team_list .doc_i img {
    height: auto;
  }
  .hospital_case_2 .team_list .team_inf {
    width: 100%;
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .hospital_case_2 .team_list .team_inf .inf_cont {
    width: 100%;
  }
  .hospital_case_2 .team_list .team_inf .inf_cont .name {
    font-size: 1.6rem;
  }
  .hospital_case_2 .team_list .team_inf .inf_cont .txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .hospital_case_2 .team_list .team_inf .inf_cont .tips_dl {
    padding: 1rem 0;
  }
  .hospital_case_2 .team_list .team_inf .inf_cont .tips_dl .dd {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .hospital_case_2 .team_list .team_inf .btn_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .hospital_case_2 .team_list .team_inf .btn_cont .btn {
    width: 48%;
    height: 3rem;
    font-size: 1.2rem;
  }
  .related_hospitals_content {
    padding: 1rem 0;
  }
  .related_hospitals_content .title_head {
    font-size: 1.6rem;
  }
  .related_hospitals_content .country_related_baner .swiper-slide {
    padding: 1rem;
  }
  .related_hospitals_content .country_related_baner .swiper-slide .bit_cont {
    padding: 1rem;
  }
  .related_hospitals_content .country_related_baner .swiper-slide .bit_cont .name {
    font-size: 1.8rem;
  }
  .layui-rate li i.layui-icon {
    margin-right: 2px !important;
  }
}
