/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* .gc-processing-redirect .main-container,
.checkout-cart-index-empty .main-container {
  margin-top: 190px;
} */

/* for IE/Mac /


/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
  quotes: "\201C""\201D""\2018""\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

.control .back-link a {
  color: #636363;
}

.control .back-link a small {
  margin-top: -2px;
}

.control .back-link a:hover {
  color: #008ED6;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  /* margin-top: 8px; */
  margin-top: 4px;
}

#narrow-by-list input.regular-checkbox {
  margin-top: 2px;
  margin-right: 2px
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding-left: 15px;
  font-weight: bold;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #636363;
  font-size: 12px;
  line-height: 1.5;
}

a {
  color: #3399cc;
  text-decoration: none;
}

a:hover {
  color: #008ed6;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */

h1,
.h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h2,
.h2 {
  margin: 0;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  color: #252328;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

.customer-account-forgotpassword h2 {
  font-size: 18px;
  color: #636363;
}

.cms-why-buy-cisco-from-us-html h3 {
  text-transform: none;
  color: #555;
  font-size: 15px;
}

h3,
.h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h4,
.h4 {
  margin: 0;
  color: #bb0200;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeSpeed;
  color: #252328;
}

h5,
.h5 {
  margin: 0;
  margin-bottom: 30px;
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h6,
.h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */

.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #50b200;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #df280a;
}

.availability-only {
  color: #df280a;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  font-size: 26px;
  font-weight: normal;
  color: #424242;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-weight: 300;
}

.page-title h1 {
  border: none;
}

.forgot-password {
  width: 380px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 20px;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.forgot-password h2 {
  margin-top: 0;
  border: 0;
}

.forgot-password .buttons-set {
  border: none;
}

.forgot-password label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}

.forgot-password .buttons-set button.button {
  padding: 10px 0;
}

.forgot-password .input-text:focus {
  border-color: #aaa;
}

/* -------------------------------------------- *
 * Block Module
 */

.block-bestsellers {
  margin-top: 17px;
}

.block-bestsellers .block-title {
  border: 0;
}

.block-bestsellers .block-title h2 {
  text-transform: none;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.block-bestsellers .products-grid {
  margin-top: 0px;
}

.block-bestsellers .owl-item .button {
  margin-bottom: 20px;
  background: #1a95d5;
  border-radius: 2px;
}

.block-bestsellers .owl-item .button:hover {
  background: #0780bf;
}

.col-left-first .block:last-of-type,
.block.block-trustful,
.block-reorder {
  margin-top: 20px;
}

.block.block-trustful {
  display: none;
}

.col-left-first .block:last-of-type {
  margin-top: 0;
}

#stock-list-header {
  top: 68px !important;
}

.customer-address-form .main-container .main .block-title,
.sales-order-view .main-container .main .block-title,
.customer-account .main-container .main .block-title,
.customer-account-index .main-container .main .block-title,
.customer-account-edit .main-container .main .block-title,
.customer-address-index .main-container .main .block-title,
.sales-order-history .main-container .main .block-title,
.sales-billing-agreement-index .main-container .main .block-title,
.sales-recurring-profile-index .main-container .main .block-title,
.review-customer-index .main-container .main .block-title,
.tag-customer-index .main-container .main .block-title,
.oauth-customer-token-index .main-container .main .block-title,
.newsletter-manage-index .main-container .main .block-title,
.downloadable-customer-products .main-container .main .block-title {
  position: relative;
  padding: 10px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
}

.customer-address-form .main-container .main .block-account ul,
.sales-order-view .main-container .main .block-account ul,
.customer-account .main-container .main .block-account ul,
.customer-account-index .main-container .main .block-account ul,
.customer-account-edit .main-container .main .block-account ul,
.customer-address-index .main-container .block-account ul,
.sales-order-history .main-container .block-account ul,
.sales-billing-agreement-index .main-container .block-account ul,
.sales-recurring-profile-index .main-container .block-account ul,
.review-customer-index .main-container .block-account ul,
.tag-customer-index .main-container .block-account ul,
.oauth-customer-token-index .main-container .block-account ul,
.newsletter-manage-index .main-container .block-account ul,
.downloadable-customer-products .main-container .block-account ul {
  line-height: 2.4em;
}

.customer-address-form .main-container .main .block-account li,
.sales-order-view .main-container .main .block-account li,
.customer-account .main-container .main .block-account li,
.customer-account-index .main-container .main .block-account li,
.customer-account-edit .main-container .main .block-account li,
.customer-address-index .main-container .main .block-account li,
.sales-order-history .main-container .main .block-account li,
.sales-billing-agreement-index .main-container .main .block-account li,
.sales-recurring-profile-index .main-container .main .block-account li,
.review-customer-index .main-container .main .block-account li,
.tag-customer-index .main-container .main .block-account li,
.oauth-customer-token-index .main-container .main .block-account li,
.newsletter-manage-index .main-container .main .block-account li,
.downloadable-customer-products .main-container .main .block-account li {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0;
  padding: 8px 0px 4px 30px;
  border-bottom: 1px #e3e3e3 dotted;
}

.customer-address-form .main-container .main .block-account li b,
.sales-order-view .main-container .main .block-account li b,
.customer-account .main-container .main .block-account li b,
.customer-account-index .main-container .main .block-account li b,
.customer-account-edit .main-container .main .block-account li b,
.customer-address-index .main-container .main .block-account li b,
.sales-order-history .main-container .main .block-account li b,
.sales-billing-agreement-index .main-container .main .block-account li b,
.sales-recurring-profile-index .main-container .main .block-account li b,
.review-customer-index .main-container .main .block-account li b,
.tag-customer-index .main-container .main .block-account li b,
.oauth-customer-token-index .main-container .main .block-account li b,
.newsletter-manage-index .main-container .main .block-account li b,
.downloadable-customer-products .main-container .main .block-account li b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -30px -10px no-repeat;
  width: 14px;
  height: 7px;
  margin-top: 10px;
  vertical-align: top;
  display: inline-block;
}

.customer-address-form .main-container .main .block-account li a:hover b,
.sales-order-view .main-container .main .block-account li a:hover b,
.customer-account .main-container .main .block-account li a:hover b,
.customer-account-index .main-container .main .block-account li a:hover b,
.customer-account-edit .main-container .main .block-account li a:hover b,
.customer-address-index .main-container .main .block-account li a:hover b,
.sales-order-history .main-container .main .block-account li a:hover b,
.sales-billing-agreement-index .main-container .main .block-account li a:hover b,
.sales-recurring-profile-index .main-container .main .block-account li a:hover b,
.review-customer-index .main-container .main .block-account li a:hover b,
.tag-customer-index .main-container .main .block-account li a:hover b,
.oauth-customer-token-index .main-container .main .block-account li a:hover b,
.newsletter-manage-index .main-container .main .block-account li a:hover b,
.downloadable-customer-products .main-container .main .block-account li a:hover b {
  background-position: -30px 0px;
}

.customer-address-form .main-container .main .block-account li a.select b,
.sales-order-view .main-container .main .block-account li a.select b,
.customer-account .main-container .main .block-account li a.select b,
.customer-account-index .main-container .main .block-account li a.select b,
.customer-account-edit .main-container .main .block-account li a.select b,
.customer-address-index .main-container .main .block-account li a.select b,
.sales-order-history .main-container .main .block-account li a.select b,
.sales-billing-agreement-index .main-container .main .block-account li a.select b,
.sales-recurring-profile-index .main-container .main .block-account li a.select b,
.review-customer-index .main-container .main .block-account li a.select b,
.tag-customer-index .main-container .main .block-account li a.select b,
.oauth-customer-token-index .main-container .main .block-account li a.select b,
.newsletter-manage-index .main-container .main .block-account li a.select b,
.downloadable-customer-products .main-container .main .block-account li a.select b {
  background-position: -30px 0px;
}

.customer-address-form .main-container .main .block-account .block-subtitle,
.sales-order-view .main-container .main .block-account .block-subtitle,
.customer-account .main-container .main .block-account .block-subtitle,
.customer-account-index .main-container .main .block-account .block-subtitle,
.customer-account-edit .main-container .main .block-account .block-subtitle,
.customer-address-index .main-container .main .block-account .block-subtitle,
.sales-order-history .main-container .main .block-account .block-subtitle,
.sales-billing-agreement-index .main-container .main .block-account .block-subtitle,
.sales-recurring-profile-index .main-container .main .block-account .block-subtitle,
.review-customer-index .main-container .main .block-account .block-subtitle,
.tag-customer-index .main-container .main .block-account .block-subtitle,
.oauth-customer-token-index .main-container .main .block-account .block-subtitle,
.newsletter-manage-index .main-container .main .block-account .block-subtitle,
.downloadable-customer-products .main-container .main .block-account .block-subtitle {
  padding-left: 20px;
}

.block-title {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.block-title h2,
.block-title h3,
.block-trustful strong {
  font-weight: normal;
  text-transform: uppercase;
}

.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #333;
  margin-bottom: 0;
  font-weight: 600;
}

.sp1 {
  color: #434343;
  font-size: 22px;
}

.sp2 {
  color: #f19a05;
  font-size: 22px;
}

.line6 {
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
}

.block-title b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
  display: none
}

.block-title .b1 {
  background-position: -34px -447px;
}

.block-title .b2 {
  background-position: 0px -447px;
}

.block-title .b3 {
  background-position: -34px -447px;
}

.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body .block:first-child .block-title {
  padding-top: 15px;
  border: none;
}

.block-tags .block-title {
  padding-left: 0;
}

.block-layered-nav .block-title {
  display: none;
}

body .block:first-child .block-title strong {
  font-weight: 600;
}

.customer-account .main-container .main .block-title {
  background: none;
  border: none;
  padding: 20px 0 5px 0;
}

.customer-account .main-container .main .block-account li b {
  display: none;
}

.customer-account .main-container .main .block-account li {
  padding: 0 0 0 15px;
  border: 0;
  line-height: 24px;
}

.block-subtitle {
  font-weight: bold;
}

.block-content {
  border-top: 0;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
  padding: 15px 10px 10px 10px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 0 0 0 0;
}

.block .actions:after {
  content: '';
  display: table;
  clear: both;
}

.block .actions a {
  color: #008ED6;
}

.block .actions a:hover {
  text-decoration: none;
}

.block .actions .button {
  float: right;
}

.col-left .block .actions .button~a,
.col-right .block .actions .button~a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title>strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title>strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title>strong:hover {
    background-color: #ececec;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover {
    background-color: #ececec;
  }

  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }

  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }

  .gc-processing-redirect .main-container,
  .checkout-cart-index-empty .main-container,
  .gc-processing-redirect .main-container .main {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

/* -------------------------------------------- *
 * Secondary Navigation
 */

.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}

.block-account li,
.block-cms-menu li {
  font-family: Arial, Helvetica, sans-serif;
  margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}

.block-account li a,
.block-cms-menu li a {
  color: #636363;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */

/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions .button {
  background-color: #1a95d5;
  color: #fff;
}

.sidebar .actions .button:hover,
.sidebar .actions .button:active,
.sidebar .actions .button:focus {
  background-color: #0780bf;
  color: #fff;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */

.products-list .product-shop .product-secondary .button {
  background: #1a95d5;
  border-radius: 2px;
}

.products-list .product-shop .product-secondary .button:hover {
  background: #0780bf;
}

.category-products .button {
  background: #1a95d5;
  border-radius: 2px;
}

.category-products .button:hover {
  background: #0780bf;
}

#search_mini_form .input-box .button {
  padding: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  background: #CDCDCD;
}

/*#search_mini_form .input-box .button:hover{ background:#1a95d5;}*/

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #1a95d5;
  display: inline-block;
  padding: 7px 15px 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #0780bf;
  cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #0091db;
  outline: none;
  color: #FFFFFF;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */

.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */

.button+.button {
  margin-left: 8px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  /* color: #3399cc; */
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.button2 span:hover,
.button2 span span:hover {
  color: #008ed6;
}

.data-table td.cart-footer-actions {
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 770px) {

  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .col2-set .buttons-set .back-link {
    display: none;
  }

  .col2-set .buttons-set .required {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .buttons-set .back-link {
    display: none;
  }

  .buttons-set .required {
    display: none;
  }
}

/* -------------------------------------------- *
 * Paypal Button
 */

.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* -------------------------------------------- *
 * Button Sets
 */

.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}

.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}

.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

.buttons-set button.button {
  float: left;
  width: 100%;
}

.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

.customer-account .buttons-set button.button {
  float: none;
  width: auto;
}

.customer-account .scaffold-form .input-text {
  height: 38px;
}

.customer-account .scaffold-form label {
  font-weight: 400;
  margin: 10px 0 5px 0;
}

.customer-account .form-list .control input.checkbox {
  margin-top: 20px;
  margin-left: 5px;
}

.customer-account .form-list .control label {
  padding-left: 25px;
}

.customer-account .form-list input:focus {
  border-color: #ddd;
}

/* -------------------------------------------- *
 * Icons
 */

.icon-sprite,
.btn-remove2,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter>.sort-by .sort-by-switcher,
.sorter>.view-mode .grid,
.sorter>.view-mode .list,
.skip-nav .icon,
.skip-cart .icon,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
  background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/images/icon_sprite.png?v=20200504");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {

  .icon-sprite,
  .btn-remove2,
  .ratings .rating-box,
  .ratings .rating-box .rating,
  .sorter>.sort-by .sort-by-switcher,
  .sorter>.view-mode .grid,
  .sorter>.view-mode .list,
  .skip-nav .icon,
  .skip-search .icon,
  #search_mini_form .search-button:before,
  .skip-account .icon,
  .skip-cart .icon,
  .product-view .sharing-links a,
  .review-summary-table .rating-box .rating-number:after,
  .ratings-table .rating-box,
  .ratings-table .rating-box .rating {
    background-image: url(https://www.router-switch.com/skin/frontend/yejian/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}

/* -------------------------------------------- *
 * Breadcrumbs
 */

.breadcrumbs {
  overflow: hidden;
  margin: 0 0 15px 0;
  padding-top: 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.breadcrumbs a {
  float: left;
  color: #008ed6;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

#crumbs a {
  color: #008ed6;
}

#crumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}

.category-huawei .breadcrumbs,
.cms-cisco-smartnet-overview-html .breadcrumbs,
.cms-cisco-smartnet-type-html .breadcrumbs,
.cms-cisco-smartnet-faq-html .breadcrumbs,
.cms-configuration-tools-html .breadcrumbs,
.cms-best-selling-items-html .breadcrumbs {
  display: none;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */

.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: '×';
  color: #999;
  line-height: 20px;
  width: 100%;
  font-size: 20px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.btn-remove:hover {
  text-decoration: none;
}

.btn-remove2 {
  background-position: -20px -648px;
  border: none;
  vertical-align: top;
}


.btn-remove2:after {
  display: none;
}

.btn-remove2:hover {
  background-position: 4px -648px;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */

.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */

.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
}

.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container {
    padding: 0;
  }
}

.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */

.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 22%;
  padding-left: 0;
  clear: left;
  padding-right: 20px;
}

@media only screen and (max-width: 1290px) {
  .col-left {
    width: 22%;
  }
}

.col-left .side_navigation {
  margin-bottom: 20px;
}

.col-left .side_navigation h3 {
  color: #333;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 6px 0;
  margin-bottom: 0px;
}

.col-left .side_navigation li {
  padding: 2px 0 2px 15px;
}

.col-left .side_navigation li a {
  font-size: 12px;
}

.col-left .side_navigation li b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -120px -867px no-repeat;
  width: 16px;
  height: 9px;
  margin-top: 6px;
  vertical-align: top;
  display: inline-block;
  display: none;
}

.col-left .side_navigation li a:hover {
  color: #008ed6;
}

.col-left .side_navigation li a:hover b {
  background-position: -154px -867px;
}

.contacts-index-index .rs-buy-txt2 {
  overflow: hidden;
}

.contacts-index-index .rs-buy-txt2 dl {
  width: 100%;
  float: left;
  padding: 30px 30px 30px 0;
  width: 33.33%;
  min-height: 200px;
}

.contacts-index-index .rs-buy-txt2 dl dt {
  width: 60px;
  height: 35px;
  float: left;
  padding: 5px 0 0 10px;
}

.contacts-index-index .rs-buy-txt2 dl dt span {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/contact-icon.png) no-repeat;
  width: 38px;
  height: 38px;
  display: block;
}

.contacts-index-index .rs-buy-txt2 dl dt span.phone {
  background-position: 0px -7px;
}

.contacts-index-index .rs-buy-txt2 dl dt span.email {
  background-position: 0px -204px;
}

.contacts-index-index .rs-buy-txt2 dl dt span.livechat {
  background-position: 0px -299px;
}

.contacts-index-index .rs-buy-txt2 dl dt span.home {
  background-position: 0px -104px;
}

.contacts-index-index .rs-buy-txt2 dl dd {
  width: 90%;
  line-height: 20px;
  margin-left: 80px;
  word-break: break-all;
}

.contacts-index-index .rs-buy-txt2 dl dd span {
  word-break: break-all;
}

.contacts-index-index .col2-left-layout .col-main h5 {
  font-size: 18px;
  color: #636363;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd.tit {
  font-size: 20px;
  padding-bottom: 10px;
  color: #000;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd strong {
  font-size: 14px;
  color: #1d70c0;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd a {
  font-size: 14px;
  text-decoration: underline;
  color: #1d70c0;
}

.contacts-index-index .col2-left-layout .col-main .rs-buy-txt2 dl dd a:hover {
  color: #666;
}

.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
}

.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 78%;
  padding-left: 20px;
}

@media only screen and (max-width: 1290px) {
  .col-main {
    width: 78%;
  }
}

/* .cms-why-buy-cisco-from-us-html .col1-layout .col-main {
    max-width: 1170px;
    margin: 0 auto;
} */

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  background-color: #ffffff;
}

.col1-layout .col-main .page-title {
  margin-top: 15px;
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  border-left: 1px solid #eee;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.col-main .category-description,
.tag-description {
  margin-bottom: 5px;
}

.col3-layout .col-right {
  width: 20.83333%;
}

.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}

.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}

.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

.col-main .category-products ol .odd {
  padding: 25px 20px 10px 20px;
}

.col-main .category-products ol .even {
  padding: 25px 20px 10px 20px;
}

.category-description-box .pdf {
  float: left;
  width: 22px;
  height: 20px;
  background: url(/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20191010) no-repeat -557px -434px;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }

  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }

  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 78%;
  }

  .col3-layout .col-wrapper .col-left {
    width: 22%;
  }
}

@media only screen and (max-width: 770px) {

  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}

/* Content Columns */

.col2-set {
  width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

@media only screen and (max-width: 770px) {

  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}

.col2-set .col-1 {
  float: left;
  padding-left: 0;
}

.col2-set .col-2 {
  float: right;
  padding-right: 0;
}

@media only screen and (max-width: 479px) {

  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.col2-set .narrow {
  width: 33%;
}

.col2-set .wide {
  width: 65%;
}

.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */

@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

/* -------------------------------------------- *
 * Global Site Notice
 */

.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}

.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}

.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */

.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */

.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */

.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */

body.cms-home .messages {
  margin-top: 97px;
  margin-bottom: -5px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}

/* -------------------------------------------- *
 * Page Popup
 */

.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */

.payment-methods {
  margin-bottom: 20px;
}

.payment-methods input[type="radio"] {
  margin-top: 5px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */

.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */

.price-box {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #b90000;
}

.price-box .price {
  color: #b90000;
  font-size: 18px;
}

.price-box .price,
.price {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}

.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

.swiper-assembly .price-box {
  min-height: 26px;
}

.swiper-assembly .product-name a,
.products-grid .product-name a {
  height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Price Box - Special
 */

.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
  font-size: 12px;
}

.price-box .special-price {
  color: #3399cc;
}

.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */

.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */

.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */

.item-options {
  font-size: 14px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.item-options:after {
  content: '';
  display: table;
  clear: both;
}

.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-size: 12px;
}

.item-options dt:after {
  content: ': ';
}

.item-options dd {
  float: left;
  margin: 0;
  font-size: 12px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}

.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}

.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options>p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

.checkout-cart-index-empty .promotions-hot-sellers h2,
.checkout-cart-index .promotions-hot-sellers h2 {
  padding-left: 15px;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }

  .truncated a.details {
    display: none;
  }

  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */

.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */

.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}

.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */

.ratings {
  margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}

.ratings .rating-box {
  width: 74px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -616px;
  overflow: hidden;
}

.product-info .ratings .rating-box {
  display: inline-block;
}

.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}

.ratings .amount {
  display: block;
  margin: 5px auto;
}

.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */

.std p.q {
  padding-top: 5px;
  margin-top: 25px;
  color: #333;
  padding-left: 50px;
  background: url(/skin/frontend/yejian/default/qing/images/q.png) no-repeat left top;
  min-height: 30px;
  margin-bottom: 7px;
}

.std p.a {
  padding-left: 50px;
  background: url(/skin/frontend/yejian/default/qing/images/a.png) no-repeat left top;
  min-height: 26px;
  padding-top: 4px;
  color: #777;
}

.std p.a+p.a {
  background: none;
}

.reviews-q {
  border-bottom: 1px solid #E7E7E7;
  height: 25px;
}

.std p.p0 {
  padding: 0px 0px 0px 0px;
}

.std table {
  border: 1px solid #cecece;
  width: 100%;
  line-height: 16px;
}

.std td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding-left: 0px;
  padding-top: 10px;
}

.cms-suggestion-of-priority-international-shipping-html td {
  border-right: none;
}

.cms-why-buy-cisco-from-us-html .std table {
  border: none;
}

.cms-why-buy-cisco-from-us-html .std td {
  border-bottom: none;
  border-right: none;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}

.std ul li {
  margin-left: 2em;
  float: left;
}

.ccie ul li,
.bg_jiant ul li {
  width: 50%;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

.cms-page-view .std p.free-small-title {
  color: #333;
  line-height: 20px;
}

.free-email,
.free-tel,
.free-live {
  width: 32px;
  height: 20px;
  background: url(/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20190314) no-repeat;
}

.free-email {
  background-position: -862px -368px;
}

.free-tel {
  background-position: -933px -368px;
}

.free-live {
  background-position: -1006px -368px;
}

/* -------------------------------------------- *
 * Tabs
 */

.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */

.toolbar {
  background: #f1f3f6;
  padding: 7px 15px 7px 15px;
}

.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar~.pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  text-transform: uppercase;
  color: #333;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}

.sorter label {
  float: left;
  margin-right: 5px;
}

.sorter label:after {
  content: ':';
}

.sorter>.sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}

.sorter>.sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.sorter>.sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}

.sorter>.sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}

.sorter>.sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}

.sorter>.sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter>.view-mode {
  float: right;
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}

.sorter>.view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}

.sorter>.view-mode strong.grid,
.sorter>.view-mode a.grid:hover {
  background-position: -42px -492px;
}

.sorter>.view-mode .list {
  background-position: 11px -517px;
}

.sorter>.view-mode strong.list,
.sorter>.view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}

.pager>.count-container {
  float: left;
}

.pager .amount {
  float: left;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}

.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}

.pager .limiter>label {
  padding-right: 5px;
}

.pager .limiter>label:after {
  content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}

.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #3399cc;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
  top: 15px;
  opacity: 1;
  border: none;
}

.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
}

.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #3399cc;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3399cc;
  border-right: none;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -1px;
}

.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}

.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}

@media only screen and (max-width: 770px) {

  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }

  .col1-layout .pager {
    float: left;
    clear: both;
  }

  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col1-layout .pager .count-container {
    float: right;
  }
}

@media only screen and (max-width: 979px) {

  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }

  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }

  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}

@media only screen and (max-width: 1279px) {
  .toolbar .view-mode>label {
    display: none;
  }
}

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */

.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */

.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */

.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */

/* -------------------------------------------- *
 * Fieldsets
 */

.fieldset p {
  margin-bottom: 7px;
}

.customer-account-login .main-container .main .fieldset p.required {
  margin-bottom: 15px;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset+.fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */

.input-box {
  padding-top: 2px;
}

.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */

/* Example: credit card expiration month and year. */

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */

label {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.contacts-index-index label {
  font-weight: normal;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */

.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */

select {
  font-size: 14px;
}

select+select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */

.cms-index-index .input-text {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 12px;
}

.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 12px;
}

.wide .input-box textarea {
  width: 100%;
  max-width: 100%;
  min-height: 136px;
}

.customer-account-login .form-list .input-text {
  border: 1px solid #e4e4e4;
  padding: 10px 5px;
  border-radius: 3px;
  background: #fff;
}

.customer-account-login .form-list .input-text:focus {
  border-color: #aaa;
}

.input-text:focus {
  border: 1px solid #09a8e3;
}

.customer-account-create .input-text:focus {
  border-color: #aaa;
}

.input-text.validation-failed {
  border-color: #ffae00;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 38px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 380px;
  max-width: 100%;
}

@media only screen and (max-width:720px) {
  input[type=text] {
    width: 60%;
    max-width: 100%;
  }

  .contacts-index-index input {
    width: 100%
  }
}

/* Only show on iPhones (not iPads or any other device) */

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {

  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 12px;
    /* Prevent from zooming on focus */
  }
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */

.product-view .add-to-cart input[type=text].qty {
  border: 1px solid #e3e3e3;
}

input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */

::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */

.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.customer-account-index .checkbox {
  top: 2px;
}

.checkbox+label,
.radio+label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */

p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

.customer-account-create p.required {
  margin: 0;
  margin-bottom: 5px;
}

/* ============================================ *
 * Form List
 * ============================================ */

/*.form-list > li { padding-right: 50px;}*/

.captcha-input-container,
.captcha-img-container {
  float: left !important;
  width: 50%;
  overflow: hidden;
}

.form-list>li a {
  color: #1a95d5;
  text-decoration: none;
}

.form-list>li a:hover {
  text-decoration: underline;
}

.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}

.form-list .input-range .input-text {
  width: 74px;
}

.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}

#is_subscribed {
  display: block;
  width: 20px;
  height: 16px;
  margin-left: 0;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 35px;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ececec;
}

.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
#checkout-shipping-method-load .sp-methods dd .no-display+label,
#co-shipping-method-form .sp-methods dd .no-display+label,
.product-options ul.options-list .no-display+label {
  padding-left: 10px;
  background-color: transparent;
}

.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display+label:hover,
#co-shipping-method-form .sp-methods dd .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
  clear: both;
}

.form-list .control label {
  float: none;
}

.customer-account-create .form-list label {
  float: none;
  background: none;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 5px;
}

.customer-account-create .form-list .control label {
  margin-bottom: 0;
  margin-top: 2px;
  padding-left: 23px;
}

.customer-account-create .scaffold-form .input-text {
  height: 38px;
}

.customer-account-login .account-login .input-text {
  height: auto;
}

.customer-account-create .buttons-set {
  padding-top: 0;
  border: none;
}

.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}

.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */

.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */

.data-table {
  border: 1px solid #dedede;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 65%;
}

@media only screen and (max-width:1129px) {
  .data-table {
    width: 80%;
  }
}

@media only screen and (max-width:999px) {
  .data-table {
    width: 100%;
  }
}

.data-table td,
.data-table th {
  padding: 10px 15px 10px 15px;
}

.data-table th {
  background-color: #f2f3f7;
  height: 40px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.data-table td {
  border-right: 1px solid #dedede;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid rgb(228, 228, 228);
  vertical-align: middle;
}

#shipping-rate-list .data-table tbody td {
  text-align: center;
}

.data-table thead th {
  border-right: 1px solid rgb(228, 228, 228);
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-top: 5px;
}

.data-table tbody td .item-options dt:after {
  content: ':';
}

@media only screen and (max-width: 629px) {

  .data-table td,
  .data-table th {
    padding: 10px 5px 10px 5px;
    vertical-align: top;
    font-size: 12px;
  }

  .data-table td {
    padding-left: 15px;
  }
}

/* ============================================ *
 * block-product-shipping
 * ============================================ */

.block-product-shipping {
  margin-top: 30px;
}

.block-product-shipping p {
  line-height: 20px;
}

.block-product-shipping .methods1 {
  display: none;
}

.block-product-shipping .methods {
  width: 100%;
}

.block-product-shipping .methods .table {
  width: 68%;
  margin-top: 10px;
}

.block-product-shipping .methods .table tr th,
.block-product-shipping .methods .table tr td {
  text-align: center;
  line-height: 20px;
  padding: 0;
}

.block-product-shipping .methods .table1 tr th {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/tableth1.jpg) repeat-x;
}

.block-product-shipping .methods .table1 tr td img {
  height: 20px;
  vertical-align: middle;
  margin-right: 15px;
}

@media only screen and (max-width: 999px) {
  .block-product-shipping .methods {
    display: none;
  }

  .block-product-shipping .methods1 {
    width: 100%;
    display: inline-block;
  }

  .block-product-shipping .methods1 .table {
    border-top: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    width: 90%;
    margin-bottom: 10px;
  }

  .block-product-shipping .methods1 .table tr th,
  .block-product-shipping .methods1 .table tr td {
    border-bottom: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    text-align: center;
    padding: 7px 9px;
    line-height: 20px;
  }

  .block-product-shipping .methods1 .table1 tr th {
    background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/tableth1.jpg) repeat-x;
  }

  .block-product-shipping .methods1 .table1 tr td img {
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
  }

  .block-product-shipping .methods1 .table2 tr th {
    width: 11%;
    background-color: #f2f3f7;
  }
}

/* ============================================ *
 * Warranty
 * ============================================ */

.tablistcont {
  line-height: 20px;
  margin-top: 30px;
}

.tablistcont.tablistwall {
  padding: 15px 0px;
}

.tablistcont.tablistwall .p1 {
  padding: 0px 15px;
}

.tablistcont .p1 {
  color: #333;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-rendering: optimizeSpeed;
}

.tablistcont .p2 {
  padding-top: 7px;
  line-height: 22px;
}

.tablistcont .p3 {
  border: 1px #e3e3e3 solid;
  border-bottom: none;
  background-color: #f2f3f7;
  padding: 15px 0px 15px 15px;
  font-size: 14px;
  line-height: 22px;
  color: #005483;
}

.tablistcont .detailcont .name {
  float: left;
  width: 215px;
  line-height: 20px;
  padding-top: 40px;
}

.tablistcont .detailcont .name span {
  font-size: 20px;
  display: block;
}

.tablistcont .detailcont ul {
  margin: 0px 0px 0px 215px;
}

.tablistcont .detailcont li {
  width: 100%;
  line-height: 18px;
  margin-bottom: 6px;
  display: inline-block;
}

.tablistcont .detailcont li b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -203px -538px no-repeat;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.tablistcont .proimg {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}

.tablistcont .proimg img {
  width: 80%;
  margin: 0px auto;
}

.tablistcont .detaildl_1 i,
.tablistcont .detaildl_2 i,
.tablistcont .detaildl_3 i {
  float: left;
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/images/background.png?V=20200609") no-repeat;
  height: 15px;
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}

.tablistcont .detaildl_1 .i1 {
  width: 16px;
  background-position: -219px -644px;
}

.tablistcont .detaildl_1 .i2 {
  width: 17px;
  background-position: -239px -644px;
}

.tablistcont .detaildl_1 .i3 {
  width: 25px;
  background-position: -261px -644px;
}

.tablistcont .detaildl_1 div {
  margin: 0px 0px 0px 30px;
}

.tablistcont .detaildl_2 i {
  width: 38px;
  height: 38px;
}

.tablistcont .detaildl_2 .i1 {
  background-position: 0px -703px;
}

.tablistcont .detaildl_2 .i2 {
  background-position: -36px -704px;
}

.tablistcont .detaildl_2 .i4 {
  background-position: -75px -703px;
}

.tablistcont .detaildl_2 .i6 {
  background-position: -213px -1068px;
}

.tablistcont .detaildl_2 .i7 {
  background-position: -267px -1068px;
}

.tablistcont .detaildl_2.huawei-war .i4 {
  background-position: -2px -1066px;
}

.tablistcont .detaildl_2.huawei-war .i4 {
  background-position: -2px -1066px;
}

.tablistcont .detaildl_2.dell-war .i4 {
  background-position: -53px -1063px;
}

.tablistcont .detaildl_2 .i3 {
  background-position: -113px -703px;
}

.tablistcont .detaildl_2 .i5 {
  background-position: -148px -703px;
}

.tablistcont .detaildl_2 div {
  margin: 0px 0px 0px 50px;
}

.tablistcont .detaildl_3 i {
  background-position: -178px -700px;
  width: 38px;
  height: 23px;
}

.tablistcont .detaildl_3 div {
  margin: 0px 0px 0px 50px;
}

.tablistcont .pt15 {
  padding-top: 25px;
}

.tablistcont .mt50 {
  margin-top: 50px;
}

.gc-processing-redirect .order_sum {
  width: 350px;
}

/* ============================================ *
 * paging
 * ============================================ */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>.active>a {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.pagination>li>a:hover,
.pagination>li>a.active {
  /* z-index: 2; */
  background-color: #eee;
  border-color: #ddd;
  color: #2a6496;
}

.pagination>li:first-child>a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ============================================ *
 * Shipping Payment
 * ============================================ */

.detaildl_1 i,
.detaildl_2 i,
.detaildl_3 i {
  float: left;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  height: 30px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}

.detaildl_1 .i1 {
  background-position: -213px -644px;
  width: 26px;
}

.detaildl_1 .i2 {
  width: 24px;
  background-position: -237px -644px;
}

.detaildl_1 .i3 {
  width: 28px;
  background-position: -259px -644px;
}

.detaildl_1 div {
  margin: 0px 0px 0px 40px;
}

.pt8 {
  padding-top: 8px;
}

/* ============================================ *
 * Shipping Payment
 * ============================================ */

.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */

.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}

.zebra-table tr {
  background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */

@media only screen and (max-width: 479px) {

  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table thead th.lin-hide {
    display: none;
  }

  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table tbody td.lin-hide {
    display: none;
  }

  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table tfoot td {
    display: block;
    float: left;
  }

  .linearize-table tfoot td.lin-hide {
    display: none;
  }

  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table .linearize-hide {
    display: none;
  }

  .linearize-table .linearize-unpad {
    padding: 0;
  }

  .linearize-table .linearize-show {
    display: block;
  }
}

@media only screen and (max-width: 599px) {

  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }

  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table-large thead th.lin-hide {
    display: none;
  }

  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table-large tbody td.lin-hide {
    display: none;
  }

  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }

  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }

  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table-large .linearize-hide {
    display: none;
  }

  .linearize-table-large .linearize-unpad {
    padding: 0;
  }

  .linearize-table-large .linearize-show {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}

/* ============================================ *
 * Global
 * ============================================ */

.customer-account-logoutsuccess .main-container {
  margin-top: 110px;
}

.customer-account-logoutsuccess .main-container .main {
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
  padding: 40px 0px 30px 0px;
}

.customer-account-logoutsuccess .main-container .main .col-main {
  width: 80%;
  margin: 0 auto;
  padding: 40px 50px 30px 50px;
  background-color: #ffffff;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  height: 420px;
}

.customer-account-logoutsuccess .main-container .main .col-main .page-title {
  margin-top: 0px;
}

.customer-account-logoutsuccess .main-container .main .col-main .page-title h1 {
  text-align: center;
  padding-bottom: 10px;
}

.customer-account-logoutsuccess .main-container .main .col-main p {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
}

.customer-account-login .main-container {
  margin-top: 0;
  background-color: #EEEFF1;
}

.customer-account-login .main-container .page-title h1 {
  font-size: 28px;
  color: #252328;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-family: YeSans;
  font-weight: 300px;
}

.customer-account-login .main-container .page-title b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 31px;
  height: 31px;
  float: left;
  margin-right: 5px;
}

.customer-account-login .main-container .page-title b.b1 {
  background-position: -286px -699px;
  display: inline-block;
  vertical-align: top;
}

.customer-account-login .col3-layout .col-wrapper,
.customer-account-login .col3-layout .col-wrapper .col-main {
  float: none;
  width: 100%;
  padding: 0;
}

.customer-account-login .main-container .main {
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #EEEFF1;
  padding: 80px 0px 0 0px;
  max-width: 100%;
}

.customer-account-login .main-container .main .account-login,
.account-create,
.account-login {
  width: 380px;
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.login-img {
  margin-top: 25px;
}

.login-img>span {
  display: inline-block;
  width: 1px;
  height: 21px;
  background: #DFDFDF;
}

.customer-account-login .main-container .main .col-main h2 {
  margin-top: 0;
}

.customer-account-login .main-container .main .col-main .page-title {
  margin-top: 0px;
}

.customer-account-forgotpassword .main-container {
  background-color: #EEEFF1;
  margin-top: 0;
}

.customer-account-forgotpassword .main-container .main {
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #EEEFF1;
  padding: 80px 0px 0 0px;
  max-width: 100%;
}

.customer-account-forgotpassword .main-container .main .col-main {
  width: 100%;
  margin: 0 auto;
  background-color: #EEEFF1;
  margin-top: 20px;
}

.customer-account-forgotpassword .main-container .main .page-title {
  margin-top: 0px;
}

.customer-account-forgotpassword .main-container .main .buttons-set {
  border-top: none;
}

.customer-account-forgotpassword .main-container .main ul.form-list {
  margin-top: 20px;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.customer-account-login #header,
.customer-account-create #header,
.customer-account-forgotpassword #header {
  background-color: #fff;
}



@media only screen and (max-width:620px) {
  .customer-account-login .main-container .page-title h1 {
    font-size: 16px;
    margin-top: 0px;
  }

  .customer-account-login h2 {
    margin-top: 0px;
  }

  .customer-account-login .main-container .main .col-main {
    width: 90%;
    padding: 20px 15px 20px 15px;
  }
}

.customer-account-create .main-container {
  margin-top: 0;
  background-color: #EEEFF1;
}

.customer-account-create .main-container .page-title h1 {
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 5px;
  line-height: 34px;
}

.customer-account-create .main-container .page-title b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 31px;
  height: 31px;
  float: left;
  margin-right: 5px;
}

.customer-account-create .main-container .page-title b.b1 {
  background-position: -260px -955px;
  display: inline-block;
}

.customer-account-create .main-container .main {
  margin: 0 auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #EEEFF1;
  padding: 40px 0px 0 0px;
  max-width: 100%;
}

.customer-account-create .main-container .main .col-main {
  width: 100%;
  margin: 0 auto;
  background-color: #EEEFF1;
  margin-top: 20px;
  border-radius: 5px;
}

.customer-account-create .main-container .main .col-main .page-title {
  margin-top: 0px;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form input[type=text],
.customer-account-create .main-container .main .col-main .account-create .scaffold-form input[type=email],
.customer-account-create .main-container .main .col-main .account-create .scaffold-form input[type=password] {
  width: 100%;
  height: 38px;
  border-radius: 3px;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .fieldset p.required {
  float: right;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .fieldset label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .fieldset label[for="is_subscribed"] {
  background: none;
  padding-left: 25px;
  margin-top: 2px;
}

.account-create .fieldset .form-list .field {
  margin-bottom: 15px;
}

.customer-account-create .name-firstname {
  width: 49%;
  float: left;
}

.customer-account-create .name-lastname {
  width: 49%;
  float: right;
}

.customer-account-create .main-container .main .col-main .account-create .scaffold-form .buttons-set {
  width: 100%;
  border: none;
  padding-top: 0;
}

.customer-account-create .button {
  padding: 10px 0;
  border-radius: 3px;
}

.account-create-line {
  margin-top: 20px;
}

.account-create-line.account-sign-line {
  margin-top: 15px;
}

.forgot-password .account-create-line.account-sign-line {
  margin-top: 30px;
}

.account-create-line span {
  display: inline-block;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 5px;
  width: -webit-calc((100% - 240px) / 2);
  width: -o-calc((100% - 240px) / 2);
  width: -moz-calc((100% - 240px) / 2);
  width: -ms-calc((100% - 240px) / 2);
  width: calc((100% - 240px) / 2);
}

.account-create-line.account-sign-line span {
  width: -webit-calc((100% - 180px) / 2);
  width: -o-calc((100% - 180px) / 2);
  width: -moz-calc((100% - 180px) / 2);
  width: -ms-calc((100% - 180px) / 2);
  width: calc((100% - 180px) / 2);
}

.account-create-line h3 {
  display: inline-block;
  width: 230px;
}

.account-create-line.account-sign-line h3 {
  display: inline-block;
  width: 170px;
}

.account-create-line a {
  display: block;
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
  transition: all 0.3s;
  margin-top: 10px;
  border-radius: 3px;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.account-create-line a:hover {
  border-color: #008ed6;
  background-color: #fff;
  color: #008ed6;
}

.forgot-password,
.account-login,
.forgot-password {
  background-color: #fff;
  margin-top: 80px;
}

.login-footer {
  background-color: #F8F8F8;
}

/* register-advertisement */
.index-advertisement-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1000;
}

.index-advertisement-bg.active {
  display: block;
}

.index-advertisement {
  width: 640px;
  height: 440px;
  background: url("/media/yejian/cms/new-user-zone/img/new-to-router-switch-com.jpg") no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  z-index: 1000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.index-advertisement.active {
  display: block;
}

.index-advertisement-title {
  font-size: 32px;
  margin-top: 70px;
}

.index-advertisement-count {
  font-size: 16px;
}

.index-advertisement-code {
  font-size: 80px;
  margin: 26px 0 0 30px;
}

.index-advertisement-btn {
  margin-top: 35px;
}

.index-advertisement-btn a {
  display: inline-block;
  color: #F63538;
  padding: 8px 30px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.index-advertisement-btn a:hover {
  text-decoration: none;
}

.index-advertisement-close {
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.product-advertisement {
  position: relative;
}

.product-advertisement-box {
  cursor: pointer;
}

.product-advertisement-box>div {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.product-advertisement-box>div:first-child {
  width: 126px;
  background: url('/media/yejian/cms/new-user-zone/img/new-user-coupons.png?v=20200806') no-repeat;
}

.product-advertisement-box>div:nth-child(2) {
  color: #008ed6;
}

.product-advertisement .shque-alert {
  left: -10px;
  top: 33px;
  width: 362px;
  padding: 10px 0 12.5px 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.product-advertisement .shque-alertsan {
  left: 2%;
}

.product-advertisement .shque-alertsan1 {
  left: 2%;
}

.product-coupons {
  width: 170px;
  height: 92px;
  padding: 12px 15px 0 15px;
  color: #fff;
  margin: 2.5px;
  float: left;
}

.shque-alert-title {
  padding: 0 15px;
  margin-top: 15px;
  color: #333;
  font-size: 14px;
}

.product-coupons-5 {
  background: url('/media/yejian/cms/new-user-zone/img/new-user-coupons-5.png?v=20200810') no-repeat;
}

.product-coupons-more {
  background: url('/media/yejian/cms/new-user-zone/img/more-coupons.png?v=20200810') no-repeat;
}

.product-coupons-num {
  font-size: 16px;
  font-weight: 600;
}

.product-coupons-num span {
  font-size: 12px;
  font-weight: 400;
}

.product-coupons-code {
  margin: -4px 0 4px 0;
}

.product-coupons-copy {
  width: 84px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  color: #666;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.shque-alert-line {
  width: 100%;
  height: 8px;
  background-color: #F3F3F7;
}

.product-coupons-date {
  line-height: 12px;
  margin-bottom: 4px;
}

@media only screen and (max-width:720px) {
  .customer-account-create .main-container .main .col-main {
    width: 90%;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
  }

  .customer-account-create .main-container .page-title h1 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .customer-account-create .main-container .page-title b.b1 {
    background-position: -260px -955px;
    margin-top: -6px;
  }
}

.onestepcheckout-index-index .main-container .main .col-main #onestepcheckout-form .group-select i {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.onestepcheckout-index-index .main-container .main .col-main #onestepcheckout-form .group-select i.i1 {
  background-position: 0px -1006px;
}

.onestepcheckout-index-index .main-container .main .col-main #onestepcheckout-form .group-select .onestepcheckout-column-middle .payment-methods dt {
  padding: 15px 0px 5px 0px;
}

.onestepcheckout-index-index .main-container .main,
.checkout-cart-index-empty .main-container .main {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.onestepcheckout-index-index #onestepcheckout-form {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.checkout-cart-index-empty .page-title,
.checkout-cart-index-empty .cart-empty,
.checkout-cart-index-empty .promotions-hot-sellers {
  max-width: 1200px;
  margin: 0 auto;
}

.onestepcheckout-index-index .col1-layout .col-main,
.checkout-cart-index-empty .col1-layout .col-main {
  background-color: #EEEFF1;
}

/* ============================================ *
 * Header
 * ============================================ */

.page-header-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .page-header {
    margin: 0 auto;
    padding: 0 12px;
    position: fixed;
    top: 30px;
    width: 100%;
    /*  height: 150px; */
    z-index: 1000;
  }

  .page-header-container {
    position: relative;
    max-width: 1200px;
  }
}

.header-top-container,
.page-header {
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 992px) {
  #header {
    height: 140px;
    margin: 0 auto;
    background-color: #fefefe;
    border-bottom: 1px solid #ededed;
  }
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */

@media screen and (min-width: 770px) {
  .header-top {
    line-height: 30px;
    height: 30px;
    background-color: #262626;
    position: fixed;
    width: 100%;
    z-index: 2000;
    display: block;
  }
}

.header-top .header-top-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.header-top:after {
  content: '';
  display: table;
  clear: both;
}

.header-top .form-language,
.header-top .currency-switcher {
  float: left;
  margin-right: 10px;
}

.header-top .welcome-msg {
  float: right;
  padding-right: 40px;
  color: #818181;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}

.page-header-container .store-language-container label {
  display: none;
}

.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}

.header-top,
.header-top a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  .header-top {
    display: none;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */

.logo {
  display: block;
  float: left;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding-top: 20px;
}

.logo img {
  max-width: 100%;
}

.logo .small {
  display: block;
}

.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  .logo .small {
    display: none;
  }

  .logo .large {
    display: block;
  }
}

/* ============================================ *
 * Skip Links
 * ============================================ */

.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}

/* -------------------------------------------- *
 * Skip - Link
 */

.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 65px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-links a.skip-active>span:before {
  color: #0078B4;
}

@media only screen and (max-width: 770px) {
  .skip-link:last-child {
    border-right: 0;
  }
}

/* -------------------------------------------- *
 * Skip Link - Active
 */

@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-search:hover span:before {
    color: #0078B4;
  }

  .skip-cart:hover span.icon {
    background-position:
  }
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */

.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
  {
  margin-right: 3px;
}

.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 0px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */

.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}

/* ============================================ *
 * Skip Content
 * ============================================ */

.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * smartnetp-adv
 * ============================================ */

.smartnetp-adv {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 20px 40px;
}

.smartnetp-adv-title {
  margin: 0 4%;
}

.smartnetp-adv-title h4 {
  margin-bottom: 10px;
}

.smartnetp-adv-btn {
  display: inline-block;
  padding: 8px 50px;
  border: 1px solid #008ed6;
  color: #fff;
  background-color: #008ed6;
  border-radius: 3px;
  text-align: center;
  margin-top: 18px;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.smartnetp-adv-btn:hover {
  color: #fff;
  background-color: #0780BF;
  text-decoration: none;
}

#smartnetp-page>tr {
  display: none;
}

#smartnetp-page>tr.active {
  display: table-row;
}

#smartnet-tool {
  background: #f6f6f6;
  width: 100%;
  padding: 30px 40px 20px 40px;
  margin-top: 10px;
}

#smartnet-tool h2 {
  margin: 0;
}

#smartnet-tool [class*="col"] {
  min-height: 150px;
}

#smartnet-tool .chosen-container .chosen-results {
  height: 120px;
}

#smartnet-tool-link {
  color: #008ed6;
}

.smartnet-tool-title {
  font-size: 14px;
  color: #252328;
  margin-bottom: 5px;
}

.smartnet-tool-box input {
  margin-top: 2px;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */

@media only screen and (max-width: 991px) {

  #header-account li a,
  #header-nav .nav-primary a {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }

}

.account-cart-wrapper {
  position: absolute;
  top: 14px;
  right: 50px;
}

@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */

.skip-nav {
  width: 40%;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

.skip-nav.skip-active .icon {
  background-position: -46px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .skip-nav {
    display: none;
  }
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */

/* ============================================ *
 * Nav Primary
 * ============================================ */

@media only screen and (min-width: 991px) {
  #header-nav .nav-primary {
    display: none;
    margin-top: 15px;
  }
}

/* ============================================ *
 * product-buoy
 * ============================================ */

.catalog-product-view #header {
  position: relative;
}

#product-buoy {
  width: 100%;
  background: #fff;
  display: none;
  z-index: 1000;
  box-shadow: rgb(170, 170, 170) 0px 2px 2px;
}

#product-buoy.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.catalog-product-view .main-container {
  margin-top: 32px;
}

.product-buoy-main {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
}

.product-buoy-main h2 {
  margin: 0 0 5px 0;
}

.product-buoy-main .listprice,
.product-buoy-main .price {
  font-size: 14px;
}

.product-buoy-main .listprice span {
  color: #999;
  text-decoration: line-through;
}

.product-buoy-main .price span {
  color: #b90000;
  font-size: 18px;
  font-weight: 600;
}

#product-buoy input[type="text"].qty {
  height: 36px;
}

#product-buoy .add-to-cart {
  margin-top: 5px;
}

#product-buoy .add-to-cart .qty-wrapper {
  float: left;
}

#product-buoy .add-to-cart-buttons {
  margin-left: 10px;
  float: right;
}

#product-buoy .add-to-cart-buttons .button {
  padding: 8px 15px;
}

#product-buoy .qty-wrapper-int label {
  display: none;

}

.product-buoy-list {
  background: #F4F4F4;
}

#test li {
  padding: 8px 0;
  cursor: pointer;
  font-weight: 600;
  width: 12.5%;
  text-align: center;
}

#test li.active {
  border-bottom: 2px solid #008ed6;
  color: #008ed6;
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */

.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.nav-primary li {
  position: relative;
}

.nav-primary .menu-active>ul.level0,
.nav-primary li.level0 li.sub-menu-active>ul {
  display: block;
}

.nav-primary li.level0>a {
  text-transform: uppercase;
}

.nav-primary a.level0 {
  padding: 0 8px;
}

.nav-primary li:last-child>a {
  border-bottom: none;
}

.nav-primary a:hover,
.nav-primary li:hover>a {
  color: #3399cc;
}

.nav-primary .menu-active {
  z-index: 200;
}

.nav-primary li.level1 ul.level2 ul.level3 {
  width: 400px;
  left: 100px;
  top: 28px;
  background-color: #0e91c6;
}

.nav-primary li.level1 ul.level2 ul.level3 li.level4 {
  background-color: #0e91c6;
}

.nav-primary li.level0 ul.level0.position-test {
  display: block;
}

.nav-primary li.level0 ul.level0.spill {
  right: 0;
  left: auto;
}

.nav-primary li.level0 ul.level0.spill li.level1 ul {
  left: auto;
  right: 50px;
  top: 20px;
}

.nav-primary li.level0 li.parent>a {
  position: relative;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

@media only screen and (max-width: 991px) {

  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }

  .nav-primary li.level0 ul {
    display: none;
  }

  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }

  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }

  .nav-primary li.parent>a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }

  .header-top {
    display: none !important;
  }

  .nav-primary li.menu-active>a,
  .nav-primary li.sub-menu-active>a {
    color: #3399cc;
  }

  .smartnetp-adv-btn {
    margin-top: 0;
  }

  #product-buoy.active {
    display: none;
  }

  .logo {
    padding-top: 8px;
  }

  .skip-cart .icon {
    background-position: 0 -97px !important;
  }
}

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

@media only screen and (min-width: 992px) {
  .nav-primary a.level0 {
    padding: 0 8px;
  }

  .nav-primary li:last-child>a {
    border-bottom: none;
  }

  .nav-primary a:hover,
  .nav-primary li:hover>a {
    color: #3399cc;
  }

  .nav-primary .menu-active {
    z-index: 200;
  }

  .nav-primary li.level0 ul {
    background: #F5F5F5;
    position: absolute;
    left: 0;
    top: 70px;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .nav-primary li.level1 ul {
    left: 180px;
    top: 0px;
    background-color: #0977a4;
    padding: 25px 25px 25px 20px;
    width: 280px;
  }

  .nav-primary li.level1 ul a {
    color: #d8f2ff;
  }

  .nav-primary li.level1 ul.level2 {
    width: 360px;
    background-color: #0b86b8;
    left: 100px;
    top: 30px;
  }

  .nav-primary li.level1 ul.level2 li:hover>a {
    background-color: #0e91c6;
    padding: 0px;
  }

  .nav-primary li.level1 ul.level2 ul.level3 {
    width: 400px;
    left: 100px;
    top: 28px;
    background-color: #0e91c6;
  }

  .nav-primary li.level1 ul.level2 ul.level3 li.level4 {
    background-color: #0e91c6;
  }

  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }

  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }

  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }

  .nav-primary li.level0 li.parent>a {
    position: relative;
  }

  .nav-primary li.level0 li.parent>a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}

.nav-primary li.menu-active>ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */

@media only screen and (min-width: 771px) {
  .skip-search {
    position: absolute;
    top: 19px;
    right: 120px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .skip-search .label {
    display: none;
  }
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */

#search {
  width: 100%;
  padding: 0 40px 0 5px;
  font-family: CiscoSans, Arial, Helvetica, "Helvetica Neue", "HelveticaNeue", "Lucida Grande", sans-serif;
  margin: 0 auto;
  display: block;
}

#header-search {
  padding: 20px;
}

#header-search .input-text {
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 992px) {
  #header-search {
    display: block;
    position: absolute;
    width: 40%;
    padding: 0;
    right: 50%;
    top: 0;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
  }
}

/* ============================================ *
 * Search Input
 * ============================================ */

#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 0;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

@media screen and (min-width: 771px) {
  #search_mini_form .search-button {
    text-indent: -9999px;
    position: absolute;
    width: 54px;
    height: 40px;
    top: 0;
    border: 0;
  }

  #search_mini_form .search-button:before {
    margin-top: -13px;
  }
}

/* ============================================ *
 * Header - Account
 * ============================================ */

/* -------------------------------------------- *
 * Skip Link - Account
 */

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    display: none;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}

/* -------------------------------------------- *
 * Account Links
 */

#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */

/* -------------------------------------------- *
 * Skip Link - Cart
 */

#header-cart {
  background: transparent;
}

#header-cart .minicart-wrapper {
  background: #fff;
  padding: 30px 0 0 0;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
  }

  #header-cart.skip-active {
    background: #F5F5F5;
    display: block;
    position: absolute;
    z-index: 200;
    top: 52px;
    right: 0;
    width: 320px;
  }
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart .count {
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #ffffff;
    font-size: 13px;
  }

  .skip-cart:hover {
    text-decoration: none;
  }

  .skip-cart .count {
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }

  .header-minicart .skip-cart .count {
    color: #ffffff;
    background: #FE7902;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 2px;
  }

  /* .skip-cart .count {
    color: #0b82be;
  } */
}

.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */

.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */

/* Actions */

.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button+.button {
  margin-left: 4%;
}

/* Subtotal */

.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */

.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */

.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */

/* -------------------------------------------- *
 * Footer
 */

.footer,
.footer button {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}

@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}

.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}

.footer .block-title strong {
  font-weight: normal;
}

.footer .block-title,
.footer address {
  color: #3399cc;
}

.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}

.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}

.footer .links a {
  color: #636363;
}

.footer .links a:hover {
  color: #3399cc;
}

.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}

.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}

.footer .form-subscribe-header {
  display: none;
}

.footer .links.social-media em {
  background-image: url(https://www.router-switch.com/skin/frontend/yejian/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://www.router-switch.com/skin/frontend/yejian/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}

.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}

.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}

.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}

.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}

.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}

.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}

.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}

.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}

.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}

.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}

.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}

.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  border-radius: 0;
}

.footer .block-subscribe .block-content {
  padding-top: 7px;
}

.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}

.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}

.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}

.footer .bugs,
.footer address {
  clear: both;
}

.footer .bugs {
  display: none;
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}

.footer .form-language,
.footer .currency-switcher {
  display: none;
}

.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }

  .footer .links:nth-child(4) {
    margin-right: 0;
  }

  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}

@media only screen and (max-width: 770px) {

  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }

  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }

  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */

/* -------------------------------------------- *
 * Product List General
 */

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #008ED6;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #0780bf;
  text-decoration: underline;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.products-grid .product-name a,
.products-list .product-name a {
  color: #333;
}

/* ============================================ *
 * Product Grid
 * ============================================ */

.products-grid {
  position: relative;
  margin-top: 20px;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid>li {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

.products-grid>li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}

.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .actions b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/cart_img.png') no-repeat;
  display: inline-block;
  width: 25px;
  height: 17px;
  vertical-align: sub;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
  margin-top: 10px;
}

/* Config: Two columns + flexible gutter */

.products-grid>li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid>li:nth-child(odd) {
  clear: left;
}

.products-grid>li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}

.products-grid .product-image:before,
.products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.products-grid .product-image:after {
  background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.products-grid .product-image.loading {
  position: relative;
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {

  /* Config: Three columns + flexible gutter */
  .products-grid>li:nth-child(odd) {
    clear: none;
  }

  .products-grid>li:nth-child(even) {
    margin-right: 3.7037%;
  }

  .products-grid>li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }

  .products-grid>li:nth-child(3n+1) {
    clear: left;
  }

  .products-grid>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 960px) {

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col>li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col>li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col>li:nth-child(even),
  .products-grid--max-4-col>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col>li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col>li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col>li:nth-child(4n+1) {
    clear: left;
  }

  .category-products .products-grid.products-grid--max-4-col>.item.last:hover {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  }

  .products-grid--max-4-col>li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col>li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col>li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col>li:nth-child(even),
  .products-grid--max-5-col>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col>li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col>li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col>li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col>li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col>li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col>li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col>li:nth-child(even),
  .products-grid--max-6-col>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col>li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col>li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col>li:nth-child(6n+1) {
    clear: left;
  }

  #upsell-product-table.products-grid--max-6-col>li:nth-child(6n+1) {
    clear: none;
  }

  .products-grid--max-6-col>li:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .free-banner-box>div>p {
    width: 100vw;
    padding: 0 15px;
  }
}

/* ============================================ *
 * Product List
 * ============================================ */

.products-list>li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.products-list>li:after {
  content: '';
  display: table;
  clear: both;
}

.products-list>li .product-image {
  float: left;
  width: 25.33333%;
}

.products-list>li .product-image img {
  width: 100%;
  max-width: 100%;
}

.products-list>li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 72.66667%;
  /**padding-left:5px;**/
}

.products-list .product-shop .product-name {
  margin-bottom: 0;
}

.products-list .product-shop .ratings {
  margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}

.products-list .product-shop .price-box {
  margin-top: 0;
  display: inline-block;
}

.products-list .product-shop .price-box .price {
  font-size: 18px;
}

.products-list .product-shop .action {
  margin-bottom: 7px;
}

.products-list .product-shop .desc {
  margin-top: 10px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}

.products-list .product-shop .desc .lable {
  font-weight: bold;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc a {
  color: #4c97be;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc a:hover {
  color: #3985ac;
}

.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

.product-secondary .price-box-gpl {
  margin-top: -6px;
  margin-bottom: 5px;
}

.add-to-links {
  margin-top: 15px;
}

.products-list .product-shop .product-secondary b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png') no-repeat;
  display: inline-block;
  width: 25px;
  height: 17px;
  vertical-align: sub;
}

.products-list .product-shop .product-secondary b.b2 {
  background-position: -216px -671px;
}

.products-list .product-shop .product-secondary b.b1 {
  background-position: -226px -508px;
}

.products-list .product-shop .product-secondary .price-box-gpl span {
  text-decoration: line-through;
}

.products-list .product-shop .product-secondary .discount {
  color: #b90000;
  display: inline-block;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1279px) {

  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }

  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}

/* ============================================ *
 * Mini Product List
 * ============================================ */

.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}

.mini-products-list .product-details {
  margin-left: 60px;
}

.mini-products-list .product-details .product-name {
  padding-top: 10px;
}

.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}

.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */

.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}

.category-image img {
  width: 100%;
  max-width: 100%;
}

.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */

.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}

.block-layered-nav .block-content>dl>dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  padding: 15px 10px 0 0;
  border-right: 0px;
  border-left: 0px;
  position: relative;
  display: block;
  border-left: 0;
  border-right: 0;
}

.block-layered-nav .block-content>dl>dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block.block-list.block-viewed {
  display: none;
}

.block-layered-nav .block-content>dl>dd {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.block-layered-nav .block-content>dl>dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
  padding: 5px 5px 5px 0;
  display: block;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a:hover {
  color: #3399cc;
  text-decoration: underline;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a:hover span {
  color: #3399cc;
}

.block-layered-nav dl dd ol>li>a .count {
  color: #a0a0a0;
  float: right;
}

.product-list-title {
  height: 44px;
  background-color: #008ED6;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 44px;
}

.product-list-right {
  height: 44px;
  background-color: #f1f3f6;
  line-height: 44px;
  padding: 0 10px;
  overflow: hidden;
}

.product-list-right>p {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  padding-left: 30px;
}

.product-list-right>img {
  margin-top: 4px;
}

.product-list-right>img:first-child {
  margin: 4px 7% 0 19%;
}

.product-list-right>a {
  padding: 0 10px;
  border: 1px solid #008ED6;
  border-radius: 3px;
  color: #008ED6 !important;
  height: 26px;
  line-height: 25px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-list-right>a:hover {
  color: #fff !important;
  background-color: #008ED6;
  text-decoration: none;
}

.product-list-right>div {
  color: #ccc;
}

.product-list-right>div>a {
  color: #008ED6;
}

.product-list-right>div>b {
  color: #666;
}

.product-list-right>div>span {
  color: #555;
}

.product-list-top {
  margin: 25px 0;
}

.product-list-top [class*="col"] {
  padding: 0;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content>dl>dt:after {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }

  .block-layered-nav .block-content>dl>dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .block-layered-nav .block-content>dl>dt:hover {
    color: #3399cc;
  }

  .block-layered-nav .block-content>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }

  .block-layered-nav .block-content>dl>dt.last {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content>dl>dd {
    display: none;
  }

  .block-layered-nav .block-content.accordion-open>dl>dt.current {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content.accordion-open>dl>dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content.accordion-open>dl>dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #3399cc;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }

  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }

  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }

  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
  }

  .block-layered-nav dl ol>li>a,
  .block-layered-nav dl ol>li>span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol>li>a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }

  .block-layered-nav dl ol>li>a:hover {
    text-decoration: none;
    background: #ececec;
  }
}

.block-layered-nav .currently p {
  padding: 10px 10px 10px 0;
}

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  font-weight: 600;
  color: #333;
}

.block-layered-nav .currently ol {
  margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 8px 5px 5px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.block-layered-nav .currently ol li:hover {
  border-color: #008ED6;
  color: #008ED6;
}

.block-layered-nav .currently ol li:hover .btn-remove:after {
  color: #008ED6;
}

.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: left;
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */

.product-view .buyer {
  width: 220px;
  font-size: 12px;
  background-color: #F2F3F7;
  padding: 20px 20px 10px 20px;
}

.product-view .buyer .buyer-per {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(/media/yejian/cms/category/cisco/img/true-know.png) no-repeat;
  border-radius: 50%;
  margin-bottom: 5px;
}

.product-view .buyer a {
  color: #008ed6;
}

.product-view .buyer .buyer-btn {
  border: 2px solid #008ED6;
  text-align: center;
  width: 136px;
  height: 33px;
  display: block;
  margin: 0 auto;
  line-height: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-view .buyer .buyer-btn:hover {
  background-color: #008ED6;
  color: #F7F8FA !important;
  text-decoration: none;
}

.product-view .buyer>ul {
  margin: 15px 0 11px 0;
}

.product-view .col_num_2 {
  margin-top: 20px;
}

.product-view .col_num_2 a:hover {
  text-decoration: underline;
  color: #0078b4;
}

.product-view .col_num_2 .contact i {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin-right: 8px;
  display: inline-block;
}

.product-view .col_num_2 .contact .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.product-view .col_num_2 .contact .p1 i {
  background-position: -308px -561px;
  margin-top: 6px;
}

.product-view .col_num_2 .contact .p2 i {
  background-position: -308px -582px;
  margin-top: 4px;
}

.product-view .col_num_2 .contact .p4 i {
  background-position: -308px -538px;
  margin-top: 6px;
}

.product-view .col_num_2 .contact .p3 a {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) 0px -795px no-repeat;
  width: 182px;
  height: 56px;
  margin: 15px 0px 0px 0px;
  display: inline-block;
}

.fr {
  float: right !important;
}

.fr-authentication-box {
  margin-top: 8px;
  overflow: hidden;
  padding: 0 14px;
}

.fr-authentication .product-iconfont {
  color: #fff;
  font-size: 24px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* .fr-authentication .icon-diqiu{
  font-size: 26px;
} */

.fr-authentication-box>div:first-child {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  border: 1px solid #008ed6;
  background-color: #008ed6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fr-authentication-box>div:first-child:hover {
  background-color: #FFF;
}

.fr-authentication-box>div:first-child:hover span {
  color: #008ed6;
}

.fr-authentication-box>div:nth-child(2) {
  margin-top: 5px;
}

.fr-authentication-box>div:nth-child(2)>div {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 16px;
}

.fr-authentication-box>div:nth-child(2) span {
  font-size: 12px;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fr-authentication-line {
  margin: 10px 0 15px 0;
  height: 1px;
  background-color: #eaeaea;
  width: 100%;
}

.footer-fr-authentication {
  display: none;
  clear: both;
}

.footer-fr-authentication .fr-authentication {
  width: 100%;
  padding: 15px;
  margin-top: -6px;
}

.pro-smartnet h3 {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}

.pro-smartnet-img {
  padding: 1px 4px;
  border-radius: 3px;
  color: #fff;
  background: #008ed6;
}

.pro-smartnet-img:hover {
  cursor: pointer;
}

.prfre-ship {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #6FA205;
  color: #fff;
  text-align: center;
  line-height: 14px;
  margin: 0 5px 0 0;
}

#product-shipping {
  color: #008ed6;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

#product-shipping span {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #008ed6;
  top: 6px;
  margin-left: 3px;
}

.product-gray {
  color: #999;
}

.product-pay {
  display: inline-block;
  width: 260px;
  height: 21px;
  background: url("/media/yejian/cms/category/cisco/img/common.png?v=20180516") no-repeat -76px -687px;
  clear: both;
}

#product-gray {
  position: relative;
  padding-right: 12px;
  cursor: pointer;
}

#product-gray:hover {
  color: #008ed6;
}

#product-gray span {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #999;
  top: 7px;
  right: 0;
}

#product-gray:hover span {
  border-top-color: #008ed6;
}

.product-buyer {
  width: 55px;
  height: 50px;
  background: url("/media/yejian/cms/category/cisco/img/common.png?v=20180516") no-repeat -2px -597px;
}

.product-buyer-list li {
  float: left;
  width: 50%;
}

.product-buyer-list li>span:first-child {
  width: 25px;
  height: 14px;
  background: url("/media/yejian/cms/category/cisco/img/common.png?v=20180516") no-repeat -12px -427px;
  clear: both;
}

.product-buyer-row {
  width: -o-calc(100% - 55px);
  width: -ms-calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}

.product-buyer-row .product-shipping-estimate {
  display: none;
  margin: 8px 0 15px 0;
}

.product-buyer-row .product-shipping-estimate.active {
  display: block;
}

.tusted {
  margin-top: 64px;
}

#product-buyer-more {
  color: #008ed6;
  position: relative;
  cursor: pointer;
}

#product-buyer-more span {
  position: absolute;
  width: 0;
  height: 0;
  left: 64px;
  top: 5px;
  border: 5px solid transparent;
  border-top-color: #008ed6;
}

@media only screen and (max-width: 1229px) {
  .product-essential div.fr {
    display: none;
  }

  .tusted {
    display: none;
  }
}

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}

.product-view .product-shop .ratings .amount {
  float: left;
  padding-left: 10px;
}

.product-view .product-shop .ratings .rating-box {
  float: left;
}

.rating2 {
  float: left;
  margin-top: 5px;
  padding-left: 5px;
  color: #FE7902;
  font-weight: 600;
}

.product-info .price-box {
  padding-bottom: 0;
}

.product-info .ratings {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-info .ratings .rating2 {
  float: none;
  display: inline-block;
  margin-top: 0;
}

.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}

.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #000000;
  margin-bottom: 10px;
  border: 0;
}

.product-view .product-shop {
  width: 43%;
  float: left;
  margin-left: 2%;
}

@media only screen and (max-width: 1759px) {
  .product-view .product-shop {
    width: 43%;
  }
}

@media only screen and (max-width: 1589px) {
  .product-view .product-shop {
    width: 42%;
  }
}

@media only screen and (max-width: 1329px) {
  .product-view .product-shop {
    margin-left: 0px;
  }

  .product-view .product-shop {
    width: 41%;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1229px) {
  .product-view .product-shop {
    width: 62%;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1129px) {
  .product-view .product-shop {
    width: 60%;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 929px) {
  .product-view .product-shop {
    width: 58%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 849px) {
  .product-view .product-shop {
    width: 50%;
    margin-left: 0px;
  }
}

.product-view .product-shop .shopwith b {
  float: left;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -287px -492px no-repeat;
  width: 35px;
  height: 36px;
  margin: 5px 10px 0px 0px;
  vertical-align: top;
  display: inline-block;
}

.product-view .product-shop .shopwith ul {
  margin: 20px 0px 0px 45px;
  vertical-align: top;
}

.product-view .product-shop .shopwith ul li {
  float: left;
  width: 200px;
  font-size: 12px;
  line-height: 20px;
}

.product-view .product-shop .shopwith ul li.wall {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #d7750c;
  padding-bottom: 8px;
}

.product-view .product-shop .shopwith ul li em {
  font-size: 16px;
  margin-right: 5px;
}

.product-view .product-shop .product-name {
  display: none;
  float: left;
}

.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}

.product-view .product-shop .extra-info {
  padding-right: 15px;
  clear: left;
  width: 70%;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
}

.product-view .product-shop .price-info .discount {
  color: #c06a16;
}

.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}

.product-view .product-shop .price-info .gpl-price .list,
.product-view .product-shop .short-description .std span {
  font-weight: bold;
}

.product-view .product-shop .extra-info .value {
  border-radius: 3px;
}

.product-view .product-shop .ratings {
  overflow: hidden;
  float: left;
  margin: 0;
}

#product_qa {
  padding-top: 5px;
  float: left;
  color: #008ED6;
  cursor: pointer;
}

.product-view .product-shop .price-box {
  margin-top: 0;
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-size: 24px;
  text-decoration: none;
}

.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}

.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}

.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}

.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .old-price .price-label {
  display: none;
}

.block-product-shipping h3 {
  color: #333;
}

.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 0px;
  padding-top: 10px;
}

.product-view .add-to-cart-wrapper {
  padding-top: 10px;
}

.add-to-cart-wrapper .button b,
.add-to-cart-buttons .button b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png?V=20190424') no-repeat;
  display: inline-block;
  width: 28px;
  height: 18px;
  vertical-align: text-top;
}

.add-to-cart-wrapper .button b.b1,
.add-to-cart-buttons .button b.b1 {
  background-position: -224px -509px;
}

.add-to-cart-wrapper .button b.b2,
.add-to-cart-buttons .button b.b2 {
  background-position: -216px -673px;
}

.add-to-cart-wrapper .button b.b3,
.add-to-cart-buttons .button b.b3 {
  background-position: -165px -1078px;
}

.add-to-cart-buttons .button b.b4 {
  background-position: -248px -508px;
}

.product-options ul.options-list label:hover {
  background: none;
}

.btn-Alert {
  margin-left: 8px;
}

.cart-alert {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.cart-alert.active {
  display: block;
}

.btn-alert-remove {
  color: #666;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: -8px;
  font-weight: 400;
}

.cart-alert-box {
  width: 480px;
  background: #fff;
  padding: 40px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  border-radius: 2px;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart-alert-box .h4 {
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.form-group {
  margin: 10px 0;
}

.form-group label {
  color: #666;
  font-size: 12px;
  margin-bottom: 5px;
}

.form-group label span {
  color: #df280a;
}

.form-group input {
  width: 100%;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 1px;
}

.form-group input:focus {
  border-color: #66afe9;
  outline: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.form-group button {
  width: 100%;
  background-color: #008ED6;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 7px 15px 7px 15px;
  margin-top: 20px;
  border-radius: 2px;
}

.form-group button:hover {
  color: #fff;
  background: #159ade;
}

.product-view .confidence {
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-view .confidence ul {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}

.product-view .confidence li {
  float: left;
}

.product-view .confidence li span {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/confidence.png') no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.product-view .confidence li.li1 span {
  background-position: 0px 0px;
}

.product-view .confidence li.li1 span:hover {
  background-position: 0px -41px;
}

.product-view .confidence li.li2 span {
  background-position: -44px -0px;
}

.product-view .confidence li.li2 span:hover {
  background-position: -44px -41px;
}

.product-view .confidence li.li3 span {
  background-position: -88px -0px;
}

.product-view .confidence li.li3 span:hover {
  background-position: -88px -41px;
}

.product-view .confidence li.li4 span {
  background-position: -130px -0px;
}

.product-view .confidence li.li4 span:hover {
  background-position: -130px -41px;
}

.option-box {
  margin: 30px 0 20px 0;
  border-bottom: 2px solid #E5E6E6;
  height: 42px;
  position: relative;
}

.option-box ul {
  position: absolute;
  width: 70%;
  margin: 0 auto;
  margin-left: 15%;
  bottom: -2px;
}

.option-box li {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.option-box li.active {
  border-bottom: 2px solid #008ed6;
  color: #008ed6;
}

.option-list {
  display: none;
}

.option-list.active {
  display: block;
}

.tech-specs-items-description{
  border: 1px solid #cecece;
  border-bottom: none;
  border-top: none;
  margin: 0 !important;
}

.tech-specs-items-description:first-child{
  border-top: 1px solid #cecece;
}

.tech-specs-items-description-list {
  border-bottom: 1px solid #cecece;
  float: none !important;
  padding: 10px 0;
}

.tech-specs-items-description__title--heading {
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  display: inline-block;
  width: 26%;
  line-height: normal;
  font-size: 14px;
  padding: 0 5px;
}

.tech-specs-items-description__title {
  font-weight: 600;
  display: inline-block;
  width: 26%;
  padding:0 5px;
}

.tech-specs-items-description__title-details {
  display: inline-block;
  width: 64%;
  line-height: 18px;
  padding:0 5px;
}

@media only screen and (max-width: 850px) {

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {

  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }

  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}

.product-img-box {
  width: 50%;
  float: left;
}

.product-img-box .product-name h1 {
  border: 0;
}

.product-img-box .product-image {
  margin-bottom: 10px;
}

.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}

.product-view .shopwith ul {
  margin: 20px 0px 0px 0px;
  vertical-align: top;
}

.product-view .shopwith ul li {
  float: left;
  font-size: 12px;
  line-height: 20px;
}

.product-view .shopwith ul li.wall {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #d7750c;
  padding-bottom: 8px;
}

.product-view .shopwith ul li em {
  font-size: 16px;
  margin-right: 5px;
}

.product-view .shopwith ul li.wt1 {
  width: 140px;
}

.product-view .shopwith ul li.wt2 {
  width: 200px;
}

.product-view .shopwith .clearfix {
  display: inherit;
}

@media only screen and (max-width:929px) {
  .product-img-box .shopwith ul li.wt1 {
    width: 200px;
  }
}

.product-image-gallery {
  position: relative;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery:after {
  background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-image-gallery.loading {
  position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}

.product-image-thumbs li:first-child {
  margin-left: -1px;
}

.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #3BA5F3;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}

add-to-box .button {
  border-radius: 2px;
}

.product-view .add-to-cart {
  border-top: 1px solid #EBEBEC;
  padding-top: 10px;
}

.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}

.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}

.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}

.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}

.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}

.product-view .add-to-cart-buttons {
  margin-right: 10px;
  width: 100%;
  ;
}

.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}

.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 10px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  white-space: normal;
}

@media only screen and (max-width: 849px) {
  .product-view .add-to-cart-buttons .button {
    padding-left: 0px;
    padding-right: 0px;
    width: 160px;
  }
}

.product-view .add-to-cart-buttons .cl {
  background-color: #98c33f;
}

.product-view .add-to-cart-buttons .cl:hover {
  background-color: #6fa205;
}

.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }

  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */

.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}

.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .add-to-links li {
  float: left;
}

.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}

.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}

.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}

.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}

.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}

.product-view .sharing-links a:hover {
  opacity: 0.8;
}

.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}

.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}

.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}

.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}

.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

.product-view .product-shop .product-name .xihx {
  border-bottom: none;
}

.reviews-background-color {
  display: inline-block;
  position: relative;
  width: 80%;
  height: 10px;
  background-color: #F6F6F6;
  margin: 0 5px 0 20px;
}

.reviews-foreground-color {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FE7902;
}

.reviews-meta-box span {
  color: #999;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}

.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  font-size: 18px;
  color: #333333;
  text-transform: none;
  margin-top: 1.6em;
  margin-bottom: 0.3em;
}

.collateral-tabs dd.tab-content h4 {
  color: #bb0200;
}

.box-collateral {
  clear: both;
}

.box-collateral h2 {
  font-size: 18px;
  color: #252328;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  margin-top: 0px;
  margin-bottom: 0px;
}

.box-collateral .products-grid .product-image {
  border: none;
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.box-collateral .products-grid .product-image img {
  width: 80%;
}

.box-collateral .products-grid .price-box .price {
  font-size: 16px;
}

.box-collateral ul {
  padding-bottom: 10px;
}

.pt15 p,
.mt20 p {
  color: #777;
}

.pt15 p b,
.mt20 p b {
  font-weight: normal;
  color: #333;
  font-size: 14px;
}

.data-table.delivery-time-table tr td img {
  margin: 0 5px;
}

@media screen and (max-width:720px) {
  .box-collateral {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #ddd;
  }

  .product-collateral .toggle-tabs li {
    float: left;
  }

  .product-collateral .toggle-tabs li>span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    bottom: -1px;
  }

  .product-collateral .toggle-tabs {
    color: #000000;
  }

  .product-collateral .toggle-tabs li.current {
    border-bottom: 4px solid #008ED6;
    margin-bottom: -2px;
  }

  .product-collateral .toggle-tabs li.current>span {
    background-color: #FFFFFF;
    z-index: 5;
  }

  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #008ED6;
  }

  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }

  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }

  .product-collateral .collateral-tabs .tab-container .std dd {
    padding-bottom: 15px;
    background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/go1.png) no-repeat;
    padding-left: 30px;
  }

  .product-collateral>dl {
    width: 100%;
  }

  .product-collateral>dl>dt {
    display: none;
  }

  .product-collateral>dl>dd {
    width: 100%;
    display: none;
    padding: 10px;
    border-top: 0;
  }

  .product-collateral>dl>dd.current {
    display: block;
  }

  .product-collateral .tab-content td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-collateral .tab-content th {
    line-height: 30px;
  }

  .product-collateral .tab-content .blue-table th {
    border-bottom: 1px solid #dedede;
  }
}

@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }

  .product-collateral>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }

  .product-collateral>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .product-collateral>dl>dt:hover {
    background-color: #ececec;
  }

  .product-collateral>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ddd;
  }

  .product-collateral>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  .product-collateral>dl>dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .product-collateral>dl>dt:hover {
    color: #3399cc;
  }

  .product-collateral>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }

  .product-collateral>dl>dt.last {
    border-bottom-width: 1px;
  }

  .product-collateral>dl>dd {
    display: none;
  }

  .product-collateral.accordion-open>dl>dt.current {
    border-bottom-width: 1px;
  }

  .product-collateral.accordion-open>dl>dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .product-collateral.accordion-open>dl>dd.current {
    display: block;
  }
}

@media only screen and (max-width: 770px) {

  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}

@media only screen and (max-width: 479px) {

  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}

#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */

.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}

.grouped-items-table .qty-label {
  margin-left: 7px;
}

.grouped-items-table td {
  padding: 4px;
}

.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}

.grouped-items-table .price-box {
  text-align: right;
}

#cart-sidebar table {
  border: none;
}

#cart-sidebar table td {
  border: none;
  padding: 0;
}

#cart-sidebar .remove {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */

.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px 0 20px;
  clear: both;
  position: relative;
  background: #f2f3f7;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 21px;
  text-align: right;
  color: #999;
}

.product-options dt {
  margin: 10px 0 0;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEBEC;
}

.product-options ul.options-list label {
  width: 100%;
  padding: 2px 10px 2px 35px;
}

.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  margin-top: 6px;
}

.product-total-price .price {
  font-size: 18px;
  color: #b90000;
}

label.required {
  color: #333;
  font-weight: normal;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
  background: #F2F3F7;
}

.product-phone-options dl.last dd.last {
  background: #FFF;
}

.product-total-price {
  padding-bottom: 5px;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  padding: 5px 0 0 0;
}

.product-options .validation-advice {
  margin: 0;
}

.product-options .validation-advice .hint {
  color: #999;
  font-size: 12px;
}

.product-options .validation-advice .hint a {
  color: #008ed6;
}

.product-options ul.options-list li {
  line-height: 1.5;
}

.product-options ul.options-list li a {
  color: #008ed6;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
  background: none;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  margin-top: 10px;
}

.product-options-bottom+.add-to-cart-wrapper {
  display: none;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}

@media only screen and (max-width: 1199px) {

  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */

/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */

.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}

.product-options-bottom .price-tax {
  float: left;
}

.product-phone-options {
  background: #fff;
  padding: 0;
  margin: 0;
}

.phone-option {
  margin: 5px 0;
}

.phone-option dt:first-child {
  border: none;
  width: 75px;
  /* height: 40px;
  line-height: 40px; */
}

/* .phone-option .last dt:first-child{
  height: 34px;
  line-height: 34px;
} */

.phone-option dd {
  float: left;
  width: calc(100% - 75px);
  border: none;
  margin: 0;
  padding: 0;
}

.phone-option dd ul>span {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

.phone-option label {
  font-weight: 400;
  font-size: 12px;
  color: #636363;
}

.phone-option li.swatch a {
  margin: 0 5px 0 0;
  display: block;
  overflow: hidden;
  border: 1px solid #CFCFCF;
  padding: 2px 0 2px 0;
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.phone-option .last li.swatch a {
  padding: 7px 15px;
}

.phone-option li.swatch a.swatch-selected,
.phone-option li.swatch a:hover {
  border: 1px solid #be0106;
}

.phone-option img.swatch,
.phone-option div.swatch {
  margin: 0;
  padding: 0;
}

.phone-option li.swatch a img {
  float: left;
  /* width: 35px; */
}

.swatch_img_title {
  float: left;
  height: 35px;
  line-height: 35px;
}

.option img.swatch-selected,
.option div.swatch-selected {
  border: 0;
  margin: 0;
}

.product-data-table td:first-child {
  width: 75px;
}

.product-image-thumbs img {
  display: block;
}

/* -------------------------------------------- *
 * Related Products
 */

/* Block: Related */

.block-related li {
  margin-bottom: 7px;
}

.block-related .block-title {
  border-bottom: none;
}

.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block-related .block-subtitle {
  margin-bottom: 7px;
}

.block-related .product {
  margin-left: 20px;
  position: relative;
}

.block-related .checkbox {
  float: left;
  margin-top: 36px;
}

.block-related .product-details {
  margin-left: 90px;
}

.block-related .product-name {
  margin-bottom: 3px;
}

.block-related .product-details .price-box {
  margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */

.box-up-sell {
  margin-top: 20px;
}

.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */

.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}

@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}

.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}

.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}

.map-popup .map-popup-checkout {
  padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }

  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}

.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

.box-up-sell {
  width: 100%;
  position: relative;
  height: 290px;
  overflow: hidden;
}

#ajax-products-viewed .box-up-sell {
  height: auto;
}

#upsell-product-table {
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;
  right: 10px;
  margin-left: 0;
}

#upsell-product-table li {
  float: left;
  width: 180px;
  margin-right: 0;
  margin-left: 20px;
}

.box-prev,
.box-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 100;
}

.box-prev {
  left: 0;
}

.box-next {
  right: 0;
}

.box-prev.active,
.box-next.active {
  color: #ddd;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */

.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */

.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */

.cart-table {
  /* float: left; */
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  /* width: 40%; */
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }

  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }

  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}

@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}

.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}

.cart .page-title h1 {
  border-bottom: none;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 0;
}

.cart-login {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.cart-login a {
  color: #008ed6;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}

.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
  float: left;
}

.checkout-types li.method-checkout-cart-methods-onepage-bottom .button {
  padding: 8px 85px 8px 85px;
  background-color: #008ed6;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.checkout-types li.method-checkout-cart-methods-onepage-bottom .button:hover {
  background-color: #0780bf;
}

.checkout-types li.method-checkout-cart-methods-onepage-bottom b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png') -87px -1019px no-repeat;
  display: inline-block;
  width: 20px;
  height: 17px;
  vertical-align: sub;
}

.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}

.checkout-types li img {
  display: inline;
  vertical-align: top;
}

.checkout-types li:first-child {
  margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}

.checkout-types.top li {
  display: inline-block;
}

.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}

.checkout-types.top .bml_button img {
  display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
  display: block;
}

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

.checkout-types.bottom .paypal-or {
  line-height: 30px;
}

@media only screen and (max-width:1199px) {
  .checkout-types.bottom .paypal-or {
    text-align: center;
    line-height: 14px;
  }
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or,
  .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}

.cart-table {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}

.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.checkout-cart-index .cart-table th {
  font-size: 14px;
  font-weight: normal;
  border-right: none;
  color: #333;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}

.cart-table tr {
  border-bottom: 1px solid #F5F5F5;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr>td:after {
  content: '';
  display: table;
  clear: both;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}

.cart-table .product-cart-image a.cart-edit {
  display: none;
}

.cart-table .product-cart-sku {
  /* font-family: Georgia, Times, "Times New Roman", serif; */
  /* font-style: italic; */
  font-size: 12px;
  /* margin: 5px 0 12px; */
  color: #666;
}

.cart-table .product-cart-sku .label {
  font-weight: 600;
}

/* .cart-table .btn-empty {
  float: left;
} */

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}

.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}

.cart-table .cart-links>li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}

.cart-table .cart-links>li>a {
  display: block;
}

.cart-table .cart-links>li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

.cart-table .product-cart-actions .button {
  padding: 5px 15px 5px 15px;
  margin-bottom: 8px;
}

.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2rem;
}

.cart-table .item-options {
  padding-left: 15px;
}



@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions>li {
    white-space: inherit;
  }
}

@media only screen and (max-width: 699px) {

  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}

@media only screen and (max-width: 599px) {

  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }

  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: 12px;
  }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  .cart-table .cart-links>li {
    white-space: normal;
    text-align: center;
  }

  .cart-table .cart-links>li>a {
    padding: 2px 0px;
  }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
  }

  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */

.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}

.shipping select {
  width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
  margin-top: 5px;
}

.catalog-product-view .shipping select {
  padding: 3px 15px;
}

.shipping select.validation-failed {
  border-color: #df280a;
}

.shipping .shipping-desc {
  display: none;
}

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}

.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}

.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}

.shipping .form-list .shipping-country {
  width: 37%;
}

.shipping .form-list .shipping-region {
  width: 41%;
}

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}

.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}

.shipping .form-list .input-box {
  padding-top: 0;
}

.shipping .form-list .shipping-postcode .input-box input {
  margin-top: 10px;
}

.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}

.shipping .form-list label {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}

.shipping .sp-methods dd {
  margin-bottom: 10px;
}

.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}

.shipping .sp-methods label span {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list>li {
    width: 100%;
    float: none;
  }

  .shipping .shipping-form .form-list>li label {
    display: block;
  }

  .shipping .shipping-form .form-list>li input,
  .shipping .shipping-form .form-list>li select {
    width: 100%;
  }
}

.cart .cart-totals {
  text-align: right;
}

.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}

.cart .cart-totals table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
}

.cart .cart-totals table td {
  padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
  padding-right: 20px;
  color: #666;
  /* min-width: 120px; */
}

/* .cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
} */

/* .cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
} */

.cart .cart-totals table tfoot td {
  font-size: 18px;
  padding: 2px 0;
  /* vertical-align: top; */
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: Arial, Helvetica, sans-serif;
  color: #b90000;
  font-weight: 600;
}

.cart .cart-totals table tfoot strong {
  font-weight: 400;
  color: #333;
}

#shopping-cart-table .product-gray {
  color: #666;
}

#shopping-cart-table .product-cart-total .price {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

#shopping-cart-totals-table tbody .price {
  font-size: 14px;
  color: #333;
}

.product-cart-price .price {
  color: #333;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}

@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}

#discount-coupon-form label,
.cart .giftcard label {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}

#discount-coupon-form .button-wrapper>button,
.cart .giftcard .button-wrapper>button {
  float: left;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}

.cart .giftcard .check-gc-status>span>span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */

.crosssell h2 {
  color: #3399cc;
}

.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */

@media only screen and (max-width: 979px) {

  .crosssell .products-grid>li:nth-child(even),
  .crosssell .products-grid>li:nth-child(3n),
  .crosssell .products-grid>li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }

  .crosssell .products-grid>li:nth-child(odd) {
    clear: left;
  }

  .crosssell .products-grid>li:nth-child(even) {
    margin-right: 0;
  }

  .crosssell .products-grid>li:nth-child(3n+1) {
    clear: none;
  }
}

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }

  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}

@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }

  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */

.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }

  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }

  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}

.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */

.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */

.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}

.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}

.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}

.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {

  .opc .buttons-set .button+.buttons-set .button,
  .paypal-express-review .buttons-set .button+.buttons-set .button {
    margin-left: 0;
  }
}

.opc #opc-login .step {
  padding: 0px;
}

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {

  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}

#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */

.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear 0;
  -webkit-transition-delay: 0;
  -webkit-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
  -moz-transition: opacity 300ms linear 0;
  -ms-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear 0;
  -webkit-transition-delay: 0;
  -webkit-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
  -moz-transition: width 80ms linear 0;
  -ms-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear 0;
  -webkit-transition-delay: 0;
  -webkit-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
  -moz-transition: margin-left 80ms linear 0;
  -ms-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */

/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */

/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */

.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dt:first-child {
  margin: 0 0 5px;
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label img {
  float: left;
}

.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}

.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

.sp-methods .checkmo-list address {
  float: left;
}

@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }

  .sp-methods .checkmo-list label {
    width: 135px;
  }
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */

.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}

.block-progress .block-content {
  font-size: 13px;
}

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}

.block-progress dt.complete {
  color: #636363;
}

.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

.block-progress dd address {
  font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}

.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}

.block-progress .payment-info dt:after {
  content: ': ';
}

.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */

#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
  min-width: 220px;
}

#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}

#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */

#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
  display: none;
}

#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}

#checkout-step-review .opc-block-progress .block-content>dl>div {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content>dl>div {
    float: none;
    width: auto;
  }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead>tr>th {
    display: none;
  }

  #checkout-review-table thead>tr>th:first-child {
    display: block;
  }

  #checkout-review-table thead>tr>th:first-child {
    display: block;
  }
}

#checkout-step-review .centinel>p {
  margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */

.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}

.gift-messages-form .item h5 {
  font-weight: bold;
}

.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box>div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}

.gift-message-form .inner-box>div.extra-options-container p {
  margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
  float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}

.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-item .product-img-box {
  width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}

.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }

  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }

  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }

  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */

.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set {
  margin: 10px auto;
  text-align: center;
  padding: 0;
  width: 180px;
}

.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */

/* Clears */

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -o-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}

#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}

.currently .swatch-current {
  position: relative;
}

.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */

.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-view .product-options .select-label {
  display: none;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * WarrantyDB
 * ============================================ */
.tab-container .warrantydb {
  margin: 0;
  border: none;
}

.tab-container .warrantydb [class*="col"] {
  padding: 0;
}

.warrantydb {
  border-top: 1px solid #E7E7E7;
  margin-top: 25px;
}

.warrantydb .p1 {
  padding-bottom: 10px;
}

.warrantydb-img-box {
  position: relative;
  float: left;
  margin: 10px 10px 0 0;
}

.warrantydb-img-box img {
  display: block;
}

.warrantydb-title {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ============================================ *
 * Smartnet
 * ============================================ */

.product-collateral .smartnetp-table th {
  text-align: left;
  padding: 10px 0 15px 0;
  border-bottom: 2px solid #ddd;
}

.product-collateral .smartnetp-table th:first-child,
.product-collateral .smartnetp-table td:first-child {
  padding-left: 15px;
  width: 220px;
}

.product-collateral .smartnetp-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.product-collateral .smartnetp-table td:first-child a {
  color: #008ed6;
}

.product-collateral .smartnetp-table td:last-child a,
.smartnet-product-btn {
  color: #008ed6;
  padding: 5px 10px;
  border: 1px solid #008ed6;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-collateral .smartnetp-table td:last-child a:hover,
.smartnet-product-btn:hover {
  text-decoration: none !important;
  background-color: #008ed6;
  color: #fff;
}

.smartnetp-details {
  width: 100%;
  margin: 30px 0 0 0;
}

.smartnetp-details-title h3 {
  margin-right: 100px;
}

.smartnetp-details-title a {
  padding: 5px 15px;
  background: #008DD6;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.smartnetp-details-title a:hover {
  text-decoration: none;
  background: #0780bf;
}

.smartnetp-details table {
  margin-top: 10px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}

.smartnetp-details table td {
  padding: 10px 0 10px 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.smartnetp-details table td a,
span.nourl {
  margin-right: 15px;
}

.smartnetp-details table td a {
  color: #008ed6;
}

/* ============================================ *
 * Customer
 * ============================================ */

.customer-account-login .scaffold-form label {
  font-weight: 400;
  color: #999;
  margin: 15px 0 5px 0;
  font-size: 12px;
}

.customer-account-login .scaffold-form label.required:after,
.customer-account-create label.required:after {
  content: ""
}

.customer-account-login .form-list>li a {
  color: #555;
  margin-top: 15px;
}

.account-login h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.customer-account-login .form-list>li a:hover {
  color: #008ed6;
}

.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
  margin-top: 15px;
}

.customer-account-login .col2-set .buttons-set b {
  display: inline-block;
  width: 20px;
  height: 17px;
  vertical-align: sub;
}

.form-list .control input.checkbox {
  margin-top: 11px;
  margin-left: 8px;
}

.customer-account-login .col2-set .buttons-set .button {
  padding: 10px 0 10px 0;
  display: block;
  border-radius: 3px;
}

.buttons-set-h3 {
  margin-bottom: 15px;
}

.buttons-set-h3 span {
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #ccc;
  margin-bottom: 5px;
}

.buttons-set-h3 span:first-child {
  margin-right: 20px;
}

.buttons-set-h3 span:last-child {
  margin-left: 20px;
}

.customer-account-login .col2-set .buttons-set .button.last {
  color: #888;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.customer-account-login .col2-set .buttons-set .button.last:hover {
  border-color: #aaa;
}

.customer-account-login .dropdown-login-community a:first-child {
  margin-left: 0;
}

.customer-account-login .col2-set .col-2 b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png') -67px -1019px no-repeat;
  display: inline-block;
  width: 20px;
  height: 17px;
  vertical-align: sub;
}

.customer-account-login .col2-set .col-2 .button {
  padding: 7px 15px 7px 15px;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 0px;
  margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {

  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }

  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}

@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}

@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }

  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}

@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}

.remember-me-popup.show {
  display: block;
}

.remember-me-popup p {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

@media only screen and (max-width: 479px) {

  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}

.customer-account-create .fieldset .hidden {
  display: none;
}

.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px;
}

@media only screen and (max-width: 479px) {

  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */

body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}

body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
  font-size: 16px;
}

body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.customer-account .data-table {
  margin-top: 5px;
}

body.customer-account .data-table td a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
}

body.customer-account .data-table span.nobr {
  white-space: normal;
}

body.customer-account .data-table span.nobr a {
  white-space: nowrap;
  color: #0078b4;
  text-decoration: underline;
}

body.customer-account .data-table span.nobr a:hover {
  text-decoration: none;
}

body.customer-account .data-table td.view a {
  display: block;
}

body.customer-account .data-table .separator {
  display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
  padding: 5px 0;
}

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 10px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin: 0;
  padding: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */

.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}

.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
}

.dashboard .box-head a {
  padding: 10px;
}

.customer-account-index .dashboard .box-title a,
.customer-account-index .dashboard .box-head a {
  font-size: 12px;
  color: #0078b4;
  text-decoration: underline;
}

.customer-account-index .dashboard .box-title a:hover,
.customer-account-index .dashboard .box-head a:hover {
  text-decoration: none;
}

.dashboard .box-account {
  margin-bottom: 30px;
}

.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Arial, Helvetica, sans-serif;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}

.customer-account-index .box-content a {
  color: #0078b4;
}

.customer-account-index .box-content a:hover {
  color: #0078b4;
  text-decoration: none;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}

.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
  border-top: 0;
}

.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}

.dashboard .box-reviews li .details {
  margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */

.my-account .addresses-list {
  font-family: Arial, Helvetica, sans-serif;
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (max-width: 770px) {

  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */

.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  margin-right: 20px;
}

.order-info li {
  margin: 0 0 0 20px;
}

.order-info li.current {
  font-weight: 600;
}

.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}

.order-info-box+.order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}

.order-info-box .col-2 {
  width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}

.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.order-info-box .box-title h2:after {
  content: ':';
}

.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.customer-account-index .box-content a {
  text-decoration: underline;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

.order-info-box .box-content strong {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}

#my-orders-table .option-value {
  margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }

  #my-orders-table .option-value {
    margin-left: 35px;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }

  #my-orders-table tr.bundle {
    border-color: #ededed;
  }

  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }

  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }

  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }

  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}

@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }

  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}

@media only screen and (max-width: 770px) {

  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }

  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .welcome-msg .hello {
    font-style: italic;
  }

  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  .dashboard .col2-set .col-2 {
    float: right;
  }
}

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }

  body.customer-account .my-account .title-buttons {
    text-align: center;
  }

  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }

  body.customer-account .my-account .title-buttons .button+.button {
    margin-left: 0px;
  }

  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }

  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }

  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }

  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }

  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }

  .order-info-box+.order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */

body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */

.contacts-index-index .buttons-set p.required {
  float: left;
}

@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    margin-left: 0;
  }

  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }

  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */

@media only screen and (max-width: 870px) and (min-width: 771px) {

  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}

.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }

  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}

.top-container .bml-ad span {
  display: inline-block;
}

.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}

.bml-ad span {
  display: block;
  line-height: 0;
}

.bml-ad a {
  display: inline-block;
  max-width: 100%;
}

.bml-ad a:hover {
  opacity: 0.7;
}

.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

.proinqu-btn {
  width: 188px;
  background-color: #98c33f;
  font-size: 14px;
  height: 36px;
  margin-left: 8px;
  border: 0;
  color: #fff;
}

.proinqu-btn b {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url(/skin/frontend/yejian/default/images/background.png) no-repeat -243px -673px;
}

.prod-description img {
  max-width: 100%;
}

.product-stock {
  margin-bottom: 5px;
}

.product-stock>span:first-child {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  background-color: #FB7234;
  background-image: linear-gradient(to right, #FD7F32, #FD5C4F);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.product-stock>:nth-child(2) {
  display: inline-block;
  width: 10px;
  padding: 2px 0;
  background-color: #FEF3EB;
}

.product-stock>:nth-child(3),
.product-stock>:nth-child(4) {
  display: inline-block;
  font-size: 12px;
  color: #FD7F32;
  padding: 2px 10px 2px 18px;
  background-color: #FEF3EB;
  background-image: url("/media/yejian/productsel/images/gou.png");
  background-repeat: no-repeat;
  background-position: left center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 768px) {
  .bml-ad.large {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .proinqu-btn {
    display: none;
  }

  #header-search-btn {
    display: none;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}

div.paypal-logo span {
  display: block;
  width: 100%;
}

div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}

div.paypal-logo span a img {
  max-width: 100%;
}

div.paypal-logo span>img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}

.sidebar .paypal-logo>a {
  display: inline-block;
  max-width: 100%;
}

.sidebar .paypal-logo>a:hover {
  opacity: 0.8;
}

.sidebar .paypal-logo>a img {
  display: block;
}

.sidebar .paypal-logo .label {
  margin-top: 4px;
}

.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */

.cms-reviews-html {
  background-color: #f5f5f5;
}

.cms-reviews-html .wrapper {
  background-color: #f5f5f5;
}

.cms-reviews-html .wrapper .col1-layout .col-main {
  background-color: #f5f5f5;
}

#customer-reviews {
  width: auto;
  float: none;
  border: none;
}

#customer-reviews [itemprop="review"] {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
}

#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .review-heading h2 {
  float: left;
  display: block;
  font-size: 14px;
}

#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}

#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}

#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
  display: none;
}

#customer-reviews h2 {
  color: #3399cc;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0 0 15px 0;
}

#customer-reviews h2 a {
  color: #3399cc;
}

#customer-reviews h2 a:hover {
  color: #3399cc;
  text-decoration: none;
}

#customer-reviews h2 span {
  color: #636363;
}

#customer-reviews h3 {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}

#customer-reviews h3 span {
  color: #3399cc;
}

#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}

#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 6px;
}

#customer-reviews .fieldset h4 em {
  display: none;
}

#customer-reviews .fieldset .form-list {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  width: 470px;
}

#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .fieldset .form-list label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 20px;
}

#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}

#customer-reviews dl {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

#customer-reviews dl dt {
  margin: 25px 0px 5px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #848484;
}

#customer-reviews dl dd {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

#customer-reviews dl dd .detail {
  color: #666;
  font-size: 12px;
  text-align: justify;
}

#customer-reviews dl dd .reply {
  color: #9a9a9a;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 12px;
}

#customer-reviews dl dd .reply b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

#customer-reviews dl dd .reply .b6 {
  background-position: -287px -643px;
}

#customer-reviews dl dd .ratings-table {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}

#customer-reviews dl dd table {
  margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}

.review-summary-table thead {
  background: transparent;
}

.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}

.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}

.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}

.review-summary-table .rating-box .rating-number {
  display: none;
}

.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.review-ver-buyer {
  display: inline-block;
  width: 23px;
  height: 15px;
  background: url(/media/yejian/cms/category/cisco/img/common.png?v=20180516) no-repeat -16px -353px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */

.ratings-table {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.ratings-table th {
  padding-right: 10px;
}

.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 74px;
}

.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

/* ============================================ *
 * Review View Page
 * ============================================ */

.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}

.review-product-view .product-review .product-img-box>a {
  width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

/* ============================================ *
 * Slideshow
 * ============================================ */

.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}

.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}

.slideshow-container .slideshow>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

.slideshow-container .slideshow>li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow>li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}

.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}

.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}

.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}

.slideshow-pager>* {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}

.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}

.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}

.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}

.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */

#wishlist-table th {
  text-align: center;
}

#wishlist-table.clean-table {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}

#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}

#wishlist-table.clean-table thead th {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: 16px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .product-name a {
  color: #3399cc;
}

#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  margin: 5px 0;
}

#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table .cart-cell {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart>p {
  margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

#wishlist-table .price-box {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#wishlist-table .price-box .price {
  color: #636363;
}

#wishlist-table .giftregisty-add {
  margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
  display: none;
}

#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}

#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}

#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

#btn-add-review-product {
  width: 60%;
  height: 36px;
  background-color: transparent;
  color: #1A95D5;
  border: 1px solid #008ED6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#btn-add-review-product:hover {
  color: #fff;
  background-color: #008ED6;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }

  #wishlist-table.clean-table td textarea {
    height: 100px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }

  #wishlist-table .product-name {
    font-size: 13px;
  }
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */

.block-wishlist .mini-products-list>li:not(:last-child) {
  padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */

.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}

.header-minicart .empty {
  padding: 10px;
  text-align: center;
}

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}

.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.header-minicart .minicart-wrapper.loading {
  position: relative;
}

.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
  display: block;
}

.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  margin-bottom: 0px;
}

.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}

.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0;
}

.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.header-minicart .mini-products-list li.last {
  border: none;
}

.header-minicart .mini-products-list li .product-details {
  position: relative;
}

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
  max-width: 90%;
}

.header-minicart .product-details .product-name a {
  color: #008ED6;
}

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

.header-minicart .info-wrapper .button {
  background: #1a95d5;
  padding: 2px 10px 2px 10px;
  border: 0;
}

.header-minicart .info-wrapper .input-text {
  border: 1px solid #cccccc;
}

.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 0;
}

.header-minicart .info-wrapper td {
  color: #b90000;
  clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.6em;
  text-align: center;
  height: 22px;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .subtotal {
  background-color: #f5f5f5;
  text-align: center;
  line-height: 2em;
}

.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

.header-minicart .subtotal .price {
  color: #b90000;
  font-size: 20px;
}

.header-minicart .minicart-actions {
  padding: 20px 10px 20px 27px;
  margin-top: 0px;
  overflow-y: scroll;
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  max-height: 400px;
}

.header-minicart .minicart-actions .checkout-types li {
  margin-left: 0;
  margin-bottom: 3px;
  padding: 10px 0 5px 0;
}

.header-minicart .minicart-actions .checkout-types li a {
  width: 98%;
  padding: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.header-minicart .minicart-actions .checkout-types li a.your-chart {
  border: 1px solid #1a95d5;
  background: transparent;
  color: #1a95d5;
}

.header-minicart .minicart-actions .checkout-types li a.your-chart:hover {
  background: #1a95d5;
  color: #fff;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
  padding-top: 5px;
}

.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}

.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.checkout-types .minicart-actions .checkout-types .button {
  color: #ffffff;
  text-decoration: none;
}

.block-content .cart-link {
  font-size: 14px;
  line-height: 27px;
}

.block-content .cart-link:hover {
  color: #008ED6;
}

.ordered-qty {
  color: #333;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */

.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 200;
}

.search-autocomplete ul {
  border-radius: 2px;
  background-color: #F5F5F5;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 30px;
  padding: 5px 0 0 0;
}

.search-autocomplete ul li {
  color: #666;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  padding: 0 50px;
}

.search-autocomplete ul li.selected:not(.suggested),
.search-autocomplete ul li.search-adlist.selected .cat-ad:hover {
  background-color: #fff;
}

.search-autocomplete ul li.search-adlist.selected {
  background-color: #f5f5f5;
}

.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */

.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}

.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */

.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
  margin: 15px 0;
}

.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.product-review .ratings-table {
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

.product-review .ratings-table th {
  padding-right: 10px;
}

.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.product-review .ratings-description dd {
  color: #737373;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}

@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}

/* ============================================ *
 * CMS Pages
 * ============================================ */

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}

/* .cms-page-view .page-title h1 {
  display: none;
} */

.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}

.ccie p:first-child {
  display: none;
}

.cms-page-view .std p,
.cms-no-route .std p {
  color: #525252;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.cms-page-view .std p {
  font-size: 12px;
  margin-bottom: 15px;
}

.cms-page-view .std p .text_bold {
  color: #333;
  font-weight: 600;
}

.cms-why-buy-cisco-from-us-html .std p {
  font: bold 22px Georgia;
  text-align: center;
  color: #ffffff;
}

/* .cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #3399cc;
}

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #3399cc;
} */

.cms-no-route h1 {
  padding-top: 30px;
}

.cms-page-view .std h2 {
  margin: 0;
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
}

.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.cms-page-view .std .bg_jiant li {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background_jiant.png) 0 8px no-repeat;
  padding-left: 20px;
}

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}

#accordion>dl>dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}

#accordion>dl>dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

#accordion>dl>dt:hover {
  background-color: #ececec;
}

#accordion>dl>dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}

#accordion>dl>dd:last-child {
  border-width: 0 1px 1px 1px;
}

#accordion li {
  position: relative;
  overflow: hidden;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}

.page-sitemap .links a {
  position: relative;
}

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

.scaffold-form label {
  font-weight: 600;
}

#contactForm h2 {
  display: none;
}

#contactForm:after {
  content: '';
  display: table;
  clear: both;
}

#contactForm .fieldset .legend+.required {
  margin: 0;
}

.scaffold-form h5 span {
  font-size: 12px;
  color: #E5280A;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */

.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}

.catalog-product-view .map-info>span {
  float: right;
  margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info>a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */

.notice-cookie .notice-inner {
  padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}

/* ============================================ *
 * Tags
 * ============================================ */

#addTagForm button {
  margin-top: 6px;
  margin-bottom: 10px;
  height: 37px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

#addTagForm .form-add label {
  margin-top: 15px;
}

.product-tags {
  float: left;
  margin-bottom: 10px;
  padding: 15px 20px 15px 20px;
  width: 100%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
  border: 1px solid #008ED6;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #008ED6;
  border-radius: 3px;
}

.product-tags li a {
  color: #028FD6;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 10px 0px 0;
  font-size: 14px;
}

.tags-list>li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions>a {
  font-size: 14px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}

.my-tag-edit .button.btn-remove:after {
  color: white;
}

/* ============================================ *
 * Captcha
 * ============================================ */

.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-top: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid transparent;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.customer-account-create .captcha-image {
  margin-top: 15px;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 35px;
  top: 4px;
}

.customer-account-create .captcha-reload {
  right: 0;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box {
  float: none;
  clear: both;
}

.control.newsletter-box:after,
.captcha-input-container:after,
.captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */

#co-billing-form ul.form-list>.control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */


/* ============================================ *
 * Recurring Profiles
 * ============================================ */

#recurring_profile_list_view th {
  white-space: normal;
}

#recurring_profile_list_view th span {
  white-space: inherit;
}

.recurring-profiles-title {
  float: left;
}

.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */

.billing-agreements .info-box {
  margin-bottom: 30px;
}

.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}

.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}

.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}

.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}

.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

.billing-agreement-details td,
.billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {

  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */

.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list>li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */

/* -------------------------------------------- *
 * Add to cart by SKU
 */

.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }

  .category-cisco #header,
  .cms-cisco-network-switches-html #header,
  .cms-cisco-network-routers-html #header,
  .cms-cisco-wireless-html #header,
  .cms-cisco-ip-phones-html #header,
  .cms-cisco-next-generation-firewalls-html #header,
  .cms-huawei-html #header,
  .cms-hot-promotions-html #header,
  .cms-biggest-sale-html #header,
  .category-huawei #header,
  .cms-huawei-enterprise-routers-html #header,
  .cms-stock-list-html #header,
  .cms-cisco-eos-eol-html #header,
  .cms-hpe-network-html #header,
  .cms-configuration-tools-html #header,
  .cms-best-selling-items-html #header {
    position: relative;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
    margin-right: 0;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
    clear: left;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
    margin-right: 0;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
    clear: left;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
    margin-right: 0;
  }
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */

body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress>li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.active {
  background-color: #dddddd;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.last {
  border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1>h4,
.checkout-multishipping-shipping .col-2>h4,
.checkout-multishipping-billing .col-1>h4,
.checkout-multishipping-billing .col-2>h4,
.checkout-multishipping-overview .col-1>h4,
.checkout-multishipping-overview .col-2>h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table>tbody>tr>td.a-center.last>a {
  background-image: none;
}

#review-order-form>div:nth-child(3)>div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */

div.calendar table {
  border-collapse: separate;
}

div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* ============================================ *
 * yejian theme css
 * ============================================ */

#top-currency dd li i {
  background: rgba(0, 0, 0, 0) url("https://www.router-switch.com/skin/frontend/yejian/default/images/background.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 11px;
  margin-right: 12px;
  width: 16px;
}

#top-currency dd li .eur {
  background-position: -226px 0;
}

#top-currency dd li .gbp {
  background-position: -226px -18px;
}

#top-currency dd li .cad {
  background-position: -226px -37px;
}

#top-currency dd li .aud {
  background-position: -226px -61px;
}

#top-currency dd li .hkd {
  background-position: -226px -85px;
}

#top-currency dd li .chf {
  background-position: -248px 0;
}

#top-currency dd li .sgd {
  background-position: -248px -18px;
}

#top-currency dd li .brl {
  background-position: -248px -37px;
}

#top-currency dd li .ars {
  background-position: -248px -61px;
}

#top-currency dd li .pln {
  background-position: -226px -104px;
}

#top-currency dd li .rub {
  background-position: -248px -85px;
}

#top-currency dd li .cny {
  background-position: -248px -104px;
}

#top-currency dd li .usd {
  background-position: -270px -104px;
}

/* header-top */

.header-top .dropdown dl {
  float: left;
}

.header-top .dropdown dt {
  float: left;
  background-color: #f5f5f5;
}

.header-top .dropdown dd ul {
  clear: both;
}

.header-top .dropdown dd li {
  clear: both;
}

.header-top .dropdown {
  color: #fff;
  background-color: #262626;
  z-index: 2000;
  position: absolute;
  top: 29px;
  display: none;
}

.header-top .dropdown dt {
  height: 30px;
}

.header-top .dropdown dt a {
  color: #666;
}

.header-top .dropdown dd a:hover {
  color: #0977a4;
}

.header-top .dropdown dt a:hover {
  color: #666;
  text-decoration: none;
}

.header-top .dropdown a {
  padding: 0 16px;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  display: block;
}

#wordwide .dropdown a {
  width: 100px;
}

.header-top .dropdown a:hover {
  text-decoration: none;
  background: #353535;
}

.header-top .caret,
.header-top .dropdown .caret {
  display: inline-block;
  height: 3px;
  width: 5px;
  margin-left: 3px;
  vertical-align: middle;
}

.header-top .caret {
  border: 3px solid transparent;
  border-top-color: #fff;
}

.header-top .dropdown .caret {
  background: rgba(0, 0, 0, 0) url("https://www.router-switch.com/skin/frontend/yejian/default/images/background.png") no-repeat scroll -160px 0;
}

.header-top {
  font-size: 13px;
}

@media only screen and (max-width: 1200px) {
  .header-top ul.rlinks {
    float: left;
  }
}

#header-nav2 {
  display: block;
  padding: 0;
  position: absolute;
  top: 95px;
  z-index: -1;
}

#header-nav2>ul>li {
  height: 44px;
  float: left;
  padding: 0 1em;
  font-size: 16px;
  position: relative;
}

#header-nav2>ul>li:first-child {
  padding-left: 3px;
}

#header-nav2>ul>li>i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FE7902;
  top: 14px;
  right: 9px;
}

#header-nav2>ul>li>a {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

#header-nav2>ul>li>div {
  position: absolute;
  font-size: 13px;
  margin-top: -1px;
}

#header-nav2>ul>li:hover>a {
  color: #ffffff;
}

#header-nav2>ul>li.menu-products>.menu-products-icon {
  display: inline-block;
  width: 28px;
  height: 100%;
  float: left;
  background: url('/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20190314') no-repeat -1126px -357px;
}

#header-nav2>ul>li.menu-products:hover .menu-products-icon {
  cursor: pointer;
  background-position: -1069px -357px;
}

#account .dropdown ul {
  background-color: #f5f5f5;
}

ul.lans {
  overflow: hidden;
}

ul.lans li.fastship {
  float: left
}

ul.lans a {
  cursor: pointer;
  color: #fff;
}

ul.lans a:hover {
  text-decoration: none;
  color: #fff;
}

ul.lans .fastship a {
  color: #fff;
}

ul.rlinks {
  float: right;
}

ul.rlinks>li {
  float: left;
}

ul.rlinks .welcome {
  padding: 0 16px;
  color: #fff;
}

ul.rlinks a {
  padding: 0 16px;
  color: #e6e6e6;
  cursor: pointer;
}

ul.rlinks a:hover {
  text-decoration: none;
  color: #fff;
}

.menu-products .nav-primary>li>ul {
  border: none;
}

.menu-products .nav-primary>li>a {
  font-size: 26px;
  padding-top: 25px;
  color: #333;
}

/* added by mingke.xi begin */

.main-container,
.footer-container {
  position: static;
}

.promotion-brand {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f0f0f0;
}

.promotion-brand .brand h2.cisco {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/cisico_img.png) no-repeat;
}

.promotion-brand .brand h2.huawei {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/huawei_img.png) no-repeat;
}

.promotion-brand ul {
  margin: 0 auto;
  max-width: 600px;
}

.promotion-brand li {
  float: left;
}

.promotion-brand li:first-child {
  padding-right: 170px;
}

.promotion-brand h2 {
  border-bottom: 3px solid transparent;
  padding-bottom: 31px;
  font-size: 34px;
  font-style: normal;
  margin-bottom: -4px;
  cursor: pointer;
  font-family: YeSans;
  font-weight: 100;
  padding-left: 90px;
  line-height: 1.0em;
}

.promotion-brand .active h2 {
  border-bottom: 2px solid #006ba8;
  color: #006ba8;
}

.promotion-cat li {
  display: inline-block;
}

.promotion-cat {
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  position: relative;
  height: 560px;
  background-color: #f0f0f0;
}

@media screen and (max-width:1099px) {
  .promotion-cat {
    height: 580px;
  }
}

@media screen and (max-width:999px) {
  .promotion-cat {
    height: 600px;
  }
}

.promotion-cat i {
  display: none;
  width: 89px;
  height: 25px;
  position: absolute;
  top: 170px;
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/crow.png') no-repeat center bottom;
}

.promotion-cat .active i {
  display: block;
}

.promotion-cat #huawei-cat {
  display: none;
}

.promotion-cat>ul>li {
  float: left;
  width: 90px;
  min-height: 90px;
  margin: 40px 25px 0px 30px;
  text-align: center;
}

.promotion-cat .category {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .promotion-cat .category {
    width: 600px;
  }
}

.promotion-cat ul.category b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/bg_category.png') no-repeat scroll 0 0 transparent;
  width: 90px;
  height: 90px;
  display: block;
  cursor: pointer;
}

.promotion-cat ul.category b.router {
  background-position: 0 0;
}

.promotion-cat ul.category b.router:hover,
.promotion-cat ul.category .active b.router {
  background-position: -92px 0;
}

.promotion-cat ul.category b.switch {
  background-position: 0 -92px;
}

.promotion-cat ul.category b.switch:hover,
.promotion-cat ul.category .active b.switch {
  background-position: -92px -92px;
}

.promotion-cat ul.category b.firewalls-security {
  background-position: 0 -554px;
}

.promotion-cat ul.category b.firewalls-security:hover,
.promotion-cat ul.category .active b.firewalls-security {
  background-position: -92px -554px;
}

.promotion-cat ul.category b.ip-phones {
  background-position: 0 -647px;
}

.promotion-cat ul.category b.ip-phones:hover,
.promotion-cat ul.category .active b.ip-phones {
  background-position: -92px -647px;
}

.promotion-cat ul.category b.modules-cards {
  background-position: 0 -184px;
}

.promotion-cat ul.category b.modules-cards:hover,
.promotion-cat ul.category .active b.modules-cards {
  background-position: -92px -184px;
}

.promotion-cat ul.category b.licenses {
  background-position: 0 -277px;
}

.promotion-cat ul.category b.licenses:hover,
.promotion-cat ul.category .active b.licenses {
  background-position: -92px -277px;
}

.promotion-cat ul.category b.cables-accessories {
  background-position: 0 -369px;
}

.promotion-cat ul.category b.cables-accessories:hover,
.promotion-cat ul.category .active b.cables-accessories {
  background-position: -92px -369px;
}

.promotion-cat ul.category b.wireless-ap {
  background-position: 0 -460px;
}

.promotion-cat ul.category b.wireless-ap:hover,
.promotion-cat ul.category .active b.wireless-ap {
  background-position: -92px -460px;
}

.promotion-cat .hot-products .img span {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png') no-repeat scroll -152px -999px;
}

.promotion-cat ul.category h3 {
  font-size: 14px;
  margin-top: 15px;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  color: #3a3a3a;
  text-align: center;
  text-transform: none;
}

.promotion-cat .content .button {
  padding: 7px 15px 7px 15px;
  background: #ffffff;
}

.promotion-cat .content .actions b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/cart_img.png') no-repeat;
  display: inline-block;
  width: 25px;
  height: 17px;
  vertical-align: sub;
}

/**huawei start**/

.promotion-cat .category2 {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .promotion-cat .category2 {
    width: 600px;
  }
}

.promotion-cat ul.category2 b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/bg_categoryhw.png') no-repeat scroll 0 0 transparent;
  width: 90px;
  height: 90px;
  display: block;
  cursor: pointer;
}

.promotion-cat ul.category2 b.router {
  background-position: 0 0;
}

.promotion-cat ul.category2 b.router:hover,
.promotion-cat ul.category2 .active b.router {
  background-position: -92px 0;
}

.promotion-cat ul.category2 b.switch {
  background-position: 0 -92px;
}

.promotion-cat ul.category2 b.switch:hover,
.promotion-cat ul.category2 .active b.switch {
  background-position: -92px -92px;
}

.promotion-cat ul.category2 b.unified-communication {
  background-position: 0 -277px;
}

.promotion-cat ul.category2 b.unified-communication:hover,
.promotion-cat ul.category2 .active b.unified-communication {
  background-position: -92px -277px;
}

.promotion-cat ul.category2 b.wireless-ap {
  background-position: 0 -369px;
}

.promotion-cat ul.category2 b.wireless-ap:hover,
.promotion-cat ul.category2 .active b.wireless-ap {
  background-position: -92px -369px;
}

.promotion-cat ul.category2 b.server {
  background-position: 0 -647px;
}

.promotion-cat ul.category2 b.server:hover,
.promotion-cat ul.category2 .active b.server {
  background-position: -92px -647px;
}

.promotion-cat ul.category2 b.storage {
  background-position: 0 -184px;
}

.promotion-cat ul.category2 b.storage:hover,
.promotion-cat ul.category2 .active b.storage {
  background-position: -92px -184px;
}

.promotion-cat ul.category2 b.modules-cards {
  background-position: 0 -460px;
}

.promotion-cat ul.category2 b.modules-cards:hover,
.promotion-cat ul.category2 .active b.modules-cards {
  background-position: -92px -460px;
}

.promotion-cat ul.category2 b.firewalls-security {
  background-position: 0 -554px;
}

.promotion-cat ul.category2 b.firewalls-security:hover,
.promotion-cat ul.category2 .active b.firewalls-security {
  background-position: -92px -554px;
}

.promotion-cat ul.category2 b.ip-phones {
  background-position: 0 -647px;
}

.promotion-cat ul.category2 b.ip-phones:hover,
.promotion-cat ul.category2 .active b.ip-phones {
  background-position: -92px -647px;
}

.promotion-cat ul.category2 b.licenses {
  background-position: 0 -277px;
}

.promotion-cat ul.category2 b.licenses:hover,
.promotion-cat ul.category2 .active b.licenses {
  background-position: -92px -277px;
}

.promotion-cat ul.category2 b.cables-accessories {
  background-position: 0 -369px;
}

.promotion-cat ul.category2 b.cables-accessories:hover,
.promotion-cat ul.category2 .active b.cables-accessories {
  background-position: -92px -369px;
}

.promotion-cat ul.category2 h3 {
  font-size: 14px;
  margin-top: 15px;
  white-space: nowrap;
  color: #3a3a3a;
  text-align: center;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}

.promotion-cat ul.category2 i {
  display: none;
  width: 89px;
  height: 25px;
  position: absolute;
  top: 170px;
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/crow.png') no-repeat center bottom;
}

.promotion-cat ul.category2 .active i {
  display: block;
}

/**huawei end**/

.promotion-cat .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 195px;
  z-index: 100;
  background-color: #ffffff;
  padding: 38px 0px 18px 0px;
  display: none;
}

@media only screen and (max-width: 1119px) {
  .promotion-cat .content {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    padding: 25px 0;
    display: none;
  }
}

.promotion-cat .active .content {
  display: block;
}

.promotion-cat .wrap {
  width: 1150px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .promotion-cat .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

/**huawei start**/

.promotion-cat ul.category2 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 195px;
  z-index: 100;
  background-color: #ffffff;
  padding: 38px 0;
  display: none;
}

.promotion-cat ul.category2 .hot-categories dt {
  color: #0078b4;
}

@media only screen and (max-width: 1119px) {
  .promotion-cat ul.category2 .content {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    padding: 25px 0;
    display: none;
  }
}

.promotion-cat ul.category2 .active .content {
  display: block;
}

.promotion-cat ul.category2 .wrap {
  width: 1150px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .promotion-cat ul.category2 .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

/**huawei end**/

.promotion-cat .hot-products {
  float: left;
  width: 880px;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  padding-top: 20px;
}

.promotion-cat .hot-products li {
  float: left;
  width: 33.3%;
  text-align: -webkit-center;
}

@media only screen and (max-width: 1199px) {
  .promotion-cat .hot-products {
    width: 100%;
  }

  .promotion-cat .hot-products {
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 889px) {
  .promotion-cat .hot-products li img {
    width: 75%;
    height: 75%;
    padding-top: 15px;
  }

  .promotion-cat .hot-products h4 {
    font-size: 12px;
  }

  .owl-carousel .owl-item .product-info .price-box .price {
    font-size: 14px !important;
  }
}

.promotion-cat .hot-products .img {
  position: relative;
}

.promotion-cat .hot-products .img span {
  position: absolute;
  top: -25px;
  left: 35px;
  width: 60px;
  height: 60px;
  z-index: 200;
  font-size: 20px;
  text-align: left;
  color: #fff;
  padding-left: 12px;
  padding-top: 7px;
  font-family: YeSans;
  font-weight: 300;
}

.promotion-cat .hot-products h4 {
  margin-bottom: 0px;
}

.promotion-cat .hot-categories {
  float: left;
  width: 270px;
  text-align: left;
  padding-left: 45px;
}

.promotion-cat .hot-categories dt {
  color: #252328;
  font-size: 26px;
  padding-bottom: 15px;
  font-family: YeSans;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
}

.promotion-cat .hot-categories dd li {
  width: 100%;
  height: 26px;
  line-height: 22px;
  font-size: 13px;
}

/* ============================================ *
 * recruit
 * ============================================ */
.customer-account-create>div,
.customer-account-login>div,
.customer-account-forgotpassword>div {
  background-color: #EEEFF1;
}


#form-validate .page-title h1 {
  margin-bottom: 20px;
}

#form-validate .form-list .control label {
  min-width: 300px;
}

#form-validate .form-list .control label:hover {
  background: none;
}

#form-validate input[type="text"] {
  width: 300px;
  height: 32px;
}

#form-validate .form-list select {
  width: 300px;
}

#form-validate .fields label {
  font-weight: 600;
  color: #666;
  margin-top: 10px;
}

#form-validate textarea {
  width: 300px;
}

#form-validate .buttons-set button.button {
  width: 300px;
}

.customer-account-create #form-validate .buttons-set button.button,
.customer-account-forgotpassword #form-validate .buttons-set button.button {
  width: 100%;
}

.account-info-total {
  margin-bottom: 5px;
}

.account-info-ul {
  margin-right: 120px;
}

.account-info-left {
  display: inline-block;
  font-size: 14px;
  min-width: 128px;
  margin-right: 5px;
}

.account-info-right {
  font-size: 14px;
  font-weight: 600;
}

.account-info-total .account-info-left {
  font-weight: 600;
  font-size: 16px;
}

.account-info-total .account-info-right {
  font-weight: 600;
  font-size: 18px;
}

.account-info-fieldset .legend {
  margin: 15px 0 0 0;
}

#toggleSection table {
  width: 100%;
}

#mw_withdraw_next .fields {
  margin-bottom: 5px;
}

#mw_withdraw_next .field {
  margin-right: 5px;
}

#mw_withdraw_next .field+div>span,
#mw_withdraw_next .field+div {
  line-height: 22px;
}

#mw_withdraw_next .buttons-set button {
  width: 300px;
}

#mw_withdraw_next input[type=text] {
  width: 300px;
  height: 32px;
}

#my_listmemberprogram_table {
  width: 100%;
}

#aff-report-statistics,
.entry-edit .data-table {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .promotion-cat .hot-categories dt {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .promotion-cat .hot-categories dd {
    padding: 15px 0px 30px 0px;
  }

  .promotion-cat .hot-categories {
    width: 100%;
    padding-left: 0px;
  }

  .promotion-cat .hot-categories dd li {
    width: 33.33%;
    float: left;
  }
}

.promotion-cat .hot-categories dd li a {
  color: #38474e;
  cursor: pointer;
}

.promotion-cat .hot-categories dd li a:hover {
  text-decoration: underline;
  color: #0078b4;
}

/**Mobile version**/

#header-nav2 .service {
  display: none;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  border-top: none;
  position: relative;
  width: 600px;
  height: 350px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
}

#header-nav2>ul>li>a {
  font-size: 15px;
  font-family: YeSans;
  font-style: normal;
  font-weight: 500;
  color: #333;
  line-height: 44px;
}

#header-nav2>ul>li:hover>a {
  color: #008ED6;
}

#header-nav2 .nav-primary {
  margin-top: 0;
}

body.cms-home .main-container {
  padding-top: 0;
}

#header-nav2 ul.service>li {
  width: 36%;
  float: left;
}

#header-nav2 .service .col1 li {
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
}

#header-nav2 .service .col1 h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 12px;
}

#header-nav2 .service .col1 {
  border-right: 1px solid #e4e4e4;
}

#header-nav2 .service .col2 {
  height: 100%;
  padding-left: 20px;
}

#header-nav2 .service .col2 h2 {
  margin-top: 25%;
  font-size: 22px;
}

#header-nav2 .service .col2 .ccie {
  margin-top: 15px;
  font-size: 12px;
  line-height: 2.5em;
  font-weight: normal;
}

/* home page - advantage block */

.cms-home .advantage li a {
  color: #0078b4;
  border-radius: 3px;
  padding: 6px 10px 4px 10px;
  font-size: 12px;
  border: 1px solid #C6D2E0;
}

.cms-home .advantage li a:hover {
  color: #00699d;
  border: 1px solid #0078b4;
  text-decoration: none;
}

.cms-home .advantage {
  margin: 0 auto;
  text-align: center;
  background-color: #eef3f9;
  padding: 35px 0 45px 0;
}

.cms-home .advantage ul li {
  float: left;
  text-align: center;
}

.cms-home .advantage ul li {
  background-color: #ffffff;
  width: 292px;
  height: 340px;
  padding: 0;
  margin-left: 5px;
  margin-top: 15px;
  position: relative;
}

.cms-home .advantage ul li b {
  width: 289px;
  height: 200px;
  margin: 0;
  display: inline-block;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/advantages.png) no-repeat scroll 0 0;
}

.cms-home .advantage li .b1 {
  background-position: -2px -1px;
}

.cms-home .advantage li .b2 {
  background-position: -2px -202px;
}

.cms-home .advantage li .b3 {
  background-position: -2px -403px;
}

.cms-home .advantage li .b4 {
  background-position: -2px -604px;
}

.cms-home .advantage li .p3 {
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.cms-home .advantage li .p4 {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .cms-home .hot-categories {
    display: none;
  }

  .cms-home .advantage ul {
    width: 650px;
  }

  .cms-home .advantage ul li {
    margin-right: 10px;
  }
}

/* categogry */

.products-grid .product-image {
  padding: 20px;
  padding-bottom: 0;
}

.aboutus {
  width: 100%;
  margin: 0 auto;
}

.aboutus .tab {
  width: 1170px;
  margin: 40px auto 40px auto;
  color: #636363;
}

.aboutus .tab ul {
  margin-bottom: 20px;
}

.aboutus .tab li {
  float: left;
  font-size: 26px;
  line-height: 22px;
  font-family: YeSans;
  font-weight: 300;
  cursor: pointer;
}

@media screen and (max-width:1219px) {
  .aboutus .tab {
    width: 90%;
  }
}

@media screen and (max-width:999px) {
  .aboutus .tab {
    margin: 30px auto 30px auto;
  }

  .aboutus .tab li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    font-family: YeSans;
    font-weight: 300;
    font-style: normal;
  }
}

.aboutus .tab li a {
  color: #252328;
}

.aboutus .tab li a:hover {
  color: #006b99;
  text-decoration: none;
}

.aboutus .tab li.line {
  padding: 0px 30px;
  font-size: 18px;
  line-height: 26px;
  color: #ddd;
}

.aboutus .tab li.hover {
  color: #006e9b;
  text-decoration: none;
}

.colnumtab {
  width: 1200px;
  margin: 60px auto 40px auto;
}

.colnumtab li {
  float: left;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
}

.colnumtab li.line {
  padding: 0px 30px;
  font-size: 16px;
  line-height: 26px;
  color: #ddd;
}

.colnumtab_1,
.colnumtab_2,
.colnumtab_3 {
  width: 1170px;
  margin: 0 auto;
  padding: 55px 0px 45px 0px;
  font-size: 12px;
}

@media screen and (max-width:1219px) {

  .colnumtab_1,
  .colnumtab_2,
  .colnumtab_3 {
    width: 90%;
    margin: 0 auto;
  }
}

.colnumtab li.hover {
  color: #006e9b;
}

.colnumtab_1 img {
  float: left;
  width: 40%;
  margin-top: 5px;
}

.colnumtab_1 .cont {
  margin-left: 43%;
}

@media screen and (max-width:1034px) {
  .colnumtab_1 img {
    float: left;
    margin: 10px 20px 0px 0px;
    display: block;
  }

  .colnumtab_1 .cont {
    margin-left: 0px;
    width: 100%;
  }
}

.colnumtab_1 p,
.colnumtab_2 p {
  color: #636363;
  line-height: 24px;
  padding-bottom: 15px;
}

.colnumtab_1 p a {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.colnumtab_1 p a:hover {
  background-color: #1a95d5;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.colnumtab_2 p a {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.colnumtab_2 p a:hover {
  background-color: #1a95d5;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.colnumtab_2 li {
  float: left;
  width: 50%;
  height: 14px;
  line-height: 14px;
  margin-top: 7px;
}

.colnumtab_2 li b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -179px 0px no-repeat;
  width: 24px;
  height: 14px;
  vertical-align: top;
  display: inline-block;
}

.colnumtab_3 li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  height: 120px;
}

@media screen and (max-width:1023px) {
  .colnumtab_3 li {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
}

.colnumtab_3 .p1 {
  padding-bottom: 25px;
  line-height: 24px;
}

.colnumtab_3 .red {
  color: #a10101;
}

.colnumtab_3 li img {
  float: left;
  width: 80px;
  height: 95px;
  border: 1px #e3e3e3 solid;
}

.colnumtab_3 li .cont {
  margin: -5px 50px 0px 100px;
  line-height: 22px;
}

.colnumtab_3 li .p2 {
  padding-top: 15px;
  color: #006e9b;
}

.viewmore {
  width: 150px;
  height: 38px;
  margin-top: 15px;
  display: inline-block;
  background-color: #0780bf;
  border-radius: 3px;
}

/*footer*/

.footer-share-container {
  width: 100%;
  padding: 10px 0px;
  margin: 0 auto;
}

.footer-share-container .footer-share {
  width: 100%;
  margin: 0px auto;
}

.footer-share-container .footer-share .share {
  background-color: #0099c8;
  margin-top: 15px;
}

.footer-share-container .footer-share .share a {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: inline-block;
}

.footer-share-container .footer-share .share .facebook {
  background-position: 0px -369px;
}

.footer-share-container .footer-share .share .twitter {
  background-position: -41px -369px;
}

.footer-share-container .footer-share .share .googleplus {
  background-position: -81px -369px;
}

.footer-share-container .footer-share .share .pinterest {
  background-position: -122px -369px;
}

.footer-share-container .footer-share .share .linkedin {
  background-position: -162px -369px;
}

.footer-share-container .footer-share .subscribe {
  width: 260px;
}

.footer-share-container .footer-share .subscribe input {
  background-color: #fff;
  border: none;
  height: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 32x;
  width: 216px;
  padding: 0px 5px 0px 10px;
  font-size: 12px;
}

.footer-share-container .footer-share .subscribe a {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -290px -368px no-repeat #fff;
  width: 44px;
  height: 32px;
  border: 6px #fff solid;
  vertical-align: top;
  display: inline-block;
  float: right;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media screen and (max-width:1099px) {
  .footer-share-container .footer-share .subscribe {
    width: 249px;
  }

  .footer-share-container .footer-share .subscribe input {
    background-color: #fff;
    border: none;
    height: 40px;
    border-radius: 0px;
    line-height: 44px;
    width: 195px;
    padding: 0px 5px 0px 10px;
    font-size: 12px;
  }

  .footer-share-container .footer-share .subscribe a {
    background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -284px -368px no-repeat #fff;
    width: 54px;
    height: 40px;
    border: 8px #fff solid;
    vertical-align: top;
    display: inline-block;
    float: right;
  }

  .footer-share-container .footer-share .share a {
    margin-right: 2px;
  }
}

/*footer-container*/

.footer-container {
  width: 100%;
  background-color: #005f8f;
  margin: 0 auto;
  float: left;
}

.footer-container .footerlist {
  max-width: 1020px;
  margin: 0 auto;
}

.footer-container .footerlist ul {
  margin: 0 auto;
}

.footer-container .footerlist li {
  float: left;
  margin-top: 40px;
  width: 25%;
}

.footer-container .footerlist li dt {
  width: 100%;
  font-size: 20px;
  color: #FFF;
}

.footer-container .footerlist li dd {
  width: 100%;
  padding-top: 10px;
}

.footer-container .footerlist li dd ul {
  width: 100%;
}

.footer-container .footerlist li dd li {
  float: left;
  width: 100%;
  margin-top: 10px;
  height: 14px;
  line-height: 14px;
}

.footer-container .footerlist li dd li a,
.footerlist li dd li a:hover {
  color: #fff;
}

.footer-container .footerlist li dd li b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -314px -84px no-repeat;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-width:1299px) {
  .footer-container .footerlist {
    width: 1000px;
  }

  .footer-container .footerlist li {
    width: 250px;
  }
}

@media screen and (max-width:1099px) {
  .footer-container .footerlist {
    width: 90%;
  }

  .footer-container .footerlist li {
    width: 25%;
  }
}

/**/

.copyright {
  width: 100%;
  border-top: 1px #0873a9 solid;
  background-color: #005f8f;
  padding: 10px 0px 30px 0px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.copyright p {
  padding-top: 10px;
}

.copyright p img {
  padding-left: 3px;
  padding-right: 3px;
}

.copyright a {
  padding: 0px 5px;
}

.faq {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px 30px 20px 30px;
  margin-top: 20px;
}

.faq h2 {
  color: #333333;
  margin-top: 0px;
  border-bottom: 1px dotted #dedede;
  padding-bottom: 10px;
  margin-bottom: 22px;
  font-size: 22px;
}

.faq p.q {
  font-weight: bold;
  padding: 4px 20px 5px 40px;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/ico_q.png) no-repeat;
  line-height: 17px;
}

.faq p.a {
  padding: 5px 20px 20px 40px;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/ico_a.png) no-repeat;
  line-height: 17px;
}

/* added by mingke.xi end */

@font-face {
  font-family: 'YeSans';
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/fonts/sans/YeSansTTLight.eot');
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/fonts/sans/YeSansTTLight.eot?#font-spider') format('embedded-opentype'), url('https://www.router-switch.com/skin/frontend/yejian/default/fonts/sans/YeSansTTLight.woff') format('woff'), url('https://www.router-switch.com/skin/frontend/yejian/default/fonts/sans/YeSansTTLight.ttf') format('truetype'), url('https://www.router-switch.com/skin/frontend/yejian/default/fonts/sans/YeSansTTLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cms-huge-inventory-cisco-stock-list-html td {
  padding: 5px 0px 5px 25px;
  line-height: 24px;
  border-bottom: 1px dotted #dddddd;
  border-right: 1px dotted #dddddd;
}

.cms-huge-inventory-cisco-stock-list-html .std p {
  line-height: 10px;
}

#product-shipping-rate-table {
  width: unset;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  margin-top: 102px;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 770px) {

  body.cms-home .main-container {
    margin-top: 0px;
    padding-top: 0px;
  }

}

body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos>li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos>li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos>li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}

.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /*fixforflashingbackground*/
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer .product-image {
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
  border: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 15%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 15%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.25);
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.25);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item .bestsellers_cat {
  position: relative;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.owl-item.active:hover .item .bestsellers_cat {
  visibility: visible;
}

.owl-carousel .owl-item .bestsellers_cat b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/cart_img.png') no-repeat;
  display: inline-block;
  width: 25px;
  height: 17px;
  /**position: absolute;top: 7px;right:138px;**/
  vertical-align: sub;
}

@media only screen and (max-width: 1299px) {
  .owl-carousel .owl-item .bestsellers_cat b {
    right: 129px;
  }
}

@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-item .bestsellers_cat b {
    right: 121px;
  }
}

@media only screen and (max-width: 1099px) {
  .owl-carousel .owl-item .bestsellers_cat b {
    right: 118px;
  }
}

@media only screen and (max-width: 999px) {
  .owl-carousel .owl-item .bestsellers_cat {
    right: 102px;
  }
}



.category-products .owl-controls {
  width: 200px;
  display: none;
}

.block-bestsellers:hover .category-products .owl-controls {
  display: block;
  transition: all 0.5s;
}



.owl-carousel .owl-item .product-info .price-box .price {
  font-size: 18px;
  font-weight: normal;
}

.owl-carousel .owl-item .product-info .price-box .old-price .price {
  font-size: 12px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.icbu-icon-flag {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/images/flags.png");
	background-repeat: no-repeat;
}

.icbu-icon-flag-ad {
	background-position: -416px -144px
}

.icbu-icon-flag-ae {
	background-position: -488px -408px
}

.icbu-icon-flag-af {
	background-position: -416px -24px
}

.icbu-icon-flag-ag {
	background-position: -416px -48px
}

.icbu-icon-flag-ai {
	background-position: -416px -72px
}

.icbu-icon-flag-al {
	background-position: -416px -96px
}

.icbu-icon-flag-ala {
	background-position: -416px -120px
}

.icbu-icon-flag-all {
	background-position: 0 0
}

.icbu-icon-flag-am {
	background-position: -416px -168px
}

.icbu-icon-flag-an {
	background-position: -416px -192px
}

.icbu-icon-flag-ao {
	background-position: -416px -216px
}

.icbu-icon-flag-aq {
	background-position: -416px -240px
}

.icbu-icon-flag-ar {
	background-position: -416px -264px
}

.icbu-icon-flag-as {
	background-position: -416px -288px
}

.icbu-icon-flag-at {
	background-position: -416px -312px
}

.icbu-icon-flag-au {
	background-position: -416px -336px
}

.icbu-icon-flag-aw {
	background-position: -416px -360px
}

.icbu-icon-flag-az {
	background-position: -416px -384px
}

.icbu-icon-flag-ba {
	background-position: 0 -416px
}

.icbu-icon-flag-bb {
	background-position: -24px -416px
}

.icbu-icon-flag-bd {
	background-position: -48px -416px
}

.icbu-icon-flag-be {
	background-position: -72px -416px
}

.icbu-icon-flag-bf {
	background-position: -96px -416px
}

.icbu-icon-flag-bg {
	background-position: -120px -416px
}

.icbu-icon-flag-bh {
	background-position: -144px -416px
}

.icbu-icon-flag-bi {
	background-position: -168px -416px
}

.icbu-icon-flag-bj {
	background-position: -192px -416px
}

.icbu-icon-flag-blm {
	background-position: -216px -416px
}

.icbu-icon-flag-bm {
	background-position: -240px -416px
}

.icbu-icon-flag-bn {
	background-position: -264px -416px
}

.icbu-icon-flag-bo {
	background-position: -288px -416px
}

.icbu-icon-flag-br {
	background-position: -312px -416px
}

.icbu-icon-flag-bs {
	background-position: -336px -416px
}

.icbu-icon-flag-bt {
	background-position: -360px -416px
}

.icbu-icon-flag-bv {
	background-position: -384px -416px
}

.icbu-icon-flag-bw {
	background-position: -408px -416px
}

.icbu-icon-flag-by {
	background-position: -440px 0
}

.icbu-icon-flag-bz {
	background-position: -440px -24px
}

.icbu-icon-flag-ca {
	background-position: -440px -48px
}

.icbu-icon-flag-cc {
	background-position: -440px -72px
}

.icbu-icon-flag-cf {
	background-position: -440px -96px
}

.icbu-icon-flag-cg {
	background-position: -440px -120px
}

.icbu-icon-flag-ch {
	background-position: -440px -144px
}

.icbu-icon-flag-ci {
	background-position: -440px -168px
}

.icbu-icon-flag-ck {
	background-position: -440px -192px
}

.icbu-icon-flag-cl {
	background-position: -440px -216px
}

.icbu-icon-flag-cm {
	background-position: -440px -240px
}

.icbu-icon-flag-cn {
	background-position: -440px -264px
}

.icbu-icon-flag-co {
	background-position: -440px -288px
}

.icbu-icon-flag-cr {
	background-position: -440px -312px
}

.icbu-icon-flag-cu {
	background-position: -440px -336px
}

.icbu-icon-flag-cv {
	background-position: -440px -360px
}

.icbu-icon-flag-cx {
	background-position: -440px -384px
}

.icbu-icon-flag-cy {
	background-position: -440px -408px
}

.icbu-icon-flag-cz {
	background-position: 0 -440px
}

.icbu-icon-flag-de {
	background-position: -24px -440px
}

.icbu-icon-flag-dj {
	background-position: -48px -440px
}

.icbu-icon-flag-dk {
	background-position: -72px -440px
}

.icbu-icon-flag-dm {
	background-position: -96px -440px
}

.icbu-icon-flag-do {
	background-position: -120px -440px
}

.icbu-icon-flag-dz {
	background-position: -144px -440px
}

.icbu-icon-flag-eaz {
	background-position: -168px -440px
}

.icbu-icon-flag-ec {
	background-position: -192px -440px
}

.icbu-icon-flag-ee {
	background-position: -216px -440px
}

.icbu-icon-flag-eg {
	background-position: -240px -440px
}

.icbu-icon-flag-eh {
	background-position: -264px -440px
}

.icbu-icon-flag-er {
	background-position: -288px -440px
}

.icbu-icon-flag-es {
	background-position: -312px -440px
}

.icbu-icon-flag-et {
	background-position: -336px -440px
}

.icbu-icon-flag-fi {
	background-position: -360px -440px
}

.icbu-icon-flag-fj {
	background-position: -384px -440px
}

.icbu-icon-flag-fk {
	background-position: -408px -440px
}

.icbu-icon-flag-fm {
	background-position: -432px -440px
}

.icbu-icon-flag-fo {
	background-position: -464px 0
}

.icbu-icon-flag-fr {
	background-position: -464px -24px
}

.icbu-icon-flag-fx {
	background-position: -464px -48px
}

.icbu-icon-flag-ga {
	background-position: -464px -72px
}

.icbu-icon-flag-gd {
	background-position: -464px -96px
}

.icbu-icon-flag-ge {
	background-position: -464px -120px
}

.icbu-icon-flag-gf {
	background-position: -464px -144px
}

.icbu-icon-flag-ggy {
	background-position: -464px -168px
}

.icbu-icon-flag-gh {
	background-position: -464px -192px
}

.icbu-icon-flag-gi {
	background-position: -464px -216px
}

.icbu-icon-flag-gl {
	background-position: -464px -240px
}

.icbu-icon-flag-gm {
	background-position: -464px -264px
}

.icbu-icon-flag-gn {
	background-position: -464px -288px
}

.icbu-icon-flag-gp {
	background-position: -464px -312px
}

.icbu-icon-flag-gq {
	background-position: -464px -336px
}

.icbu-icon-flag-gr {
	background-position: -464px -360px
}

.icbu-icon-flag-gs {
	background-position: -464px -384px
}

.icbu-icon-flag-gt {
	background-position: -464px -408px
}

.icbu-icon-flag-gu {
	background-position: -464px -432px
}

.icbu-icon-flag-gw {
	background-position: 0 -464px
}

.icbu-icon-flag-gy {
	background-position: -24px -464px
}

.icbu-icon-flag-hk {
	background-position: -48px -464px
}

.icbu-icon-flag-hm {
	background-position: -72px -464px
}

.icbu-icon-flag-hn {
	background-position: -96px -464px
}

.icbu-icon-flag-hr {
	background-position: -120px -464px
}

.icbu-icon-flag-ht {
	background-position: -144px -464px
}

.icbu-icon-flag-hu {
	background-position: -168px -464px
}

.icbu-icon-flag-id {
	background-position: -192px -464px
}

.icbu-icon-flag-ie {
	background-position: -216px -464px
}

.icbu-icon-flag-il {
	background-position: -240px -464px
}

.icbu-icon-flag-im {
	background-position: -264px -464px
}

.icbu-icon-flag-in {
	background-position: -288px -464px
}

.icbu-icon-flag-io {
	background-position: -312px -464px
}

.icbu-icon-flag-iq {
	background-position: -336px -464px
}

.icbu-icon-flag-ir {
	background-position: -360px -464px
}

.icbu-icon-flag-is {
	background-position: -384px -464px
}

.icbu-icon-flag-it {
	background-position: -408px -464px
}

.icbu-icon-flag-je {
	background-position: -432px -464px
}

.icbu-icon-flag-jey {
	background-position: -456px -464px
}

.icbu-icon-flag-jm {
	background-position: -488px 0
}

.icbu-icon-flag-jo {
	background-position: -488px -24px
}

.icbu-icon-flag-jp {
	background-position: -488px -48px
}

.icbu-icon-flag-ke {
	background-position: -488px -72px
}

.icbu-icon-flag-kg {
	background-position: -488px -96px
}

.icbu-icon-flag-kh {
	background-position: -488px -120px
}

.icbu-icon-flag-ki {
	background-position: -488px -144px
}

.icbu-icon-flag-km {
	background-position: -488px -168px
}

.icbu-icon-flag-kn {
	background-position: -488px -192px
}

.icbu-icon-flag-kp {
	background-position: -488px -216px
}

.icbu-icon-flag-kr {
	background-position: -488px -240px
}

.icbu-icon-flag-ks {
	background-position: -488px -264px
}

.icbu-icon-flag-kw {
	background-position: -488px -288px
}

.icbu-icon-flag-ky {
	background-position: -488px -312px
}

.icbu-icon-flag-kz {
	background-position: -488px -336px
}

.icbu-icon-flag-la {
	background-position: -488px -360px
}

.icbu-icon-flag-lb {
	background-position: -488px -384px
}

.icbu-icon-flag-lc {
	background-position: -416px 0
}

.icbu-icon-flag-li {
	background-position: -488px -432px
}

.icbu-icon-flag-lk {
	background-position: -488px -456px
}

.icbu-icon-flag-lr {
	background-position: 0 -488px
}

.icbu-icon-flag-ls {
	background-position: -24px -488px
}

.icbu-icon-flag-lt {
	background-position: -48px -488px
}

.icbu-icon-flag-lu {
	background-position: -72px -488px
}

.icbu-icon-flag-lv {
	background-position: -96px -488px
}

.icbu-icon-flag-ly {
	background-position: -120px -488px
}

.icbu-icon-flag-ma {
	background-position: -144px -488px
}

.icbu-icon-flag-maf {
	background-position: -168px -488px
}

.icbu-icon-flag-mc {
	background-position: -192px -488px
}

.icbu-icon-flag-md {
	background-position: -216px -488px
}

.icbu-icon-flag-me {
	background-position: -240px -488px
}

.icbu-icon-flag-mf {
	background-position: -264px -488px
}

.icbu-icon-flag-mg {
	background-position: -288px -488px
}

.icbu-icon-flag-mh {
	background-position: -312px -488px
}

.icbu-icon-flag-mk {
	background-position: -336px -488px
}

.icbu-icon-flag-ml {
	background-position: -360px -488px
}

.icbu-icon-flag-mm {
	background-position: -384px -488px
}

.icbu-icon-flag-mn {
	background-position: -408px -488px
}

.icbu-icon-flag-mne {
	background-position: -432px -488px
}

.icbu-icon-flag-mo {
	background-position: -456px -488px
}

.icbu-icon-flag-mp {
	background-position: -480px -488px
}

.icbu-icon-flag-mq {
	background-position: -512px 0
}

.icbu-icon-flag-mr {
	background-position: -512px -24px
}

.icbu-icon-flag-ms {
	background-position: -512px -48px
}

.icbu-icon-flag-mt {
	background-position: -512px -72px
}

.icbu-icon-flag-mu {
	background-position: -512px -96px
}

.icbu-icon-flag-mv {
	background-position: -512px -120px
}

.icbu-icon-flag-mw {
	background-position: -512px -144px
}

.icbu-icon-flag-mx {
	background-position: -512px -168px
}

.icbu-icon-flag-my {
	background-position: -512px -192px
}

.icbu-icon-flag-mz {
	background-position: -512px -216px
}

.icbu-icon-flag-na {
	background-position: -512px -240px
}

.icbu-icon-flag-nc {
	background-position: -512px -264px
}

.icbu-icon-flag-ne {
	background-position: -512px -288px
}

.icbu-icon-flag-nf {
	background-position: -512px -312px
}

.icbu-icon-flag-ng {
	background-position: -512px -336px
}

.icbu-icon-flag-ni {
	background-position: -512px -360px
}

.icbu-icon-flag-nl {
	background-position: -512px -384px
}

.icbu-icon-flag-no {
	background-position: -512px -408px
}

.icbu-icon-flag-np {
	background-position: -512px -432px
}

.icbu-icon-flag-nr {
	background-position: -512px -456px
}

.icbu-icon-flag-nu {
	background-position: -512px -480px
}

.icbu-icon-flag-nz {
	background-position: 0 -512px
}

.icbu-icon-flag-om {
	background-position: -24px -512px
}

.icbu-icon-flag-pa {
	background-position: -48px -512px
}

.icbu-icon-flag-pe {
	background-position: -72px -512px
}

.icbu-icon-flag-pf {
	background-position: -96px -512px
}

.icbu-icon-flag-pg {
	background-position: -120px -512px
}

.icbu-icon-flag-ph {
	background-position: -144px -512px
}

.icbu-icon-flag-pk {
	background-position: -168px -512px
}

.icbu-icon-flag-pl {
	background-position: -192px -512px
}

.icbu-icon-flag-pm {
	background-position: -216px -512px
}

.icbu-icon-flag-pn {
	background-position: -240px -512px
}

.icbu-icon-flag-pr {
	background-position: -264px -512px
}

.icbu-icon-flag-ps {
	background-position: -288px -512px
}

.icbu-icon-flag-pt {
	background-position: -312px -512px
}

.icbu-icon-flag-pw {
	background-position: -336px -512px
}

.icbu-icon-flag-py {
	background-position: -360px -512px
}

.icbu-icon-flag-qa {
	background-position: -384px -512px
}

.icbu-icon-flag-re {
	background-position: -408px -512px
}

.icbu-icon-flag-ro {
	background-position: -432px -512px
}

.icbu-icon-flag-rs {
	background-position: -456px -512px
}

.icbu-icon-flag-ru {
	background-position: -480px -512px
}

.icbu-icon-flag-rw {
	background-position: -504px -512px
}

.icbu-icon-flag-sa {
	background-position: -536px 0
}

.icbu-icon-flag-sb {
	background-position: -536px -24px
}

.icbu-icon-flag-sc {
	background-position: -536px -48px
}

.icbu-icon-flag-sct {
	background-position: -536px -72px
}

.icbu-icon-flag-sd {
	background-position: -536px -96px
}

.icbu-icon-flag-se {
	background-position: -536px -120px
}

.icbu-icon-flag-sg {
	background-position: -536px -144px
}

.icbu-icon-flag-sgs {
	background-position: -536px -168px
}

.icbu-icon-flag-sh {
	background-position: -536px -192px
}

.icbu-icon-flag-si {
	background-position: -536px -216px
}

.icbu-icon-flag-sj {
	background-position: -536px -240px
}

.icbu-icon-flag-sk {
	background-position: -536px -264px
}

.icbu-icon-flag-sl {
	background-position: -536px -288px
}

.icbu-icon-flag-sm {
	background-position: -536px -312px
}

.icbu-icon-flag-sn {
	background-position: -536px -336px
}

.icbu-icon-flag-so {
	background-position: -536px -360px
}

.icbu-icon-flag-sr {
	background-position: -536px -384px
}

.icbu-icon-flag-srb {
	background-position: -536px -408px
}

.icbu-icon-flag-ss {
	background-position: -536px -432px
}

.icbu-icon-flag-st {
	background-position: -536px -456px
}

.icbu-icon-flag-sv {
	background-position: -536px -480px
}

.icbu-icon-flag-sy {
	background-position: -536px -504px
}

.icbu-icon-flag-sz {
	background-position: 0 -536px
}

.icbu-icon-flag-tc {
	background-position: -24px -536px
}

.icbu-icon-flag-td {
	background-position: -48px -536px
}

.icbu-icon-flag-tf {
	background-position: -72px -536px
}

.icbu-icon-flag-tg {
	background-position: -96px -536px
}

.icbu-icon-flag-th {
	background-position: -120px -536px
}

.icbu-icon-flag-tj {
	background-position: -144px -536px
}

.icbu-icon-flag-tk {
	background-position: -168px -536px
}

.icbu-icon-flag-tls {
	background-position: -192px -536px
}

.icbu-icon-flag-tm {
	background-position: -216px -536px
}

.icbu-icon-flag-tn {
	background-position: -240px -536px
}

.icbu-icon-flag-to {
	background-position: -264px -536px
}

.icbu-icon-flag-tl,
.icbu-icon-flag-tp {
	background-position: -288px -536px
}

.icbu-icon-flag-tr {
	background-position: -312px -536px
}

.icbu-icon-flag-tt {
	background-position: -336px -536px
}

.icbu-icon-flag-tv {
	background-position: -360px -536px
}

.icbu-icon-flag-tw {
	background-position: -384px -536px
}

.icbu-icon-flag-tz {
	background-position: -408px -536px
}

.icbu-icon-flag-ua {
	background-position: -432px -536px
}

.icbu-icon-flag-ug {
	background-position: -456px -536px
}

.icbu-icon-flag-uk {
	background-position: -480px -536px
}

.icbu-icon-flag-um {
	background-position: -504px -536px
}

.icbu-icon-flag-us {
	background-position: -528px -536px
}

.icbu-icon-flag-uy {
	background-position: -560px 0
}

.icbu-icon-flag-uz {
	background-position: -560px -24px
}

.icbu-icon-flag-va {
	background-position: -560px -48px
}

.icbu-icon-flag-vc {
	background-position: -560px -72px
}

.icbu-icon-flag-ve {
	background-position: -560px -96px
}

.icbu-icon-flag-vg {
	background-position: -560px -120px
}

.icbu-icon-flag-vi {
	background-position: -560px -144px
}

.icbu-icon-flag-vn {
	background-position: -560px -168px
}

.icbu-icon-flag-vu {
	background-position: -560px -192px
}

.icbu-icon-flag-wf {
	background-position: -560px -216px
}

.icbu-icon-flag-ws {
	background-position: -560px -240px
}

.icbu-icon-flag-ye {
	background-position: -560px -264px
}

.icbu-icon-flag-yt {
	background-position: -560px -288px
}

.icbu-icon-flag-cs,
.icbu-icon-flag-yu {
	background-position: -560px -312px
}

.icbu-icon-flag-za {
	background-position: -560px -336px
}

.icbu-icon-flag-zm {
	background-position: -560px -360px
}

.icbu-icon-flag-cd,
.icbu-icon-flag-zr {
	background-position: -560px -384px
}

.icbu-icon-flag-zw {
	background-position: -560px -408px
}

.icbu-icon-flag-gb {
	background-position: -479px -537px
}

.fastship .icbu-icon-flag{
	float: left;
	margin:3px 3px 0 0;
}

#ajax-product-shippingto .icbu-icon-flag{
	margin:0 0 -7px 2px;
}

@charset "utf-8";

/* banner */
.banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.banner-box {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* common Crumbs */
.crumbs-common {
  margin-top: 185px;
  color: #666;
}

.crumbs-common a:hover {
  color: #008ed6;
}

/* pdf advertisement */

.pdfobject-container {
  height: 100vh;
}

#pdf-advertisement {
  position: fixed;
  top: 80px;
  right: 50px;
  width: 330px;
  height: 240px;
}

.pdf-advertisement-swiper{
  height: 100%;
}

.pdf-advertisement-box {
  height: 100%;
  padding: 60px 30px 0 30px;
  color: #fff;
  background-repeat: no-repeat;
}

.pdf-advertisement-title {
  font-size: 24px;
  font-weight: 600;
}

.pdf-advertisement-text {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 0;
}

.pdf-advertisement-line {
  width: 70px;
  height: 5px;
  background-color: #008ED6;
}

.pdf-advertisement-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 30px;
  background: #008ed6;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.pdf-advertisement-btn:hover {
  color: #fff;
  text-decoration: none;
}

.pdf-advertisement-close {
  position: absolute;
  top: -30px;
  right: 5px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
}

.pdf-advertisement-close:hover{
  color: #008ed6;
}

/**********Universal style******************/
.brands a:hover,
.services a:hover,
.solutions a:hover,
.say a:hover,
.foot a:hover {
  text-decoration: none;
}

br {
  opacity: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: inherit | grayscale;
}

@font-face {
  font-family: "HelveticaNeul";
  src: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/font/HelveticaNeueLTStd-Roman.otf");
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/HelveticaNeueLTStd-Roman.eot') format('embedded-opentype'),
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/HelveticaNeueLTStd-Roman.woff') format('woff'),
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/HelveticaNeueLTStd-Roman.svg') format('svg');
}

.h1 {
  font-family: YeSans;
  font-size: 32px;
  width: 100%;
  font-weight: 300;
}

.h3 {
  font-family: YeSans;
  font-size: 26px;
  margin: 10px 0;
}

.brands .h1,
.solutions .h1,
.say .h1 {
  color: #333;
  margin-bottom: 0;
}

.services .h1 {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.blue {
  color: #008ED6 !important;
}

.green {
  color: #9C9C9C;
}

p.green {
  font-size: 14px;
}

.white {
  color: #fff;
}

.lineheight20 {
  line-height: 22px;
  font-size: 12px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.brands-product-caption {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
}

.brands-move img {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.right-img {
  transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
}

.pabusolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#Map area {
  outline: none;
}

.enlarge-img-box {
  overflow: hidden;
}

.enlarge-img,
.enlarge-img-box img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.enlarge-img:hover,
.enlarge-img-box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*.right-img:hover{

}*/
@font-face {
  font-family: "iconfont";
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont.eot?t=1484637342637');
  /* IE9*/
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont.eot?t=1484637342637#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont.woff?t=1484637342637') format('woff'),
    /* chrome, firefox */
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont.ttf?t=1484637342637') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont.svg?t=1484637342637#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e659";
  font-size: 26px;
  cursor: pointer;
  padding-right: 5%;
}

.icon-msnui-cart:before {
  content: "\e672";
  font-size: 24px;
}

.icon-search:before {
  content: "\e671";
  font-size: 32px;
  color: #999;
}

.icon-facebook:before {
  content: "\e68f";
}

.icon-twitter:before {
  content: "\e640";
}

.icon-linkedin:before {
  content: "\e6f0";
}

.icon-type:before {
  content: "\e636";
  font-size: 16px;
}

.icon-pinterest:before {
  content: "\e623";
}

.icon-start:before {
  content: "\e61f";
}

.icon-google:before {
  content: "\e635";
}

.icon-youjiantou:before {
  content: "\e63b";
  /*color:#0C93D8;*/
  font-size: 20px;
}

.icon-down:before {
  content: "\e664";
  font-size: 30px;
}

.icon-up:before {
  content: "\e605";
}

@font-face {
  font-family: "iconfont1";
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont1.eot?t=1501474907224');
  /* IE9*/
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont1.eot?t=1501474907224#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont1.woff?t=1501474907224') format('woff'),
    /* chrome, firefox */
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont1.ttf?t=1501474907224') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font/iconfont1.svg?t=1501474907224#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont1 {
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e606";
}

.icon-plus1:before {
  content: "\e600";
}

/****************Responsive style**************/
.row {
  width: 100%;
  overflow: hidden;
}

.container-fuil {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.crumbs {
  color: #fff;
  font-size: 12px;
}

.crumbs a {
  color: #fff;
}

.crumbs a:hover {
  color: #fff;
}

.table-responsive {
  overflow: auto;
  width: 100%;
}

.graybg {
  background-color: #F5F5F5;
}

.modular {
  width: 100%;
  padding: 80px 0 60px 0;
}

#banner.inside-pages-banner {
  height: 400px;
}

.copy-btn {
  display: inline-block;
  width: 92px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  background: #008ed6;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-xs-1 {
    width: 8.33%;
  }

  .col-xs-2 {
    width: 16.66%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33%;
  }

  .col-xs-5 {
    width: 41.66%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33%;
  }

  .col-xs-8 {
    width: 66.66%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33%;
  }

  .col-xs-11 {
    width: 91.66%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .brands-product-bottom {
    border-bottom: 1px solid #f5f5f5;
  }

  .say-box {
    padding: 20px 0 0 0 !important;
  }

  .hide767 {
    display: none;
  }

}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33%;
  }

  .col-sm-2 {
    width: 16.66%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33%;
  }

  .col-sm-5 {
    width: 41.66%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33%;
  }

  .col-sm-8 {
    width: 66.66%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33%;
  }

  .col-sm-11 {
    width: 91.66%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-offset-2 {
    margin-left: 16.66%;
  }

  .hide768 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33%;
  }

  .col-md-2 {
    width: 16.66%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33%;
  }

  .col-md-5 {
    width: 41.66%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33%;
  }

  .col-md-8 {
    width: 66.66%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33%;
  }

  .col-md-11 {
    width: 91.66%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-20 {
    width: 20%;
  }

  .col-offset-1 {
    margin-left: 5.56%;
  }

  .col-md-offset-1 {
    margin-left: 8.33%;
  }

  .col-md-offset-2 {
    margin-left: 16.66%;
  }

  .col-md-offset-4 {
    margin-left: 33.33%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-5ps {
    width: 20%;
  }
}

@media screen and (max-width: 992px) {
  .h1 {
    font-size: 26px;
  }
}

[class*="col-md"],
[class*="col-sm"],
[class*="col-xs"] {
  float: left;
  padding: 15px 0;
}

/*router-switch icon*/
@font-face {
  font-family: "iconfont-n";
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font-n/iconfont.eot?t=1555050138039');
  /* IE9 */
  src: url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font-n/iconfont.eot?t=1555050138039#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font-n/iconfont.woff?t=1555050138039') format('woff'),
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font-n/iconfont.ttf?t=1555050138039') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('https://www.router-switch.com/skin/frontend/yejian/default/qing/font-n/iconfont.svg?t=1555050138039#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont-n {
  font-family: "iconfont-n" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-n:before {
  content: "\e8f0";
}

@media screen and (max-width:991px) and (min-width:768px) {
  .col-sm-offset-2 {
    margin-left: 16.66%;
  }
}
/*common*/
.brands-product [class*="col"] {
  padding: 0;
}

.section-class {
  padding: 80px 0;
}

.cms-home .container {
  padding: 0;
}

/*figure*/
.figure {
  width: 100%;
  height: auto;
  text-align: center;
}

.figure-change {
  padding: 23px 0;
}

.figure-classification li:first-child {
  width: 55px;
  height: 50px;
  margin: 0 auto;
}

.figure .countries {
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -35px 7px;
}

.figure .customers {
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -214px 7px;
}

.figure .users {
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -381px 7px;
}

.figure .years {
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -555px 7px;
}

.figure .available {
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -753px 7px;
}

.figure .price {
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -942px 7px;
}

.figure-change a {
  text-decoration: none;
}

.figure-classification li:nth-child(2) {
  font-size: 18px;
  font-family: YeSans;
  color: #444;
  font-weight: 600;
}

.figure-classification li:nth-child(3) {
  color: #9C9C9C;
  font-size: 13px;
  margin-top: 2px;
}

.figure-change:hover {
  background: #008ED6;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

.brands p.center.green,
.services p.center.white,
.solutions p.center,
.say p.green.center {
  font-size: 14px;
}

.figure-change:hover .figure-classification li:nth-child(3),
.figure-change:hover .figure-classification li:nth-child(2) {
  color: #fff;
}

.figure-change:hover .countries {
  background-position: -79px 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.figure-change:hover .customers {
  background-position: -259px 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.figure-change:hover .users {
  background-position: -433px 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.figure-change:hover .years {
  background-position: -606px 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.figure-change:hover .available {
  background-position: -808px 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.figure-change:hover .price {
  background-position: -1004px 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/*brans cisco*/
.brands {
  background: #F8F8F8;
  position: relative;
}

.brands-product {
  background-color: #fff;
}

.brands-but-box {
  margin: 30px 0 20px 0;
}

.brands-but-box ul {
  width: 90%;
  margin: 0 auto;
  margin-left: 5%;
}

.brands-but-box li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
}

.brands-but-box li.active,
.brands-but-box li:hover {
  color: #008ed6;
}

.switch {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url('/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028');
  background-repeat: no-repeat;
}

.switch1 {
  background-position: -20px -595px;
}

.switch2 {
  background-position: -95px -595px;
}

.switch3 {
  background-position: -174px -595px;
}

.switch4 {
  background-position: -260px -595px;
}

.switch5 {
  background-position: -345px -595px;
}

.brands-but-box li.active .switch1,
.brands-but-box li:hover .switch1 {
  background-position: -429px -595px;
}

.brands-but-box li.active .switch2,
.brands-but-box li:hover .switch2 {
  background-position: -504px -595px;
}

.brands-but-box li.active .switch3,
.brands-but-box li:hover .switch3 {
  background-position: -583px -595px;
}

.brands-but-box li.active .switch4,
.brands-but-box li:hover .switch4 {
  background-position: -669px -595px;
}

.brands-but-box li.active .switch5,
.brands-but-box li:hover .switch5 {
  background-position: -754px -595px;
}

.brands-product-left {
  width: 100%;
  height: 580px;
  padding: 40px 0;
  background-size: cover;
}

.brands-product-router {
  background-image: url('/skin/frontend/yejian/default/images/home/networking-bg.jpg');
}

.brands-product-rack {
  background-image: url('/skin/frontend/yejian/default/images/home/servers-storages-bg.jpg');
}

.brands-product-access {
  background-image: url('/skin/frontend/yejian/default/images/home/optical-networking-bg.jpg');
}

.brands-product-cameras {
  background-image: url('/skin/frontend/yejian/default/images/home/iot-bg.jpg');
}

.brands-product-what-5g {
  background-image: url('/skin/frontend/yejian/default/images/home/5g-terminal-bg.jpg');
}

.brands-product-left-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 36px;
}

.brands-product-left-img {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.brands-product-left-text {
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
}

.brands-product-left-btn {
  display: block;
  width: 160px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  margin: 10px auto 0 auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.brands-product-left-btn:hover {
  text-decoration: none;
  color: #DC1A1A;
  background-color: #fff;
}

.brands-product-servers-storages .brands-product-left-btn:hover {
  color: #00B489;
}

.brands-product-iot .brands-product-left-btn:hover {
  color: #2178DF;
}

.brands-product-network .brands-product-left-btn:hover {
  color: #0090D7;
}

.brands-product-5g .brands-product-left-btn:hover {
  color: #8681ee;
}

.brands-product-middle {
  height: 290px;
  padding: 40px 20px 0 20px;
}

.brands-product-middle-title {
  font-size: 24px;
  color: #333;
}

.brands-product-text {
  padding-top: 15px;
  font-size: 14px;
  padding-right: 15px;
}

.brands-product-btn {
  display: block;
  width: 122px;
  height: 33px;
  line-height: 33px;
  color: #0091E2;
  border: 1px solid #0091E2;
  border-radius: 3px;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.brands-product-optical-networking .brands-product-btn {
  border-color: #DC1A1A;
  color: #DC1A1A;
}

.brands-product-optical-networking .brands-product-btn:hover {
  background-color: #DC1A1A;
  color: #fff;
}

.brands-product-servers-storages .brands-product-btn {
  border-color: #00B489;
  color: #00B489;
}

.brands-product-servers-storages .brands-product-btn:hover {
  background-color: #00B489;
  color: #fff;
}

.brands-product-iot .brands-product-btn {
  border-color: #2178DF;
  color: #2178DF;
}

.brands-product-iot .brands-product-btn:hover {
  background-color: #2178DF;
  color: #fff;
}

.brands-product-network .brands-product-btn {
  border-color: #0090D7;
  color: #0090D7;
}

.brands-product-network .brands-product-btn:hover {
  background-color: #0090D7;
  color: #fff;
}

.brands-product-5g .brands-product-btn {
  border-color: #8681ee;
  color: #8681ee;
}

.brands-product-5g .brands-product-btn:hover {
  background-color: #8681ee;
  color: #fff;
}

.brands-product-title {
  display: block;
  color: #333;
  font-size: 16px;
}

.brands-product-bottom {
  height: 145px;
  border-top: 1px solid #F4F4F4;
  padding: 15px 20px 0 20px;
}

.brands-product-bottom .brands-product-text {
  padding-top: 5px;
  font-size: 12px;
}

.brands-product-link {
  display: inline-block;
  font-size: 14px;
  color: #008ed6;
  padding-top: 15px;
}

.brands-product-right {
  padding: 15px 15px 0 15px;
  height: 193px;
  border-left: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}

.brands-product-right .brands-product-text {
  font-size: 12px;
  padding-top: 5px;
}

.brans-banner {
  width: 100%;
  position: relative;
  height: 598px;
  background: #e8e8e8;
  background: -webkit-radial-gradient(#Fff 10%, #e8e8e8);
  background: -o-radial-gradient(#Fff 10%, #e8e8e8);
  background: -moz-radial-gradient(#Fff 10%, #e8e8e8);
  background: radial-gradient(#Fff 10%, #e8e8e8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.brans-banner-box {
  width: 100%;
  height: 100%;
}

.brans-banner-list {
  display: none;
}

.brans-banner-list-box {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.brans-banner-list-box img {
  margin-top: 111px;
}

.brans-ctrlbtn {
  position: absolute;
  overflow: hidden;
  bottom: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.brans-ctrlbtn li {
  float: left;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background: #DBDBDB;
  border-radius: 50%;
  cursor: pointer;
}

.brans-ctrlbtn li.active {
  background: #008ed6;
}

.brands-product {
  display: none;
}

.brands-product.active {
  display: block;
}

.size-move img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.size-move:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.size-move .move-right {
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.size-move:hover .move-right {
  padding-left: 5px;
}

.product-rotation {
  position: relative;
  height: 100%;
}

.product-rotation .brans-ctrlbtn {
  bottom: 8%;
}

.brans-banner-list-box .h1 {
  margin-top: 66px;
}

.brans-banner-list-box .h1 a {
  font-size: 26px;
  color: #666;
  text-decoration: none;
  font-family: YeSans;
}

.brans-right-top {
  margin-top: -5px;
  height: 294px;
  background: #e0e5e9;
  background: -webkit-radial-gradient(#Fff 10%, #e0e5e9);
  background: -o-radial-gradient(#Fff 10%, #e0e5e9);
  background: -moz-radial-gradient(#Fff 10%, #e0e5e9);
  background: radial-gradient(#Fff 10%, #e0e5e9);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.brans-right-top img {
  margin-top: 30px;
}

.brans-right-top .h1 a {
  color: #444;
  font-weight: 300;
  font-size: 22px;
  text-decoration: none;
  font-family: YeSans;
}

.brans-right-top .h1 {
  margin-top: 10px;
}

.brans-right-bottom {
  height: 294px;
}

.brans-right-bottom-left {
  background: #eeecea;
  background: -webkit-radial-gradient(#Fff 10%, #eeecea);
  background: -o-radial-gradient(#Fff 10%, #eeecea);
  background: -moz-radial-gradient(#Fff 10%, #eeecea);
  background: radial-gradient(#Fff 10%, #eeecea);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.brans-right-bottom-right {
  background: #dbe2e4;
  background: -webkit-radial-gradient(#Fff 10%, #dbe2e4);
  background: -o-radial-gradient(#Fff 10%, #dbe2e4);
  background: -moz-radial-gradient(#Fff 10%, #dbe2e4);
  background: radial-gradient(#Fff 10%, #dbe2e4);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.brans-right-bottom .h1 {
  line-height: 16px;
}

.brans-right-bottom .h1 a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  font-family: YeSans;
}

.brans-right-bottom img {
  margin-top: 30px;
}

.brands-prev,
.brands-next {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.brans-banner:hover .brands-prev,
.brans-banner:hover .brands-next {
  opacity: 0.8;
}

.brands-prev {
  left: 5%;
}

.brands-next {
  right: 5%;
}

.brans-banner:hover,
.brans-right-top:hover,
.brans-right-bottom:hover {
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.brands-view-all {
  color: #0089CF;
  font-size: 14px;
}

.brands-view-all:hover {
  text-decoration: underline !important;
}

/*brans HPE*/
#hpe-section-class {
  background: #fff;
}

.brands-but-box.brands-but-box-hpe li {
  width: 25%;
}

#hpe-section-class .brans-banner,
#hpe-section-class .brans-right-top,
#hpe-section-class .brans-right-bottom {
  background: #f6f6f6;
  background: -webkit-radial-gradient(#Fff 10%, #f6f6f6);
  background: -o-radial-gradient(#Fff 10%, #f6f6f6);
  background: -moz-radial-gradient(#Fff 10%, #f6f6f6);
  background: radial-gradient(#Fff 10%, #f6f6f6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/*brans Huawei*/
.brands-but-box.brands-but-box-huawei li {
  width: 25%;
}

/*nav-solutions*/

.nav-solutions {
  display: none;
  background: #F5F5F5;
  width: 440px;
  padding: 20px 30px;
  padding-bottom: 25px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.nav-solutions>li {
  float: left;
  width: 50%;
}

.nav-solutions>li>a {
  display: block;
  line-height: 26px;
  line-height: 24px;
}

.nav-solutions>li>a:hover {
  text-decoration: none;
  color: #008ED6;
}

.nav-solutions>li:nth-child(1) {
  font-size: 20px;
  margin: 10px 0;
  margin-bottom: 4px;
  color: #252328;
  float: none;
  width: 100%;
  padding-bottom: 5px;
}

.nav-solutions>li:nth-child(1) sup {
  font-size: 12px;
}

.nav-solutions>li:nth-child(2)>a {
  background-position: -3px -98px;
}

.nav-solutions>li:nth-child(2):hover>a {
  background-position: -3px -297px;
}

.nav-solutions>li:nth-child(3)>a {
  background-position: -3px -148px;
}

.nav-solutions>li:nth-child(3):hover>a {
  background-position: -3px -347px;
}

.nav-solutions>li:nth-child(4)>a {
  background-position: -3px -50px;
}

.nav-solutions>li:nth-child(4):hover>a {
  background-position: -3px -249px;
}

.nav-solutions>li:nth-child(5)>a {
  background-position: -3px -2px;
}

.nav-solutions>li:nth-child(5):hover>a {
  background-position: -3px -201px;
}

.nav-menu {
  display: none;
  background: #F5F5F5;
  width: 350px;
  padding: 30px 0;
  padding-bottom: 25px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
  overflow: hidden;
}

#devices-5g:hover .nav-menu {
  width: 300px;
}

#support-menu:hover .nav-menu,
#nav-promotions:hover .nav-menu,
#us-menu:hover .nav-menu,
#buy-mune:hover .nav-menu,
#devices-5g:hover .nav-menu,
#nav-promotions:hover .nav-promotion {
  display: block;
}

.nav-menu li {
  float: left;
  width: 50%;
  padding-left: 30px;
}

.nav-menu li:nth-child(2n) {
  padding-left: 15px;
}

.nav-menu a {
  display: block;
  line-height: 24px;
}

.nav-menu a:hover {
  text-decoration: none;
}

.nav-promotion {
  display: none;
  background: #F5F5F5;
  width: 485px;
  padding: 30px 0;
  padding-bottom: 25px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.nav-promotion>li {
  float: left;
}

.nav-promotion-left {
  width: 160px;
  padding-left: 30px;
}

.nav-promotion-left li.active a {
  color: #008ed6;
}

.nav-promotion-left a {
  line-height: 24px;
}

.nav-promotion-left a:hover {
  text-decoration: none;
}

.nav-promotion-right {
  padding-left: 15px;
  /* border-left: 1px solid #DFDFDF; */
}

.nav-promotion-right li {
  display: none;
  position: relative;
}

.nav-promotion-right li.active {
  display: block;
}

.nav-promotion-right-position {
  position: absolute;
  top: 50%;
  left: 25px;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nav-promotion-right-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}

.nav-promotion-right-btn {
  display: inline-block;
  padding: 5px 25px;
  background: #fff;
  color: #333;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.nav-promotion-right-btn:hover {
  text-decoration: none;
  color: #008ed6;
}

/*nav-community*/

.nav-community {
  width: 500px;
  background-color: #F5F5F5;
  padding: 30px 40px;
  margin-left: -50%;
  display: none;
  overflow: hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.nav-community>ul {
  float: left;
}

.nav-community>ul>li {
  line-height: 26px;
}

.nav-community>ul>li:nth-child(1) {
  font-size: 20px;
  margin-bottom: 10px;
  color: #252328;
}

.nav-community>ul>li a {
  padding-right: 25px;
}

.nav-community>ul>li a:hover {
  text-decoration: none;
}

.nav-community>ul>li a i.iconfont {
  font-size: 14px;
  color: #a3a3a3;
  padding-right: 5px;
}

.nav-community-blog-img,
.nav-community-forum-img {
  display: inline-block;
  padding-left: 22px;
  background-image: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/Solutions_icon.png");
  background-repeat: no-repeat;
}

.icon-facebook-box:hover .icon-facebook {
  color: #5089D3;
}

.icon-pinterest-box:hover .icon-pinterest {
  color: #E0333A;
}

.icon-twitter-box:hover .icon-twitter {
  color: #41BFF5;
}

.icon-google-box:hover .icon-google {
  color: #EC6E60;
}

/*say*/

.say {
  width: 100%;
  padding: 80px 0;
  background-color: #F2F3F7;
}

#say-case {
  overflow: hidden;
  max-height: 160px;
  margin-top: 80px;
}

.say-comment {
  width: 448px;
  height: 54px;
  margin: 15px auto 0 auto;
}

.say-comment a {
  display: inline-block;
}

.say-comment span {
  display: inline-block;
  width: 1px;
  height: 80%;
  margin: 0 5px;
  background: #A2A2A2;
}

.person {
  width: 90px;
  height: 90px;
  display: block;
  background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201026") no-repeat;
  margin-right: 15px;
}

.person1 {
  background-position: -51px -475px;
}

.person2 {
  background-position: -175px -475px;
}

.person3 {
  background-position: -300px -475px;
}

.person4 {
  background-position: -429px -475px;
}

.person5 {
  background-position: -561px -475px;
}

.person6 {
  background-position: -689px -475px;
}

.person7 {
  background-position: -953px -598px;
}

.person8 {
  background-position: -830px -598px;
}

.person9 {
  background-position: -1076px -598px;
}

.person-name {
  font-size: 14px;
  font-weight: 600;
}

p.person-name {
  font-weight: 400;
}

div.person-name {
  color: #373D41;
  padding-top: 25px;
}

.quotation-marks {
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding-left: 5px;
}

.quotation-marks span {
  color: #008ed6;
}

.say-review {
  font-size: 14px;
  font-weight: 600;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -40px;
  left: 50px;
}

.arrow * {
  display: block;
  border-width: 20px;
  position: absolute;
  border-style: solid dashed dashed dashed;
  font-size: 0;
  line-height: 0;
}

.arrow em {
  border-color: #F2F3F7 transparent transparent;
}

.arrow span {
  border-color: #FFF transparent transparent;
  top: -7px;
}

.say-box {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  position: relative;
  min-height: 240px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.say-box:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.say-text {
  line-height: 18px;
  margin-top: 15px;
}

.say-box a {
  color: #008ED6;
}

.say-banner-box {
  display: none;
}

.say-banner-box [class*="col"] {
  padding: 15px 8px;
}

.say-start {
  text-align: right;
}

.say-start i {
  font-size: 12px;
  color: #F3B60E;
}

.say-circle {
  width: 60px;
  margin: 0 auto;
  overflow: hidden;
}

.say-circle li {
  float: left;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #C4CACD;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.say-circle li.say-active {
  background: #008ED6;
}

.person-box {
  margin: 25px 0 0 25px;
}

.circle-switch {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.circle-switch li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #C4CACD;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.circle-switch li.active {
  background-color: #008ed6;
}

#text-swiper {
  display: inline-block;
  height: 38px;
  margin-bottom: -10px;
}

#text-swiper .swiper-slide {
  text-align: left;
}

/* Trusted by Partners */
.customer-logo .h1 {
  color: #333;
  margin-bottom: 0;
}

.customer-logo-banner {
  margin-top: 30px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.customer-logo-banner b {
  display: block;
  width: 150px;
  height: 60px;
  margin: 0 auto;
  background-image: url('/skin/frontend/yejian/default/qing/images/brand.png');
  background-repeat: no-repeat;
}

.customer-logo-banner .brans-ctrlbtn {
  bottom: 0;
}

.customer-logo-banner .brans-ctrlbtn li {
  width: 10px;
  height: 10px;
}

.customer-logo-icon1 {
  background-position: -23px -363px;
}

.customer-logo-icon2 {
  background-position: -232px -363px;
}

.customer-logo-icon3 {
  background-position: -451px -363px;
}

.customer-logo-icon4 {
  background-position: -652px -363px;
}

.customer-logo-icon5 {
  background-position: -865px -363px;
}

.customer-logo-icon6 {
  background-position: -1075px -363px;
}

.customer-logo-icon7 {
  background-position: -23px -451px;
}

.customer-logo-icon8 {
  background-position: -232px -451px;
}

.customer-logo-icon9 {
  background-position: -451px -451px;
}

.customer-logo-icon10 {
  background-position: -652px -446px;
}

.customer-logo-icon11 {
  background-position: -865px -446px;
}

.customer-logo-icon12 {
  background-position: -1075px -446px;
}

.customer-logo-icon13 {
  background-position: -23px -540px;
}

.customer-logo-icon14 {
  background-position: -232px -537px;
}

.customer-logo-icon15 {
  background-position: -443px -540px;
}

.customer-logo-icon16 {
  background-position: -652px -536px;
}

.customer-logo-icon17 {
  background-position: -865px -540px;
}

.customer-logo-icon18 {
  background-position: -1075px -537px;
}

.customer-logo-icon1:hover {
  background-position: -22px -1179px;
}

.customer-logo-icon2:hover {
  background-position: -231px -1179px;
}

.customer-logo-icon3:hover {
  background-position: -450px -1179px;
}

.customer-logo-icon4:hover {
  background-position: -651px -1179px;
}

.customer-logo-icon5:hover {
  background-position: -864px -1179px;
}

.customer-logo-icon6:hover {
  background-position: -1074px -1179px;
}

.customer-logo-icon7:hover {
  background-position: -22px -1267px;
}

.customer-logo-icon8:hover {
  background-position: -231px -1267px;
}

.customer-logo-icon9:hover {
  background-position: -450px -1267px;
}

.customer-logo-icon10:hover {
  background-position: -651px -1262px;
}

.customer-logo-icon11:hover {
  background-position: -864px -1262px;
}

.customer-logo-icon12:hover {
  background-position: -1074px -1262px;
}

.customer-logo-icon13:hover {
  background-position: -22px -1356px;
}

.customer-logo-icon14:hover {
  background-position: -231px -1353px;
}

.customer-logo-icon15:hover {
  background-position: -442px -1356px;
}

.customer-logo-icon16:hover {
  background-position: -651px -1352px;
}

.customer-logo-icon17:hover {
  background-position: -864px -1356px;
}

.customer-logo-icon18:hover {
  background-position: -1074px -1353px;
}

.customer-logo-icon19 {
  background-position: -17px -634px;
}

.customer-logo-icon20 {
  background-position: -235px -634px;
}

.customer-logo-icon21 {
  background-position: -442px -636px;
}

.customer-logo-icon22 {
  background-position: -652px -634px;
}

.customer-logo-icon23 {
  background-position: -865px -636px;
}

.customer-logo-icon24 {
  background-position: -1082px -634px;
}

.customer-logo-icon25 {
  background-position: -17px -735px;
}

.customer-logo-icon26 {
  background-position: -230px -735px;
}

.customer-logo-icon27 {
  background-position: -442px -731px;
}

.customer-logo-icon28 {
  background-position: -652px -733px;
}

.customer-logo-icon29 {
  background-position: -865px -730px;
}

.customer-logo-icon30 {
  background-position: -1084px -728px;
}

.customer-logo-icon31 {
  background-position: -18px -830px;
}

.customer-logo-icon32 {
  background-position: -232px -824px;
}

.customer-logo-icon33 {
  background-position: -443px -829px;
}

.customer-logo-icon34 {
  background-position: -652px -829px;
}

.customer-logo-icon35 {
  background-position: -865px -826px;
}

.customer-logo-icon36 {
  background-position: -1085px -825px;
}

.customer-logo-icon19:hover {
  background-position: -16px -1450px;
}

.customer-logo-icon20:hover {
  background-position: -235px -1450px;
}

.customer-logo-icon21:hover {
  background-position: -441px -1452px;
}

.customer-logo-icon22:hover {
  background-position: -651px -1450px;
}

.customer-logo-icon23:hover {
  background-position: -864px -1452px;
}

.customer-logo-icon24:hover {
  background-position: -1081px -1450px;
}

.customer-logo-icon25:hover {
  background-position: -16px -1551px;
}

.customer-logo-icon26:hover {
  background-position: -229px -1551px;
}

.customer-logo-icon27:hover {
  background-position: -441px -1547px;
}

.customer-logo-icon28:hover {
  background-position: -651px -1549px;
}

.customer-logo-icon29:hover {
  background-position: -864px -1546px;
}

.customer-logo-icon30:hover {
  background-position: -1083px -1544px;
}

.customer-logo-icon31:hover {
  background-position: -17px -1646px;
}

.customer-logo-icon32:hover {
  background-position: -231px -1640px;
}

.customer-logo-icon33:hover {
  background-position: -442px -1645px;
}

.customer-logo-icon34:hover {
  background-position: -651px -1645px;
}

.customer-logo-icon35:hover {
  background-position: -864px -1642px;
}

.customer-logo-icon36:hover {
  background-position: -1084px -1641px;
}

.customer-logo-icon37 {
  background-position: -12px -922px;
}

.customer-logo-icon38 {
  background-position: -228px -922px;
}

.customer-logo-icon39 {
  background-position: -439px -919px;
}

.customer-logo-icon40 {
  background-position: -652px -920px;
}

.customer-logo-icon41 {
  background-position: -870px -920px;
}

.customer-logo-icon42 {
  background-position: -1089px -920px;
}

.customer-logo-icon43 {
  background-position: -10px -1013px;
}

.customer-logo-icon44 {
  background-position: -230px -1010px;
}

.customer-logo-icon45 {
  background-position: -442px -1007px;
}

.customer-logo-icon46 {
  background-position: -652px -1007px;
}

.customer-logo-icon47 {
  background-position: -871px -1010px;
}

.customer-logo-icon48 {
  background-position: -1090px -1010px;
}

.customer-logo-icon49 {
  background-position: -3px -1092px;
}

.customer-logo-icon50 {
  background-position: -224px -1090px;
}

.customer-logo-icon51 {
  background-position: -436px -1086px;
}

.customer-logo-icon52 {
  background-position: -652px -1087px;
}

.customer-logo-icon53 {
  background-position: -870px -1085px;
}

.customer-logo-icon54 {
  background-position: -1090px -1085px;
}

.customer-logo-icon37:hover {
  background-position: -11px -1738px;
}

.customer-logo-icon38:hover {
  background-position: -227px -1738px;
}

.customer-logo-icon39:hover {
  background-position: -438px -1735px;
}

.customer-logo-icon40:hover {
  background-position: -651px -1736px;
}

.customer-logo-icon41:hover {
  background-position: -869px -1736px;
}

.customer-logo-icon42:hover {
  background-position: -1088px -1736px;
}

.customer-logo-icon43:hover {
  background-position: -9px -1829px;
}

.customer-logo-icon44:hover {
  background-position: -229px -1826px;
}

.customer-logo-icon45:hover {
  background-position: -441px -1823px;
}

.customer-logo-icon46:hover {
  background-position: -651px -1823px;
}

.customer-logo-icon47:hover {
  background-position: -870px -1826px;
}

.customer-logo-icon48:hover {
  background-position: -1089px -1826px;
}

.customer-logo-icon49:hover {
  background-position: -2px -1908px;
}

.customer-logo-icon50:hover {
  background-position: -223px -1906px;
}

.customer-logo-icon51:hover {
  background-position: -435px -1902px;
}

.customer-logo-icon52:hover {
  background-position: -651px -1903px;
}

.customer-logo-icon53:hover {
  background-position: -869px -1901px;
}

.customer-logo-icon54:hover {
  background-position: -1089px -1901px;
}

/* Request a Quote or Need Technical Support */
.quote-support {
  width: 100%;
  height: 159px;
  background-image: url('/skin/frontend/yejian/default/qing/images/request-a-quote.jpg');
  background-size: cover;
}

.quote-support-box {
  padding-top: 43.5px;
}

.quote-support-box>div {
  font-size: 24px;
  text-align: center;
}

.quote-support-box a {
  display: block;
  width: 196px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #008ed6;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.quote-support-box a:hover {
  text-decoration: none;
  background-color: #0780bf;
}

.say-client-box img{
  display: none;
}

.say-client-box img.say-img-active{
  display: block;
}

@media screen and (max-width: 1200px) {
  .say-client-box>li:last-child {
    display: none;
  }

  .say-client-box>li {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .say-client-box>li:nth-child(5) {
    display: none;
  }

  .say-client-box>li {
    width: 25%;
  }

  #navigation-quick {
    display: none;
  }

  .brands-but-box ul {
    width: 100%;
    margin-left: 0;
  }

  .brans-right-top {
    margin-left: 0;
  }

  .brans-right-bottom-left {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {

  div.say-btn.iconfont,
  .say-client-box>li:nth-child(4),
  .say-client-box>li:nth-child(3) {
    display: none;
  }

  .say-row-box {
    width: 100%;
  }

  .say-client-box>li {
    width: 50%;
  }

  .say-client-box>li>img {
    width: 100%;
    max-width: 100%;
  }
}


/*foot*/

.foot {
  width: 100%;
  padding: 30px 0;
  background: #232F3E;
}

.foot-title {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
  font-family: YeSans;
  font-weight: 300;
}

.foot-title.foot-inpute {
  font-size: 14px;
  font-weight: 400;
}

.foot [type=email],
.foot #newsletter {
  background: #1E2834;
  border: 1px solid #ccc;
  padding: 8px 10px;
  width: 60%;
  margin-right: 5px;
  color: #ccc;
  /*float: left;*/
}

#newsletter-submit {
  display: inline-block;
  background: transparent;
  width: 30%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  float: right;
  margin-right: 20px;
  border: 1px solid #ccc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-decoration: none;
}

#newsletter-submit:hover {
  background-color: #008ED6;
  border-color: #008ED6;
}

.mcaf-trust {
  overflow: hidden;
  min-width: 290px;
}

.footer-img {
  overflow: hidden;
  /*width: 342px;*/
  margin-top: 10px;
  padding-left: 110px;
}

.footer-img li {
  margin-right: 5px;
  position: relative;
}

.footer-imgs {
  width: 52px;
  height: 30px;
  background: url(/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028) no-repeat;
}

.footer-img-master {
  background-position: -17px -364px;
}

.footer-img-visa {
  background-position: -73px -364px;
}

.footer-img-paypal {
  background-position: -130px -364px;
}

.footer-img-discover {
  background-position: -187px -364px;
}

.footer-img-ameriacn {
  background-position: -245px -364px;
}

.footer-img-jcb {
  background-position: -300px -364px;
}

.footer-img li p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #21262a;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-img li:hover p {
  opacity: 0;
}

.footer-img li img {
  display: block;
}

/*Luck draw banner*/

.luck-draw-banner {
  width: 100%;
  min-height: 220px;
  background-image: url(https://www.router-switch.com/skin/frontend/yejian/default/qing/images/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #EFF3F4;
  padding-top: 1px;
}

.luck-draw-crumb {
  padding-top: 15px;
  font-size: 12px;
  color: #636363;
}

.luck-draw-crumb a {
  color: #636363;
  text-decoration: none;
}

.luck-draw-crumb a:hover {
  color: #008ED6;
}

.luck-draw-banner .h1 {
  margin-top: 50px;
  color: #333;
}

.luck-draw-banner p {
  color: #666;
  font-size: 16px;
}

.luck-draw-content {
  margin: 0 0 3px 0;
}

.luck-draw-red {
  color: #DB0001;
}


/*luck draw*/

.luck-draw {
  padding: 10px 0 30px 0;
}

.luck-draw-box {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.luck-draw-box .drawBtn {
  position: absolute;
  width: 7rem;
  height: auto;
  left: 50%;
  margin-left: -3.5rem;
  -moz-transform-origin: center 61%;
  -ms-transform-origin: center 61%;
  -o-transform-origin: center 61%;
  -webkit-transform-origin: center 61%;
  transform-origin: center 61%;
  top: 162px;
  cursor: pointer;
}

.luck-draw .h1 {
  margin-bottom: 10px;
  color: #333;
}

.luck-draw p {
  color: #666;
  font-size: 12px;
}

.luck-draw-total {
  margin-top: 30px;
}

.scrollbox-box {
  width: 455px;
  padding: 0 15px 15px 15px;
  background: #E9EDEE;
  border-radius: 3px;
}

#scrollBox {
  height: 100px;
  width: 100%;
  background: #F9F9F9;
  overflow: hidden;
}

#scrollBox #con1,
#con2 {
  width: 100%;
  float: left;
}

#scrollBox li {
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
}

#scrollBox [class*="col-md"] {
  padding: 0;
}

.scrollbox-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.scrollbox-title-box {
  width: 180px;
  margin: 0 auto;
}

.scrollbox-title i {
  width: 22px;
  height: 40px;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/qing/images/xing.png) no-repeat center center;
}

.luck-draw-rules,
.luck-draw-Coupons {
  color: #666;
  font-size: 12px;
  margin-top: 30px;
}

.luck-draw-rules a {
  color: #008ED6;
}

.luck-draw-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.luck-draw-rules li {
  line-height: 24px;
}

.luck-draw-Coupons li {
  line-height: 20px;
}

.lottery-index-index .main-container .main {
  max-width: 100%;
}

.account-lottery li {
  margin-right: 5px;
  margin-top: 10px;
}

.account-lottery-box {
  width: 232px;
  height: 42px;
  background: url('/skin/frontend/yejian/default/images/gift_bg.jpg') no-repeat;
  color: #fff;
}

.account-lottery-left {
  display: inline-block;
  width: 55px;
  height: 100%;
  text-align: center;
  border-right: 1px dashed #fff;
  font-weight: 600;
  font-size: 24px;
}

.account-lottery-left img {
  margin-top: 7px;
}

.account-lottery-right {
  display: inline-block;
  padding-left: 5px;
  line-height: 16px;
}

.account-lottery-right p {
  position: relative;
  top: 5px;
}

.account-lottery-right p b {
  font-size: 13px;
}

.account-lottery [class*="col"] {
  padding-top: 10px;
}

/* RSCare to Build the Advantages to Expand Opportunities/Extend Capabilities/Increase Margin. */
.rscare .h1 {
  color: #333;
  margin-bottom: 0;
}

.rscare .h1 i {
  font-weight: 600;
}

#rscare-swiper {
  margin-top: 40px;
}

.rscare-box {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.rscare-img {
  position: relative;
  overflow: hidden;
}

.rscare-img img {
  display: block;
}

.rscare-img>div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -284px;
  padding: 7px 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.rscare-box:hover .rscare-img>div {
  padding: 50px 0 0 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.rscare-title {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.rscare-text {
  padding: 15px 20px;
}

.rscare-text li {
  list-style-type: decimal;
  margin-left: 10px;
  line-height: 16px;
  margin-bottom: 5px;
}

#rscare-swiper .swiper-button-next,
#rscare-swiper .swiper-button-prev {
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .offset-xs-1 {
    margin-left: 8.33%;
  }

  .offset-xs-4 {
    margin-left: 33.33%;
  }

  .foot-title {
    font-size: 16px;
  }

  footer .container,
  .foot .container {
    padding: 0 15px !important;
  }
}

@media screen and (max-width: 991px) and (min-width:768px) {
  .offset-sm-1 {
    margin-left: 8.33%;
  }

  .offset-sm-2 {
    margin-left: 16.66%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 25%;
  }

  .foot #newsletter {
    width: 69%;
  }

  .scrollbox-box {
    margin: 0 auto;
  }
}

@media screen and (max-width:991px) and (min-width: 480px) {
  .foot [type=email] {
    width: 225px;
  }

  #newsletter-submit {
    width: 115px;
  }
}

.social {
  float: right;
  margin-top: 7px;
}

.social a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #fff !important;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.12);
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.social a:hover {
  background: #008ED6;
  text-decoration: none;
}

.foot-box li {
  line-height: 26px;
}

.foot-box li a {
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
}

.foot-box li a:hover {
  color: #008ED6;
}


/*footer*/

footer {
  background: #131A22;
  padding: 8px 0;
}

@media screen and (max-width: 991px) {
  .footer-img {
    margin: 0 auto;
    float: none;
    max-width: 342px;
    padding: 0;
  }

  footer p {
    text-align: center;
  }

  .mcaf-trust {
    margin: 0 auto;
    float: none;
    width: 290px;
    margin-top: 10px;
  }

  .footer-media {
    width: 245px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }


}

.skip-cart .icon {
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/icon_sprite.png") no-repeat 0px -82px;
  height: 100%;
  width: 25px;
}

.skip-account .icon {
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/icon_sprite.png") no-repeat 7px -45px;
}

.skip-search .icon {
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/icon_sprite.png") no-repeat 6px -146px;
}

.header-login-box {
  position: absolute;
  top: 19px;
  right: 0;
  vertical-align: middle;
}

#navigation-quick {
  position: absolute;
  top: 26px;
  right: 160px;
  font-size: 14px;
  padding: 7.5px 15px;
  border: 2px solid #008ed6;
  color: #008ed6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#navigation-quick:hover {
  background: #1A95D5;
  color: #fff;
  border-color: #1A95D5;
  text-decoration: none;
}

.navigation-line {
  width: 100vw;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: -1;
}

.header-login {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 16px;
}

.header-login-img {
  float: left;
  width: 46px;
  height: 46px;
}

.login-succeed-img {
  float: right;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: 2px;
}

.header-login-img {
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/icon_sprite.png") no-repeat 20px -34px;
}

.login-succeed-img {
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/login-succeed-img.png") no-repeat center center;
  background-size: 30px 30px;
  border-radius: 50%;
  float: right;
  margin-top: 12px;
}

.header-login-box .dropdown {
  position: absolute;
  top: 44px;
  right: 0;
  width: 220px;
  background: #F5F5F5;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
}

.header-login-box .dropdown dl a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  text-decoration: none;
}

.header-login-box .dropdown a:hover {
  background: #E8E8E8;
}

.header-login:hover {
  text-decoration: none;
  color: #7a7a7a;
}

.header-login>div {
  font-size: 10px;
  color: #313131;
}

#header-search span.search-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 10px;
  background: url(/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028) no-repeat -605px -363px;
  cursor: pointer;
}

#header-search span.search-up {
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  top: -11px;
  right: 25.5%;
}

#wordwide {
  background: url("https://www.router-switch.com/skin/frontend/yejian/default/qing/images/language-img.png") no-repeat 13px 7px;
  background-size: 15px 15px;
  float: right;
  width: 100px;
}

#wordwide>a {
  padding-left: 32px;
}

#top-currency>a {
  display: block;
  width: 100%;
  padding-left: 15px;
}

#top-currency {
  float: right;
  width: 75px;
}


/*vague*/

#vague {
  display: none;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: fixed;
  z-index: 1000;
  top: 0;
}

/* A Leading Network Hardware Supplier */
.brand-supplier {
  background-color: #E9ECF3;
}

.brand-supplier .h1 {
  color: #333;
  margin-bottom: 0;
}

.brand-box {
  margin-top: 30px;
}

.brand-box a {
  display: block;
  width: 142px;
  height: 45px;
  margin: 0 auto;
  background-image: url('/skin/frontend/yejian/default/qing/images/brand.png');
  background-repeat: no-repeat;
}

.brand-cisco {
  background-position: -45px -37px;
}

.brand-huawei {
  background-position: -223px -37px;
}

.brand-hpe {
  background-position: -415px -37px;
}

.brand-del {
  background-position: -588px -37px;
}

.brand-zte {
  background-position: -777px -37px;
}

.brand-fortinet {
  background-position: -957px -37px;
}

.brand-hikvision {
  background-position: -48px -111px;
}

.brand-juniper {
  background-position: -227px -111px;
}

.brand-aruba {
  background-position: -414px -111px;
}

.brand-uniview {
  background-position: -588px -111px;
}

.brand-dahua {
  background-position: -776px -111px;
}

.brand-inspur {
  background-position: -962px -111px;
}

.brand-cisco:hover {
  background-position: -45px -199px;
}

.brand-huawei:hover {
  background-position: -223px -199px;
}

.brand-hpe:hover {
  background-position: -415px -199px;
}

.brand-del:hover {
  background-position: -588px -199px;
}

.brand-zte:hover {
  background-position: -777px -199px;
}

.brand-fortinet:hover {
  background-position: -957px -199px;
}

.brand-hikvision:hover {
  background-position: -48px -273px;
}

.brand-juniper:hover {
  background-position: -227px -273px;
}

.brand-aruba:hover {
  background-position: -414px -273px;
}

.brand-uniview:hover {
  background-position: -588px -274px;
}

.brand-dahua:hover {
  background-position: -776px -273px;
}

.brand-inspur:hover {
  background-position: -962px -272px;
}

@media screen and (max-width:770px) {
  #header #header-nav2 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-memu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-memu {
    display: none;
    width: 360px;
    background: #F2F3F5;
    color: #828D91;
    position: absolute;
    top: 102px;
    min-height: 100vh;
    z-index: 1000;
    padding: 20px 10px;
    animation: changewidth 0.3s;
    -webkit-animation: changewidth 0.3s;
  }

  .hide-memu li {
    line-height: 26px;
    cursor: pointer;
    border-bottom: 1px solid #DFDFDD;
  }

  .hide-memu a {
    padding: 10px 0;
  }

  .hide-memu a i {
    text-align: right;
  }

  .hide-menu-cisco,
  .cisco-list,
  .cisco-list-title {
    margin-left: 15px;
  }

  .hide-menu-cisco>li {
    line-height: 20px;
  }

  .cisco-list>li {
    line-height: 15px;
  }

  a.first-title,
  a.second-title,
  a.third-title,
  a.third-title {
    display: block;
    overflow: hidden;
  }

  a.first-title {
    font-size: 16px;
  }

  .second-title {
    font-size: 15px;
  }

  a.third-title {
    font-size: 14px;
  }

  .cisco-list-title>li {
    border: 0;
    line-height: 26px;
  }

  .cisco-list-title>li>a {
    font-size: 12px;
    color: #838D8F;
  }

  .scrollbox-box {
    width: 320px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 770px) {

  .header-login,
  #vague,
  .header-minicart .label,
  #header-search span.iconfont {
    display: none;
  }

  #vague {
    z-index: -1;
  }

  .skip-cart.skip-active span.icon {
    background-position: -50px -99px;
  }

  .skip-account.skip-active span.icon {
    background-position: -42px -45px;
  }

  .skip-search.skip-active span.icon {
    background-position: -44px -146px;
  }

  #search {
    padding-left: 10px;
  }

  #search_mini_form span.search-close {
    background-image: none;
  }

  #search_mini_form .input-box .button {
    background-color: transparent !important;
  }

  #search_mini_form .input-box .button:before {
    margin-top: -10px;
  }
}

@media screen and (min-width: 770px) {
  .header-minicart .label {
    display: none;
  }

  .account-cart-wrapper {
    width: 49px;
  }

  /*.header-top-container a,*/
  .rlinks>li:first-child {
    font-size: 12px;
    color: #818181 !important;
  }

  ul.lans .fastship i {
    background: url("/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028") no-repeat -519px -370px;
    display: inline-block;
    width: 35px;
    height: 13px;
    vertical-align: middle;
  }

  #search_mini_form .search-button:before {
    background: url(/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028) no-repeat -1174px -364px;
  }

  .skip-search.skip-active span.icon {
    background: url(/skin/frontend/yejian/default/qing/images/trustful_03.png?v=20201028) no-repeat -575px -361px;
  }
}

@media screen and (min-width: 992px) {
  .foot-list-box {
    width: 20%;
  }

  #search_mini_form .search-button {
    background: rgb(26, 149, 213) !important;
  }
}

@media screen and (max-width: 370px) {
  .footer-img li {
    width: 14%;
  }

  .footer-imgs {
    width: 100%;
  }

  .footer-img-master {
    background-position: -20px -364px;
  }

  .footer-img-visa {
    background-position: -78px -364px;
  }

  .footer-img-paypal {
    background-position: -134px -364px;
  }

  .footer-img-ameriacn {
    background-position: -248px -364px;
  }

  .footer-img-jcb {
    background-position: -307px -364px;
  }

  .footer-img-discover {
    background-position: -188px -364px;
  }
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Microsoft Yahei';
  width: 360px;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2,
.sweet-alert div.h2 {
  color: #575757;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 5px 0;
}

.sweet-alert p {
  color: #797979;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0;
  line-height: normal;
}

.sweet-alert button {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #AEDEF4;
  color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 25px;
  margin: 15px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #a1d9f2;
}

.sweet-alert button:active {
  background-color: #81ccee;
}

.sweet-alert button.cancel {
  background-color: #D0D0D0;
}

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}

.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}

.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sweet-alert .icon.error {
  border-color: #F27474;
}

.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}

.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .icon.warning {
  border-color: #F8BB86;
}

.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .icon.info {
  border-color: #C9DAE1;
}

.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .icon.success {
  border-color: #A5DC86;
}

.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}


@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
/*
	by tsz 2015.07.13
*/
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
}

a,
input,
select,
textarea {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #666;
}

/*.customer-address-index a{color:#3399cc; text-decoration:underline;}*/
.customer-address-index a:hover {
  text-decoration: none;
  color: #3399cc;
}

.buttons-set .back-link a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #666;
}

a:focus {
  outline: none;
}

.header-minicart a:hover {
  text-decoration: none;
  color: #ffffff;
}

.header-minicart #header-cart .product-details a:hover {
  text-decoration: underline;
  color: #1a95d5;
}

#header-cart .skip-active .product-details a:hover {
  color: #1a95d5;
  text-decoration: underline;
}

a:hover {
  outline: none;
  /*color:#666666;*/
}

a:fouce,
input,
select {
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.mt50 {
  margin-top: 20px;
}

.mt20 {
  margin-top: 20px;
}


select {
  line-height: 20px;
  padding: 6px 2px 5px 2px;
  border: 1px #cccccc solid;
  display: inline-block;
}


/*关于我们*/
.std ul li {
  margin-left: 0px;
}

.cms-about-us-html {
  width: 100%;
}

.cms-about-us-html .aboutL {
  float: left;
  width: 230px;
  margin-top: 20px;
}

.cms-about-us-html .aboutlist dt {
  width: 100%;
  height: 50px;
  background-color: #1d94c5;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  text-indent: 15px;
}

.cms-about-us-html .aboutlist dd {
  width: 228px;
  border: 1px #e3e3e3 solid;
  border-top: none;
}

.cms-about-us-html .aboutlist dd li {
  width: 200px;
  border-bottom: 1px #e3e3e3 dotted;
  padding: 0px 14px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.cms-about-us-html .aboutlist dd li:last-child {
  border-bottom: none;
}

.cms-about-us-html .aboutlist dd li:hover,
.aboutlist dd li.hover {
  background-color: #f7f7f7;
}

.cms-about-us-html .aboutlist dd li a {
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  display: inline-block;
}

.cms-about-us-html .aboutlist dd li b {
  float: right;
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) -315px -609px no-repeat;
  width: 7px;
  height: 12px;
  margin-top: 14px;
  display: none;
}

.cms-about-us-html .aboutlist dd li:hover a,
.aboutlist dd li.hover a {
  color: #0977a4;
}

.cms-about-us-html .aboutlist dd li:hover b,
.aboutlist dd li.hover b {
  display: inline-block;
}

.cms-about-us-html .col_num_2 .contact i {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin-right: 8px;
  display: inline-block;
}

.cms-about-us-html .col_num_2 .contact .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.cms-about-us-html .col_num_2 .contact .p1 i {
  background-position: -308px -561px;
  margin-top: 6px;
}

.cms-about-us-html .col_num_2 .contact .p2 i {
  background-position: -308px -582px;
  margin-top: 4px;
}

.cms-about-us-html .col_num_2 .contact .p4 i {
  background-position: -308px -538px;
  margin-top: 6px;
}

.cms-about-us-html .col_num_2 .contact .p3 a {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) 0px -795px no-repeat;
  width: 182px;
  height: 56px;
  margin: 15px 0px 0px 0px;
  display: inline-block;
}

.cms-about-us-html .aboutR {
  width: 100%;
}

.cms-about-us-html .aboutitle {
  width: 100%;
  px;
  border-bottom: 1px #e3e3e3 solid;
  font-size: 26px;
  font-weight: normal;
  color: #424242;
}

.cms-about-us-html .rs-ad-system {
  padding: 25px 0px 0px 0px;
  line-height: 24px;
  font-size: 13px;
}

.cms-about-us-html .rs-ad-system .system_main dl {
  float: left;
  border: 1px solid #eeeeee;
  padding: 22px;
  margin: 20px 10px 20px 12px;
  width: 17.5%;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .cms-about-us-html .rs-ad-system .system_main dl {
    padding: 12px;
    margin: 20px 10px 20px 12px;
    width: 16.99%;
  }
}

@media screen and (max-width: 829px) {
  .cms-about-us-html .rs-ad-system .system_main dl {
    padding: 12px;
    margin: 20px 10px 20px 12px;
    width: 16%;
  }

}

.cms-about-us-html .rs-ad-system .system_main dt {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/powerful_img.png) no-repeat;
  width: 48px;
  height: 47px;
  margin: 0 auto;
}

.cms-about-us-html .rs-ad-system .system_main dt.one {
  background-position: 0px 0px;
  padding-bottom: 5px;
}

.cms-about-us-html .rs-ad-system .system_main dt.two {
  background-position: -64px 0px;
  padding-bottom: 5px;
}

.cms-about-us-html .rs-ad-system .system_main dt.three {
  background-position: -128px 0px;
  padding-bottom: 5px;
}

.cms-about-us-html .rs-ad-system .system_main dt.four {
  background-position: -192px 0px;
  padding-bottom: 5px;
}

.cms-about-us-html .rs-ad-system .system_main dt.five {
  background-position: -259px 0px;
  padding-bottom: 5px;
}

.cms-about-us-html .rs-ad-system .main dd {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.cms-about-us-html .rs-ad-system li {
  float: left;
  text-align: center;
  display: inline;
  font-size: 12px;
  line-height: 18px;
  width: 200px;
  padding: 30px;
  border: 1px solid #eeeeee;
  height: 160px;
  margin-bottom: 40px;
}

.cms-about-us-html .rs-ad-system ul li.one {
  margin-right: 40px;
}

.cms-about-us-html .rs-ad-system ul li.two {
  margin: 0 0 0 65px;
  width: 98px;
}

.cms-about-us-html .rs-ad-system ul li.three {
  margin: 0 0 0 55px;
  width: 98px;
}

.cms-about-us-html .rs-ad-system ul li.four {
  margin: 0 0 0 50px;
  width: 98px;
}

.cms-about-us-html .rs-ad-system ul li.five {
  margin: 0 0 0 50px;
  width: 98px;
}

.cms-about-us-html .main_customers_say {
  margin-top: 25px;
}

.cms-about-us-html .main_customers_say .say_img {
  width: 35%;
  float: left;
}

.cms-about-us-html .main_customers_say .customers_say1 {
  width: 65%;
  float: left;
  line-height: 20px;
  float: right;
}

@media screen and (max-width: 999px) {
  .cms-about-us-html .main_customers_say .say_img {
    display: none;
  }

  .cms-about-us-html .main_customers_say .customers_say1 {
    width: 100%;
  }
}

.cms-about-us-html .main_customers_say .customers_say1 ul {
  float: left;
}

.cms-about-us-html .main_customers_say .customers_say1 li p {
  float: left;
  padding-right: 15px;
}

.cms-about-us-html .main_customers_say .customers_say1 li i {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/flag_img.jpg) no-repeat;
  display: inline-block;
  width: 19px;
  height: 13px;
  vertical-align: middle;
}

.cms-about-us-html .main_customers_say .customers_say1 li .flag_img1 {
  background-position: 0px -6px;
}

.cms-about-us-html .main_customers_say .customers_say1 li .flag_img2 {
  background-position: 0px -23px;
}

.cms-about-us-html .main_customers_say .customers_say1 li .flag_img3 {
  background-position: 0px -39px;
}

.cms-about-us-html .main_customers_say .customers_say1 li .cl_p {
  color: #1f7f9f;
}

.cms-about-us-html .main_customers_say .customers_say1 li .cl_p1 {
  color: #afafaf;
}

.cms-page-view .std li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.cms-about-us-html .customers_say1 li {
  font-size: 13px;
}


.cms-about-us-html .aboutcont .cont {
  margin: 0px 350px 0px 0px;
  line-height: 22px;
}

/**.cms-about-us-html .aboutcont .cont p{padding-top:20px;}**/
.cms-about-us-html .aboutcont img {
  float: right;
  width: 370px;
}

.cms-about-us-html .aboutR .checkus {
  padding: 25px 0px 0px 0px;
  line-height: 21px;
}

.cms-about-us-html .aboutR .checkus .why_bt {
  margin-top: 15px;
}

.cms-about-us-html .aboutR .checkus li {
  float: left;
  width: 33.3%;
  margin: 10px 0px 0px 0px;
  font-size: 13px;
  line-height: 37px;
  white-space: nowrap;
  display: inline-block;
}

.cms-about-us-html .aboutR .checkus li b {
  background: url(https://www.router-switch.com/skin/frontend/yejian/default/images/background.png) no-repeat;
  width: 39px;
  height: 39px;
  vertical-align: middle;
  margin-right: 13px;
  display: inline-block;
}

.cms-about-us-html .aboutR .checkus li .b1 {
  background-position: -199px -749px;
}

.cms-about-us-html .aboutR .checkus li .b2 {
  background-position: -241px -749px;
}

.cms-about-us-html .aboutR .checkus li .b3 {
  background-position: -283px -749px;
}

.cms-about-us-html .aboutR .checkus li .b4 {
  background-position: -201px -793px;
}

.cms-about-us-html .aboutR .checkus li .b5 {
  background-position: -241px -792px;
}

.cms-about-us-html .aboutR .checkus li .b6 {
  background-position: -283px -792px;
}

.cms-about-us-html .aboutR .checkus li .b7 {
  background-position: -201px -836px;
}

.cms-about-us-html .aboutR .checkus li .b8 {
  background-position: -243px -836px;
}

.cms-about-us-html .aboutR .checkus li .b9 {
  background-position: -283px -834px;
}

.cms-about-us-html .globelcont {
  margin-bottom: 20px;
}

.cms-about-us-html .globelcont img {
  float: left;
  width: 400px;
  margin-top: 20px;
}

.cms-about-us-html .globelcont .cont {
  margin: 10px 0px 0px 460px;
  line-height: 21px;
}

.cms-about-us-html .globelcont .cont p {
  padding-top: 30px;
}

.cms-about-us-html .globelcont .cont span.blue {
  font: normal 24px Oswald;
  color: #149cd6;
}

.cms-about-us-html .timeline {
  padding: 25px 0px 20px 0px;
  line-height: 21px;
}

.cms-about-us-html .col_tab_2 li {
  float: left;
  width: 50%;
  margin: 30px 0px 0px 0px;
  height: 130px;
}

.cms-about-us-html .col_tab_2 li img {
  float: left;
  width: 80px;
  height: 95px;
  border: 1px #e3e3e3 solid;
}

.cms-about-us-html .col_tab_2 li .cont {
  margin: -5px 50px 0px 100px;
  line-height: 24px;
}

.cms-about-us-html .mainlines2 {
  display: none;
}

.cms-about-us-html .mainlines {
  border-top: 1px #e3e3e3 solid;
  border-left: 1px #e3e3e3 solid;
  margin-top: 30px;
}

.cms-about-us-html .mainlines li {
  float: left;
  width: 25%;
  background-color: #f5f5f5;
}

.cms-about-us-html .mainlines li .cont {
  border-bottom: 1px #e3e3e3 solid;
  border-right: 1px #e3e3e3 solid;
  height: 220px;
}

.cms-about-us-html .mainlines li .txt1 {
  text-align: center;
}

.cms-about-us-html .mainlines li .txt2 {
  display: none;
}

.cms-about-us-html .mainlines li:hover .txt2 {
  background-color: #ebf6f9;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.cms-about-us-html .mainlines li:hover .txt1 {
  display: none;
}

.cms-about-us-html .mainlines li .txt1 img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

.cms-about-us-html .mainlines li .txt2 dl {
  padding: 15px;
}

.cms-about-us-html .mainlines li .txt2 dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #456e7f;
}

.cms-about-us-html .mainlines li .txt2 dd {
  width: 100%;
  line-height: 20px;
  color: #456e7f;
  padding-top: 5px;
}

.cms-about-us-html .mainlines li .txt2 dd .p2 a {
  height: 30px;
  line-height: 30px;
  background-color: #0977a4;
  border-radius: 5px;
  color: #fff;
  padding: 0px 15px;
  margin-top: 10px;
  display: inline-block;
}

.cms-about-us-html .mainlines li .txt2 dd .p1 {
  margin: 10px 0px 10px 0px;
}

@media screen and (max-width:1259px) {
  .aboutcont .cont {
    margin: 0px;
  }

  .cms-about-us-html .aboutR .checkus li {
    width: 50%;
    margin: 20px 0px 0px 0px;
  }

  .cms-about-us-html .globelcont img {
    display: none;
  }

  .cms-about-us-html .globelcont .cont {
    margin: 10px 0px 0px 0px;
  }

  .cms-about-us-html .col_tab_2 li {
    width: 100%;
  }

  .cms-about-us-html .mainlines li {
    width: 33.3%;
  }

  .cms-about-us-html .timeline img {
    /*width:100%;*/
  }

  .cms-about-us-html .mainlines li .txt2 dd .p1 {
    margin: 5px 0px 5px 0px;
  }

  .cms-about-us-html .aboutcont .cont {
    margin: 0px;
  }

  /**.cms-about-us-html .aboutcont img{display:none;}**/
}

@media screen and (max-width:629px) {
  .cms-about-us-html .timeline {
    padding: 25px 0px 0px 0px;
    line-height: 21px;
  }

  .cms-about-us-html .globelcont {
    margin-bottom: 5px;
  }

  .cms-about-us-html .aboutR .checkus li {
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
  }

  .cms-about-us-html .timeline img {
    width: 100%;
  }

  .cms-about-us-html .aboutitle {
    font-size: 18px;
    margin-top: 20px;
  }

  .cms-about-us-html .mainlines {
    display: none;
  }

  .cms-about-us-html .mainlines2 {
    display: inline-block;
  }

  .cms-about-us-html .mainlines2 {
    border-top: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    margin-top: 30px;
  }

  .cms-about-us-html .mainlines2 li {
    float: left;
    width: 50%;
    background-color: #f5f5f5;
  }

  .cms-about-us-html .mainlines2 li .cont1 {
    border-bottom: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    height: 150px;
  }

  .cms-about-us-html .mainlines2 li .txt1 {
    text-align: center;
  }

  .cms-about-us-html .mainlines2 li .txt1 img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }

  .cms-about-us-html .mainlines2 li .txt2 dl {
    padding: 15px;
  }

  .cms-about-us-html .mainlines2 li .txt2 dt {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #456e7f;
  }

  .cms-about-us-html .mainlines2 li .txt2 dd {
    width: 100%;
    line-height: 20px;
    color: #456e7f;
    padding-top: 15px;
  }

  .cms-about-us-html .mainlines2 li .txt2 dd .p2 a {
    height: 30px;
    line-height: 30px;
    background-color: #0977a4;
    border-radius: 5px;
    color: #fff;
    padding: 0px 15px;
    margin-top: 20px;
    display: inline-block;
  }
}

@media screen and (max-width:1023px) {
  .cms-about-us-html .aboutL {
    display: none;
  }

  .cms-about-us-html .aboutR {
    margin: 20px 0px 0px 0px;
  }
}

.promotion-brand .active h2.huawei {
  border-bottom: 2px solid #a80707;
  color: #a80707;
}

div.onestepcheckout-place-order-wrapper {
  text-align: right;
  margin-top: 10px;
}

.onestepcheckout-column-right div.button-box .button{
  padding: 7px 30px 7px 30px;
}

div.onestepcheckout-place-order-wrapper b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png') -107px -1019px no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: sub;
}

div.onestepcheckout-place-order-wrapper .button:hover {
  background-color: #ea790e;
}

div.button-box {
  float: right;
}

div.button-box .button {
  padding: 7px 15px 7px 15px;
}

div.button-box b {
  background: url('https://www.router-switch.com/skin/frontend/yejian/default/images/background.png') -127px -1019px no-repeat;
  display: inline-block;
  width: 25px;
  height: 16px;
  vertical-align: sub;
}


.dashboard .golden_seed_program {
  background-color: #a4a9ac;
}

.dashboard .box-head h2 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 10px;
  margin-left: 24px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.dashboard .box-head {
  border-bottom: none;
}

.dashboard .p1 {
  border: 4px solid #a4a9ac;
  padding: 20px;
}

.dashboard .p2 {
  font-size: 18px;
  padding-bottom: 2px;
  padding-top: 10px;
}

.dashboard .p3 {
  padding-top: 15px;
}

.insurance_hint{
  color:#666;
  font-size: 12px;
  margin-left: 17px;
  font-weight: 400;
}

.paypal-express-review a {
  text-decoration: none;
}

iframe[name=google_conversion_frame] {
  float: left;
  height: 0;
}
/* 

/skin/frontend/yejian/default/fonts/product-font/
product-iconfont
icon-diqiu1   ->   icon-diqiu
icon-ren   ->   icon-woshou
icon-banshou_Lineweb   ->   icon-gongsi

*/
@font-face {font-family: "product-iconfont";
  src: url('/skin/frontend/yejian/default/fonts/product-font/iconfont.eot?t=1606962473651'); /* IE9 */
  src: url('/skin/frontend/yejian/default/fonts/product-font/iconfont.eot?t=1606962473651#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/skin/frontend/yejian/default/fonts/product-font/iconfont.woff?t=1606962473651') format('woff'),
  url('/skin/frontend/yejian/default/fonts/product-font/iconfont.ttf?t=1606962473651') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('/skin/frontend/yejian/default/fonts/product-font/iconfont.svg?t=1606962473651#iconfont') format('svg'); /* iOS 4.1- */
}

.product-iconfont {
  font-family: "product-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youxiang:before {
  content: "\e66a";
}

.icon-youjian:before {
  content: "\e605";
}

.icon-shangjiantouxiangshang-1:before {
  content: "\e606";
}

.icon-you-tube:before {
  content: "\e6c9";
}

.icon-instagram:before {
  content: "\ef06";
}

.icon-douhao-copy:before {
  content: "\e64f";
}

.icon-wuxing1:before {
  content: "\e602";
}

.icon-gouwuche:before {
  content: "\e64d";
}

.icon-damuzhi:before {
  content: "\e6bb";
}

.icon-fuzhi:before {
  content: "\e63e";
}

.icon-xiazai:before {
  content: "\e601";
}

.icon-diqiu:before {
  content: "\e799";
}

.icon-woshou:before {
  content: "\e600";
}

.icon-gongsi:before {
  content: "\e648";
}

.icon-feiji:before {
  content: "\e721";
}




