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;
}

.content-container {
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.1), 0 -1px 6px rgba(0, 0, 0, 0.1);
}
.esg {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.esg .noResult {
  flex: 1;
  border-radius: 6px;
}
.esg-list {
  max-width: 1200px;
  margin: 0 auto;
}
.esg-item {
  overflow: hidden;
}
.esg-item:last-child {
  margin-bottom: 0;
}
.esg-header {
  display: flex;
  align-items: center;
}
.esg-icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.esg-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.esg-title {
  flex: 1;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.esg-section:last-child {
  margin-bottom: 0;
}
.esg-section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.esg-section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 60px;
  height: 2px;
}
.esg-section-content {
  font-size: 16px;
  line-height: 1.8;
}
.esg-section-content.rich-text a {
  color: #c29b61;
}
.esg-section-content.rich-text a:hover {
  color: #e2c08e;
}
.esg-section-content.rich-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  overflow: hidden;
}
.esg-section-content.rich-text table th,
.esg-section-content.rich-text table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #cfc6c6;
  vertical-align: middle;
  word-break: break-all;
}
.esg-section-content.rich-text table th {
  font-weight: 600;
}
.esg-section-content.rich-text img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
.esg-section-content.rich-text p {
  margin-bottom: 15px;
}
.esg-section-content.rich-text ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.esg-section-content.rich-text ul li {
  margin-bottom: 8px;
}
.esg-grid {
  display: grid;
  gap: 20px;
  margin-top: 10px;
}
.esg-grid .esg-grid-item {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
}
.esg-grid .esg-grid-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.esg-grid .esg-grid-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.esg-grid .esg-grid-item ul li {
  padding: 6px 0;
  position: relative;
  padding-left: 20px;
}
.esg-grid .esg-grid-item ul li::before {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.supplier-carousel-container {
  position: relative;
  margin: 20px 0;
  padding: 0 40px;
}
.supplier-carousel {
  overflow: hidden;
  width: 100%;
}
.supplier-carousel-track {
  display: flex;
}
.content-item {
  flex: 0 0 224px;
  width: 224px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  cursor: pointer;
}
.content-item .item-img {
  padding: 20px;
  width: 224px;
  height: 224px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-item .item-img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  object-fit: scale-down;
  object-position: center;
}
.content-item .item-img .icon-container {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  z-index: 2;
  flex-wrap: wrap;
  max-width: calc(100% - 20px);
}
.content-item .item-img .icon-container > div {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e9a33a;
}
.content-item .item-img .icon-container img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
  background: #fff;
}
.content-item .item-details {
  padding: 10px 12px 15px;
  font-size: 12px;
}
.content-item .item-details a {
  display: block;
  text-decoration: none;
}
.content-item .item-details .supplier-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #333;
}
.content-item .item-details .supplier-name:hover {
  color: #e2c08e;
}
.content-item .item-details .supplier-details {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.content-item .item-details .supplier-details .supplier-sold {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supplier-level-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  margin: 6px 0;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 16px;
}
.carousel-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.carousel-arrow.prev {
  left: 0;
}
.carousel-arrow.next {
  right: 0;
}
.supplier-detail-pics {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.supplier-detail-pics .supplier-detail-pic-item {
  width: 100%;
}
.supplier-detail-pics .supplier-detail-pic-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

