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

.bread-crumb {
  padding-top: 22px;
  padding-bottom: 43px;
  line-height: 40px;
}
.bread-crumb a {
  cursor: pointer;
}
.bread-crumb a:hover {
  color: #e2c08e;
}
.bread-crumb span {
  margin: 0 12px;
}
.preview {
  width: 100%;
  background: #FFFFFF;
  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);
}
.preview .preview-border {
  min-height: 545px;
  display: flex;
}
.preview .preview-border .preview-left .big-image {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: content-box;
  text-align: center;
  padding: 12px;
  position: relative;
}
.preview .preview-border .preview-left .big-image img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.preview .preview-border .preview-left .big-image .certified-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}
.preview .preview-border .preview-left .big-image .certified-logo img {
  max-width: 100%;
  max-height: 100%;
}
.preview .preview-border .preview-left .imgage-list {
  position: relative;
  width: 100%;
  height: 84px;
}
.preview .preview-border .preview-left .imgage-list .image-box {
  width: 347px;
  padding: 10px 0px;
  overflow: hidden;
  margin-left: 40px;
}
.preview .preview-border .preview-left .imgage-list .image-box .small-Image {
  display: inline-flex;
  position: relative;
  left: 0px;
}
.preview .preview-border .preview-left .imgage-list .image-box .small-Image li {
  cursor: pointer;
  margin: 0 3px;
  height: 64px;
  width: 64px;
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
}
.preview .preview-border .preview-left .imgage-list .image-box .small-Image img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}
.preview .preview-border .preview-left .imgage-list .image-box .small-Image .sml-imgs-now {
  border: 2px solid #c29b61;
}
.preview .preview-border .preview-left .imgage-list i {
  font-size: 24px;
  font-weight: 900;
}
.preview .preview-border .preview-left .imgage-list a {
  position: absolute;
  color: #666666;
}
.preview .preview-border .preview-left .imgage-list a:nth-child(1) {
  top: 32px;
  left: 9px;
}
.preview .preview-border .preview-left .imgage-list a:nth-child(2) {
  top: 32px;
  left: 395px;
}
.preview .preview-border .preview-right {
  padding: 12px;
}
.preview .preview-border .preview-right .article-name {
  width: 740px;
  padding: 0px;
  display: flex;
}
.preview .preview-border .preview-right .article-name p {
  font-weight: bold;
  padding: 20px 0px 10px;
  font-size: 26px;
  color: #c29b61;
}
.preview .preview-border .preview-right .article-name .add-watch {
  margin: 20px 0px 10px 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.preview .preview-border .preview-right .article-name .add-watch .iconfont {
  font-size: 26px;
  cursor: pointer;
}
.preview .preview-border .preview-right .article-price-scope {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  background-color: #eee;
}
.preview .preview-border .preview-right .article-price-scope .price-scope-label {
  font-weight: bold;
  font-size: 14px;
}
.preview .preview-border .preview-right .article-price-scope .price-scope-currency {
  padding-left: 10px;
  padding-right: 10px;
  color: #c29b61;
}
.preview .preview-border .preview-right .article-price-scope .price-scope-value {
  font-size: 28px;
  font-weight: bold;
  color: #c29b61;
}
.preview .preview-border .preview-right .article-price-scope .price-scope-unit {
  font-size: 26px;
  font-weight: bold;
  color: #c29b61;
}
.preview .preview-border .preview-right .information {
  width: 740px;
  margin-top: 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.preview .preview-border .preview-right .information p {
  padding: 10px 0;
  font-size: 12px;
  width: 360px;
  display: flex;
}
.preview .preview-border .preview-right .information p span:first-child {
  width: 100px;
}
.preview .preview-border .preview-right .table {
  width: 740px;
  min-height: 50px;
  padding: 0;
}
.preview .preview-border .preview-right .table p:nth-child(1) {
  padding-top: 0;
  font-weight: 900;
  padding-bottom: 15px;
  font-size: 14px;
  width: 740px;
  float: left;
  margin-top: 10px;
}
.preview .preview-border .preview-right .table > table {
  width: 100%;
  margin-bottom: 20px;
}
.preview .preview-border .preview-right .table > table tr td {
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.preview .preview-border .preview-right .table > table tr td:first-child {
  min-width: 30px;
}
.preview .preview-border .preview-right .table > table tr .price-type i {
  color: #c29b61;
}
.preview .preview-border .preview-right .table .login-view-quotation {
  margin: 40px 0;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #c29b61;
  border-radius: 10px;
  color: #c29b61;
}
.preview .preview-border .preview-right .table .quantity-purchase-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 100%;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .quantity-purchase-label {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-right: 20px;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .quantity-wrap {
  display: flex;
  align-items: center;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .quantity-wrap span {
  height: 30px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  background-color: #e2e2e2;
  cursor: pointer;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .quantity-wrap input {
  margin: 0 6px;
  width: 60px;
  height: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-align: center;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .purchase-wrap button {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #c29b61;
  border: 1px solid #c29b61;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .purchase-wrap .purchase {
  margin: 0 10px;
}
.preview .preview-border .preview-right .table .quantity-purchase-container .purchase-wrap .shopping-cart {
  border: 1px solid #c29b61;
  background-color: #fff;
  color: #c29b61;
  font-weight: normal;
}
.preview .preview-border .preview-right .login {
  height: 30px;
  width: 120px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #c29b61;
  cursor: pointer;
}
.detail-border {
  width: 1200px;
  padding: 0 0 40 0px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: block;
}
.detail-border .detail-item {
  display: flex;
  padding: 0 10px;
}
.detail-border .detail-item li {
  font-weight: 600;
  font-size: 14px;
  padding: 14px 66px;
  list-style: none;
  cursor: pointer;
  border: 2px solid #c29b61;
  background-color: #c29b61;
  color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.detail-border .detail-item li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}
.detail-border .detail-item li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}
.detail-border .detail-item li.focus-item {
  background-color: inherit;
  color: #666666;
}
.detail-border .detail-content {
  padding: 0;
  clear: left;
  padding: 15px;
}
.detail-border .detail-content .product-description p {
  width: 290px;
  float: left;
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-border .detail-content .detail-image li {
  text-align: center;
}
.detail-border .detail-content .detail-image li img {
  width: 100%;
}
.detail-border .receive-standard {
  display: none;
}
.pop {
  position: fixed;
  top: 20px;
  left: 39%;
  height: 150px;
  width: 500px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 5px 15px gainsboro;
  margin-top: -170px;
  border-radius: 5px;
  transition: 1s;
}
.pop .button {
  height: 34px;
  width: 64px;
  background-color: #3484ee;
  position: relative;
  top: 32px;
  left: 420px;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  border: none;
}
.pop h4 {
  margin: 12px;
  font-size: 18px;
}
.pop p {
  margin-left: 24px;
  margin-top: 20px;
}
.skeleton {
  width: 1200px;
  background-color: #fff;
}
.skeleton .nav {
  width: 100%;
  height: 35px;
  padding-top: 15px;
  margin-top: 20px;
  background-color: #fff;
}
.skeleton .nav div {
  width: 20%;
  height: 20px;
  margin-left: 20px;
  background-color: #F2F2F2;
}
.skeleton .white {
  width: 100%;
  height: 20px;
  background-color: #F2F2F2;
}
.skeleton .preview-border {
  width: 100%;
  padding-top: 10px;
  margin-left: 20px;
  display: flex;
}
.skeleton .preview-border .preview-left {
  width: 40%;
}
.skeleton .preview-border .preview-left .big-image {
  width: 379px;
  height: 430px;
  margin-bottom: 20px;
  background-color: #F2F2F2;
}
.skeleton .preview-border .preview-left .imgage-list {
  width: 379px;
  height: 84px;
}
.skeleton .preview-border .preview-left .imgage-list ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.skeleton .preview-border .preview-left .imgage-list ul li {
  width: 68px;
  height: 68px;
  background-color: #F2F2F2;
}
.skeleton .preview-border .preview-right {
  width: 63%;
}
.skeleton .preview-border .preview-right .article-name {
  width: 740px;
}
.skeleton .preview-border .preview-right .article-name div {
  width: 370px;
  height: 20px;
  background-color: #F2F2F2;
}
.skeleton .preview-border .preview-right .information {
  min-height: 280px;
  width: 740px;
  margin-top: 15px;
}
.skeleton .preview-border .preview-right .information p {
  margin: 10px 20px 0 0;
  height: 20px;
  float: left;
  width: 250px;
  background-color: #F2F2F2;
}
.skeleton .preview-border .preview-right .table {
  width: 710px;
}
.skeleton .preview-border .preview-right .table div {
  float: left;
  width: 21%;
  height: 30px;
  margin: 0 10px 20px 0;
  background-color: #F2F2F2;
}
.skeleton .detail-border .detail-item {
  width: 186px;
  height: 44px;
  background-color: #F2F2F2;
}
.skeleton .detail-border .detail-content {
  border: none;
}
.skeleton .detail-border .detail-content div {
  width: 1170px;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #F2F2F2;
}
.inquiry-seller-table-wrap {
  padding: 10px 20px;
}
.inquiry-seller-table-wrap .inquiry-seller-table {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
}
.inquiry-seller-table-wrap .inquiry-seller-table tr td {
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.inquiry-seller-table-wrap .inquiry-seller-table tr td:first-child {
  width: 30px;
}
.inquiry-seller-table-wrap .inquiry-seller-table tr td .view-sale-scope {
  color: #c29b61;
  cursor: pointer;
}
.inquiry-seller-table-wrap .inquiry-seller-table tr td .view-sale-scope:hover {
  color: #e2c08e;
}
.layui-layer-tips .layui-layer-content {
  overflow-y: scroll;
}

