﻿.layout-toobar {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 1002;
}
.layout-toobar .more-contacts {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
}
.LANG-sa .layout-toobar .more-contacts {
  right: auto;
  left: 20px;
}
.LANG-at .layout-toobar .more-contacts,
.LANG-cz .layout-toobar .more-contacts,
.LANG-fr .layout-toobar .more-contacts,
.LANG-de .layout-toobar .more-contacts,
.LANG-it .layout-toobar .more-contacts,
.LANG-pl .layout-toobar .more-contacts,
.LANG-es .layout-toobar .more-contacts,
.LANG-se .layout-toobar .more-contacts,
.LANG-uk .layout-toobar .more-contacts {
  bottom: 90px;
}
@media (max-width: 1600px) {
  .layout-toobar .more-contacts {
    right: 15px;
  }
  .LANG-at .layout-toobar .more-contacts,
  .LANG-cz .layout-toobar .more-contacts,
  .LANG-fr .layout-toobar .more-contacts,
  .LANG-de .layout-toobar .more-contacts,
  .LANG-it .layout-toobar .more-contacts,
  .LANG-pl .layout-toobar .more-contacts,
  .LANG-es .layout-toobar .more-contacts,
  .LANG-se .layout-toobar .more-contacts,
  .LANG-uk .layout-toobar .more-contacts {
    bottom: 110px;
  }
}
@media (max-width: 750px) {
  .layout-toobar .more-contacts {
    bottom: 90px;
    right: 15px;
  }
}
@media (max-width: 750px) {
  .layout-toobar .more-contacts .ebg-btn-box a {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .layout-toobar .more-contacts .ebg-btn-box a span {
    display: none;
  }
}
.layout-toobar .more-contacts .ebg-btn-box a:after {
  content: "\e63b";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 20px;
}
@media (max-width: 750px) {
  .layout-toobar .more-contacts .ebg-btn-box a:after {
    display: block;
    left: 10px;
    top: 8px;
    left: 8px;
  }
}
.layout-toobar .more-contacts .help {
  padding: 40px 50px 55px;
  position: absolute;
  bottom: 50px;
  right: -15px;
  background-image: url(../images/box-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 370px;
  border-radius: 10px;
  display: none;
}
.LANG-sa .layout-toobar .more-contacts .help {
  background-image: url(../images/box-bg-sa.png);
  right: auto;
  left: -15px;
}
.LANG-jp .layout-toobar .more-contacts .help {
  min-width: 400px;
}
@media (max-width: 750px) {
  .layout-toobar .more-contacts .help {
    display: none;
  }
}
.layout-toobar .more-contacts .help h6 {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin: 0;
  background: url(../images/help-img-1.png) no-repeat 0 1px;
}
.LANG-sa .layout-toobar .more-contacts .help h6 {
  padding-left: 0;
  padding-right: 30px;
  background: url(../images/help-img-sa-1.png) no-repeat right 1px;
}
.layout-toobar .more-contacts .help .ebg-btn-box {
  font-size: 0;
}
.layout-toobar .more-contacts .help .ebg-btn-box .no {
  font-size: 14px;
  color: #666;
  display: inline-block;
  cursor: pointer;
}
.layout-toobar .more-contacts .help .ebg-btn-box .yes {
  color: #fff;
  font-size: 14px;
  min-width: 76px;
  padding: 5px 10px;
  background: #c7000b;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
}
.layout-toobar .more-contacts .help .close-btn {
  font-size: 22px;
  background: #f6f6f6;
  border-radius: 5px;
  position: absolute;
  right: 16px;
  top: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
.layout-toobar .pop-up-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  text-align: center;
  display: none;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer {
    background: #f8f8f8;
  }
}
.layout-toobar .pop-up-layer .con {
  width: 690px;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con {
    width: 100%;
    border-radius: 0;
  }
}
.layout-toobar .pop-up-layer .con > h2 {
  background: url(../images/orange.jpg);
  color: #fff;
  font-weight: bold;
  padding: 13px 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 1.625;
  margin: 0;
}
.LANG-sa .layout-toobar .pop-up-layer .con > h2 {
  text-align: right;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con > h2 {
    text-align: center;
  }
}
.layout-toobar .pop-up-layer .con .box {
  background: #f8f8f8;
  padding: 30px;
}
.LANG-cn .layout-toobar .pop-up-layer .con .box {
  padding: 30px 50px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box {
    padding: 10px 15px;
  }
  .LANG-cn .layout-toobar .pop-up-layer .con .box {
    padding: 10px 15px;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot {
  margin: 0 -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left,
.layout-toobar .pop-up-layer .con .box .clearflaot .right {
  float: left;
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text {
  border-radius: 10px;
  padding: 0 20px;
  background: #fff;
  height: 100%;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text {
    padding: 0;
    overflow: hidden;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text h3,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 20px 0 15px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text h3,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text h3 {
    text-align: left;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul {
  border-top: 1px solid #e2e2e2;
  text-align: center;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul {
    border-top: 1px solid #e2e2e2;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li {
    border-right: 1px solid #e2e2e2;
  }
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li:last-child,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li:last-child {
    border-right: none;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a {
  display: block;
  padding: 30px 5px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a {
    padding: 15px 5px 20px;
  }
}
@media (min-width: 1200px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a:hover p,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a:hover p {
    border-bottom: 1px solid #333;
    color: #000;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a .pic,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a .pic {
  padding-bottom: 15px;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a .pic .icon,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a .pic .icon {
  width: 36px;
  height: 36px;
  color: #000;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a p,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  display: inline;
}
.LANG-cn .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a p,
.LANG-cn .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a p {
  font-size: 16px;
}
@media (max-width: 750px) {
  .LANG-cn .layout-toobar .pop-up-layer .con .box .clearflaot .left .text ul li > a p,
  .LANG-cn .layout-toobar .pop-up-layer .con .box .clearflaot .right .text ul li > a p {
    font-size: 14px;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .tel,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .tel {
  padding: 0 20px 20px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text .tel,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text .tel {
    border-top: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 15px 20px;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .tel p,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .tel p {
  position: relative;
  padding: 2px 0 2px 35px;
  display: inline-block;
  background-size: 22px;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .tel p .icon,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .tel p .icon {
  width: 28px;
  height: 28px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .tel p a,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .tel p a {
  font-size: 16px;
  background-size: 22px;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .link,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .link {
  text-align: center;
  background: #fff;
  margin-top: 10px;
  padding: 0 20px 20px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text .link,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text .link {
    padding: 15px 20px;
    border-top: 1px solid #e2e2e2;
    border-radius: 0;
    margin-top: 0;
  }
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .link p,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .link p {
  position: relative;
  padding: 2px 0 2px 35px;
  display: inline-block;
  background-size: 22px;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .link p .icon,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .link p .icon {
  width: 28px;
  height: 28px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.layout-toobar .pop-up-layer .con .box .clearflaot .left .text .link p a,
.layout-toobar .pop-up-layer .con .box .clearflaot .right .text .link p a {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1200px) {
  .layout-toobar .pop-up-layer .con .box .clearflaot .left .text .link p a:hover,
  .layout-toobar .pop-up-layer .con .box .clearflaot .right .text .link p a:hover {
    border-bottom: 1px solid #333;
  }
}
.layout-toobar .pop-up-layer .con .box .tel {
  text-align: center;
  background: #fff;
  margin-top: 10px;
  padding: 14px 20px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .box .tel {
    margin-top: 0;
  }
}
.layout-toobar .pop-up-layer .con .box .tel p {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.layout-toobar .pop-up-layer .con .box .tel p .icon {
  width: 34px;
  height: 34px;
  color: #000;
  position: absolute;
  left: 0;
  top: -4px;
}
.layout-toobar .pop-up-layer .con .box .tel p a {
  display: inline-block;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: context-menu;
}
.LANG-sa .layout-toobar .pop-up-layer .con .box .tel p a {
  padding-left: 0;
  padding-right: 35px;
  background: url(../images/tel.png) no-repeat right center;
}
.layout-toobar .pop-up-layer .con .more-line {
  background: #fff;
  text-align: center;
  padding: 10px 20px 15px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .more-line {
    padding: 0;
    margin: 0 15px;
    border-top: none;
    border-radius: 10px;
    text-align: left;
  }
  .LANG-sa .layout-toobar .pop-up-layer .con .more-line {
    text-align: right;
  }
}
.layout-toobar .pop-up-layer .con .more-line li {
  display: inline-block;
  padding: 5px 20px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .more-line li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .layout-toobar .pop-up-layer .con .more-line li:last-child {
    border-bottom: none;
  }
}
.layout-toobar .pop-up-layer .con .more-line li a {
  text-decoration: none;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .more-line li a {
    display: block;
    padding: 15px 20px;
    font-size: 0;
  }
}
@media (min-width: 1200px) {
  .layout-toobar .pop-up-layer .con .more-line li a:hover p {
    border-bottom: 1px solid #333;
    color: #000;
  }
}
.layout-toobar .pop-up-layer .con .more-line li a p {
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.layout-toobar .pop-up-layer .con .more-line li a span {
  vertical-align: middle;
  color: #999;
  display: inline-block;
  margin-left: 3px;
  padding-top: 2px;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer .con .more-line li a span {
    display: none;
  }
}
.layout-toobar .pop-up-layer .con .close-btn {
  position: absolute;
  right: 15px;
  top: 18px;
}
.LANG-sa .layout-toobar .pop-up-layer .con .close-btn {
  right: auto;
  left: 15px;
}
@media (min-width: 1200px) {
  .layout-toobar .pop-up-layer .con .close-btn:hover {
    cursor: pointer;
  }
}
.layout-toobar .pop-up-layer .con .close-btn span {
  font-size: 22px;
  color: #fff;
}
.layout-toobar .pop-up-layer::after {
  content: "";
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .layout-toobar .pop-up-layer::after {
    display: none;
  }
}
.overflowByContactUs {
  overflow: hidden;
  height: 100%;
}
