/* line 1, ../sass/header.scss */
.list-unstyled > li {
  display: inline-block;
  margin-bottom: 0;
}

/* line 6, ../sass/header.scss */
.pre-header {
  background-color: #231815;
  text-align: right;
}
/* line 9, ../sass/header.scss */
.pre-header ul {
  padding: 5px 0;
}
/* line 11, ../sass/header.scss */
.pre-header ul li {
  padding: 0 25px;
  border-right: 1px solid #fff;
  margin-right: -4px;
  font-size: 0.9375rem;
  line-height: 1rem;
}
/* line 18, ../sass/header.scss */
.pre-header ul li a {
  color: #c9caca;
  text-decoration: none;
}
/* line 23, ../sass/header.scss */
.pre-header ul li:first-child {
  border-left: 1px solid #fff;
}

/* line 31, ../sass/header.scss */
.head-parent-menu:hover > ul {
  display: block !important;
}
/* line 34, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-menu-item {
  word-break: keep-all;
  white-space: nowrap;
}
/* line 39, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-menu-item {
  line-height: 30px;
}
/* line 42, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-menu-item > a {
  display: block;
}
/* line 45, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-menu-item > a:hover {
  text-decoration: none;
}
/* line 51, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-menu-item-wrapper {
  padding: 8px 25px 8px 20px;
}
/* line 55, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-menu-icon {
  right: 5px;
}
/* line 60, ../sass/header.scss */
.head-parent-menu:hover > ul .ui-state-active, .head-parent-menu:hover > ul .ui-widget-content .ui-state-active, .head-parent-menu:hover > ul .ui-widget-header .ui-state-active, .head-parent-menu:hover > ul a.ui-button:active, .head-parent-menu:hover > ul .ui-button:active, .head-parent-menu:hover > ul .ui-button.ui-state-active:hover {
  border: 0;
  background: #efefef;
  color: #595757;
}
/* line 66, ../sass/header.scss */
.head-parent-menu:hover > ul.ui-menu .ui-state-focus, .head-parent-menu:hover > ul.ui-menu .ui-state-active {
  margin: 0;
}
/* line 71, ../sass/header.scss */
.head-parent-menu:hover > ul.header-menu-style-1 {
  border: 0;
  opacity: 0.95;
  z-index: 5;
  box-shadow: 2px 2px 6px #666666;
}
/* line 77, ../sass/header.scss */
.head-parent-menu:hover > ul.header-menu-style-1 li {
  color: #595757;
  font-family: Microsoft JhengHei, Arial;
}
/* line 81, ../sass/header.scss */
.head-parent-menu:hover > ul.header-menu-style-1 li a {
  color: #595757;
}
/* line 85, ../sass/header.scss */
.head-parent-menu:hover > ul.header-menu-style-1 li ul {
  border: 0;
  box-shadow: 2px 2px 6px #666666;
}

/* line 93, ../sass/header.scss */
.main-header {
  height: 76px;
}
/* line 95, ../sass/header.scss */
.main-header .main-header-block {
  /*overflow: hidden;*/
  line-height: 76px;
  margin-top: 15px;
}
/* line 101, ../sass/header.scss */
.main-header .logo {
  /*float: left;*/
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
  vertical-align: middle;
}
/* line 107, ../sass/header.scss */
.main-header .logo img {
  height: 76px;
  margin-top: -5px;
}
/* line 112, ../sass/header.scss */
.main-header .fb {
  /*float: left;*/
  display: inline-block;
  margin-right: 28px;
}
/* line 116, ../sass/header.scss */
.main-header .fb img {
  height: 24px;
  margin-top: -4px;
}
/* line 122, ../sass/header.scss */
.main-header .menu {
  /*float: left;*/
  display: inline-block;
  color: #727171;
  margin-right: 20px;
}
/* line 127, ../sass/header.scss */
.main-header .menu img {
  height: 24px;
  margin-top: -4px;
}
/* line 132, ../sass/header.scss */
.main-header .menu .head-parent-menu > ul {
  position: absolute;
  top: 60px;
  z-index: 16;
}
/* line 139, ../sass/header.scss */
.main-header .category {
  /*float: left;*/
  display: inline-block;
  color: #727171;
  margin-right: 20px;
}
/* line 144, ../sass/header.scss */
.main-header .category img {
  height: 24px;
  margin-top: -4px;
}
/* line 149, ../sass/header.scss */
.main-header .category .head-parent-menu > ul {
  position: absolute;
  top: 60px;
  z-index: 16;
}
@media (max-width: 1200px) {
  /* line 157, ../sass/header.scss */
  .main-header .logo {
    margin-right: 0;
  }
  /* line 160, ../sass/header.scss */
  .main-header .fb {
    margin-right: 15px;
  }
  /* line 163, ../sass/header.scss */
  .main-header .menu {
    margin-right: 15px;
  }
  /* line 166, ../sass/header.scss */
  .main-header .category {
    margin-right: 15px;
  }
}
/* line 171, ../sass/header.scss */
.main-header .search {
  /*float: left;*/
  display: inline-block;
  line-height: normal;
}
/* line 175, ../sass/header.scss */
.main-header .search form {
  position: relative;
  /*margin-top: 22px;*/
}
/* line 178, ../sass/header.scss */
.main-header .search form input[type="text"] {
  height: 32px;
  font-size: 14px;
  padding: 0px 30px 0px 10px;
  width: 380px;
}
@media (max-width: 1440px) {
  /* line 185, ../sass/header.scss */
  .main-header .search form input[type="text"] {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  /* line 190, ../sass/header.scss */
  .main-header .search form input[type="text"] {
    width: 180px;
  }
}
/* line 194, ../sass/header.scss */
.main-header .search form button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0);
  border: 0;
  font-size: 0;
  height: 32px;
  width: 32px;
}
/* line 204, ../sass/header.scss */
.main-header .search form button img {
  width: 14px;
}
/* line 211, ../sass/header.scss */
.main-header .user_action {
  float: right;
  height: 76px;
  margin-top: -2px;
}
/* line 216, ../sass/header.scss */
.main-header .user_action > ul > li {
  vertical-align: middle;
  position: relative;
}
/* line 221, ../sass/header.scss */
.main-header .user_action > ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  border-radius: 100%;
  margin-left: 5px;
}
/* line 231, ../sass/header.scss */
.main-header .user_action > ul > li > a.header_avatar {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
/* line 239, ../sass/header.scss */
.main-header .user_action .header_wish_link {
  background-color: #e9e7e5;
}
/* line 241, ../sass/header.scss */
.main-header .user_action .header_wish_link > img {
  width: 25px;
}
/* line 246, ../sass/header.scss */
.main-header .user_action .header_shopping_car {
  background-color: #e9e7e5;
}
/* line 248, ../sass/header.scss */
.main-header .user_action .header_shopping_car > img {
  width: 23px;
  margin-left: -1px;
}
/* line 254, ../sass/header.scss */
.main-header .user_action .header_message {
  background-color: #e9e7e5;
}
/* line 256, ../sass/header.scss */
.main-header .user_action .header_message > img {
  width: 19px;
}
/* line 261, ../sass/header.scss */
.main-header .user_action .header_login_link {
  color: #fff;
  background-color: #f39800;
  font-size: 14px;
}
/* line 267, ../sass/header.scss */
.main-header .user_action .header_register_link {
  color: #fff;
  background-color: #00bfc3;
  font-size: 14px;
}
/* line 273, ../sass/header.scss */
.main-header .user_action .header_avatar {
  color: #fff;
  background-color: #00bfc3;
  font-size: 26px;
  font-weight: bold;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 284, ../sass/header.scss */
.main-header .user_action .user-menu-block {
  list-style: none;
  padding-left: 0;
  position: absolute;
    /*left: 50%;
	transform: translateX(-50%);*/
  right: 50%;
  transform: translateX(50%);
  top: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 6px #666666;
  /*display: none;*/
  height: 0;
  overflow: hidden;
  z-index: 5;
}
/* line 303, ../sass/header.scss */
.main-header .user_action .user-menu-block > li {
  white-space: nowrap;
  padding: 8px 14px 8px 10px;
  line-height: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
/* line 309, ../sass/header.scss */
.main-header .user_action .user-menu-block > li:last-child {
  border-bottom: 0;
}
/* line 312, ../sass/header.scss */
.main-header .user_action .user-menu-block > li > a {
  text-decoration: none;
}
/* line 315, ../sass/header.scss */
.main-header .user_action .user-menu-block > li > a .icon {
  display: inline-block;
  width: 25px;
  text-align: center;
}
/* line 322, ../sass/header.scss */
.main-header .user_action .user-menu-block > li > a .page_name {
  display: inline-block;
  color: #333;
}
/* line 326, ../sass/header.scss */
.main-header .user_action .user-menu-block > li > a .page_name .orange {
  color: #ea5514;
}
/* line 330, ../sass/header.scss */
.main-header .user_action .user-menu-block > li > a .page_name .fw {
  font-weight: bold;
}
/* line 338, ../sass/header.scss */
.main-header .user_action .user-menu-block.active {
  /*display: block;*/
  height: auto;
}
/* line 343, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block {
  position: absolute;
  right: -2px;
  top: 55px;
  display: none;
  width: 350px;
  padding: 15px 15px 0 15px;
  /*line-height: initial;*/
  line-height: normal;
  background-color: #fff;
  box-shadow: 2px 2px 6px #666666;
  z-index: 5;
}
/* line 359, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -5px;
  right: 15px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(315deg);
  box-shadow: 2px -2px 2px #ccc;
}
/* line 375, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .actions {
  font-size: 0;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
/* line 379, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .actions .select-all {
  display: inline-block;
  font-size: 0.75rem;
  width: 50%;
}
/* line 386, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .actions .tools {
  display: inline-block;
  text-align: right;
  font-size: 0.75rem;
  width: 50%;
}
/* line 393, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .actions .tools a {
  text-decoration: none;
  color: #666;
  margin-left: 7px;
}
/* line 401, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items {
  max-height: 225px;
  overflow-y: overlay;
  /*overflow-y: auto; */
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 412, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item {
  font-size: 0;
  padding: 10px 0;
  position: relative;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 423, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item:hover {
  background-color: #efefef;
}
/* line 426, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-checkbox {
  vertical-align: top;
  padding-top: 22px;
  display: inline-block;
  width: 6%;
}
/* line 433, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-img {
  display: inline-block;
  width: 30%;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 443, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-detail {
  display: inline-block;
  font-size: 0.8125rem;
  width: 49%;
  padding-left: 5px;
  vertical-align: top;
}
/* line 450, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-detail .class-title {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 34px;
}
/* line 462, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-detail .price {
  position: absolute;
  bottom: 10px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #00a1be;
}
/* line 471, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-tools {
  display: inline-block;
  font-size: 1rem;
  vertical-align: bottom;
  text-align: right;
  width: 15%;
}
/* line 478, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-tools a {
  text-decoration: none;
  font-size: 0;
}
/* line 482, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .content-items .item .item-tools a img.header_shoppingcar_delete-img {
  margin-right: 5px;
}
/* line 490, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .close_an_account {
  padding: 10px 5px;
  font-size: 0;
  border-top: 1px solid #333;
}
/* line 494, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .close_an_account .total {
  display: inline-block;
  width: 50%;
  font-size: 0.8125rem;
  color: #666;
  vertical-align: middle;
}
/* line 500, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .close_an_account .total .price {
  font-size: 1.375rem;
  color: #00a1be;
  font-weight: bold;
}
/* line 506, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .close_an_account .header-chech-out {
  display: inline-block;
  width: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: right;
}
/* line 513, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .close_an_account .header-chech-out a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #00a1be;
  font-size: 1.375rem;
  padding: 3px 25px;
  letter-spacing: 2px;
}
/* line 521, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .close_an_account .header-chech-out a img {
  width: 16px;
  margin-top: -4px;
}
/* line 529, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .header_shoppingcar_heart-img {
  height: 10px;
  margin-top: -4px;
  margin-right: 2px;
}
/* line 535, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block .header_shoppingcar_delete-img {
  height: 12px;
  margin-top: -4px;
  margin-right: 2px;
}
/* line 542, ../sass/header.scss */
.main-header .user_action .header_shopping_car_block.active {
  display: block;
}
/* line 548, ../sass/header.scss */
.main-header .user_action .header_message_block {
  position: absolute;
  right: -2px;
  top: 55px;
  display: none;
  width: 290px;
  line-height: normal;
  background-color: #fff;
  box-shadow: 2px 2px 6px #666666;
  z-index: 5;
}
/* line 562, ../sass/header.scss */
.main-header .user_action .header_message_block:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -5px;
  right: 15px;
  width: 0;
  height: 0px;
  content: '';
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(315deg);
  box-shadow: 2px -2px 2px #ccc;
}
/* line 578, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one {
  display: none;
}
/* line 580, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .actions {
  padding: 6px 15px;
  font-size: 0;
  border-bottom: 1px solid #727171;
}
/* line 585, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .actions > div {
  display: inline-block;
  font-size: 0.75rem;
  width: 50%;
}
/* line 592, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .actions > div:last-child {
  text-align: right;
}
/* line 597, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .actions .setting img {
  width: 12px;
}
/* line 602, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .actions .read_all {
  color: #00a1be;
  vertical-align: middle;
  text-decoration: underline;
}
/* line 610, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .message-items {
  max-height: 180px;
  overflow-y: overlay;
  /*overflow-y: auto; */
  overflow-x: hidden;
}
/* line 615, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .message-items .message-item {
  padding: 10px 20px;
  font-size: 0;
}
/* line 619, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .message-items .message-item:hover {
  background-color: #ccecf2;
}
/* line 623, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .message-items .message-item .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* line 636, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .message-items .message-item .message-content-block {
  display: inline-block;
  font-size: 0.75rem;
  width: calc( 100% - 40px);
  padding-left: 15px;
  color: #666;
  vertical-align: middle;
}
/* line 647, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one .message-items .message-item .message-content-block .content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 36px;
}
/* line 661, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two {
  display: none;
}
/* line 663, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .actions {
  padding: 6px 15px;
  font-size: 0;
  border-bottom: 1px solid #727171;
}
/* line 669, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .actions .prepage img {
  width: 12px;
}
/* line 675, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block {
  padding: 20px;
  max-height: 165px;
  overflow-y: overlay;
  /*overflow-y: auto; */
  overflow-x: hidden;
}
/* line 682, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block .user-info {
  font-size: 0;
  margin-bottom: 10px;
}
/* line 685, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block .user-info .avatar {
  width: 55px;
  height: 55px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
/* line 699, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block .user-info .detail {
  display: inline-block;
  color: #999;
  vertical-align: bottom;
}
/* line 703, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block .user-info .detail .user-name {
  font-size: 0.6875rem;
}
/* line 706, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block .user-info .detail .send-time {
  font-size: 0.5rem;
}
/* line 711, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .message-content-block .content {
  font-size: 0.75rem;
  color: #666;
  line-height: 20px;
  letter-spacing: 1px;
}
/* line 719, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .reply-block {
  padding: 6px 15px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  bottom: -45px;
  box-shadow: 2px 2px 6px #666666;
}
/* line 726, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .reply-block form {
  position: relative;
}
/* line 728, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .reply-block form input[type="text"] {
  font-size: 0.75rem;
  width: 100%;
  padding: 4px 25px 4px 5px;
  border: 1px solid #999;
  border-radius: 2px;
}
/* line 735, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .reply-block form button {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  border: 0;
}
/* line 741, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two .reply-block form button img {
  width: 14px;
}
/* line 750, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_one.active {
  display: block;
}
/* line 753, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-step_two.active {
  display: block;
}
/* line 759, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-already_read {
  display: none;
  text-align: center;
  padding: 40px 0;
}
/* line 763, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-already_read img {
  width: 50px;
  margin-bottom: 10px;
}
/* line 767, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-already_read div {
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 2px;
  line-height: 20px;
}
/* line 773, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-already_read a {
  color: #fff;
  background-color: #00a0c8;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 2px 12px;
  font-weight: bold;
}
/* line 782, ../sass/header.scss */
.main-header .user_action .header_message_block .header_message_block-already_read.active {
  display: block;
}
/* line 787, ../sass/header.scss */
.main-header .user_action .header_message_block.active {
  display: block;
}
/* line 791, ../sass/header.scss */
.main-header .user_action .enterprise-zone-online-person-count {
  color: #727171;
}
/* line 793, ../sass/header.scss */
.main-header .user_action .enterprise-zone-online-person-count span {
  font-size: 120%;
  color: #0095be;
}

/* line 800, ../sass/header.scss */
.head-parent-menu {
  position: relative;
}
/* line 802, ../sass/header.scss */
.head-parent-menu > ul {
  line-height: 30px;
}

/* line 810, ../sass/header.scss */
.main-header.enterprise-zone-header .main-header-block {
  margin-top: 0;
}
/* line 813, ../sass/header.scss */
.main-header.enterprise-zone-header .enterprise-zone-logo {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.75rem;
  font-weight: bold;
  vertical-align: middle;
}
/* line 820, ../sass/header.scss */
.main-header.enterprise-zone-header .enterprise-zone-logo a {
  color: #0095be;
}
/* line 824, ../sass/header.scss */
.main-header.enterprise-zone-header .enterprise-zone-logo a:hover {
  text-decoration: none;
}
/* line 830, ../sass/header.scss */
.main-header.enterprise-zone-header .enterprise-zone-logo span {
  font-weight: normal;
  color: #6b878f;
}

/* line 837, ../sass/header.scss */
.enterprise-zone-search-header {
  background-color: #231815;
}
/* line 839, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block {
  padding: 5px 0;
}
/* line 842, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block .search-icon {
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 1px;
}
/* line 849, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block .enterprise-zone-search-form {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 310px;
}
/* line 855, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block .enterprise-zone-search-form input {
  color: #fff;
  padding: 0px 10px 0px 10px;
  border: 1px solid #efefef;
  height: 25px;
  font-size: 0.875rem;
  width: calc( 100% - 32px);
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0 0 0;
  -webkit-appearance: none;
}
/* line 868, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block .enterprise-zone-search-form button {
  display: inline-block;
  height: 25px;
  width: 32px;
  vertical-align: bottom;
  background-color: transparent;
  border: 1px solid #efefef;
  padding: 0 10px;
  position: relative;
  border-left: 0;
}
/* line 879, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block .enterprise-zone-search-form button:before {
  content: "";
  display: block;
  position: absolute;
  height: 13px;
  top: 5px;
  left: 0;
  border-left: 1px solid #999;
}
/* line 889, ../sass/header.scss */
.enterprise-zone-search-header .enterprise-zone-search-header-block .enterprise-zone-search-form button img {
  width: 14px;
}

@media (max-width: 991px) {
  /* line 900, ../sass/header.scss */
  .pre-header {
    display: none;
  }

  /* line 903, ../sass/header.scss */
  .main-header {
    display: none;
  }

  /* line 906, ../sass/header.scss */
  .enterprise-zone-search-header {
    display: none;
  }
}
/* line 1, ../sass/_mobile-header.scss */
.mobile-header {
  display: none;
  background-color: #fff;
}
/* line 4, ../sass/_mobile-header.scss */
.mobile-header.open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
/* line 11, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block {
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
  font-size: 0;
  height: 87px;
  line-height: 77px;
}
/* line 17, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block .mobile-header-logo-block {
  display: inline-block;
  width: calc( 100% - 167px );
}
/* line 22, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block .mobile-header-link-block {
  display: inline-block;
  text-align: right;
  width: 167px;
}
/* line 26, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block .mobile-header-link-block > div {
  display: inline-block;
}
/* line 29, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block .mobile-header-link-block > div > a {
  margin-left: 10px;
}
/* line 33, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block .mobile-header-link-block > div > a > img {
  width: 33px;
}
/* line 37, ../sass/_mobile-header.scss */
.mobile-header .mobile-header-block .mobile-header-link-block > div > a.menu-link > img {
  width: 23px;
  margin-left: 5px;
}
/* line 46, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu {
  height: calc( 100vh - 86px );
  width: 100%;
  padding: 25px 0;
  position: relative;
  overflow-y: auto;
  position: absolute;
  left: -100%;
  z-index: 100;
  background: #fff;
}
/* line 57, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .container {
  padding-left: 35px;
  padding-right: 35px;
}
/* line 61, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu.active {
  left: 0;
}
/* line 64, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .line {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
/* line 68, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block {
  padding-bottom: 15px;
}
/* line 70, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block > a {
  display: block;
  font-size: 0;
  position: relative;
}
/* line 74, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block > a:hover {
  text-decoration: none;
}
/* line 77, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 15px;
  background-image: url(../images/mobile-header/right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
/* line 91, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  vertical-align: middle;
}
/* line 101, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .login_avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  vertical-align: middle;
  color: #fff;
  background-color: #f39800;
  font-size: 1.125rem;
  line-height: 70px;
  text-align: center;
}
/* line 113, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .name {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  color: #666;
  width: calc( 100% - 70px );
  padding-left: 10px;
}
/* line 122, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block ul {
  list-style: none;
  padding-left: 0;
}
/* line 127, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block ul li > a {
  color: #666;
  display: block;
  line-height: 35px;
  position: relative;
}
/* line 133, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block ul li > a:hover {
  text-decoration: none;
}
/* line 137, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block ul li > a .icon {
  display: inline-block;
  width: 25px;
  text-align: center;
}
/* line 143, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block ul li > a span.orange {
  color: #ea5514;
}
/* line 145, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block ul li > a span.orange .fw {
  font-weight: bold;
}
/* line 153, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu {
  position: absolute;
  width: 100%;
  height: calc( 100vh - 86px );
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: 1;
}
/* line 162, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu.active {
  left: 0;
  overflow-y: auto;
}
/* line 167, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu .title {
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
/* line 174, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu .title > .container {
  position: relative;
}
/* line 178, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu .title .back {
  text-decoration: none;
  position: absolute;
  /*left: 15px;*/
  left: 35px;
  height: 36px;
  width: 15px;
  background-image: url(../images/mobile-header/left.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
/* line 191, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu .title span {
  color: #0095be;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 199, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .account-block .sub-menu ul li {
  padding: 0 10px;
}
/* line 207, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block > .title {
  color: #999;
  font-size: 0.875rem;
  padding: 0 10px;
}
/* line 212, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block ul {
  list-style: none;
  padding-left: 0;
}
/* line 215, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block ul li {
  padding: 0 10px;
}
/* line 217, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block ul li > a {
  color: #666;
  display: block;
  line-height: 35px;
  position: relative;
}
/* line 223, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block ul li > a:hover {
  text-decoration: none;
}
/* line 228, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block ul li > a.has-sub:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 11px;
  background-image: url(../images/mobile-header/right_s.png);
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center;
}
/* line 246, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu {
  position: absolute;
  width: 100%;
  height: calc( 100vh - 86px );
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: 1;
}
/* line 255, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu.active {
  left: 0;
  overflow-y: auto;
}
/* line 260, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu .title {
  text-align: center;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
/* line 267, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu .title > .container {
  position: relative;
}
/* line 271, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu .title .back {
  text-decoration: none;
  position: absolute;
  /*left: 15px;*/
  left: 35px;
  height: 36px;
  width: 15px;
  background-image: url(../images/mobile-header/left.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
/* line 284, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu .title span {
  color: #0095be;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 292, ../sass/_mobile-header.scss */
.mobile-header .mobile-side-menu .mobile-menu-block .sub-menu ul li {
  padding: 0 10px;
}
/* line 301, ../sass/_mobile-header.scss */
.mobile-header .mobile-search-block {
  	/*
  	background-color: #fff;
      width: 100%;
      padding: 25px 0;
      position: relative;
      border-bottom: 1px solid #aaa;
      */
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px 0;
  position: absolute;
  left: 0;
  z-index: 20;
  box-shadow: 2px 2px 3px #aaa;
  display: none;
}
/* line 318, ../sass/_mobile-header.scss */
.mobile-header .mobile-search-block.active {
  display: block;
}
/* line 322, ../sass/_mobile-header.scss */
.mobile-header .mobile-search-block form {
  font-size: 0;
}
/* line 326, ../sass/_mobile-header.scss */
.mobile-header .mobile-search-block input {
  color: #666;
  padding: 0px 10px 0px 10px;
  border: 1px solid #999;
  height: 32px;
  font-size: 0.875rem;
  width: calc( 100% - 32px);
  border-right: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 0;
  -webkit-appearance: none;
}
/* line 340, ../sass/_mobile-header.scss */
.mobile-header .mobile-search-block button {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: bottom;
  background-color: #fff;
  border: 1px solid #999;
  padding: 0 10px;
  position: relative;
  border-left: 0;
}
/* line 351, ../sass/_mobile-header.scss */
.mobile-header .mobile-search-block button img {
  width: 14px;
}
/* line 359, ../sass/_mobile-header.scss */
.mobile-header .header_message_block {
  position: absolute;
  left: 0;
  top: 87px;
  display: none;
  width: 100%;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 3px #aaa;
  z-index: 20;
  text-align: left;
}
/* line 374, ../sass/_mobile-header.scss */
.mobile-header .header_message_block.active {
  display: block;
}
/* line 378, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one {
  display: none;
}
/* line 380, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .actions {
  padding: 6px 15px;
  font-size: 0;
  border-bottom: 1px solid #727171;
}
/* line 385, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .actions > div {
  display: inline-block;
  font-size: 0.75rem;
  width: 50%;
}
/* line 392, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .actions > div:last-child {
  text-align: right;
}
/* line 397, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .actions .setting img {
  width: 12px;
}
/* line 402, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .actions .read_all {
  color: #00a1be;
  vertical-align: middle;
  text-decoration: underline;
}
/* line 410, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .message-items {
  /*max-height: 180px;*/
  max-height: calc( 100vh - 126px );
  overflow-y: overlay;
  /*overflow-y: auto; */
  overflow-x: hidden;
}
/* line 416, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .message-items .message-item {
  padding: 10px 20px;
  font-size: 0;
}
/* line 420, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .message-items .message-item:hover {
  background-color: #ccecf2;
}
/* line 424, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .message-items .message-item .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* line 437, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .message-items .message-item .message-content-block {
  display: inline-block;
  font-size: 0.75rem;
  width: calc( 100% - 40px);
  padding-left: 15px;
  color: #666;
  vertical-align: middle;
}
/* line 448, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one .message-items .message-item .message-content-block .content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 36px;
}
/* line 462, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two {
  display: none;
}
/* line 464, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .actions {
  padding: 10px 15px;
  font-size: 0;
  border-bottom: 1px solid #727171;
}
/* line 470, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .actions .prepage img {
  width: 12px;
}
/* line 476, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block {
  padding: 20px;
  /*max-height: 165px;*/
  max-height: calc( 100vh - 171px);
  overflow-y: overlay;
  /*overflow-y: auto; */
  overflow-x: hidden;
}
/* line 484, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block .user-info {
  font-size: 0;
  margin-bottom: 10px;
}
/* line 487, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block .user-info .avatar {
  width: 55px;
  height: 55px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
/* line 501, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block .user-info .detail {
  display: inline-block;
  color: #999;
  vertical-align: bottom;
}
/* line 505, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block .user-info .detail .user-name {
  font-size: 0.6875rem;
}
/* line 508, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block .user-info .detail .send-time {
  font-size: 0.5rem;
}
/* line 513, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .message-content-block .content {
  font-size: 0.75rem;
  color: #666;
  line-height: 20px;
  letter-spacing: 1px;
}
/* line 521, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .reply-block {
  padding: 6px 15px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  bottom: -45px;
  box-shadow: 2px 2px 6px #aaa;
}
/* line 528, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .reply-block form {
  position: relative;
}
/* line 530, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .reply-block form input[type="text"] {
  font-size: 0.75rem;
  width: 100%;
  padding: 4px 5px 4px 5px;
  border: 1px solid #999;
  border-radius: 2px;
  width: calc( 100% - 26px );
  height: 26px;
  border-right: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 0;
  -webkit-appearance: none;
}
/* line 544, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .reply-block form button {
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  border: 0;
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  border: 1px solid #999;
  position: relative;
  border-left: 0;
}
/* line 554, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two .reply-block form button img {
  width: 14px;
  vertical-align: middle;
}
/* line 564, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_one.active {
  display: block;
}
/* line 567, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-step_two.active {
  display: block;
}
/* line 573, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-already_read {
  display: none;
  text-align: center;
  padding: 40px 0;
}
/* line 577, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-already_read img {
  width: 50px;
  margin-bottom: 10px;
}
/* line 581, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-already_read div {
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 5px;
}
/* line 588, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-already_read a {
  color: #fff;
  background-color: #00a0c8;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 2px 12px;
  font-weight: bold;
}
/* line 597, ../sass/_mobile-header.scss */
.mobile-header .header_message_block .header_message_block-already_read.active {
  display: block;
}

/* line 605, ../sass/_mobile-header.scss */
.mobile-header.enterprise-zone-mobile-header .mobile-header-block .container {
  display: table;
}
/* line 608, ../sass/_mobile-header.scss */
.mobile-header.enterprise-zone-mobile-header .mobile-header-block .mobile-header-logo-block {
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  width: calc( 100% - 100px );
  font-size: 1.25rem;
}
/* line 615, ../sass/_mobile-header.scss */
.mobile-header.enterprise-zone-mobile-header .mobile-header-block .mobile-header-logo-block a {
  color: #0095be;
  font-weight: bold;
}
/* line 620, ../sass/_mobile-header.scss */
.mobile-header.enterprise-zone-mobile-header .mobile-header-block .mobile-header-logo-block a:hover {
  text-decoration: none;
}
/* line 624, ../sass/_mobile-header.scss */
.mobile-header.enterprise-zone-mobile-header .mobile-header-block .mobile-header-logo-block span {
  font-weight: normal;
  color: #6b878f;
}
/* line 630, ../sass/_mobile-header.scss */
.mobile-header.enterprise-zone-mobile-header .mobile-header-block .mobile-header-link-block {
  display: table-cell;
  white-space: nowrap;
  width: 100px;
}

@media (max-width: 991px) {
  /* line 639, ../sass/_mobile-header.scss */
  .mobile-header {
    display: block;
  }
}
