.ol {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.c {
  clear: both;
  float: left;
}
.ib {
  display: inline-block;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibm {
  display: inline-block;
  vertical-align: middle;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.halign {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.bb {
  box-sizing: border-box;
}
.hl {
  background-color: #b79265;
  color: #ffffff;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .m-hide,
body .t-hide {
  display: block !important;
}
body .m-show,
body .t-show,
body .d-hide {
  display: none !important;
}
body .d-show {
  display: block !important;
}
@media screen and (max-width: 1200px) {
  body .m-hide,
  body .d-hide {
    display: block !important;
  }
  body .m-show,
  body .d-show,
  body .t-hide {
    display: none !important;
  }
  body .t-show {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  body .t-hide,
  body .d-hide {
    display: block !important;
  }
  body .t-show,
  body .d-show,
  body .m-hide {
    display: none !important;
  }
  body .m-show {
    display: block !important;
  }
}
body {
  /*background: url("/clients/egear/Image/Layout/7-3.jpg") no-repeat center top;
	.opacity(0.5);*/
  background-color: #b79265;
}
.box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1460px;
  margin: auto;
  position: relative;
  padding: 0 30px;
}
header,
#body,
footer {
  width: 100%;
  float: left;
  clear: both;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
header .top-box {
  background-color: #b79265;
  position: relative;
  z-index: 3;
}
header .top-box .left-box li,
header .top-box .right-box li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #000;
}
header .top-box .left-box li:last-child,
header .top-box .right-box li:last-child {
  border-right: 1px solid #000;
}
header .top-box .left-box li a,
header .top-box .right-box li a {
  display: block;
  text-align: center;
  padding: 0 22px;
  line-height: 30px;
  font-size: 13px;
}
header .top-box .left-box li a:hover,
header .top-box .right-box li a:hover {
  background-color: #937551;
}
header .top-box .left-box {
  position: absolute;
  left: 30px;
  top: 0;
}
header .top-box .right-box {
  text-align: right;
}
header .top-box .right-box li a {
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 14px;
  padding-right: 19px;
  padding-left: 44px;
}
header .top-box .right-box li a.lang {
  background-image: url("/clients/egear/Image/language.png");
}
header .top-box .right-box li a.login {
  background-image: url("/clients/egear/Image/log-in_black.png");
}
header .top-box .right-box li a.account {
  background-image: url("/clients/egear/Image/account.png");
}
header .top-box .right-box li a:hover {
  background-color: #937551;
}
header .middle-box {
  position: relative;
  z-index: 4;
}
header .middle-box .menu-button {
  width: 27px;
  height: 21px;
  display: none;
  background: url("/clients/egear/Image/tab-mo-menu.png") no-repeat center center;
  background-size: 100%;
}
header .middle-box .logo {
  position: absolute;
  left: 30px;
  top: 14px;
}
header .middle-box .logo img {
  width: 129px;
  height: auto;
}
header .middle-box .cart {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 170px;
  box-sizing: border-box;
  padding: 6px 46px;
  background: url("/clients/egear/Image/cart.png") no-repeat left 7px center #b79265;
  background-size: 25px;
  text-align: center;
}
header .middle-box .cart:hover {
  background-color: #937551;
}
header .middle-box .cart h2 {
  font-size: 12px;
}
header .middle-box .cart span {
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 19px;
  top: 8px;
}
header .bottom-box {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
header .bottom-box .product {
  text-align: center;
}
header .bottom-box .product li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
header .bottom-box .product li a {
  display: block;
  padding: 30px 12px;
}
header .bottom-box .product li a img,
header .bottom-box .product li a h2 {
  display: inline-block;
  vertical-align: middle;
}
header .bottom-box .product li a img {
  margin-right: 7px;
  width: 20px;
  height: auto;
}
header .bottom-box .product li a h2 {
  font-size: 13px;
}
header .bottom-box .product li a:hover {
  background-color: #e6e1db;
}
#body {
  background-color: #e6e1db;
  min-height: 500px;
  margin-top: 111px;
  position: relative;
}
#body .sub-banner-box {
  background: url("/clients/egear/Image/subpage-title-BG.jpg") no-repeat center top;
  position: relative;
  overflow: hidden;
}
#body .sub-banner-box .box:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  margin-right: -30px;
}
#body .sub-banner-box .sub-banner-block {
  height: 200px;
  display: inline-block;
  position: relative;
  padding-right: 65px;
}
#body .sub-banner-box .sub-banner-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#body .sub-banner-box .sub-banner-block h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  position: relative;
  padding-left: 24px;
}
#body .sub-banner-box .sub-banner-block h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: -17px;
  background: url("/clients/egear/Image/subpage-title.png") no-repeat;
  background-size: 100%;
  width: 100px;
  height: 38px;
}
footer {
  background-color: #b79265;
  padding: 36px 0 27px;
}
footer * {
  color: #fff;
}
footer .top-box,
footer .bottom-box {
  text-align: center;
}
footer .top-box h2 {
  font-weight: 400;
}
footer .top-box .social-box {
  margin-top: 14px;
}
footer .top-box .social-box li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
footer .top-box .social-box li a {
  display: block;
}
footer .top-box .social-box li a img {
  width: 25px;
  height: auto;
}
footer .middle-box {
  position: relative;
  padding-left: 318px;
  margin-top: 53px;
}
footer .middle-box .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 256px;
}
footer .middle-box .logo img {
  width: 100%;
  height: auto;
}
footer .middle-box .menu {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 18px 0;
}
footer .middle-box .menu li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
footer .middle-box .menu li a {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
footer .bottom-box {
  margin-top: 102px;
}
footer .bottom-box p {
  font-size: 14px;
}
footer .bottom-box p br {
  display: none;
}
footer .bottom-box p a {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  html.open body {
    overflow: hidden;
  }
  html.open body:before {
    display: block;
  }
  html.open header {
    position: absolute;
  }
  html.open header .top-box {
    display: block;
  }
  html.open header .middle-box .menu-button {
    background-image: url("/clients/egear/Image/tab-mo-menu_close.png");
  }
  html.open header .bottom-box {
    display: block;
  }
  body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #decfbc;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity = 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    z-index: 5;
    display: none;
  }
  header {
    padding: 30px 0;
  }
  header:before {
    height: 81px;
  }
  header .top-box {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 50%;
    z-index: 1;
    background-color: transparent;
    padding: 25px 0;
  }
  header .top-box .left-box li,
  header .top-box .right-box li {
    display: block;
    border-left: 0 none;
  }
  header .top-box .left-box li:last-child,
  header .top-box .right-box li:last-child {
    border-right: 0 none;
  }
  header .top-box .left-box li a,
  header .top-box .right-box li a {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
  header .top-box .left-box {
    position: relative;
    left: auto;
    top: auto;
  }
  header .top-box .left-box li a {
    padding: 15px 16px;
  }
  header .top-box .right-box li a {
    padding: 15px 16px 15px 48px;
  }
  header .top-box .right-box li a.lang {
    background-image: url("/clients/egear/Image/language_white.png");
  }
  header .top-box .right-box li a.login {
    background-image: url("/clients/egear/Image/log-in_white.png");
  }
  header .top-box .right-box li a.account {
    background-image: url("/clients/egear/Image/account_white.png");
  }
  header .middle-box .menu-button {
    display: block;
  }
  header .middle-box .logo {
    top: -17px;
    left: 50%;
    margin-left: -64.5px;
  }
  header .middle-box .cart {
    background-color: transparent;
    background-position: center center;
    padding: 0;
    top: -15px;
    width: 23px;
    height: 36px;
  }
  header .middle-box .cart.product {
    background-image: url("/clients/egear/Image/cart-things.png");
    background-position: center bottom;
  }
  header .middle-box .cart h2,
  header .middle-box .cart span {
    display: none;
  }
  header .bottom-box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 50%;
    min-height: 350px;
    text-align: left;
    background-color: #fff;
    z-index: 0;
  }
  header .bottom-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #b79265;
  }
  header .bottom-box .product {
    padding: 25px 0 49px;
  }
  header .bottom-box .product li {
    display: block;
  }
  header .bottom-box .product li a {
    text-align: left;
    padding: 20px 10px;
  }
  header .bottom-box .product li a img {
    margin-right: 11px;
  }
  header .bottom-box .product li a h2 {
    font-size: 14px;
  }
  #body {
    margin-top: 81px;
  }
  footer {
    padding-bottom: 26px;
  }
  footer .middle-box {
    padding-left: 0;
    margin-top: 43px;
  }
  footer .middle-box .logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    width: 256px;
    display: block;
  }
  footer .middle-box .menu {
    margin-top: 51px;
  }
  footer .middle-box .menu li {
    width: 24%;
  }
  footer .middle-box .menu li:first-child,
  footer .middle-box .menu li:last-child {
    width: 14%;
  }
  footer .middle-box .menu li:first-child a {
    text-align: left;
  }
  footer .middle-box .menu li:last-child a {
    text-align: right;
  }
  footer .bottom-box {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .middle-box .cart {
    right: 20px;
  }
  #body .sub-banner-box .box:before {
    margin-right: -20px;
  }
  footer {
    padding-bottom: 21px;
  }
  footer .middle-box .menu {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  footer .middle-box .menu li {
    width: 33.3%;
  }
  footer .middle-box .menu li:first-child {
    width: 33.3%;
  }
  footer .middle-box .menu li:nth-child(4),
  footer .middle-box .menu li:nth-child(5) {
    width: 50%;
  }
  footer .middle-box .menu li:first-child a {
    text-align: center;
  }
  footer .middle-box .menu li:last-child a {
    text-align: center;
  }
  footer .middle-box .menu li a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  footer .bottom-box p br {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  footer .middle-box .menu li {
    display: block;
    width: 100%;
  }
  footer .middle-box .menu li:first-child {
    width: 100%;
  }
  footer .middle-box .menu li:nth-child(4),
  footer .middle-box .menu li:nth-child(5) {
    width: 100%;
  }
}
.gallery-box {
  margin-top: 70px;
  float: right;
  margin-left: 20px;
  width: 50%;
}
.gallery-box .gallery-block {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.gallery-box .gallery-block .slide,
.gallery-box .gallery-block img {
  display: inline-block;
  vertical-align: top;
}
.gallery-box .gallery-block img {
  width: 100%;
  height: auto;
}
.gallery-box .gallery-control-box {
  text-align: right;
  margin-top: 18px;
}
.gallery-box .gallery-control-box .prev,
.gallery-box .gallery-control-box .next,
.gallery-box .gallery-control-box .pager {
  display: inline-block;
  vertical-align: middle;
}
.gallery-box .gallery-control-box .prev,
.gallery-box .gallery-control-box .next {
  width: 21px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.gallery-box .gallery-control-box .prev {
  background-image: url("/clients/egear/Image/banner-arrow-L.png");
}
.gallery-box .gallery-control-box .prev:hover {
  background-image: url("/clients/egear/Image/banner-arrow-L_hover.png");
}
.gallery-box .gallery-control-box .next {
  background-image: url("/clients/egear/Image/banner-arrow-R.png");
  margin-left: 9px;
}
.gallery-box .gallery-control-box .next:hover {
  background-image: url("/clients/egear/Image/banner-arrow-R_hover.png");
}
.gallery-box .gallery-control-box .pager li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.gallery-box .gallery-control-box .pager li:hover a,
.gallery-box .gallery-control-box .pager li.current a {
  background-image: url("/clients/egear/Image/pager_selected.png");
}
.gallery-box .gallery-control-box .pager li a {
  display: block;
  width: 15px;
  height: 7px;
  background: url("/clients/egear/Image/pager.png") no-repeat center center;
  background-size: 100%;
}
.writer {
  margin-top: 70px;
}
.clear {
  float: none;
  clear: both;
}
@media screen and (max-width: 768px) {
  .gallery-box {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.subscribe-box {
  background: url("/clients/egear/Image/subscribe-BG.jpg") no-repeat center top;
  padding: 50px 0;
  text-align: center;
}
.subscribe-box .box {
  background-color: rgba(183, 146, 101, 0.7);
  max-width: 1400px;
}
.subscribe-box form {
  padding: 85px 20px 77px;
  margin: 0 auto;
  max-width: 600px;
}
.subscribe-box .section-header {
  display: inline-block;
}
.subscribe-box .section-header h2 {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
.subscribe-box .section-header h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.subscribe-box .section-header p {
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
}
.subscribe-box .message {
  font-weight: 700;
  margin-top: 23px;
}
.subscribe-box .line {
  position: relative;
  padding-right: 120px;
  margin-top: 23px;
}
.subscribe-box .line .text {
  width: 100%;
  border: 0 none;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.subscribe-box .line .text.error {
  background-color: #b79265;
}
.subscribe-box .line button {
  background-color: #000;
  color: #fff;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .subscribe-box {
    text-align: left;
  }
  .subscribe-box form {
    padding-left: 0;
    padding-right: 0;
  }
}
.download-block {
  background-color: #fff;
}
.download-block li {
  list-style: none;
  position: relative;
  border-bottom: 3px solid #e6e1db;
  padding: 36px 210px 36px 29px;
}
.download-block li:hover h3 {
  border-bottom-color: #000;
}
.download-block li:last-child {
  border-bottom: 0 none;
}
.download-block li img {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: auto;
}
.download-block li h3 {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  border-bottom: 1px solid transparent;
}
.download-block li .download-control {
  position: absolute;
  right: 31px;
  top: 40px;
}
.download-block li .download-control a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
}
.download-block li .download-control a.download {
  background: url("/clients/egear/Image/image-download.png") no-repeat center center;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.download-block li .download-control a.read {
  margin-left: 20px;
  line-height: 35px;
  min-width: 100px;
  font-weight: 700;
  font-size: 13px;
  border: 2px solid #000;
}
.download-block li .download-control a:hover {
  background-color: #000;
  color: #fff;
}
.download-block li .download-control a:hover.download {
  background-image: url("/clients/egear/Image/image-download_hover.png");
}
@media screen and (max-width: 768px) {
  .download-block li {
    padding-right: 29px;
  }
  .download-block li .download-control {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
    text-align: right;
  }
}
.resource-box {
  padding-top: 73px;
}
.resource-box .section-header {
  position: relative;
}
.resource-box .section-header h2 {
  font-size: 30px;
  color: #000;
  position: relative;
  padding-left: 38px;
}
.resource-box .section-header h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: #000;
}
.resource-box .event-box + .event-box {
  margin-top: 94px;
}
.resource-box .event-box .event-block {
  display: flex;
  margin-top: 33px;
}
.resource-box .event-box .event-block .gallery-box,
.resource-box .event-box .event-block .event-body {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
}
.resource-box .event-box .event-block .gallery-box {
  margin-top: 0;
  float: none;
  margin-left: 0;
  position: relative;
}
.resource-box .event-box .event-block .gallery-box .gallery-control-box {
  padding: 14px 59px 14px 9px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
}
.resource-box .event-box .event-block .gallery-box .gallery-control-box:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url("/clients/egear/Image/image-magnify.png") no-repeat center center;
  background-size: 100%;
}
.resource-box .event-box .event-block .gallery-box .gallery-control-box .prev,
.resource-box .event-box .event-block .gallery-box .gallery-control-box .next,
.resource-box .event-box .event-block .gallery-box .gallery-control-box .pager {
  z-index: 1;
  position: relative;
}
.resource-box .event-box .event-block .gallery-box .view {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.resource-box .event-box .event-block .event-body {
  background-color: #decfbc;
  padding: 22px 25px;
}
.resource-box .event-box .event-block .event-body h3 {
  font-size: 24px;
}
.resource-box .event-box .event-block .event-body .date-box {
  margin-top: 17px;
  position: relative;
  border-bottom: 2px solid #000;
  padding-bottom: 23px;
}
.resource-box .event-box .event-block .event-body .date-box time {
  display: block;
  font-size: 14px;
}
.resource-box .event-box .event-block .event-body .date-box .view-more {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/clients/egear/Image/drop-down-arrow_down.png") no-repeat right center;
  background-size: 18px;
  font-size: 14px;
  padding-right: 29px;
  font-weight: 700;
}
.resource-box .event-box .event-block .event-body p {
  margin-top: 24px;
  line-height: 24px;
}
.resource-box .video-box {
  margin-top: 100px;
  background: url("/clients/egear/Image/demo-video-BG.jpg") no-repeat center center;
  background-size: cover;
  padding: 69px 0 99px;
}
.resource-box .video-box .box {
  max-width: 960px;
}
.resource-box .video-box .section-header {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.resource-box .video-box .section-header h2 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.resource-box .video-box .section-header h2:before {
  display: none;
}
.resource-box .video-box .video-block {
  margin-top: 40px;
}
.resource-box .video-box .video-block .video-frame {
  position: relative;
}
.resource-box .video-box .video-block .video-frame img {
  width: 100%;
  height: auto;
}
.resource-box .video-box .video-block .video-frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.resource-box .video-box .video-block .video-frame h3 {
  font-size: 18px;
}
.resource-box .video-box .video-block .video-frame time {
  display: block;
  margin-top: 10px;
}
.resource-box .video-box .video-block .video-frame p {
  margin-top: 20px;
}
.resource-box .video-box .video-block .video-body {
  background-color: #decfbc;
  padding: 22px 24px 1px;
}
.resource-box .video-box .video-block .video-body h3 {
  font-size: 24px;
}
.resource-box .video-box .video-block .video-body .date-box {
  margin-top: 17px;
  position: relative;
  padding-bottom: 23px;
  display: block;
}
.resource-box .video-box .video-block .video-body .date-box time {
  display: block;
  font-size: 14px;
}
.resource-box .video-box .video-block .video-body .date-box .view-more {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/clients/egear/Image/drop-down-arrow_down.png") no-repeat right center;
  background-size: 18px;
  font-size: 14px;
  padding-right: 29px;
  font-weight: 700;
}
.resource-box .download-box {
  margin-top: 96px;
  padding-bottom: 100px;
}
.resource-box .download-box + .video-box {
  margin-top: 0;
}
.resource-box .download-box .download-tab {
  background-color: #000;
  margin-top: 31px;
}
.resource-box .download-box .download-tab li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  color: #000;
}
.resource-box .download-box .download-tab li:hover,
.resource-box .download-box .download-tab li.active {
  background-color: #b79265;
}
.resource-box .download-box .download-tab li a {
  display: block;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
}
.resource-box .download-box .download-block {
  background-color: #fff;
}
.resource-box .download-box .download-block .download-body {
  display: none;
}
.resource-box .download-box .download-block .download-body.active {
  display: block;
}
.resource-box .subscribe-box .section-header h2 {
  color: #fff;
}
.resource-box .subscribe-box .section-header h2:before {
  background-color: #fff;
}
.resource-box .popup-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  text-align: center;
  display: none;
  overflow: auto;
}
.resource-box .popup-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #decfbc;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity = 85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.resource-box .popup-box .box {
  height: 100%;
}
.resource-box .popup-box .popup-block {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  max-height: 100%;
}
.resource-box .popup-box .popup-block .close {
  position: absolute;
  right: 25px;
  top: 30px;
  padding-right: 35px;
  background: url("/clients/egear/Image/tab-mo-menu_close.png") no-repeat right center;
  background-size: 24px;
  z-index: 1;
}
.resource-box .popup-box .popup-block .section-header {
  padding: 22px 25px 0;
}
.resource-box .popup-box .popup-block .section-header h2 {
  border-bottom: 2px solid #000;
  padding: 0 95px 22px 38px;
  color: #000;
  text-align: left;
}
.resource-box .popup-box .popup-block .section-header h2:before {
  background-color: #000;
  display: block;
}
.resource-box .popup-box .popup-block .popup-body li {
  list-style: none;
  position: relative;
  padding: 0 25px;
}
.resource-box .popup-box .popup-block .popup-body li:hover {
  background-color: #e5e5e5;
}
.resource-box .popup-box .popup-block .popup-body li:last-child a {
  border-bottom: 0 none;
}
.resource-box .popup-box .popup-block .popup-body li a {
  display: block;
  padding: 35px 55px 35px 0;
  background: url("/clients/egear/Image/vew-product_black.png") no-repeat right 30px center;
  background-size: 24px;
  border-bottom: 1px solid #000;
}
.resource-box .popup-box .popup-block .popup-body li a h3 {
  font-size: 18px;
}
.resource-box .popup-box .popup-block .popup-body li a time {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .resource-box .event-box .event-block {
    display: block;
  }
  .resource-box .event-box .event-block .gallery-box,
  .resource-box .event-box .event-block .event-body {
    display: block;
    width: 100%;
  }
}
