@charset "utf-8";

/* public */
body {
  overflow-x: hidden;
  background: #f3f3f3;
}

.col-a {
  width: 386px;
  margin-right: 20px;
}

.col-major {
  width: 835px;
  float: left;
}

.col-aside {
  width: 386px;
  float: right;
}

.swiper-container {
  position: relative;
}

.btn-group {
  text-align: center;
}

.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  transition: background linear 0.25s;
}

.btn-default {
  background: #f64e4b;
}

.btn-default:hover {
  background: #ff706d;
}

.btn-default:active {
  background: #ef3b37;
}

.btn-default.disabled {
  background: #ffbcbb;
}

.btn-cancel {
  background: #a6a9ad;
}

.btn-cancel:hover {
  background: #c6c6c6;
}

.btn-cancel:active {
  background: #95979a;
}

.btn-cancel.disabled {
  background: #dadada;
}

.btn-blank {
  color: #f64e4b;
}

.btn-large {
  width: 300px;
}

/* header */
.header {
  height: 55px;
  line-height: 55px;
}

.header .logo {
  margin-right: 52px;
  display: inline;
  padding-top: 13px;
}

.header .login-box {
  float: right;
}

.header .login-box .btn-group .btn {
  margin: 0 10px;
}

.header .login-box .with-login {
}

.header .login-box .with-login .user-box {
  font-size: 0;
  cursor: pointer;
  height: 100%;
}

.header .login-box .with-login .user-box span {
  display: inline-block;
  vertical-align: middle;
}

.header .login-box .with-login .user-box .user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 10px;
}

.header .login-box .with-login .user-box .user-name {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.header .login-box .with-login .user-box .user-arr {
  width: 10px;
  height: 55px;
  background: url(../img/arr-down.png) center center no-repeat;
  transition: all linear 0.25s;
}

.header .login-box .with-login .user-box:hover .user-arr {
  background: url(../img/arr-up.png) center center no-repeat;
}

.header .login-box .with-login .opa-box {
  position: absolute;
  z-index: 99;
  width: 110px;
  background: #fff;
  padding: 14px 0;
  margin-top: -1px;
  display: none;
}

.header .login-box .with-login .opa-box a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #a81d21;
}

.header .login-box .with-login .opa-box a:hover {
  background-color: #f3f3f3;
}

.header .login-box:hover .opa-box {
  display: block;
}

/* banner-top */
.banner-top h1 {
  display: none;
}

.banner-top {
  height: 330px;
  /* background: url(../img/banner-top.jpg) center center no-repeat; */
}

.practice-center-top {
  height: 330px;
  background: linear-gradient(
    205deg,
    rgba(254, 149, 24, 1) 0%,
    rgba(253, 41, 1, 0) 100%
  );
}

/* nav */
.nav {
  background: #FA6A3E;
}

.nav .wrapper {
  position: relative;
}

.nav-item {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  transition: all linear 0.25s;
}

.nav-item:hover,
.nav-item.cur {
  background: #fff;
  color: #bd1a1a;
}

.nav-item > a {
  color: #fff;
  display: block;
  padding: 0 18px;
}

.nav-item:hover a,
.nav-item.cur a {
  color: #bd1a1a;
}

/* nav-bread */
/* .nav-bread {
  margin-top: 13px;
} */

.nav-bread p {
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.nav-bread-item {
  font-size: 14px;
  color: #d85230;
  margin: 0 5px;
}

.nav-bread .next-icon {
  margin: 0 5px 2px;
}

.nav-bread-item.cur {
  color: #333;
}

/* search */
.search {
  padding: 0 32px 0 18px;
  height: 28px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  float: right;
  margin-top: 9px;
  border: 1px solid #ebebeb;
  margin-right: 24px;
}

.search .keyword {
  height: 26px;
}

.search .keyword:focus {
  outline: none;
}

.btn-search {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/icon-search-4.png) center center no-repeat;
}

.search-square {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0 48px 0 5px;
  height: 31px;
  margin: 0;
}

.search-square .keyword {
  padding: 2px 5px;
}

.search-square .btn-search {
  width: 48px;
  height: 32px;
  background: #cc232f url(../img/icon-search-gray.png) center center no-repeat;
  top: 0;
  right: 0;
}

.search-square .btn-clear {
  width: 17px;
  height: 17px;
  background: url(../img/icon-clear.png) center center no-repeat;
  position: absolute;
  top: 7px;
  right: 52px;
}

/* headline-box */
.headline-box {
}

.headline-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 9px;
}

.headline-detail {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  color: #999;
  overflow: hidden;
}

/* tab */
.tab-nav-normal {
  height: 36px;
  background: #f3f3f3;
  overflow: hidden;
}

.tab-nav-normal-item {
  padding: 0 12px;
  line-height: 34px;
  text-align: center;
  color: #333;
  float: left;
  font-size: 16px;
  cursor: pointer;
  transition: all linear 0.25s;
}

.tab-nav-normal-item.cur {
  color: #a8181e;
  font-size: 18px;
  border-bottom: 3px solid #a8181e;
  background: #ebebeb;
  height: 34px;
  line-height: 34px;
  margin-top: -1px;
  font-weight: bold;
}

.tab-cnt {
}

/* 子页面tab */
.tab-normal {
}

.tab-normal .tab-nav {
  font-size: 0;
  background: #fff;
}

.tab-normal .tab-nav-item {
  padding: 0 35px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tab-normal .tab-nav-item.cur {
  background: #e8e8e8;
}

.tab-normal .tab-nav-item.cur:after {
  width: 80px;
  height: 2px;
  content: "";
  background: #da4442;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* text-news-box */
.text-news-box {
}

.text-news {
}

.text-news-item {
  font-size: 0;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.text-news-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.text-news-item span {
  display: inline-block;
  vertical-align: middle;
}

.text-news-detail {
  width: 100%;
  font-size: 16px;
  color: #333;
}

.text-news-date {
  font-size: 14px;
  color: #999;
}

.text-news-button {
  width: 70px;
  height: 25px;
  line-height: 25px;
  background: #1b86ff;
  background: linear-gradient(
    125deg,
    rgba(59, 179, 255, 1),
    rgba(27, 140, 255, 1)
  );
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.text-news-avater {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
}

.text-news-avater img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.text-news-name {
  font-size: 16px;
  color: #333;
  margin-right: 22px;
}

/* text-news 新闻列表页专属 */
.page-news-list .text-news-box {
  /* background: #fff; */
}

.page-news-list .text-news-item {
  height: 54px;
  line-height: 54px;
  font-size: 0;
  padding-left: 16px;
  border-bottom: 1px dashed #e9e9e9;
}

.page-news-list .text-news-item span {
  display: inline-block;
  vertical-align: middle;
}

.page-news-list .text-news-item .text-news-detail {
  font-size: 16px;
  color: #333;
  max-width: 750px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-news-list .text-news-item .text-news-date {
  font-size: 14px;
  color: #999;
  padding-right: 0;
  float: right;
}

.page-news-list .text-news-item:hover {
  background: rgba(189, 26, 26, 0.05);
}

.page-news-list .text-news-item:hover .text-news-detail {
  color: #c20a0c;
}

.page-news-list .text-news-item:last-child {
  border-bottom: none;
}

/* section-normal */
.section-normal {
  position: relative;
  padding-top: 30px;
}

.section-header {
  position: relative;
}

.section-title {
  height: 43px;
}

.section-more {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 43px;
  margin-right: 16px;
}

/* card-normal */
.card-box {
  text-align: center;
  font-size: 0;
  padding-bottom: 20px;
}

.card-normal {
  width: 225px;
  display: inline-block;
  background: #fff;
  padding-bottom: 14px;
  margin-right: 10px;
  border-radius: 5px;
}

.card-normal-img {
  width: 225px;
  height: 126px;
  overflow: hidden;
  position: relative;
}

.card-normal-img img {
  width: 100%;
  height: 100%;
}

.card-normal-img .card-like-num {
  padding-left: 28px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 23px;
  background: url(../img/icon-white-heart.png) left center no-repeat;
}

.card-normal-img .card-like-num.liked {
  background: url(../img/icon-red-heart.png) left center no-repeat;
}

.card-normal dd {
  padding: 0 16px;
  line-height: 24px;
  text-align: left;
}

.card-normal dd span {
  font-size: 14px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}

.card-normal .card-normal-title {
  font-family: "Sim Hei";
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  padding-top: 12px;
  margin-bottom: 9px;
  text-align: left;
}

.card-normal .card-normal-num {
  padding-left: 23px;
  background: url(../img/icon-ren.png) left center no-repeat;
  margin-top: 5px;
}

.card-normal .card-normal-status {
  width: 77px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  text-indent: 14px;
}

.card-normal .card-normal-status.status0 {
  background: url(../img/bg-status0.png) center center no-repeat;
}

.card-normal .card-normal-status.status1 {
  background: url(../img/bg-status1.png) center center no-repeat;
}

.card-normal .card-normal-status.status2 {
  background: url(../img/bg-status2.png) center center no-repeat;
}

.card-normal .card-normal-date {
  font-size: 14px;
  margin-right: 22px;
}

/* focus-news */
.focus-news {
}

.focus-news h3 {
  font-size: 20px;
  color: #333;
  line-height: 31px;
  height: 62px;
  overflow: hidden;
  margin-bottom: 15px;
}

.focus-news img {
  width: 334px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  margin-bottom: 17px;
}

.focus-news p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}

/* pic-news */
.pic-news {
  margin-bottom: 28px;
}

.pic-news-box a:last-child .pic-news {
  margin-bottom: 0;
}

.pic-news-img {
  width: 144px;
  height: 98px;
  overflow: hidden;
  margin-right: 16px;
}

.pic-news-img > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pic-news-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
  padding-top: 3px;
}

.pic-news-detail {
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #333;
}

.pic-news-info,
.pic-news-date {
  font-size: 14px;
  color: #999;
  margin-top: 33px;
}

.pic-news-info span {
  margin-right: 10px;
}

/* 新闻列表页 main pic-news */
.pic-news.big {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.pic-news.big .pic-news-img {
  width: 268px;
  height: 169px;
  border-radius: 6px;
}

.pic-news.big .pic-news-detail {
  font-size: 16px;
  line-height: 29px;
  height: 58px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 新闻列表页 sub pic-news */
.pic-news.small {
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f3f3f3;
}

.pic-news.small .pic-news-img {
  width: 120px;
  height: 80px;
}

.pic-news.small .pic-news-date {
  margin-top: 10px;
}

.pic-news-box a:last-child .pic-news.small {
  border-bottom: none;
}

/* video-news */
.video-news-box {
  padding: 20px 0 0 18px;
}

.video-news {
  width: 358px;
  height: 216px;
  position: relative;
  margin: 0 0 20px 0;
}

.video-news-img {
  width: 100%;
  height: 100%;
}

.video-news-img > img {
  width: 100%;
  height: 100%;
}

.video-news-img > img.icon {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.video-news-text {
  position: absolute;
  left: 0;
  bottom: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-indent: 20px;
}

.video-news.main {
  width: 756px;
  height: 452px;
  margin-right: 20px;
}

/* title-border */
.title-border {
  position: relative;
}

.title-border h4 {
  font-size: 18px;
  color: #333;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}

.title-border h4:after {
  width: 4px;
  height: 16px;
  content: "";
  background-color: #d12b30;
  position: absolute;
  top: 5px;
  left: 0;
}

/* title-underline */
.title-underline {
  font-size: 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
}

.title-underline .title-text {
  font-size: 18px;
  color: #a8181e;
  display: inline-block;
  border-bottom: 3px solid #a8181e;
  padding: 0 7px;
}

.title-underline .title-text a {
  color: #a81d21;
}

.title-underline .title-more {
  float: right;
  color: #999;
  font-size: 14px;
  padding-right: 18px;
  background: url(../img/arr-right.png) right center no-repeat;
  margin-right: 12px;
}

/* ad */
.ad .col-main {
  width: 855px;
  height: 90px;
  float: left;
}

.ad .col-sub {
  width: 330px;
  height: 90px;
  float: right;
}

.ad .col-full {
  width: 100%;
  height: 90px;
}

.ad img {
  width: 100%;
  height: 100%;
  display: block;
}

/* menu-filter 筛选菜单 */
.menu-filter {
  font-size: 0;
  padding: 30px 30px 14px 30px;
  background: #fff;
}

.menu-filter-row {
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}

.menu-filter-label {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-right: 20px;
}

.menu-filter-list {
  float: left;
  width: 970px;
  font-size: 0;
  position: relative;
  padding-left: 68px;
  word-break: break-all;
}

.menu-filter-list-item {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999;
  position: relative;
  float: left;
}

/* .menu-filter-list-item:after{width: 1px;height: 16px;content: "";background: #e0e0e0;position: absolute;top: 8px;right: 0;} */
.menu-filter-list-item.first-item {
  position: absolute;
  top: 0;
  left: 0;
}

.menu-filter-list-item a {
  padding: 0 12px;
  display: block;
  line-height: 24px;
  margin-top: 4px;
  color: #999;
}

.menu-filter-list-item.cur a {
  background: #d12b30;
  color: #fff;
}

/* menu-practice 活动列表、我要点单列表统一用此类名 */
.menu-practice {
  margin: 24px -20px 0 0;
  min-height: 346px;
}

.menu-practice-item {
  width: 194px;
  padding: 9px 15px 12px;
  background: #fff;
  margin: 0 20px 20px 0;
  float: left;
  _display: inline;
}

.menu-practice-item-title {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.menu-practice-item-status {
  width: 77px;
  height: 21px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-indent: 14px;
  margin: 6px 0 8px 0;
}

.menu-practice-item-status.status0 {
  background: url(../img/bg-status0.png) center center no-repeat;
}

.menu-practice-item-status.status1 {
  background: url(../img/bg-status1.png) center center no-repeat;
}

.menu-practice-item-status.status2 {
  background: url(../img/bg-status2.png) center center no-repeat;
}

.menu-practice-item-info {
  font-size: 0;
  line-height: 22px;
}

.menu-practice-item-info span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.menu-practice-item-location,
.menu-practice-item-date,
.menu-practice-item-num {
  font-size: 14px;
  color: #999;
}

.menu-practice-item-location {
  margin-bottom: 3px;
  height: 38px;
}

.menu-practice-item-date {
  margin-right: 23px;
}

.menu-practice-item-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.menu-practice-item-nickname {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.no-practice {
  text-align: center;
  padding-top: 100px;
  height: 160px;
  background: url(../img/no-cnt.png) center center no-repeat;
}

/* pagination 分页 */
.pagination {
  text-align: center;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  padding: 0 10px;
  min-width: 16px;
}

.pagination a {
  border-radius: 5px;
  border: 1px solid #d0cfcf;
  color: #666;
}

.pagination .prev,
.pagination .next {
  padding: 0 10px;
}

.pagination .active {
  background: #e93b3a;
  color: #fff;
  border-radius: 5px;
}

.pagination-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-total {
  margin-right: 20px;
  display: none;
}

/* 右侧悬浮窗 */
.section-fixed-right {
  min-width: 60px;
  position: fixed;
  top: 600px;
  right: 250px;
  z-index: 999;
}

/* user card */
.user-card {
  background: #fff;
  text-align: center;
  padding: 28px 0;
  margin-bottom: 18px;
}

.user-card .user-pic {
  margin-bottom: 12px;
}

.user-card .user-avatar {
  width: 80px;
  height: 80px;
  border: 2px solid #ed7c6a;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.user-card .user-name {
  font-size: 22px;
  color: #333;
  margin-bottom: 26px;
}

.user-card .user-info {
  font-size: 0;
  padding: 0 20px;
}

.user-card .user-info-item {
  display: inline-block;
  position: relative;
}

.user-card .user-info-item:after {
  width: 1px;
  height: 28px;
  content: "";
  background: #dfdfdf;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.user-card .user-info.bi-col .user-info-item {
  width: 50%;
}

.user-card .user-info.bi-col .user-info-item:nth-of-type(2):after {
  display: none;
}

.user-card .user-info-num {
  color: #ca2a28;
  font-size: 22px;
}

.user-card .user-info-title {
  color: #333;
  font-size: 14px;
}

/* contact-card */
.contact-card {
  padding: 20px;
  background: #fff;
  margin-bottom: 18px;
}

.contact-card .contact-item {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}

/* map-container */
.map-container {
  height: 174px;
  margin-top: 10px;
}

/* footer */
.footer {
  background: #f1f1f1;
  /* color: #fff; */
  font-size: 14px;
  /* padding: 45px 0; */
}

.fotter-div {
  text-align: center;
}

.fotter-div p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333333;
}

.footer-text {
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

.icon-police,
.footer-text span {
  display: inline-block;
  vertical-align: middle;
}

.icon-police {
  margin-right: 10px;
}

/* pop-window */
.pop-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.pop-wrapper {
  width: 400px;
  height: 448px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/bg-pop-qr.png) center center no-repeat;
  text-align: center;
}

.pop-wrapper .pop-header {
  height: 45px;
}

.pop-wrapper .pop-header .pop-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../img/icon-close.png) center center no-repeat;
  float: right;
  margin: 15px 15px 0 0;
}

.pop-wrapper .pop-body {
  padding-top: 75px;
}

.pop-wrapper .qr-text {
  font-size: 22px;
  line-height: 35px;
  color: #333;
  margin-top: 8px;
}

.back-index {
  position: fixed;
  bottom: 240px;
  text-align: center;
  z-index: 999;
  left: 50%;
  margin-left: 620px;
  width: 77px;
  height: 120px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  font-size: 14px;
}

.back-index .div {
  color: #333;
  font-size: 14px;
  margin-top: 2px;
}

.back-icon {
  background: #ccc;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 11px auto;
}

.back-index:hover .back-icon {
  background: #ff0000;
}

.back-icon img {
  width: 18px;
}

.section-normal1 {
  background: #fbf5f5 url(../img/cont_bg.png) no-repeat;
  background-size: 100% auto;
  padding-bottom: 30px;
}

.nav-bread {
  padding: 22px 0;
  line-height: 22px;
}

.empty-box {
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.empty-box img {
  width: 260px;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  position: fixed;
}

.spinner-other {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d7502f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.practice-hdj {
  width: 60px;
  height: 25px;
  margin-left: auto;
  line-height: 25px;
  text-align: center;
  margin-right: 20px;
  border: 1px solid white;
  border-radius: 10px;
  position: relative;
  top: 10px;
  font-size: 14px;
}

.date-search-btn {
  display: inline-block;
  width: 70px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(-89deg, #f0944a, #d03c27);
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  margin-left: 10px;
}

.wenhao {
  width: 15px;
  vertical-align: middle;
}

.tooltip-contain {
  width: 200px;
}

.tooltip-contain h3 {
  text-align: center;
  margin-bottom: 10px;
}

.tooltip-contain p {
  margin-bottom: 10px;
}
