/* public */
body {
  background: #eff0f2;
  color: #333;
}

.cpt-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  animation-duration: 0.3s;
  max-width: 300px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  font-family: "微软雅黑", "Microsoft Yahei";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  word-wrap: break-word;
}

.opa-box {
  position: absolute;
  z-index: 99;
  width: 130px;
  background: #fff;
  display: none;
  top: 25px;
  left: 0px;
}

.opa-box a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #a8181e;
}

.opa-box a:hover {
  background-color: #f3f3f3;
}

.btn-group {
  text-align: center;
  font-size: 0;
}

.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;
}

.zhuce {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 40px;
  padding-top: 5px;
  padding-right: 20px;
}

.zhuce > div {
  /* margin-top: 16px; */
  display: inline-block;
  position: relative;
}

.user-avatar {
  line-height: 40px;
}

.denglu a,
.denglu-phone {
  color: #bd1a1a;
  margin-right: 22px;
}

.yh-tx {
  width: 40px;
  position: relative;
  height: 40px;
  /* top: -11px; */
  cursor: pointer;
  margin-right: 10px;
  display: none;
  border-radius: 50%;
}

.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;
}

.btn-success {
  background: #43d77d;
}

.btn-dashed {
  color: #999;
  border: 1px dashed #ddd;
  padding: 0 60px;
}

.btn-danger {
  background: #f64e4b;
  padding: 0 30px;
  border-radius: 20px;
}

.btn-info {
  background: #28bbff;
  padding: 0 30px;
  border-radius: 20px;
}

.swiper-container {
  position: relative;
}

/* header */
.header {
  height: 55px;
  line-height: 55px;
  background: #eff0f2;
}

.header .wrapper > img {
  margin-top: 7px;
}

/* .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: #a8181e;
}

.header .login-box .with-login .opa-box a:hover {
  background-color: #f3f3f3;
}

.header .login-box:hover .opa-box {
  display: block;
}

/* banner-top */
.banner-top {
  width: 100%;
  height: 251px;
  overflow: hidden;
}

.banner-top h1 {
  display: none;
}

.banner-top img {
  width: 100%;
  height: 100%;
  display: block;
}

/* banner 轮播 */
.banner-top .swiper-box,
.banner-top .swiper-container,
.banner-top .swiper-wrapper,
.banner-top .swiper-slide,
.banner-top .swiper-slide dl,
.banner-top .swiper-slide dl dt {
  width: 100%;
  height: 100%;
}

/* nav */
.nav {
  background: linear-gradient(3deg, #E54F21 0%, #FA6A3E 99%);
}

.nav .wrapper {
  position: relative;
}

.nav-item {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  transition: all linear 0.25s;
  float: left;
  _display: inline;
}

.nav-item:hover,
.nav-item.cur {
  background: #fff;
}

.nav-item > a {
  color: #fff;
  display: block;
  padding: 0 24px;
}

.nav-item:hover > a,
.nav-item.cur > a {
  color: #b90001;
}

/* nav-bread */
.nav-bread {
  padding: 22px 0;
  line-height: 22px;
}

.nav-bread p {
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.nav-bread .nav-bread-item {
  font-size: 14px;
  color: #d85230;
  margin: 0 5px;
}

.nav-bread .next-icon {
  margin: 0 5px 2px;
}

/* search */
.search {
  padding: 0 32px 0 18px;
  height: 28px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  float: right;
  margin-top: 13px;
  border: 1px solid #ebebeb;
  margin-right: 24px;
}

.search .keyword {
  padding: 5px 0;
}

.search .keyword:focus {
  outline: none;
}

.btn-search {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url(../img/icon-search.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: 7px 5px;
}

.search-square .btn-search {
  width: 48px;
  height: 32px;
  background: #cc232f url(../img/icon-search.png) center center no-repeat;
  top: 0;
  right: 0;
}

.btn-clear {
  width: 17px;
  height: 100%;
  background: url(../img/icon-clear.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 52px;
  cursor: pointer;
}

/* tab */
/* .tab-nav-02{border-bottom: 2px solid #D5D4D4;height: 34px;line-height: 34px;background: #F3F3F3;} */
.tab-nav-normal {
  height: 38px;
  border-bottom: 1px solid #e0e0e0;
}

.tab-nav-normal-item {
  line-height: 38px;
  color: #333;
  float: left;
  font-size: 18px;
  cursor: pointer;
  transition: all linear 0.25s;
  position: relative;
}

.tab-nav-normal-item.with-dot {
  padding: 0 24px;
  background: url(../img/dot-gray-big.png) 5px center no-repeat;
}

.tab-nav-normal-item.cur {
  color: #c10a0b;
  font-weight: bold;
}

.tab-nav-normal-item a {
  color: #989898;
}

.tab-nav-normal-item.cur a {
  color: #c10a0b;
}

.tab-nav-normal-item.cur.with-dot {
  background: url(../img/dot-red-large.png) 5px center no-repeat;
}

.tab-nav-normal-item.cur:after {
  width: 100%;
  height: 2px;
  content: "";
  background: #c10a0b;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.tab-cnt {
  position: relative;
}

/* 子页面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;
}

/* 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;
}

/* text-news-box */
.text-news-box {
  margin-top: 12px;
}

.text-news {
}

.text-news-item {
  line-height: 44px;
  position: relative;
}

.text-news-item.with-dot {
  padding-left: 16px;
  background: url(../img/dot-red-small.png) 6px center no-repeat;
}

.text-news-item > a {
  display: block;
}

.text-news-item span {
  display: inline-block;
  vertical-align: middle;
}

.text-news-detail {
  font-size: 16px;
  color: #333;
  max-width: 100%;
}

.text-news-date {
  font-size: 14px;
  color: #999;
  float: right;
}

/* section-normal */
.section-normal {
  position: relative;
  padding-top: 30px;
}

.footer-text a {
  color: #fff;
}

.section-inner {
  padding: 28px 24px;
  background: #fff;
}

/* .section-title{height: 43px;}
.section-more{float: right;color: #999;font-size: 14px;line-height: 43px;margin-right: 16px;} */
/* .section-body{margin-right: -15px;} */
.section-body .col-a {
  width: 410px;
  margin-right: 15px;
}

/* 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: 20px;
}

.pic-news-box {
  min-height: 346px;
}

.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: 25px;
  height: 50px;
  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;
}

/* 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;
}

.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;
}

/* 新闻列表页 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;
}

/* 新闻列表页 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;
  display: inline-block;
  top: 10px;
}

.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: 34px;
  line-height: 34px;
  border-bottom: 2px solid #d5d4d4;
  background: #f3f3f3;
}

.title-underline .title-text {
  font-size: 18px;
  color: #a8181e;
  display: inline-block;
  border-bottom: 3px solid #a8181e;
  padding: 0 7px;
  margin-top: -1px;
}

.title-underline .title-text a {
  color: #a81d21;
}

/* .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;
  min-width: 70px;
  text-align: justify;
  text-align-last: justify;
}

.menu-filter-list {
  float: left;
  width: 900px;
  font-size: 0;
  position: relative;
  padding-left: 90px;
  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;
  height: 134px;
}

.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;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 20px;
}

/* 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: 10px;
}

.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;
}

.contact-card .contact-item {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}

/* map-container */
.map-container {
  height: 174px;
  margin-top: 10px;
}

/* footer */
.footer {
  background: #a81d21;
  color: #fff;
  font-size: 14px;
  padding: 33px 0;
}

.footer-text {
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.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-window-inner {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
}

.pop-wrapper {
  width: 400px;
  height: 260px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/bg-pop-qr.png) center center no-repeat;
  background: #fff;
  text-align: center;
}

.pop-header {
  height: 45px;
  position: relative;
}

.pop-header .pop-header-text {
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.pop-header .pop-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../img/icon-close.png) center center no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
}

.pop-wrapper .pop-body {
  padding-top: 90px;
  background: url(../img/icon-check.png) center 0 no-repeat;
}

.pop-wrapper .qr-text {
  font-size: 22px;
  line-height: 35px;
  color: #333;
  margin-top: 8px;
}

.pop-wrapper .btn-success {
  margin-top: 30px;
  width: 210px;
}

/* toast-window */
.toast-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  display: none;
}

.toast-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 264px;
  height: 106px;
  line-height: 106px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* confirm-window */
.confirm-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  display: none;
}

.confirm-window-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 242px;
  height: 165px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.confirm-window .confirm-window-body {
  padding-top: 40px;
}

.confirm-title {
  font-size: 16px;
}

.confirm-window .btn-group {
  margin-top: 40px;
}

.confirm-window .btn-group .btn {
  margin: 0 6px;
}

/* form-item bi-cols */
.form-item {
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.form-item.bi-cols {
  position: relative;
  padding-left: 76px;
}

.form-item.bi-cols .form-item-label {
  position: absolute;
  width: 76px;
  top: 0;
  left: 0;
  font-size: 14px;
}

.form-item.bi-cols .main {
  width: 100%;
  height: 100%;
}

.form-item.bi-cols input.main {
  border: 1px solid #dfdfdf;
  padding-left: 12px;
  width: 395px;
}

.form-item.bi-cols .main select {
  border: 1px solid #dfdfdf;
  height: 36px;
  margin-right: 15px;
}

.fotter {
  /* height: 100px; */
  background: #f1f1f1;
  margin-top: 20px;
}

.fotter-div {
  /* display: inline-block; */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  text-align: center;
}

.fotter-div p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333333;
}

/* banner */
.other_bg {
  width: 100%;
  min-width: 1200px;
  height: 230px;
  background: url(../img/other_bg_1655371749.png?t=1655372555) no-repeat;
  /* background-size: 100% 100%; */
  background-position: center;
  position: relative;
}

.index_en_bg {
  width: 100%;
  min-width: 1200px;
  height: 440px;
  background: #eff0f2 url(../img/bannertop_en.jpg?t=111);
  /* background-size: 100% 100%; */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.index_en_bg > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.search-contain {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.zhandian {
  position: absolute;
  bottom: 0;
  right: 0;
}

.srarch-keyword {
  width: 177px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #EF4002;
  border-radius: 18px;
  position: absolute;
  top: 5px;
  right: 0;
}

.srarch-keyword1 {
  width: 167px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #EF4002;
  border-radius: 18px;
  position: absolute;
  bottom: 15px;
  top: 5px;
  right: 195px;
  /* cursor: pointer; */
}

.srarch-keyword input {
  border-radius: 18px;
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  width: 120px;
}

.srarch-keyword input::placeholder,
#practice-text::placeholder,
.search-wrap input::placeholder,
.search-temp .search .keyword::placeholder {
  color: rgba(153, 153, 153, 0.8);
}

.srarch-keyword > div {
  cursor: pointer;
  width: 45px;
  height: 100%;
  background: #EF4002;
  border-radius: 18px;
  position: relative;
}

.srarch-keyword img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.srarch-keyword1 > div {
  width: 68px;
  height: 31px;
  background: #EF4002;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 31px;
  margin-top: 2px;
  display: inline-block;
  margin-left: 3px;
}

.srarch-keyword1 > span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

#popUpBox,
#popUpBox1,
#yd {
  display: block;
  background-color: yellow;
  margin: 0 auto;
  width: 711px;
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding: 29px 30px 44px 30px;
  z-index: 999;
}

#yd {
  width: 1000px;
  height: 559px;
  padding: 0;
  top: 70px;
  transform: translate(-50%, 0);
  /* overflow: auto; */
}

#yd .yd_title {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

#yd .yd-content {
  position: initial;
}

#yd .yd-close {
  position: absolute;
  top: 24px;
  right: 51px;
  cursor: pointer;
}

.yx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  cursor: pointer;
}

.yx-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  cursor: pointer;
}

#popUpBox .spinner,
#popUpBox1 .spinner,
.five-content-1 .spinner,
.five-content-3 .spinner,
.five-content-4 .spinner {
  position: absolute;
}

.popUpBox-t {
  font-size: 24px;
  color: #333333;
  margin-left: -40px;
}

.close-zhandian {
  cursor: pointer;
}

.dirver {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin: 20px 0;
}

.qiehuan-title {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
}

.city-single {
  padding: 0 25px;
  height: 36px;
  background: rgba(204, 204, 204, 0.1);
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-bottom: 14px;
  margin-right: 35px;

  transition: all 0.3s ease-in-out;
}

.city-single:hover {
  background: rgba(189, 26, 26, 0.1);
}

.city-single:hover a {
  color: rgba(189, 26, 26, 1);
}

.cur-city {
  background: rgba(189, 26, 26, 0.1);
}

.cur-city a {
  color: rgba(189, 26, 26, 1);
}

.section-normal1 {
  background: #fbf5f5 url("../img/cont_bg.png") no-repeat;
  background-size: 100% auto;
  padding-bottom: 30px;
}

.empty-box {
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}

.empty-box img {
  width: 260px;
}

.coco-msg-wait {
  display: none;
}

.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;
  z-index: 99;
}

.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);
  }
}

.screen .screen-right:last-child {
  margin-bottom: 10px;
}

.btn-disabled {
  background: #c5c8ce !important;
}

.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;
}

.time-picker-limit {
  padding-left: 12px;
  text-align: left;
  color: #666;
  width: 185px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.btn-date-clear {
  width: 20px;
  height: 100%;
  background: url(../img/date-limit.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 12px;
  /* cursor: pointer; */
}

.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;
}

.tooltip-contain {
  width: 200px;
}

.code-contain > h3,
.tooltip-contain h3 {
  text-align: center;
  margin-bottom: 10px;
}

.tooltip-contain p {
  margin-bottom: 10px;
}

.code-contain {
  width: 200px;
  text-align: center;
}

.code-contain .v-code {
  width: 150px;
  margin: 0 auto;
  display: inline-block;
}

.wenhao {
  width: 15px;
  vertical-align: middle;
}

.input-default {
  border: 1px solid rgba(210, 210, 210, 1);
  border-radius: 5px;
  width: 338px;
  height: 36px;
  font-size: 14px;
  padding-left: 10px;
}

/* 弹窗内容 */
.modal-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-btn:focus,
.modal-btn:active:focus,
.modal-btn.active:focus,
.modal-btn.focus,
.modal-btn:active.focus,
.modal-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal-btn:hover,
.modal-btn:focus,
.modal-btn.focus {
  color: #333333;
  text-decoration: none;
}
.modal-btn:active,
.modal-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* 
  修改头像样式
*/

.fileinput-button {
  position: relative;
  vertical-align: middle;
  width: 70px;
  height: 30px;
  color: rgba(32, 136, 239, 1);
  font-size: 14px;
  text-align: center;
  border: 0;
  border-radius: 5%;
  line-height: 30px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
}

.avatar-contain {
  width: 200px;
}
