/******************************************
  reset css start
******************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*自己添加*/
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
}
ul {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
  outline: none;
}
img {
  max-width: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
}
.FF2,
h1,
h2,
.tabDesBox .tabDes-content,
.h-title-center {
  font-family: 'Roboto', sans-serif;
}
.PDetailsInfo {
  font-family: verdana, arial, helvetica, sans-serif;
}
.new-price span,
.list-price del {
  font-family: arial, helvetica, sans-serif;
}
/******************************************
  reset css end
******************************************/
/******************************************
  bootstrap-theme css start
******************************************/
.badge {
  margin-right: 5px;
  background: #95d03a;
  line-height: 1 !important;
}
.breadcrumb {
  margin: 10px 0;
  padding: 8px 0;
  background-color: inherit;
}
.breadcrumb li {
  text-transform: capitalize;
}
.breadcrumb a {
  color: #888;
}
/******************************************
  bootstrap-theme css end
******************************************/
/********************************************************************
  group css start
********************************************************************/
/******************************************
  针对性功能组件开始
******************************************/
/*.title-borderB-bar{
    padding-bottom:.6em;
    margin-bottom:.9em;
    position:relative;
    border-bottom:2px solid #f1f1f1;
}
.title-borderB-bar:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background: #151515;
}*/
.h-title-center {
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 1.2rem 0;
  margin: 20px 0 10px;
  text-align: center;
}
/******************************************
  针对性功能组件结束
******************************************/
/******************************************
  拼凑功能组件开始
******************************************/
/********************************
  margin/padding/border start
*********************************/
.width90 {
  width: 90px;
}
.border-notop {
  display: block;
  border: 1px solid #eee;
  border-top: none;
}
/*.borderBot{
    border-bottom:4px solid #1a1a1a;
}
.borderTop-dotted-ccc{
    border-top:1px dotted #ccc;
}
.borderBot-dotted-ccc{
    border-bottom:1px dotted #ccc;
}*/
.border-1px-gray {
  border: 1px solid #e5e5e5;
}
.paddingTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.paddingLR10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding10 {
  padding: 10px;
}
.paddingBot20 {
  padding-bottom: 20px;
}
.paddingT20 {
  padding-top: 20px;
}
.padding20 {
  padding: 20px;
}
.margin-no {
  margin: 0;
}
.marginL10 {
  margin-left: 10px;
}
.marginT10 {
  margin-top: 10px;
}
.marginBot10 {
  margin-bottom: 10px;
}
.marginBot15 {
  margin-bottom: 15px;
}
.marginTB15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.marginBot30 {
  margin-bottom: 30px;
}
.marginT40 {
  margin-top: 40px;
}
.right-grap,
.right-grap-p i {
  margin-right: 8px;
}
.left-grap,
.left-grap-p i {
  margin-left: 8px;
}
.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.box-shadow-1px {
  border: 1px solid #f4f4f4;
  box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
}
.box-shadow-1px:hover {
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.3);
}
/********************************
  margin/padding/border end
*********************************/
/********************************
  background/color start
*********************************/
a.hColor {
  color: #2d7ce7;
}
a.hColor:hover {
  text-decoration: underline;
}
.hover-underline:hover,
.underline {
  text-decoration: underline;
}
.red {
  color: red;
}
.blue,
a.blue {
  color: blue;
}
/********************************
  background/color end
*********************************/
.line-height24 {
  line-height: 1.7;
}
.line-height-2 {
  line-height: 2;
}
.normal {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
}
.weight-normal {
  font-weight: inherit;
}
.font-normal {
  font-size: inherit;
}
.bold {
  font-weight: bold;
}
.medium-bold {
  font-weight: 500;
}
.font13px {
  font-size: 1.3rem;
}
.font-1spot1em {
  font-size: 1.1em;
}
.font-1spot2em {
  font-size: 1.2em;
}
.font-1spot3em {
  font-size: 1.3em;
}
.font-1spot4em {
  font-size: 1.4em;
}
/*.indent-2em{
    text-indent:2em;
}*/
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.over-hide {
  overflow: hidden;
}
.ul-inside-disc {
  list-style: inside disc;
}
.ul-outside-disc {
  list-style: outside disc;
}
.ul-outside-disc li {
  margin-left: 1.25em;
}
.ul-list-circle {
  list-style: inside circle;
}
.list-inside {
  list-style-position: inside;
}
.pointer {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.rotate90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.translateX10,
.translateLiX10 li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.transition-bg {
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.translateX10:hover,
.translateLiX10 li:hover {
  transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  -webkit-transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
}
.translateLiX5 li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.translateLiX5 li:hover {
  padding-left: 5px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radius4px,
.radius4px ul,
.radius4px li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-middle {
  vertical-align: middle;
}
/******************************************
  拼凑功能组件结束
******************************************/
@media (max-width: 991px) {
  .hidden-xs-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-md-lg {
    display: none;
  }
  .width-md-7 {
    width: 70%;
    float: left;
  }
  .width-md-3 {
    width: 30%;
    float: left;
  }
}
/********************************************************************
  group css end
********************************************************************/
/*==============================================================================
                              导航条桌面端样式
===============================================================================*/
.NavMenu {
  background: #262321;
}
.NavMenu,
.NavMenuMainBox {
  position: relative;
}
.NavMenuMain > li {
  float: left;
}
.NavMenuMain > li > a {
  display: block;
  padding: 0 18px;
  min-width: 84px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.NavMenuMain > li > a .fa-angle-down {
  margin-left: 6px;
}
/*导航条菜单块*/
@media only screen and (min-width: 992px) {
  .NavMenuBrand {
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    position: absolute;
    z-index: 999;
    top: 54px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: solid 1px #eeeeee;
    border-top: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
  }
  .NavMenuMain > li > .menuHome,
  .NavMenuMain > li:hover > a {
    background: #ffaa00;
  }
}
.NavMenuBrand.full {
  width: 100%;
  left: 0;
}
.NavMenuMain > li:hover > .NavMenuBrand {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.NavMenuBrand .fa {
  padding: 0 5px 0 10px;
}
.NavMenuBrand a {
  line-height: 34px;
  display: block;
  font-size: 14px;
}
.NavMenuTheme li a:hover {
  background: #ffaa00;
  color: #fff;
}
/*==============================================================================
                              导航条移动端样式
===============================================================================*/
#navbar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 991px) {
  .noscroll,
  .noscroll body {
    overflow: hidden;
  }
  .noscroll body {
    position: relative;
  }
  .rotate180-fa {
    background: #f5f5f5 !important;
  }
  .rotate180-fa .fa {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
  .NavMenuWrap {
    background: #262321;
  }
  .NavMenuMainBox {
    background: #fff;
    width: 265px;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 101;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -webkit-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
  }
  .NavMenuOpen-input:checked + .NavMenuMainBox {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .NavMenuOpen-total {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
  }
  .mobileH {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 60px;
    background: #262321;
    color: #fff;
    font-weight: bold;
  }
  .mobileH label {
    float: right;
    margin-right: 20px;
  }
  .NavMenuMain {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .NavMenuMain > li {
    float: none;
  }
  .NavMenuMain > li:last-child {
    margin-bottom: 40px;
  }
  .NavMenuMain > li > a {
    height: 50px;
    line-height: 50px;
    color: #555;
    padding: 0 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    position: relative;
  }
  .NavMenuMain > li > a .fa {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
  }
  .NavMenuMain .NavMenuBrand {
    display: none;
    border-bottom: solid 1px #DEDEDE;
  }
  .NavMenuBrand li {
    border-bottom: 1px dotted #e0e0e0;
  }
  .NavMenuBrand ul:last-child > li:last-child,
  .NavMenuBrand > li:last-child {
    border-bottom: none;
  }
  .NavMenuBrand a {
    line-height: 45px;
  }
}
/******************************
  topbar css start
*******************************/
/*全站公告+折扣提示公告样式*/
#notice-bar {
  background-color: #e95144;
  color: #fff;
  padding: 7px;
  margin: 0;
  border: 0;
  border-radius: 0;
}
#notice-bar b {
  text-transform: uppercase;
  display: block;
}
#notice-bar a {
  color: #f7f72b;
}
#notice-bar a:hover {
  text-decoration: underline;
}
#discount-bar {
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  background-color: #ff06;
  padding: 7px 10px;
  font-weight: bold;
  margin: 0;
  border: 0;
  border-radius: 0;
}
#discount-bar i {
  color: #f00;
  font-size: 18px;
}
.topbar {
  padding: 10px 0;
}
.topbar-content > li {
  line-height: 16px;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
  border-left: 1px solid #dddddd;
}
.topbar .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
  border-radius: 0;
  top: 26px;
}
.topbar .dropdown-menu a {
  line-height: 1.8;
  color: #000;
}
/*******************************
  topbar css end
********************************/
/*******************************
  header css start
********************************/
.header-middle {
  padding: 40px 15px;
}
.logo {
  float: left;
}
.logo img {
  max-height: 52px;
}
#cart {
  float: right;
  margin-right: 10px;
}
#cart button {
  position: relative;
  height: 48px;
  width: 48px;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  background: inherit;
  text-align: center;
  font-size: 26px;
  background: #151515;
  border: 1px solid #7c7c7c;
}
#cart button:hover {
  background: #ffaa00;
  border-color: #ffaa00;
}
#cart span {
  height: 20px;
  line-height: 20px;
  width: 20px;
  position: absolute;
  background: #f73232;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  left: 35px;
  font-size: 12px;
}
.searchForm {
  float: right;
  min-width: 400px;
  height: 52px;
  position: relative;
  margin-right: 30px;
}
.searchForm button {
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #ffaa00;
}
.search-input {
  height: 48px;
  width: 100%;
  background: #403e3c;
  padding: 0 60px 0 15px;
  color: #b3b3b3;
}
@media (max-width: 991px) {
  .searchForm {
    min-width: initial;
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 650px) {
  .header-middle {
    padding: 20px 15px;
  }
  .logo {
    padding-bottom: 20px;
  }
  #cart {
    padding-left: 15px;
  }
  .searchForm {
    overflow: hidden;
    float: none;
    width: auto;
    clear: left;
  }
}
/******************************
  header css end
*******************************/
/******************************
  XXXXXXX开始
*******************************/
.feature-wrap {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.feature {
  float: left;
  width: 25%;
  font-size: 1.3rem;
  padding: 40px 0 30px 30px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .feature {
    width: 50%;
    padding: 20px 0 10px 15px;
  }
}
@media (max-width: 600px) {
  .feature {
    width: 100%;
  }
}
.feature-left {
  display: table-cell;
  vertical-align: top;
}
.feature-left i {
  font-size: 4rem;
  margin-right: 10px;
  line-height: 36px;
}
.feature-right {
  display: table-cell;
  vertical-align: top;
}
.feature-right h3,
.feature-right h4 {
  font-size: 1.5rem;
  margin: 0px;
  margin-bottom: 5px;
}
.feature-right span {
  color: #888888;
  display: block;
  min-height: 36px;
}
#maincontent {
  position: relative;
}
.left-item-box ul {
  border: 1px solid #eee;
  overflow: hidden;
}
.left-item-box li a {
  display: block;
  font-weight: 400;
  color: #000;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.left-item-box li a:hover {
  font-weight: bold;
}
.ul-left-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  background: #151515;
  font-weight: bold;
}
.ul-left-title .fa {
  color: #ffaa00;
}
.pmodeltitle img {
  padding-right: 15px;
  float: left;
}
.p-wrap h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
/*搜索结果总结*/
.DivResultTitle {
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  background-color: #151515;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
.DivResultTitle b {
  color: #ffaa00;
}
/*搜索结果*/
.DivSearchPanel {
  margin: 10px 0px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.DivSearchPanel dl {
  margin-right: -5px;
  margin-left: -5px;
}
.DivSearchPanel dl dd {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 8px 5px;
}
@media only screen and (max-width: 768px) {
  .DivSearchPanel dl dd {
    width: 50%;
  }
}
.DivSearchPanel dl dd a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 0px 5px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: url(/Images/bullet.png) no-repeat center left;
  word-wrap: break-word;
}
.DivSearchPanel dl dd:hover a {
  color: #fff;
  background: #ffaa00 url(/Images/bullet2.png) no-repeat center left;
  border: 1px solid #ffaa00;
}
/*分页控件*/
.pagination > li > a,
.pagination > li > span {
  margin-bottom: 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a,
.pagination > li > span {
  color: #ffaa00;
}
.pagination > li > a[disabled] {
  color: #ddd !important;
  cursor: not-allowed;
  background-color: #fff !important;
  border-color: #ddd;
}
.pagination > li > span.active {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #151515;
  border-color: #151515;
}
/******************************************
  XXXXXXX结束
******************************************/
/******************************************
  youtube video css
******************************************/
.video-box {
  float: left;
  width: 50%;
  margin-right: 15px;
  display: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .video-box {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/**************************************************************************
  产品页面开始
**************************************************************************/
.alertBox span {
  display: block;
  padding: 10px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  margin-bottom: 15px;
}
.MagicScroll {
  margin-bottom: 15px !important;
}
/********************************
  产品盒子开始
*********************************/
.product-h1 {
  font-size: 2em;
  padding: 10px 0 10px 15px;
  background-color: #1a1a1a;
  margin: 15px 0 20px;
  color: #fff;
}
.product-left {
  float: left;
  width: 520px;
  text-align: center;
  padding-bottom: 15px;
  margin-right: 20px;
  position: sticky;
  top: 10px;
}
@media (max-width: 767px) {
  .product-left {
    position: initial;
  }
}
.product-mid-img {
  line-height: 360px;
}
.product-mid-img img {
  line-height: 24px;
}
.big-img-btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
}
.big-img-btn:hover {
  background: #1a1a1a;
  color: #fff;
}
.PDetailsInfo {
  overflow: hidden;
  line-height: 26px;
  font-size: 1.2rem;
}
.PDetailsInfo > li > span:first-child {
  font-weight: bold;
  display: inline-block;
  width: 250px;
}
.PDetailsInfo li {
  border-bottom: 1px dashed #eee;
}
.Availability span {
  display: inline-block;
  margin: 3px 0;
}
.Availability span + span {
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin-left: 3px;
  font-weight: bold;
  background: #27c161;
}
@media (max-width: 1199px) {
  .product-left {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .product-h1 {
    font-size: 1.5em;
  }
  .product-left {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .product-mid-img {
    line-height: inherit;
    padding: 10px 0;
  }
  .PDetailsInfo li > span:first-child {
    width: auto;
    text-align: left;
  }
  .padding10 {
    padding-top: 70px;
  }
}
.new-price *,
.list-price * {
  float: left;
  line-height: 30px;
}
.new-price span,
.list-price del {
  color: #dd3333;
  font-weight: bold;
  font-size: 2em;
}
.PPrice b {
  position: relative;
  background: #ffaa00;
  color: #fff;
  padding: 0 8px;
  margin-right: 12px;
}
.PPrice b:before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -15px;
  border-left: 5px solid #ffaa00;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
}
.list-price b {
  background: #151515;
}
.list-price b:before {
  border-left: 5px solid #151515;
}
.fancyboxS {
  white-space: nowrap;
  color: #888;
  margin-left: 5px;
}
.numbox {
  text-align: center;
  overflow: hidden;
}
.numbox .count-input {
  color: #333;
  line-height: 40px;
  height: 42px;
  font-size: 1.8rem;
  float: left;
  width: 60px;
  border: 1px solid #ddd;
  margin: 0 3px;
  text-align: center;
}
.numbox span {
  cursor: pointer;
  float: left;
  width: 42px;
  line-height: 40px;
}
.addtocartbutton {
  display: inline-block;
  line-height: 42px;
  font-size: 1.8rem;
  vertical-align: top;
  padding: 0 0.7em;
  color: #fff;
  background: #FDA30E;
  position: relative;
}
.addtocartbutton:before {
  content: '';
  position: absolute;
  border: #FDA30E solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.addtocartbutton:hover:before,
.addtocartbutton:focus:before,
.addtocartbutton:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/********************************
  产品盒子结束
*********************************/
/********************************
  产品描述开始
*********************************/
.tabWrapper {
  font-size: 1.4rem;
}
.tab-nav li {
  float: left;
  width: 25%;
  text-align: center;
}
.tab-nav li a {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #262321;
  padding: 18px 0;
  border-right: 1px solid #e1e1e1;
  position: relative;
}
.tab-nav li.active a {
  color: #fff;
}
.tab-nav li.active a:before {
  content: "";
  width: 58%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tab-nav li.active a:after {
  content: "";
  border-top: 10px solid #ffaa00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 43%;
}
.tab-content {
  padding: 20px 0px;
  border-bottom: 2px dashed #ffaa00;
}
@media (max-width: 767px) {
  .tabWrapper {
    font-size: 1.3rem;
  }
  .tab-nav li.active a,
  .tab-nav li.active a:before,
  .tab-nav li.active a:after {
    border: none;
  }
  .tab-nav li a {
    padding: 10px 0;
    border-right: none;
  }
  .tab-nav li {
    width: auto;
    float: none;
    border-bottom: 1px solid #fafbfb;
  }
}
.tab-title {
  background: #262321;
  color: #fff;
  margin: 15px 0px;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 35px;
  box-shadow: #cccccc 1px 1px 1px;
}
.tab-title .fa {
  color: #ffaa00;
}
.proNote b,
.proNote span {
  display: block;
}
.technology li .fa {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffaa00;
}
.technology li span {
  height: 40px;
  display: block;
  color: #666;
  line-height: 20px;
  margin-bottom: 5px;
}
.tabDesBox .tabDes-title {
  color: #FFF;
  font-size: 2rem;
  display: inline-block;
  width: 350px;
  background: #151515;
}
.tabDesBox .fa {
  font-size: 1.6rem;
  color: #ffaa00;
}
.tabDesBox .tabDes-content {
  border: 1px solid #ffaa00;
  margin-top: -1em;
  padding: 30px 0 15px;
}
@media (max-width: 767px) {
  .tabDesBox .tabDes-title {
    font-size: 1.6rem;
    width: 240px;
  }
  .tabDesBox .tabDes-content {
    padding: 25px 0px 10px;
    line-height: 20px;
  }
}
.tabDesBox span.bold:before {
  content: "\f046";
  display: inline-block;
  font: normal normal normal 14px/1 font-custom;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px 0 0;
  color: #ffaa00;
}
.productpicsbox {
  text-align: center;
}
.productpicsbox img {
  margin: 10px auto 0;
  display: block;
}
#tabCompatibility ul {
  overflow: hidden;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
#tabCompatibility ul li {
  display: inline-block;
  border-top: 1px dotted #DAE0E2;
  line-height: 1.3;
  font-size: 1.3rem;
  margin-top: -1px;
  padding: 8px 10px 8px 0;
  width: 25%;
  vertical-align: top;
  word-wrap: break-word;
}
#tabCompatibility h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #tabCompatibility ul li {
    width: 33.33333333%;
  }
}
@media (max-width: 540px) {
  #tabCompatibility ul li {
    width: 50%;
  }
}
#tabFAQs .fa {
  margin-right: 5px;
  color: #ffaa00;
  font-size: 1.7rem;
}
#tabFAQs .fa-reply-circle {
  color: #333;
}
/*****************************
  产品描述结束
******************************/
/*****************************
  产品详细页内部链接块开始
******************************/
.product-news {
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px #ddd solid;
  background: #fff;
}
.product_image {
  line-height: 170px;
  padding-top: 15px;
  text-align: center;
}
.product_image img {
  vertical-align: middle;
  width: 160px !important;
  display: inline-block !important;
  margin: 0 auto;
  line-height: 24px;
}
.product-news em {
  display: block;
  margin-bottom: 5px;
}
.product-news b {
  display: block;
  font-size: 1.4rem;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 10px;
}
/*****************************
  产品详细页内部链接块开始
******************************/
/******************************************
  footer css start
******************************************/
.footer-content {
  padding: 35px 0 0;
}
.footer-content .footer-title {
  margin-bottom: 5px;
  font-size: 1.23em;
  text-transform: uppercase;
  color: #fff;
}
.guarantee {
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
  padding: 15px 0 20px;
}
.guarantee > span,
.guarantee > a {
  display: inline-block;
  margin: 0 2px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  vertical-align: middle;
}
.guarantee .SideReview {
  padding: 0px 18px;
  background-color: #3085c7;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
}
@media (min-width: 601px) {
  .guarantee .SideReview {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    margin: 0;
  }
  .guarantee .SideReview:hover {
    color: yellow;
  }
}
.guarantee-mywot {
  display: none !important;
}
/*.guarantee-mcafee,*/
.guarantee-Norton,
.guarantee-mywot,
.guarantee-paypals,
.guarantee-ssl {
  cursor: pointer;
}
.guarantee-asendia,
.guarantee-mcafee,
.guarantee-mywot,
.guarantee-Norton,
.guarantee-paypal1,
.guarantee-paypal2,
.guarantee-paypal3,
.guarantee-paypal4,
.guarantee-paypal5,
.guarantee-paypal6,
.guarantee-paypals,
.guarantee-postnl,
.guarantee-ssl,
.guarantee-ups {
  background-image: url("/Images/shippingicon/guarantee.png");
  background-repeat: no-repeat;
  background-size: 380px 224px;
}
.guarantee-asendia {
  width: 142px;
  height: 40px;
  background-position: -236px -2px;
}
.guarantee-mcafee {
  width: 150px;
  height: 56px;
  background-position: -2px -108px;
}
.guarantee-mywot {
  width: 136px;
  height: 50px;
  background-position: -236px -44px;
}
.guarantee-Norton {
  width: 144px;
  height: 56px;
  background-position: -2px -166px;
}
.guarantee-paypal1 {
  width: 62px;
  height: 40px;
  background-position: -236px -180px;
}
.guarantee-paypal2 {
  width: 62px;
  height: 40px;
  background-position: -300px -180px;
}
.guarantee-paypal3 {
  width: 64px;
  height: 40px;
  background-position: -236px -96px;
}
.guarantee-paypal4 {
  width: 64px;
  height: 40px;
  background-position: -302px -96px;
}
.guarantee-paypal5 {
  width: 64px;
  height: 40px;
  background-position: -236px -138px;
}
.guarantee-paypal6 {
  width: 64px;
  height: 40px;
  background-position: -302px -138px;
}
.guarantee-paypals {
  width: 160px;
  height: 56px;
  background-position: -2px -50px;
}
.guarantee-postnl {
  width: 56px;
  height: 56px;
  background-position: -164px -50px;
}
.guarantee-ssl {
  width: 232px;
  height: 46px;
  background-position: -2px -2px;
}
.guarantee-ups {
  width: 34px;
  height: 40px;
  background-position: -154px -108px;
}
@media (max-width: 600px) {
  .guarantee .SideReview {
    padding: 0px 10px;
    font-size: 10px;
    line-height: 28px;
  }
  .guarantee-asendia,
  .guarantee-mcafee,
  .guarantee-mywot,
  .guarantee-Norton,
  .guarantee-paypal1,
  .guarantee-paypal2,
  .guarantee-paypal3,
  .guarantee-paypal4,
  .guarantee-paypal5,
  .guarantee-paypal6,
  .guarantee-paypals,
  .guarantee-postnl,
  .guarantee-ssl,
  .guarantee-ups {
    background-size: 190px 112px;
  }
  .guarantee-br {
    display: none !important;
  }
  .guarantee-asendia {
    width: 71px;
    height: 20px;
    background-position: -118px -1px;
  }
  .guarantee-mcafee {
    width: 75px;
    height: 28px;
    background-position: -1px -54px;
  }
  .guarantee-mywot {
    width: 68px;
    height: 25px;
    background-position: -118px -22px;
  }
  .guarantee-Norton {
    width: 72px;
    height: 28px;
    background-position: -1px -83px;
  }
  .guarantee-paypal1 {
    width: 31px;
    height: 20px;
    background-position: -118px -90px;
  }
  .guarantee-paypal2 {
    width: 31px;
    height: 20px;
    background-position: -150px -90px;
  }
  .guarantee-paypal3 {
    width: 32px;
    height: 20px;
    background-position: -118px -48px;
  }
  .guarantee-paypal4 {
    width: 32px;
    height: 20px;
    background-position: -151px -48px;
  }
  .guarantee-paypal5 {
    width: 32px;
    height: 20px;
    background-position: -118px -69px;
  }
  .guarantee-paypal6 {
    width: 32px;
    height: 20px;
    background-position: -151px -69px;
  }
  .guarantee-paypals {
    width: 80px;
    height: 28px;
    background-position: -1px -25px;
  }
  .guarantee-postnl {
    width: 28px;
    height: 28px;
    background-position: -82px -25px;
  }
  .guarantee-ssl {
    width: 116px;
    height: 23px;
    background-position: -1px -1px;
  }
  .guarantee-ups {
    width: 17px;
    height: 20px;
    background-position: -77px -54px;
  }
}
.footer-bottom {
  padding: 15px 0;
  line-height: 18px;
  text-align: center;
}
/******************************************
  footer css end
******************************************/
/******************************************
website color theme css start
******************************************/
.topBox {
  background: #151515;
}
.footer-content {
  background: #262321;
}
.topbar {
  background: #2b2b2b;
  color: #f3f3f3;
}
.topbar ul li a {
  color: #f3f3f3;
}
.topbar ul li a:hover {
  color: #ffaa00;
}
.marketing-product em {
  color: #ee0000;
}
.footer-menu a,
.footer-bottom {
  color: #a8a8a8;
}
.numbox span {
  background: #fff;
  color: #999;
  border: 1px solid #ddd;
}
.numbox span.disabled {
  color: #dedede;
  background: #fff !important;
  cursor: not-allowed;
  border-color: #ececec !important;
}
.PDetailsInfo li i {
  color: #5cb85c;
}
.PDetailsInfo li > span:first-child {
  color: #555;
}
.footer-banner {
  background: #262321;
}
.footer-banner .feature {
  background: #ffaa00;
  border: none;
  color: #fff;
}
.footer-banner .feature:hover {
  border-right: 3px solid #262321;
}
.footer-banner .feature-left i {
  color: #fff;
}
.footer-banner .feature-right span {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer-bottom {
  background: #1e1b1a;
}
.theme-bg,
.tab-nav li.active a,
.carousel-indicators li:hover,
.carousel-indicators li.active,
.theme-bg:hover {
  background-color: #ffaa00;
}
.topbar ul li a i,
.footer-bottom a,
.footer-menu a:hover,
.marketing-product b:hover,
.theme-color,
.theme-color-hover:hover,
.feature-left i {
  color: #ffaa00;
}
.topbar .open,
.theme-border-color,
.theme-border-color:focus {
  border-color: #ffaa00;
}
/******************************************
website theme css end
******************************************/
/*快递信息表*/
#shippingHtml {
  margin-bottom: 20px;
  min-height: 100px;
  background: url(/Images/loading.gif) no-repeat left;
}
#shippingHtml.shipping-initialized {
  background: none;
}
.shipping-table {
  margin: 0;
}
.shipping-table th {
  vertical-align: middle !important;
}
.shipping-table td.ShippingCountry div {
  color: blue;
  font-weight: bold;
}
.shipping-table td.DeliveryTime {
  width: 170px;
}
.shipping-table td.ShippingFee {
  width: 110px;
}
.shipping-table td.ShippingFee div {
  color: red;
}
.shipping-table td div {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shipping-table {
    border: 0;
    font-size: 1.2rem;
  }
  .shipping-table thead {
    display: none;
  }
  .shipping-table tr {
    margin-bottom: 20px;
    display: block;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
  }
  .shipping-table td {
    width: auto !important;
    display: block;
    margin-top: -1px;
    overflow: hidden;
  }
  .shipping-table td:nth-child(odd) {
    background: #fbfbfb;
  }
  .shipping-table td:before {
    content: attr(data-label);
    float: left;
    width: 140px;
    font-weight: bold;
  }
}
/*隐私政策*/
#accept-cookies {
  position: fixed;
  z-index: 99;
  width: 350px;
  text-align: left;
  display: none;
  background: rgba(48, 133, 199, 0.9);
  bottom: 15px;
  left: 15px;
  margin-top: 10px;
  padding: 10px 15px;
}
#accept-cookies .group-action-links {
  text-align: right;
  margin-top: 10px;
}
#accept-cookies .group-action-links .accept_cookies_link {
  margin-left: 10px;
}
#accept-cookies .group-action-links .icon {
  margin-left: 5px;
}
#accept-cookies .group-action-links .accept_cookies_link {
  font-weight: 600;
  letter-spacing: 0.05em;
}
#accept-cookies .des {
  line-height: 25px;
}
#accept-cookies .notification-cookies {
  line-height: 23px;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #accept-cookies {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 2px 2px 15px 4px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 2px 2px 15px 4px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 2px 2px 15px 4px rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 479px) {
  #accept-cookies {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
  }
  #accept-cookies .group-action-links {
    text-align: center;
  }
}
#accept-cookies .block-cookies,
#accept-cookies .accept_cookies_link,
#accept-cookies .privacy-link:hover {
  color: #ffffff;
}
#accept-cookies .privacy-link,
#accept-cookies .accept_cookies_link:hover {
  color: #e1e1e1;
}
.activeCookiesBox #comm100-button-22 {
  display: none !important;
}
.also-viewed {
  margin-right: -10px;
  text-align: center;
  margin-bottom: 35px;
}
.also-viewed a {
  display: inline-block;
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .also-viewed {
    margin-right: -5px;
  }
  .also-viewed a {
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .also-viewed a {
    width: 48%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  .MagicScroll {
    max-height: 53px !important;
    width: 100% !important;
  }
}
/*! jQuery UI CSS */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #aed0ea;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
  color: #362b36;
}
.ui-widget-content a {
  color: #362b36;
}
.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #2779aa;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #0070a3;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #2694e8;
  background: #3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #2694e8;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-checked {
  border: 1px solid #f9dd34;
  background: #ffef8f;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_72a7cf_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_2694e8_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_3d80b3_256x240.png");
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}
.ui-widget-overlay {
  background: #eee url("images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
}
#payment-method tr img {
  height: 36px;
  object-fit: contain;
}
#payment-method tr:first-child img {
  height: 66px;
  object-fit: contain;
}
#paymentHtml tr img {
  height: 36px;
  object-fit: contain;
}
#paymentHtml tr:first-child img {
  height: 66px;
  object-fit: contain;
}
:root {
  --ohh-color: #fa0;
  /*主题色*/
  --ohh-font-color: #FFF;
  /*pc文字色*/
  --ohh-font-hover: #fa0;
  /*pc下拉右边文字触摸变色色值*/
  --ohh-scrollbar: #fa0;
  /*滚动条颜色*/
  --ohh-ico: #FFF;
  /*移动分类颜色（三个横杠）*/
  --ohh-font-title: #fa0;
  /*移动一级导航文字色*/
  --ohh-font-title2: #333;
  /*移动二级和三级导航文字色*/
  --ohh-close: #fa0 /*移动关闭按钮背景色*/;
}
.ohh-nav {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  position: relative;
}
.ohh-nav > li > a {
  font-size: 16px;
  color: var(--ohh-font-color);
  font-weight: 600;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
.ohh-home {
  font-size: 24px;
  color: var(--ohh-font-color);
  font-weight: 600;
  padding: 0 10px 0 0;
}
.ohh-nav > .ohh-home > a {
  font-size: 24px;
  padding: 0;
}
.ohh-nav .ohh-wsmegamenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 20px 36px 20px 20px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ohh-nav .ohh-menu {
  transform: translateY(20px);
  transition: ease-in-out 0.3s;
}
.ohh-nav .ohh-wsmegamenu.on {
  opacity: 1;
  pointer-events: initial;
}
.ohh-nav .ohh-wsmegamenu.on .ohh-menu {
  transform: none;
}
.ohh-nav .ohh-menu {
  display: flex;
  align-items: stretch;
}
.ohh-nav .ohh-category {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
  padding: 0 30px 0 16px;
  margin-right: 30px;
  max-height: 42vh;
  overflow-y: scroll;
  min-width: 280px;
}
.ohh-nav .ohh-category::-webkit-scrollbar {
  width: 2px;
  background: #f5f5f7;
}
.ohh-nav .ohh-category::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--ohh-scrollbar);
}
.ohh-nav .ohh-category li {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 4px 14px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.ohh-nav .ohh-category li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: var(--ohh-color);
  opacity: 0;
  transition: ease-in-out 0.2s;
}
.ohh-nav .ohh-category li.active {
  background: #f5f5f7;
}
.ohh-nav .ohh-category li.active:before {
  opacity: 1;
}
.ohh-nav .ohh-brand {
  flex: 1;
  position: relative;
}
.ohh-nav .ohh-brand > li {
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ohh-nav .ohh-brand > li:first-child {
  position: initial;
}
.ohh-nav .ohh-brand > li.on {
  opacity: 1;
  pointer-events: initial;
}
.ohh-nav .ohh-pc .ohh-brand > li.on {
  pointer-events: none;
}
.ohh-nav .ohh-pc.on .ohh-brand > li.on {
  pointer-events: initial;
}
.ohh-nav .ohh-brand > li > ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.ohh-nav .ohh-brand > li > ul > li {
  width: calc((100% - 20px * 3) / 4);
  font-size: 14px;
}
.ohh-nav .ohh-brand > li > ul > li:hover a {
  color: var(--ohh-font-hover);
}
.noshow .ohh-wsmegamenu {
  z-index: 1;
}
.ohh-bj {
  display: none;
}
.ohh-mobile {
  display: none;
}
.ohh-navmenu {
  display: none;
}
.ohh-close {
  display: none;
}
.ohh-nav .fa {
  transition: ease-in-out 0.3s;
}
.ohh-nav .ohh-pc.on > a > .fa {
  transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .ohh-navmenu {
    display: block;
    font-size: 24px;
    color: var(--ohh-ico);
  }
  .ohh-pc {
    display: none;
  }
  .ohh-mobile {
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: ease-in-out 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 9999;
    background: #FFF;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .ohh-mobile.on {
    transform: translateX(0);
    opacity: 1;
    pointer-events: initial;
    transition: ease-in-out 0.5s;
  }
  .ohh-mobile::-webkit-scrollbar {
    width: 2px;
    background: #f5f5f7;
  }
  .ohh-mobile::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--ohh-scrollbar);
  }
  .ohh-bj {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    transition: ease-in-out 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .ohh-bj.on {
    opacity: 1;
    pointer-events: initial;
  }
  .ohh-nav {
    justify-content: space-between;
  }
  .ohh-mobile > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 30px 20px;
  }
  .ohh-mobile .ohh-pc {
    display: flex;
    flex-direction: column;
  }
  .ohh-mobile .ohh-pc > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--ohh-font-title);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .ohh-category > li > div {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0 0;
  }
  .ohh-category > li > ul {
    display: none;
    padding: 10px 0;
  }
  .ohh-category > li > ul a {
    font-size: 14px;
    color: var(--ohh-font-title2);
    display: flex;
    align-items: center;
    padding: 2px 0;
    grid-gap: 10px;
  }
  .ohh-wsmegamenu {
    display: none;
  }
  .ohh-close {
    position: fixed;
    top: 0;
    left: 70%;
    z-index: 9999;
    opacity: 1;
    pointer-events: none;
    transition: ease-in-out 0.2s;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ohh-close);
    transform: translateY(-40px);
  }
  .ohh-close.on {
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0);
    transition: ease-in-out 0.5s;
  }
  .ohh-close svg {
    fill: #FFF;
    display: block;
    width: 20px;
    transform: rotate(180deg);
    transition: ease-in-out 0.2s;
  }
  .ohh-close.on svg {
    transform: rotate(0);
    transition: ease-in-out 0.5s;
  }
  .ohh-mobile .fa {
    transition: ease-in-out 0.3s;
  }
  .ohh-mobile .ohh-pc.on > a > .fa {
    transform: rotate(180deg);
  }
  .ohh-mobile .ohh-category > li.on > div > .fa {
    transform: rotate(180deg);
  }
}
.ul-list-disc {
  list-style: inside disc;
  line-height: 24px;
}
.ul-list-circle {
  list-style: inside circle;
}
:root {
  --wxc-borderblackcolor: rgba(0, 0, 0, 0.1);
  --wxc-borderradius: 4px;
  --wxc-drakyellow: #ffc439;
  --wxc-lightgray: #fafafc;
  --wxc-black: #333333;
  --wxc-red: #ff0000;
  --wxc-white: #ffffff;
  --wxc-lightblack: rgba(0, 0, 0, 0.5);
}
#review {
  background: var(--wxc-lightgray);
  padding: 20px;
  border-radius: var(--wxc-borderradius);
  border: 1px solid var(--wxc-borderblackcolor);
}
#review .panel-Review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--wxc-borderblackcolor);
}
#review .panel-Review:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#review .panel-Review .divBuyer {
  font-size: 16px;
  color: var(--wxc-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
#review .panel-Review .divBuyer span {
  font-size: 14px;
}
#review .panel-Review .divRating {
  height: 20px;
  max-width: 100%;
  display: block;
  object-fit: contain;
  margin-bottom: 16px;
}
#review .panel-Review .lbViewText {
  font-size: 14px;
  color: var(--wxc-black);
  line-height: 1.7;
  margin-bottom: 16px;
}
#review .panel-Review .divShare {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
#review .panel-Review .divShare a img {
  width: 18px;
  display: block;
  opacity: 0.5;
  transition: ease-in-out 0.2s;
}
#review .panel-Review .divShare a:hover img {
  opacity: 1;
}
#review .panel-Review .divReviewBody {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
#review .panel-Review .divReviewBody svg {
  width: 16px;
  min-width: 16px;
  display: block;
}
#review .panel-Review .divReviewBody .divReply0 {
  padding-top: 20px;
  font-size: 14px;
  color: var(--wxc-black);
  line-height: 1.7;
}
#review .panel-Review .divReviewBody .divReply0 .div-ReDate {
  font-weight: 600;
}
.adapter-list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-gap: 20px;
}
.adapter-list .adapter {
  display: flex;
  align-items: center;
  padding: 20px;
  background: var(--wxc-lightgray);
  grid-gap: 20px;
  border-radius: var(--wxc-borderradius);
  border: 1px solid var(--wxc-borderblackcolor);
  overflow: hidden;
}
.adapter-list .adapter img {
  width: 40%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
  transition: ease-in-out 0.5s;
}
.adapter-list .adapter div {
  width: calc(100% - 40% - 20px);
}
.adapter-list .adapter div h3 {
  font-size: 16px;
  color: var(--wxc-black);
  padding: 0 0 10px 0;
  font-weight: bold;
}
.adapter-list .adapter div ul {
  list-style-type: none;
  padding-bottom: 20px;
}
.adapter-list .adapter div ul li span {
  font-size: 14px;
  color: var(--wxc-lightblack);
}
.adapter-list .adapter div ul li span:last-child {
  font-weight: 500;
  color: var(--wxc-black);
}
.adapter-list .adapter div button {
  padding: 6px 20px;
  background: var(--wxc-drakyellow);
  color: var(--wxc-black);
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: var(--wxc-borderradius);
  transition: ease-in-out 0.2s;
}
.adapter-list .adapter div button:hover {
  background: var(--wxc-red);
  color: var(--wxc-white);
  box-shadow: 0 0 6px var(--wxc-black);
}
.adapter-list .adapter:hover img {
  transform: scale(1.05);
}
.specification-title {
  font-size: 14px;
  margin: 6px 0;
}
.specification {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.specification li {
  border: 2px solid #dfe2e1;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.specification li img {
  height: 82px;
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}
.specification li > div {
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.specification li.active {
  border-color: #FDA30E;
}
.specification li.active div {
  color: #FDA30E;
}
.powerbank {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.powerbank:hover {
  color: #FDA30E;
}
.indexyoutube .swiper {
  overflow: hidden;
}
.indexyoutube .swiper .swiper-slide iframe {
  width: 100%;
  border: none;
  object-fit: contain;
  aspect-ratio: 1.77;
  border-radius: 5px;
}
.indexyoutube .swiper .navbtn {
  margin-top: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.indexyoutube .swiper .navbtn .swiper-button-prev,
.indexyoutube .swiper .navbtn .swiper-button-next {
  position: initial;
  transform: none;
}
.indexyoutube .swiper .navbtn .swiper-button-prev svg,
.indexyoutube .swiper .navbtn .swiper-button-next svg {
  width: 22px;
  height: 22px;
}
.indexyoutube .swiper .navbtn .swiper-button-prev svg svg,
.indexyoutube .swiper .navbtn .swiper-button-next svg svg {
  fill: black;
}
.indexyoutube .swiper .navbtn .swiper-scrollbar {
  width: 300px;
  height: 6px;
  background: #cccccc;
}
@media (max-width: 1000px) {
  .indexyoutube .swiper .navbtn .swiper-scrollbar {
    width: 200px;
  }
}
.indexyoutube .swiper .navbtn .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  background: #fa0;
}
/*# sourceMappingURL=master.css.map */