body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
body {
  background: #F5F5F5;
  color: #666666;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html,
body {
  min-width: 1200px;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 12px;
}
input,
textarea,
select,
button :focus {
  outline: none;
}
table {
  border-collapse: collapse;
}
table tr th.center {
  text-align: center;
}
table tr td.center {
  text-align: center;
}
table tr td.right {
  text-align: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 内容宽度限制为1200 */
.container {
  width: 1200px;
  min-height: calc(100vh - 50px - 120px - 50px - 220px);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.container .content-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* header开始 */
.header {
  color: #666666;
  height: 50px;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.header .header-container .header-left {
  display: flex;
  align-items: center;
}
.header .header-container .header-right {
  display: flex;
  align-items: center;
}
.header .header-container .header-right .header-span {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.header .header-container .header-right .logout {
  margin-left: 12px;
  margin-right: 0;
}
.header .header-container .link {
  color: #404040;
}
.header .header-container .header-span .iconfont {
  color: #404040;
  margin-right: 6px;
  font-size: 14px;
}
.header .header-container .header-span:hover a {
  color: #e2c08e;
}
.header .header-container .header-span .login {
  margin-right: 10px;
  cursor: pointer;
  color: #c29b61;
}
.header .header-container .header-notice {
  position: relative;
}
.header .header-container .header-notice .notice-red-icon {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background: #ed4014;
  top: 0px;
  right: -4px;
}
/* search开始 */
.search {
  background: #fff;
}
.search > .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.search > .search-container .search-logo {
  position: relative;
}
.search > .search-container .search-logo img {
  height: 60px;
}
.search > .search-container .search-wrapper {
  display: flex;
}
.search > .search-container .search-wrapper .search-input-wrapper {
  border: 1px solid #c29b61;
  border-radius: 12px;
}
.search > .search-container .search-wrapper .search-input-wrapper input {
  border: none;
  outline: none;
  background: none;
  height: 44px;
  line-height: 44px;
  width: 480px;
  font-size: 14px;
  padding: 0 6px 0 12px;
  border-radius: 12px;
}
.search > .search-container .search-wrapper .search-button-wrapper {
  margin-left: 12px;
  padding: 11px 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #c29b61;
  border-radius: 12px;
  cursor: pointer;
}
.search > .search-container .search-wrapper .search-button {
  width: 64px;
  display: inline-block;
  line-height: normal !important;
}
/* navbar开始 */
.navbar {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-container {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
}
.navbar .navbar-item {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  flex: 1 0 auto;
  box-sizing: border-box;
  color: #c29b61;
}
.navbar .navbar-item:hover {
  cursor: pointer;
  border-bottom: 4px solid #e2c08e;
}
.navbar .navbar-item.current {
  font-weight: bold;
  border-bottom: 4px solid #c29b61;
}
.navbar .navbar-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.navbar .navbar-item.category-item {
  position: relative;
}
.navbar .navbar-item > a {
  color: #c29b61;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  position: relative;
}
.navbar .navbar-item > a:hover {
  color: #e2c08e;
}
.navbar .navbar-item .navbar-submenu-container {
  display: inline-block;
  width: 100%;
  position: relative;
}
.navbar .navbar-item .navbar-submenu-container:hover {
  color: #e2c08e;
}
.navbar .navbar-item .navbar-submenu-container:hover .navbar-submenu {
  display: flex;
}
.navbar .navbar-item .navbar-submenu {
  position: absolute;
  top: 50px;
  left: 0;
  background: #FFFFFF;
  display: none;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  border-radius: 6px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-item .navbar-submenu-item {
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #d9d9d9;
}
.navbar .navbar-item .navbar-submenu-item:last-child {
  border-bottom: none;
}
.navbar .navbar-item .navbar-submenu-item:hover {
  color: #e2c08e;
}
.navbar .navbar-item .navbar-submenu-item > a {
  color: #404040;
  display: inline-block;
  width: 100%;
}
.navbar .navbar-item .navbar-submenu-item > a:hover {
  color: #e2c08e;
}
.navbar .navbar-item .navbar-submenu-item span {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 40px;
  box-sizing: border-box;
}
/* 面包屑导航 */
.navigation {
  padding-top: 10px;
}
.navigation .navigation-container {
  background: #fff;
  color: #666666;
  display: flex;
  padding: 16px 24px;
  border-radius: 6px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.navigation .navigation-container a:hover {
  color: #e2c08e;
}
.navigation .navigation-container a:hover span {
  color: #e2c08e;
}
.navigation .navigation-container span {
  padding: 0 12px;
}
.navigation .navigation-container i {
  color: #676767;
}
.navigation .navigation-container i:first-child {
  color: #c29b61;
}
.footer {
  margin-top: 20px;
  background: #595656;
  color: #fff;
}
.footer .footer-container {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer .footer-container .footer-top {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.footer .footer-container .footer-top .content {
  margin-top: 10px;
}
.footer .footer-container .footer-top i {
  font-size: 48px;
  line-height: normal !important;
}
.footer .footer-container .footer-top > div {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footer-container .footer-top > div:hover {
  color: #e2c08e;
}
.footer .footer-container .footer-top > div:hover a {
  color: #e2c08e;
}
.footer .footer-container .footer-center {
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.footer .footer-container .footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}
.footer .footer-container .footer-bottom .beian-link {
  color: inherit;
  margin: 0 10px;
}
.footer .footer-container .footer-bottom .beian-link:hover {
  color: #e2c08e;
}
.float-btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c29b61;
  cursor: pointer;
}
.float-btn i {
  font-size: 20px;
}
.swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}
.swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #808080;
  opacity: 1;
}
.swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #c29b61;
}
.compare-price-template {
  width: max-content;
}
.compare-price-template .compare-table {
  padding: 30px;
}
.compare-price-template .compare-table .compare-table-title td {
  text-align: center;
}
.compare-price-template .compare-table > table tr td:first-child > a:hover {
  color: #c29b61;
}
.compare-price-template .compare-table > table tr td:last-child {
  text-align: center;
}
.compare-price-template .compare-table > table tr td.center {
  text-align: center;
}
.compare-price-template .compare-table > table tr:first-child td {
  font-weight: bold;
}
.compare-price-template .compare-table .text-right {
  text-align: right;
}
.compare-table {
  background: #fff;
}
.compare-table .document-number {
  padding-bottom: 10px;
}
.compare-table table {
  width: 100%;
  color: #000;
}
.compare-table table tr td {
  padding: 10px 8px;
  border: 1px solid #d6d6d6;
  white-space: nowrap;
}
.compare-table table tr td i {
  color: #c29b61;
  cursor: pointer;
}
.compare-table table tr td i.no-price {
  color: #cccccc;
  pointer-events: none;
}
.compare-table table tr td.center {
  text-align: center;
}
.compare-table table tr td:last-child {
  text-align: center;
}
.compare-table table tr td.center {
  text-align: center;
}
.compare-table table tr:first-child td {
  font-weight: bold;
}
.table {
  margin: 20px 0;
  background: #fff;
}
.table label {
  display: flex;
  align-items: center;
}
.table label > span {
  margin-left: 10px;
}
.table .check-all {
  font-size: 18px;
  padding: 12px 6px;
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.table .check-all .switch-currency {
  color: #b52629;
  cursor: pointer;
}
.table .table-item {
  margin-top: 10px;
}
.table .table-item > div {
  font-size: 14px;
  padding: 8px 20px;
}
.table .table-item > div:last-child label {
  justify-content: flex-end;
}
.table .table-item .table-container {
  margin-top: 0;
  background: none;
  padding: 0;
}
.table .table-item .table-container > table {
  width: 100%;
  color: #000;
}
.table .table-item .table-container > table tr td {
  padding: 10px 8px;
  border: 1px solid #d6d6d6;
  white-space: nowrap;
}
.table .table-item .table-container > table tr td input {
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  width: 90px;
}
.table .table-item .table-container > table tr td:nth-child(3):hover {
  cursor: pointer;
  color: #e2c08e;
}
.table .table-item .table-container > table tr td:nth-child(1) {
  text-align: center;
}
.table .table-item .table-container > table tr td:nth-child(1) input {
  width: auto;
}
.table .table-item .table-container > table tr td:last-child {
  color: #c29b61;
  cursor: pointer;
  text-align: center;
}
.table .table-item .table-container > table tr:nth-child(1) td:nth-child(3):hover {
  cursor: auto;
  color: #000;
}
.table .table-item .table-container > table tr .text-center {
  text-align: center;
}
.table .table-item .table-container > table tr:first-child td:last-child {
  background: none;
  color: #000;
  cursor: auto;
}
.table-currency {
  color: #c29b61;
}
/* 文件上传 */
.upload-file-container {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.upload-file-container .file-container {
  width: 25%;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
}
.upload-file-container .file-container .file-container-wrap {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.upload-file-container .file-container.add-file-btn {
  cursor: pointer;
}
.upload-file-container .file-container.add-file-btn i {
  color: #666666;
  font-size: 32px;
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-container .file-container.add-file-btn span {
  color: #666666;
}
.upload-file-container .file-container .file-thumbnail {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
}
.upload-file-container .file-container .file-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.upload-file-container .file-container .file-thumbnail img,
.upload-file-container .file-container .file-thumbnail .file-type-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-container .file-container .file-thumbnail .iconfont.icon-remove {
  position: absolute;
  right: -22px;
  top: -2px;
  font-size: 24px;
  color: #ed4014;
  z-index: 3;
}
.upload-file-container .file-container .iconfont {
  color: #333;
  height: auto;
}
.upload-file-container .file-container .file-name-wrap {
  padding: 4px;
}
.upload-file-container .file-container .file-name {
  display: inline-block;
  width: 95%;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.upload-file-container .file-container input {
  display: none;
}
.hide {
  display: none !important;
}
/**
 * @Author: 张源
 * @Date: 2020-06-05 15:51:51
 * @Description:  表单公共样式 form-item form-error-item form-title form-content form-item-content-error
                  表单验证错误样式 form-error-item form-item-content-error
 */
.form-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 40px;
}
.form-item .form-item-title-row {
  width: 100%;
  padding: 10px 0;
}
.form-item .form-item-title {
  width: 60px;
  padding: 10px;
  text-align: right;
}
.form-item .form-item-content {
  min-height: 40px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.form-item .form-item-content input:not([type=file]),
.form-item .form-item-content select,
.form-item .form-item-content textarea {
  background: #ffffff;
  padding-left: 10px;
  border: 1px solid #d9d9d9;
  min-height: 30px;
}
.form-item .form-item-content .checkbox-wapper,
.form-item .form-item-content .radio-wapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.form-item .form-item-content .checkbox-wapper input[type=checkbox],
.form-item .form-item-content .radio-wapper input[type=checkbox],
.form-item .form-item-content .checkbox-wapper input[type=radio],
.form-item .form-item-content .radio-wapper input[type=radio] {
  margin: 4px;
}
.form-item .form-item-content .form-item-content-error {
  color: #ed4014;
  font-size: 12px;
  position: absolute;
  bottom: -24px;
}
.form-item.form-error-item .form-item-content input,
.form-item.form-error-item .form-item-content select,
.form-item.form-error-item .form-item-content textarea {
  border: 1px solid #ed4014;
}
/**
 * @Author: 张源
 * @Date: 2020-06-13 11:22:29
 * @Description: 添加非表单内 校验错误的样式，目前只针对输入框 下拉框 textarea，而且只改边框颜色
 */
.error-element input,
.error-element select,
.error-element textarea {
  border-color: #ed4014 !important;
}
.link {
  color: #c29b61;
  text-decoration: underline;
  cursor: pointer;
}
.link:hover,
.link:focus {
  color: #e2c08e !important;
  text-decoration-color: #e2c08e;
}
.link:active {
  color: #b8935c !important;
  text-decoration-color: #e2c08e;
}
.link-error {
  color: #ed4014;
  text-decoration: underline;
  cursor: pointer;
}
.link-error:hover,
.link-error:focus {
  color: #f16643 !important;
  text-decoration-color: #f16643;
}
.link-error:active {
  color: #e13d13 !important;
  text-decoration-color: #f16643;
}
.btn-primary[type=button],
.btn-primary[type=submit] {
  color: #FFFFFF;
  background: #c29b61;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary[type=button]:hover,
.btn-primary[type=submit]:hover {
  background: #e2c08e;
}
.btn-secondary[type=button],
.btn-secondary[type=submit] {
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.btn-secondary[type=button]:hover,
.btn-secondary[type=submit]:hover {
  background: #F2F2F2;
}
.btn-outline[type=button],
.btn-outline[type=submit] {
  color: #c29b61;
  background: #FFFFFF;
  border: 1px solid #c29b61;
  cursor: pointer;
}
.btn-outline[type=button]:hover,
.btn-outline[type=submit]:hover {
  border-color: #e2c08e;
}
.btn-size-mini {
  height: 24px;
  padding: 0 11px;
  font-size: 12px;
  border-radius: 2px;
}
.btn-size-small {
  height: 28px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
}
.btn-size-medium {
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
}
.btn-size-large {
  height: 36px;
  padding: 0 19px;
  font-size: 14px;
  border-radius: 2px;
}
.button-container {
  display: flex;
  justify-content: space-between;
}
.button-container > [type=button] {
  margin: 0 10px;
}
.button-container-align-left {
  justify-content: flex-start;
}
.button-container-align-left :first-child {
  margin-left: 0;
}
.button-container-align-right {
  justify-content: flex-end;
}
.button-container-align-right :last-child {
  margin-right: 0;
}
.button-container-align-center {
  justify-content: center;
}
/**
 * @Author: 贾宏扬
 * @Description: 请求数据为空时显示的样式
 */
.noResult {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.noResult .noResult-img {
  margin: 0 auto;
  text-align: center;
  width: 240px;
  height: 240px;
}
.noResult .noResult-img img {
  max-width: 100%;
}
.noResult .noResult-text {
  width: 100%;
  text-align: center;
  color: #666666;
  position: relative;
}
.noResult .noResult-text span {
  position: absolute;
  top: -34px;
  left: 47%;
}
/**
 * @Author: 张源
 * @Date: 2020-07-02 17:36:45
 * @Description: 分页样式
 */
.pages {
  margin-top: 20px;
  background: #FFFFFF;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 6px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.pages .paginationjs {
  display: flex;
  align-items: center;
}
.pages .paginationjs .paginationjs-pages li {
  margin: 0 5px;
  border-right: 1px solid #aaa;
  border-radius: 4px;
}
.pages .paginationjs .paginationjs-pages li > a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
}
.pages .paginationjs .paginationjs-pages li:first-child,
.pages .paginationjs .paginationjs-pages li:first-child > a,
.pages .paginationjs .paginationjs-pages li:last-child,
.pages .paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 4px;
  font-size: 20px;
}
.pages .paginationjs .paginationjs-pages li.active > a {
  background: #c29b61;
  line-height: 40px;
}
.pages .paginationjs .paginationjs-nav.J-paginationjs-nav {
  height: 40px;
  line-height: 40px;
}
.pages .paginationjs .paginationjs-size-changer .J-paginationjs-size-select {
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
}
.pages .paginationjs .paginationjs-size-changer .J-paginationjs-size-select:hover {
  border-color: #c29b61;
}
.pages .paginationjs .paginationjs-go-input .J-paginationjs-go-pagenumber {
  width: 80px;
  height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
}
.pages .paginationjs .paginationjs-go-button .J-paginationjs-go-button {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #c29b61;
  cursor: pointer;
  border-color: #c29b61;
  padding: 0 20px;
  margin-right: 10px;
}
.pages .paginationjs .paginationjs-go-button .J-paginationjs-go-button:hover {
  background: #e2c08e;
}
.tags {
  height: 16px;
  margin-top: 5px;
}
.tags .new {
  padding: 2px 6px;
  border: 1px solid #ff2832;
  border-radius: 2px;
  color: #ff2832;
}
.tags .promote {
  padding: 2px 6px;
  color: #FFF;
  background: #c29b61;
  border-radius: 2px;
}
.dataTables_wrapper {
  font-size: 14px;
}
.dataTables_wrapper .datatable-wrap {
  width: 100%;
}
.dataTables_wrapper .datatable-footer {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.dataTables_wrapper .datatable-footer .datatable-page-info {
  display: flex;
  align-items: center;
  height: 42px;
}
.dataTables_wrapper .datatable-footer .dataTables_info {
  margin-left: 10px;
  line-height: 42px;
  padding-top: 0;
}
.dataTables_wrapper table tbody tr td.center {
  text-align: center !important;
}
.dataTables_wrapper table tbody tr td.left {
  text-align: left !important;
}
.dataTables_wrapper table tbody tr td.right {
  text-align: right !important;
}
.dataTables_wrapper table thead tr th {
  text-align: center !important;
}
.section {
  width: 1200px;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.section .title {
  background: #FFFFFF;
  padding: 8px 12px;
  border-radius: 6px;
}
.section .title .iconfont {
  font-size: 26px;
  color: #c29b61;
}
.section .title span {
  font-size: 26px;
  margin-left: 6px;
}
.section .title .unfold-switch {
  float: right;
  cursor: pointer;
  font-size: 12px;
}
.section .title .unfold-switch > span {
  display: none;
}
.section .title .unfold-switch > span span {
  font-size: 14px;
  color: #c29b61;
}
.section .title .unfold-switch > span .iconfont {
  font-size: 16px;
}
.section .title .unfold-switch > .active {
  display: block;
}
.section .content-wrapper {
  position: relative;
  padding: 0px 12px;
}
.hotel-brands .content-wrapper {
  display: flex;
  margin: 20px 12px;
  background: #FFFFFF;
  border-radius: 6px;
  flex-direction: column;
}
.hotel-brands .content-wrapper .label {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 5px;
}
.hotel-brands .content-wrapper .label:last-child {
  border-bottom: transparent;
}
.hotel-brands .content-wrapper .label .label-name {
  width: 160px;
  display: flex;
  align-items: center;
  font-size: 18px;
  flex: 0 0 150px;
}
.hotel-brands .content-wrapper .label .label-brands {
  display: flex;
  flex-wrap: wrap;
  height: 190px;
}
.hotel-brands .content-wrapper .label .label-brands > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  cursor: pointer;
  padding: 4px;
  border: 1px solid transparent;
}
.hotel-brands .content-wrapper .label .label-brands > div:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}
.hotel-brands .content-wrapper .label .label-brands img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}
.hot-brand-detail {
  padding: 20px 40px;
}
.hot-brand-detail .brand-top {
  display: flex;
  margin-bottom: 20px;
}
.hot-brand-detail .brand-top .brand-left {
  display: flex;
  flex-direction: column;
}
.hot-brand-detail .brand-top .brand-left > span {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.hot-brand-detail .brand-top .brand-right {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.hot-brand-detail .brand-top .brand-right span {
  font-size: 14px;
  line-height: 1.5;
}
.hot-brand-detail .brand-top .brand-right .bold {
  font-weight: bold;
}
.hot-brand-detail .brand-top .brand-right p {
  margin-top: 20px;
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hot-brand-detail .brand-top .brand-logo {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-brand-detail .brand-top .brand-logo img {
  max-width: 100%;
  max-height: 100%;
}
.hot-brand-detail .brand-bottom {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}

.cascader {
  position: absolute;
  top: -50px;
  left: 0;
  width: 190px;
  height: 510px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  padding-bottom: 10px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.cascader .category-switcher {
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
}
.cascader .category-switcher > div {
  background: #000000;
  color: #666666;
}
.cascader .category-switcher > div:hover {
  color: #e2c08e;
}
.cascader .category-switcher .article-category {
  border-top-left-radius: 6px;
}
.cascader .category-switcher .supplier-category {
  border-top-right-radius: 6px;
}
.cascader .category-switcher .active {
  color: #c29b61;
}
.cascader .category-switcher span {
  box-sizing: border-box;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  width: 95px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.cascader .category-container {
  position: relative;
  height: 450px;
}
.cascader .cascader-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  height: 440px;
}
.cascader .cascader-item {
  display: flex;
  flex: 1;
  padding: 24px 12px;
  flex-direction: column;
}
.cascader .cascader-item:hover {
  background: #FFFFFF;
}
.cascader .cascader-item:hover span {
  color: #404040;
}
.cascader .cascader-item a {
  color: #FFFFFF;
}
.cascader .cascader-item a:hover span {
  color: #e2c08e !important;
}
.cascader .cascader-title {
  font-size: 17px;
  color: #FFFFFF;
  cursor: pointer;
}
.cascader .cascader-panel {
  display: none;
  position: absolute;
  top: 0px;
  left: 190px;
  background: #FFFFFF;
  height: 450px;
  width: 810px;
  overflow: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
  padding: 12px;
}
.cascader .cascader-panel .category-item {
  display: flex;
}
.cascader .cascader-panel .category-item .second-level {
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
}
.cascader .cascader-panel .category-item .second-level span {
  width: 150px;
  display: inline-block;
  font-size: 16px;
  color: #c29b61;
  background: #F5F5F5;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
}
.cascader .cascader-panel .category-item .second-level span:hover {
  color: #e2c08e;
  background: #F2F2F2;
}
.cascader .cascader-panel .category-item .third-level {
  display: flex;
  flex-wrap: wrap;
}
.cascader .cascader-panel .category-item .third-level > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 12px;
}
.cascader .cascader-panel .category-item .third-level > div a:hover {
  color: #e2c08e;
}
.cascader .cascader-panel .category-item .third-level > div span {
  font-size: 14px;
  white-space: nowrap;
}
.swiper {
  display: flex;
  width: 800px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.swiper-container {
  position: relative;
  text-align: center;
  border-radius: 6px;
}
.swiper-container .swiper-slide {
  width: 100%;
}
.swiper-container .swiper-slide img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.preferred-suppliers .supplier {
  display: flex;
  border: 1px solid #d9d9d9;
  margin: 20px 0;
  border-radius: 6px;
  background: #FFFFFF;
}
.preferred-suppliers .supplier .logo-container {
  padding: 10px;
  border-right: 1px solid #d9d9d9;
  position: relative;
}
.preferred-suppliers .supplier .icons-container {
  display: flex;
  border-left: 1px solid #e9a33a;
}
.preferred-suppliers .supplier .icons-container div {
  width: 36px;
  height: 36px;
  border: 1px solid #e9a33a;
  border-left: none;
}
.preferred-suppliers .supplier .icons-container div img {
  max-width: 100%;
  max-height: 100%;
}
.preferred-suppliers .supplier .logo {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preferred-suppliers .supplier .logo a {
  width: 100%;
  height: 100%;
}
.preferred-suppliers .supplier .logo img {
  max-width: 100%;
  max-height: 100%;
}
.preferred-suppliers .supplier .description {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width: 360px;
  padding: 10px;
  border-right: 1px solid #d9d9d9;
}
.preferred-suppliers .supplier .description .prop-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.preferred-suppliers .supplier .description .link {
  text-decoration: none;
}
.preferred-suppliers .supplier .description .prop-wrapper.multiple-line {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.preferred-suppliers .supplier .articles {
  display: flex;
  align-items: center;
  padding: 12px;
  flex: 1;
}
.preferred-suppliers .supplier .articles .article-container {
  display: flex;
  flex: 1;
}
.preferred-suppliers .supplier .articles .article-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid #d9d9d9;
  margin: 0 15px;
  border-radius: 6px;
  background: #FFFFFF;
  padding: 1px;
}
.preferred-suppliers .supplier .articles .article-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preferred-suppliers .supplier .articles .article-item img {
  max-width: 100%;
  max-height: 100%;
}
.preferred-suppliers .supplier .articles .more-articles {
  width: 30px;
  height: 150px;
  color: #FFFFFF;
  background: #f5b556;
  writing-mode: vertical-lr;
  letter-spacing: 14px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 15px;
}
.preferred-suppliers .supplier .articles .more-articles:hover {
  background: #f7c478;
}

.swiper {
  margin-left: 240px;
  width: 960px;
  height: 540px;
}
.swiper .swiper-container {
  height: 540px;
}
.cascader {
  top: 10px;
  width: 230px;
  height: 540px;
  padding-top: 10px;
}
.cascader .cascader-item-wrapper {
  height: 520px;
}
.cascader .cascader-item {
  padding: 12px 24px;
  justify-content: center;
}
.cascader .cascader-panel {
  top: -10px;
  left: 230px;
  height: 540px;
  width: 970px;
}
.cascader .cascader-panel .cascader-wrapper {
  display: flex;
  min-height: 100%;
}
.cascader .cascader-panel .cascader-wrapper .left {
  width: 300px;
  display: flex;
  flex-direction: column;
  border-right: 1px dashed #d9d9d9;
  align-content: start;
  padding: 10px 0;
}
.cascader .cascader-panel .cascader-wrapper .right {
  flex: 1;
  display: flex;
  justify-content: start;
  align-content: start;
  flex-wrap: wrap;
}
.cascader .cascader-panel .cascader-wrapper .right a {
  font-size: 14px;
  width: 226px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 45px;
  padding: 0 8px;
  height: 45px;
  color: #666666;
}
.cascader .cascader-panel .cascader-wrapper .right a:hover {
  color: #e2c08e;
}
.cascader .cascader-panel .cascader-wrapper .count {
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  font-size: 12px;
  color: #FFFFFF;
  background: #fcc26a;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.cascader .cascader-panel .letter-list.left {
  flex-wrap: wrap;
  height: 510px;
  padding: 0;
}
.cascader .cascader-panel .letter-list.left .letter {
  margin: 11px 11px;
  width: 50px;
  height: 50px;
  border: 1px solid #e3d0b5;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.cascader .cascader-panel .letter-list.left .letter:hover {
  color: #FFFFFF;
  border-color: #e9a33a;
  background: #fad296;
}
.cascader .cascader-panel .letter-list.left .letter.active {
  background: #f5b556;
  color: #FFFFFF;
  border: 1px solid #e9a33a;
}
.cascader .cascader-panel .letter-list.left .letter .text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  display: block;
}
.cascader .cascader-panel .letter-list.left .letter .count {
  position: absolute;
  top: 4px;
  right: 0;
  transform: translate(50%, -50%);
}
.cascader .cascader-panel .left .dept,
.cascader .cascader-panel .left .name-wrapper,
.cascader .cascader-panel .left .level {
  font-size: 14px;
  cursor: pointer;
  padding: 6px;
  margin: 0 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.cascader .cascader-panel .left .dept:hover,
.cascader .cascader-panel .left .name-wrapper:hover,
.cascader .cascader-panel .left .level:hover {
  color: #e2c08e;
  border: 1px solid #e9a33a;
  border-radius: 4px;
}
.cascader .cascader-panel .left .dept.active,
.cascader .cascader-panel .left .name-wrapper.active,
.cascader .cascader-panel .left .level.active {
  background: #f5b556;
  color: #FFFFFF;
  border: 1px solid #e9a33a;
}
.cascader .cascader-panel .left .area-item {
  display: flex;
  align-items: center;
  margin: 0 6px;
}
.cascader .cascader-panel .left .area-item i.iconfont {
  cursor: pointer;
  font-size: 18px;
}
.cascader .cascader-panel .left .area-item i.iconfont:hover {
  color: #e2c08e;
}
.cascader .cascader-panel .left .dept .name,
.cascader .cascader-panel .left .area-item .name,
.cascader .cascader-panel .left .level .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.cascader .cascader-panel .left .area-item .name-wrapper {
  display: flex;
  min-width: 0;
  flex: 1;
  padding: 3px 6px;
  margin: 3px;
}
.skeleton .swiper {
  width: 1200px;
  height: 675px;
  background-color: #F2F2F2;
}
.skeleton .swiper .category {
  background-color: #eaeaea;
  width: 260px;
  height: 100%;
}
.skeleton .statistics {
  margin: 30px 0;
  padding: 30px 120px;
  background-color: #F2F2F2;
}
.skeleton .statistics .statistics-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skeleton .statistics .statistics-info-wrap .info-item {
  display: flex;
  align-items: center;
}
.skeleton .statistics .statistics-info-wrap .info-item .info-icon {
  display: block;
  background-color: #eaeaea;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 20px;
}
.skeleton .statistics .statistics-info-wrap .info-item .info-text {
  display: block;
  background-color: #eaeaea;
  width: 120px;
  height: 36px;
}
.skeleton .module-title {
  display: flex;
}
.skeleton .module-title .module-icon {
  display: block;
  background-color: #eaeaea;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 20px;
}
.skeleton .module-title .module-text {
  display: block;
  background-color: #eaeaea;
  width: 150px;
  height: 36px;
}
.skeleton .selected-articles .articles-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.skeleton .selected-articles .articles-wrap .article-item {
  width: 220px;
  height: 340px;
  margin-top: 20px;
  background-color: #F2F2F2;
}
.skeleton .sub-hotels {
  margin-top: 30px;
}
.skeleton .sub-hotels .sub-hotels-wrap {
  display: flex;
  overflow: hidden;
  margin-top: 30px;
}
.skeleton .sub-hotels .sub-hotels-wrap .hotel-item {
  width: 120px;
  height: 140px;
  background-color: #F2F2F2;
  margin-right: 18px;
  flex: 1 0 auto;
}

