﻿body {
    background-color: #f9f9f9;
}
body.modal-open {
    position:fixed;
}

.body-scroller {
    position: fixed;
    overflow-y: scroll;
    top: 0px;
    bottom: 0;
    width: 100%;
}
/*SEO 标签*/
.xs--headline {
  display: none;
}
.xxl-title {
  color: #004098;
  display: none;
}
/*SEO 标签结束*/
.header-menu-icon {
    height:28px;
    width:38px;
}
.header-search-icon {
    padding:10px 0;
    padding-right:10px;
    height:48px;
}
.header-search-icon a{
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.icon-sousuo a{
    color: #333;
}
.header-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 28px;
  width: 28px;
}

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}

.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}

/* ------------- */
.menu-line {
  background-color: #333;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}
.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-line-3 {
  bottom: 0;
}
.header-menu.open .menu-line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-45deg);
}
.header-menu.open .menu-line-2 {
  opacity: 0;
}
.header-menu.open .menu-line-3 {
  transform: translateY(-7px) translateY(50%) rotate(45deg);
}
/* ------------- */
.menu-circle {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.header-menu:hover .menu-circle {
  transform: scale(1.5);
}
.header-menu.open .menu-circle {
  transform: scale(60);
}

/* ------------- */
.menu-overlay {
  background-color: #f8f8f8;
  color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  /*text-align: center;*/
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 1;
  visibility: visible;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  margin-top:48px;
  border-top: 1px solid #eee;
}
.menu-overlay nav {
    padding:0 20px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.open-name {
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.open-name.colorBtn>a{
    color: #63AFD1;
}
.open-name.current >a{
      color: #0577e7;
      font-weight:bold;
}
.open-name>a{
    display:inline-block;
    padding:15px 0px;
    color: #333;
    width:100%;
    height:100%;
}
.open-name>a:link{
    text-decoration: none;
}
.menu-overlay.open nav .open-name{
  opacity: 1;
pointer-events: auto;
-webkit-transform: none;
transform: none;
}
/*.menu-overlay.open nav .open-name:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s; 
}
.menu-overlay.open nav .open-name:nth-child(2) {
transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s,transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}
.menu-overlay.open nav .open-name:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s,transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}
.menu-overlay.open nav .open-name:nth-child(4) {
   transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s,transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}
.menu-overlay.open nav .open-name:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s,transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s; 
}
.menu-overlay.open nav .open-name:nth-child(6) {
   transition: opacity .36464s cubic-bezier(0.32, 0.08, 0.24, 1) .13s,transform .45318s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}*/
#main-content {
  margin-top: 48px;
  position:relative;
}
#search-box {
    position: fixed;
    z-index: 100;
    /*position:absolute;*/
    /*transform:translateY(-150px);*/
    height: 100%;
    width: 100%;
    background-color: #f8f8f8 !important;
    transform: translateY(48px);
    z-index: 1024;
    width: 100%;
    background:#fff;
    border-bottom:1px solid #dedede;
    border-top:1px solid #dedede;
}

.searchPro-search {
    padding:15px;
}   
.searchPro-search i.fa-search{
    position:absolute;
    top:25px;
    left:25px;
    color:#6b6b6b;
}
.searchPro-search i.fa-times-circle{
    position:absolute;
    top:25px;
    right:25px;
    color:#999;
}
#global-search {
    padding-left:30px;
}
.overlay {
    width: 100%;
    padding: 39px 0;
    margin: 0 auto;
}
.quickLink{
    background-color: white;
    padding: 10px 0;
    border: 1px solid #ced4da;
    box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);
}
.linkTitle{
    padding: 5px 10px 5px;
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}
.linkList a{
    display: block;
    padding: 10px 20px;
    color: #666;
}


.radio-inline {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0;
}

.radio .helper {
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio input:checked ~ .helper::before {
    color: #4680ff;
}
.radio .helper::after, .radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
}

.radio input:checked ~ .helper::after {
    transform: scale(0.5);
}
.radio .helper::after {
    transform: scale(0);
    background-color: #4680ff;
    border-color: #4680ff;
}
.button_container {
  position: relative;
  /*top: 5%;
  right: 2%;*/
   width: 20px;
    height: 20px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
-webkit-transform: translateY(10px) translateX(0px) rotate(45deg);
transform: translateY(10px) translateX(0px) rotate(45deg);
  background: #7d7d7d;
}
.button_container.active .middle {
  opacity: 0;
  background: #7d7d7d;
}
.button_container.active .bottom {
-webkit-transform: translateY(-4px) translateX(0px) rotate(-45deg);
transform: translateY(-4px) translateX(0px) rotate(-45deg);
background: #7d7d7d;
}
.button_container span {
  background: #7d7d7d;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 7px;
}
.button_container span:nth-of-type(3) {
  top:14px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 99;
}

    .overlay:before {
        content: "";
        background: #f8f8f8;
        left: -55%;
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        transition: left 0.35s ease;
    }

    .overlay:after {
        content: "";
        background: #f8f8f8;
        right: -55%;
        top: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        transition: all 0.35s ease;
    }

    .overlay.open {
        visibility: visible;
        height: 100%;
    }

.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}
.overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}
.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}
.overlay nav {
    position: relative;
    height: 70%;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
display: block;
position: relative;
text-decoration: none;
overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    color: #0577e7;
    background: #0577e7;
    transition: 0.35s;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}
.overlay-menu > li > a:hover {
    color: #0577e7 !important;
}

#overlay .overlay-menu a {
    font-size: 18px;
    color: #7d7d7d;
}
.lang__popup {
    display: flex;
    flex-direction: column;.icon-sousuo
}
/*  Landing Page 样式  */
#LandingModal .modal-body{
    background-color:#f5f5f5;
}
#LandingModal .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
    overflow-y: scroll;
}
#lang__popup__logo img {
    width:150px;    
}
.lang__wrap {
    margin-top:40px;
}
.custom-close-mobile{
    position:absolute;
    right:10px;
    top:10px;    
    z-index:99;
}
.custom-close-mobile span::before{
    transform: translate(7px) rotate(45deg);
}
.custom-close-mobile span::after{
    transform: translate(7px ,-2px) rotate(-45deg);
}
.choose_your_country h2 {
    font-weight:500;
    color:#333;
    font-size:24px;
}
#Landing-Countries {
    padding-bottom:60px;
}
#Landing-Countries p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top:60px;
}
#Landing-Countries p:first-child {
    margin-top:0;
}
#Landing-Countries h5 {
  font-size: 12px;
  color: #656565;
  margin-top:10px;
}
#Landing-Countries .lang__popup__item {
    width:33.33%;
    display:inline-block;
    text-align:center;
    margin-top:30px;
    vertical-align: top;
}   
#Landing-Countries  .lang__popup__item img{
    width:30px;
    height:30px;
    border-radius: 50%;
}
/*  Landing Page 样式结束   */

.tab-productInfo {
    background-color: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
}
.pro-link {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.img-con {
    display: inline-block;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    margin-right: 15px;
    vertical-align: middle;
}
.pro-link span {
    width: 100%;
    height: 100%;
    text-align: center;
}
.tab-productInfo span {
    font-size: 14px;
    color: #333333;
}
.detail-con {
    display: inline-block;
    vertical-align: middle;
    width: calc(99.99% - 85px);
}
.pro-link span {
    width: 100%;
    height: 100%;
    text-align: center;
}
.tab-productInfo span {
    font-size: 14px;
    color: #333333;
}
#search-Recommendation h2 {
   font-size: 16px;
  font-weight: 500;
   color: #333333;
}
.mx-h-60 {
    max-height:60px;
   /*word-break: break-all;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-li{
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    background-color: #f0f0f0;
    padding: 10px 0 10px 40px;
}
.product-li li{
    font-size: 14px;
    color: #333;
    /*height: 30px;*/
    line-height: 30px;
}
.menu-overlay .open img{
    transform:rotate(180deg);
}

#LandingModal .custom-close{
    padding: 2px;
}