/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

input[type="text"] {
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 5px;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

td,
th {
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

textarea {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
button,
textarea,
p,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

* html .clearfix,
* html .clearfix * {
  height: 1%;
}

.bold {
  font-weight: bold;
}

.hr-line {
  border: none;
  height: 1px;
  width: 180px;
  background-color: #f1f1f1;
  margin: 10px 13px;
}

html,
body {
  background-color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '宋体';
  font-size: 13px;
  color: #333333;
  margin: 0;
}

body a {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #2fb4ff;
}

body a:hover {
  color: #2fb4ff;
}

span.number i {
  font-style: normal;
  color: #ff5a00;
}

i.required {
  color: #f00f00;
  font-style: normal;
}

a,
button {
  cursor: pointer;
}

input,
select,
textarea,
button {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f00 inset;
  -moz-box-shadow: 0 0 0 1000px #f00 inset;
  -ms-box-shadow: 0 0 0 1000px #f00 inset;
  -o-box-shadow: 0 0 0 1000px #f00 inset;
  box-shadow: 0 0 0 1000px #f00 inset;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -moz-box-shadow: 0 0 0 1000px #fff inset;
  -ms-box-shadow: 0 0 0 1000px #fff inset;
  -o-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

img,
input,
select,
button {
  vertical-align: middle;
}

/* do not group these rules */
::-webkit-input-placeholder {
  color: #cecece;
}

::-moz-placeholder {
  color: #cecece;
}

:-ms-input-placeholder {
  color: #cecece;
}

.pesudo-placeholder {
  color: #cecece;
}

.brown {
  color: #873000;
}

.orange {
  color: #ff5a00;
}

.gray {
  color: #666;
}

.green-new {
  color: #70be2d !important;
}

.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main.s {
  width: 100%;
  max-width: 1350px;
}

.result-num {
  font-size: 12px;
  display: inline-block;
  float: right;
  position: relative;
  height: 29px;
}

.result-num .page-num {
  position: relative;
  top: 4px;
}

.result-num .page-num .current-page {
  color: #ff5a00;
}

.result-num .button {
  display: inline-block;
  font-size: 0;
  margin-left: 8px;
}

.result-num .button button {
  height: 25px;
  width: 47px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.result-num .button button.left-arrow {
  border-right: none;
}

.result-num .button button.left-arrow:hover {
  background: #f1f1f1;
}

/**
 * 五角星组件
 * @author hon
 */
.rank {
  width: 180px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.rank.bg {
  background-color: #f0f0f0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.rank ul {
  line-height: 0;
}

.rank li {
  display: inline-block;
  width: 19px;
  background-image: url("../images/rank-star.png");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0 0 !important;
  border: none !important;
}

.rank li.light-star {
  background-position: 0 100%;
}

.rank.interactive li {
  cursor: pointer;
}

.blur-filter {
  -webkit-filter: blur(3px);
}

/**
 * Button 按钮样式
 * 包括button元素和a元素
 * 宽度默认根据窗口宽度取百分比, 实际需重新设置
 * @author
 */
button.styled,
a.styled {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 13px;
  padding: 0;
  display: inline-block;
  width: 18.0555555555%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}

button.styled:active,
a.styled:active {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transform: translate3d(0, 1px, 0);
  -moz-transform: translate3d(0, 1px, 0);
  -ms-transform: translate3d(0, 1px, 0);
  -o-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

button.styled.big,
a.styled.big {
  /*v4版本产品详情样式调整*/
  height: 38px;
  line-height: 38px;
  width: 100%;
}

.main-side {
  width: 744px;
}

aside {
  width: 240px;
}

.bread-thumb {
  margin: 10px 0 10px 0;
}

.bread-thumb a {
  color: #666;
}

.bread-thumb i {
  font-style: normal;
  display: inline-block;
  margin: 0 5px;
  border-right: none;
}

.bread-thumb a:hover,
.bread-thumb a.current {
  color: #2fb4ff;
}

.pages {
  margin-top: 15px;
  line-height: 38px;
}

.pages .row {
  display: inline-block;
  float: right;
}

.pages .row .pagination {
  display: inline-block;
}

.pages .row .pagination li {
  text-align: center;
  display: inline-block;
  border: 1px solid #e4e4e4;
  color: #666;
  background: #f6f6f6;
  cursor: pointer;
  margin-left: 5px;
}

.pages .row .pagination li a {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 5px;
  display: inline-block;
  color: #666;
}

.pages .row .pagination li.active {
  border: 1px solid #ffffff;
  background: #ffffff;
  cursor: default;
}

.pages .row .text-right {
  display: inline-block;
  float: right;
  color: #666;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  margin-left: 10px;
}

.pages .row .text-right i {
  font-style: normal;
}

.pages .row .text-left {
  display: inline-block;
}

.pages .row input {
  border: 1px solid #e4e4e4;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.pages .row button {
  text-align: center;
  display: inline-block;
  border: 1px solid #e4e4e4;
  color: #666;
  background: #f6f6f6;
  cursor: pointer;
  margin-left: 5px;
  height: 36px;
  line-height: 34px;
  position: relative;
  top: -3px;
  padding: 0 10px;
}

/**
 * popbox
 */
.popbox-container.mwstore,
.popbox-container.mwstore-img {
  border: 0px;
}

.popbox-container.mwstore .box,
.popbox-container.mwstore-img .box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 25px 7.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 25px 7.5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 25px 7.5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 25px 7.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 25px 7.5px rgba(0, 0, 0, 0.1);
}

.popbox-container.mwstore .box .close-popbox,
.popbox-container.mwstore-img .box .close-popbox {
  background: url("../images/popbox-close.png") center no-repeat;
  display: block;
  right: 0;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  float: right;
}

.popbox-container.mwstore .box h1,
.popbox-container.mwstore-img .box h1 {
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.popbox-container.mwstore .box .content,
.popbox-container.mwstore-img .box .content {
  padding: 40px;
  text-align: center;
}

.popbox-container.mwstore .box .content p {
  text-align: justify;
}

.popbox-container.mwstore .box .content .row,
.popbox-container.mwstore-img .box .content .row {
  text-align: left;
}

.popbox-container.mwstore .box .content input,
.popbox-container.mwstore-img .box .content input {
  text-indent: 5px;
}

.popbox-container.mwstore .box .content input#company-name,
.popbox-container.mwstore-img .box .content input#company-name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  box-size: border-box;
  text-indent: 5px;
}

.popbox-container.mwstore .box .content p.tip,
.popbox-container.mwstore-img .box .content p.tip {
  background-repeat: no-repeat;
  height: 37px;
  line-height: 37px;
  text-indent: 45px;
}

.popbox-container.mwstore .box .content p.tip.warning,
.popbox-container.mwstore-img .box .content p.tip.warning {
  background-image: url("../images/tip-warning.png");
}

.popbox-container.mwstore .box .content .rank-data,
.popbox-container.mwstore-img .box .content .rank-data {
  color: #fe5e50;
}

.popbox-container.mwstore .box .content .rank-data input,
.popbox-container.mwstore-img .box .content .rank-data input {
  width: 10px;
  text-align: center;
  border: 0;
}

.popbox-container.mwstore .box .content h3,
.popbox-container.mwstore-img .box .content h3 {
  font-size: 13px;
  font-weight: normal;
}

.popbox-container.mwstore .box .content textarea,
.popbox-container.mwstore-img .box .content textarea {
  width: 348px;
  border: 1px solid #ddd;
  resize: none;
  height: 100px;
  margin: 5px 0 10px 0;
  padding: 5px;
}

.popbox-container.mwstore .box .footer,
.popbox-container.mwstore-img .box .footer {
  border: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.popbox-container.mwstore .box .footer button,
.popbox-container.mwstore-img .box .footer button {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.popbox-container.mwstore .box .footer button:last-child,
.popbox-container.mwstore-img .box .footer button:last-child {
  margin-right: 0;
}

.popbox-container.mwstore-img .content {
  padding: 5px !important;
}
.contact-me {
  display: inline-block;
}
.contact-me div {
  display: inline-block;
}
.contact-me span {
  vertical-align: middle;
}
.contact-me a {
  display: inline-block;
  height: 20px;
  margin-left: 2px;
}
.to-left-10 {
  margin-left: 10px;
}

.to-top-7 {
  margin-top: 7px;
}

.to-top-20 {
  margin-top: 11px; /*20to14px创建订单页,to11px*/
}

.mws-margin-left-m {
  margin-left: 20px;
}

.mws-margin-left-s5 {
  margin-left: 5px;
}

.mws-margin-right-s {
  margin-right: 10px;
}

.mws-margin-top-b {
  margin-top: 40px;
}

.mws-padding-m {
  padding: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.mws-text-left {
  text-align: left;
}

.mws-text-center {
  text-align: center !important;
}

.border-all {
  border: 1px solid #e4e4e4;
}

/*公共样式*/

/*按钮样式*/
.btn-mws,
.tag-mws {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857143;
  min-width: 58px;
  padding: 6px 12px;
}

.btn-mws {
  cursor: pointer;
}

.btn-mws-small {
  font-size: 12px;
  line-height: 1.22222222;
  min-width: 50px;
  padding: 3px 5px;
}

.btn-mws-primary {
  min-width: 68px;
  color: #666 !important;
  border: 1px solid #e4e4e4;
  /*以上内容为为确认按钮添加样式，使之符合规范*/
  background-color: #ff771c;
  color: #fff !important;
}

.btn-mws.btn-mws-primary:hover {
  background-color: #e66c1a;
  color: #fff !important;
}

.btn-mws-default {
  color: #fff !important;
  background-color: #00acd3;
}

.btn-mws.btn-mws-default:hover {
  background-color: #2fb4ff;
  color: #fff !important;
}

.btn-mws-cancel {
  min-width: 68px;
  padding: 5px 6px;
  background-color: #f9f9f9;
  color: #666 !important;
  border: 1px solid #e4e4e4;
}

.btn-mws-cancel:hover {
  background-color: #f5f5f5;
  color: #333 !important;
  border: 1px solid #ccc;
}

/*标签样式*/
.tag-mws {
  background-color: #ffffff;
  min-width: 68px;
  padding: 5px 6px;
}

/*.btn-mws-status*/
.tag-mws-status {
  background-color: #f90;
  color: #fff !important;
}

/*.btn-mws-danger*/
.tag-mws-finish {
  color: #f00 !important;
  border: 1px solid #f00f00;
}

/*.btn-mws-cancel*/
.tag-mws-cancel {
  color: #666 !important;
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
}

/*.btn-mws-info*/
.tag-mws-info {
  background-color: #ffffff;
  color: #2fb4ff !important;
  border: 1px solid #2fb4ff;
}

.btn-mws-small.tag-mws-info,
.btn-mws-small.tag-mws-cancel,
.btn-mws-small.tag-mws-finish {
  min-width: 30px;
  padding: 3px 4px;
}

.btn-mws-small.tag-mws-status {
  min-width: 50px;
  padding: 3px 0px;
}

/*按钮样式*/
/*带语言标识的输入框*/
input.input-cn,
textarea.input-cn {
  padding-left: 35px;
  background: #fff url("../images/cn.png") 3% no-repeat;
}

input.input-en,
textarea.input-en {
  padding-left: 35px;
  background: #fff url("../images/english.png") 3% no-repeat;
}
.wrap_banner{width: 100%;margin: 0px auto;position: relative;}
.wrap {
  width: 1350px;
  margin: 0 auto;
  clear: both;
}

.wrap.s {
  width: 1350px;
}

.wrap.s .map dl {
  width: 150px;
  width: 148px;
}

.wrap.s .map dl.en {
  width: 160px;
}

.wrap.s .top_area .search {
  width: 595px;
}

.wrap.s .top_area .search.s {
  width: 33%;
  float:left;
}

.wrap.s .top_area .search.s input[type="text"] {
  width: 320px;
}

/*顶部工具栏*/
.top_bar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  background: #f1f1f1;
  height: 34px;
  line-height: 34px;
  position: relative;
  z-index: 9;
  font-size: 12px;
}

.top_bar a {
  color: #333;
}

.top_bar .flag {
  display: inline-block;
  background: url("../images/english.png") left center no-repeat;
  padding-left: 25px;
}

.top_bar .flag.en {
  background: url("../images/china.png") left center no-repeat;
}

.top_bar dd {
  float: left;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top_bar .currencyTitle {
  margin-left: 15px;
}

.top_bar .currency {
  border: 1px solid #e4e4e4;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #ffffff;
  margin-left: 5px;
  margin-right: 0;
  display: inline-block;
}

.top_bar .currency.active {
  border: 1px solid #ff5a00;
}

.top_bar .act {
  padding: 0 10px;
}

.top_bar .act.user_name {
  color: #2fb4ff;
  padding: 0 5px;
}

.top_bar .act.user_name:hover {
  color: #2fb4ff;
}

.top_bar i.line {
  float: left;
  display: block;
  width: 2px;
  height: 14px;
  border-right: #ccc solid 1px;
  position: absolute;
  right: 0;
  top: 11px;
}

.top_bar .dropdown_menu {
  position: relative;
  z-index: 8;
  padding: 6px 10px 1px 10px;
  width: auto;
  height: 28px;
  line-height: 23px;
}

.top_bar .dropdown_menu span {
  margin-right: 2px;
  float: left;
  font-size: 12px;
}

.top_bar .dropdown_menu i {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/follow-drop-arrow.png") center no-repeat;
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}

.top_bar dd:hover .dropdown_menu {
  border: #ddd solid 1px;
  padding: 5px 9px 0px 9px;
  border-bottom: 0;
  background-color: #fff;
}

.top_bar .dropdown_menu_list {
  display: none;
  background: #fff;
  border: #ddd solid 1px;
  position: absolute;
  top: 33px;
  min-width: 95px;
  padding: 5px;
  z-index: 7;
}

.top_bar .dropdown_menu_list ul {
  float: left;
}

.top_bar .dropdown_menu_list ul li {
  white-space: nowrap;
  line-height: 14px;
  padding: 7px 10px;
}

.top_bar .dropdown_menu_list a {
  display: block;
}

.top_bar dd:hover .dropdown_menu_list {
  display: block;
}

.top_bar .dropdown_menu_list.psr {
  right: 0;
  width: 200px;
}

.top_bar .dropdown_menu_list.psr ul {
  width: 50%;
}

/*顶部工具栏*/

/*顶部区域*/
.top_area {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}

.top_area .logo {
  float: left;
  display: block;
  width: 33%;
  height: 65px;
  background: url("../images/logo.png") left center / auto 80% no-repeat;
}

.top_area .slogan {
  float: left;
  display: block;
  width: 220px;
  height: 70px;
  margin-top: 4px;
  background: url("../images/slogan-cn.png") center no-repeat;
}

.top_area .title-header {
  vertical-align: middle;
  border-left: 1px solid #e4e4e4;
  padding-left: 15px;
  margin-left: 15px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-size: 18px;
  color: #999;
  margin-top: 17px;
}

.top_area .search {
  margin-left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 15px;
  float: right;
  width: 750px;
}

.top_area .search .so {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
}

.top_area .search .so input[type="text"] {
  box-sizing: content-box;
  float: left;
  background: #fff;
  width: 493px;
  height: 32px;
  line-height: 32px;
  border: #2fb4ff solid 2px;
  border-right: 0;
  outline: none;
}

.top_area .search .so .btn {
  width: 92px;
  text-align: center;
  display: block;
  height: 38px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  float: left;
  padding-right: 5px;
  background: #2fb4ff;
}

.top_area .search .so .btn.hover {
  background: #2fb4ff;
}

.top_area .search .keyword {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  margin-top: 8px;
}

.top_area .search .keyword a {
  float: left;
  color: #666;
  margin-right: 8px;
  font-size: 12px;
}

.top_area .search .keyword a:hover {
  color: #2fb4ff;
}

/*顶部区域*/

/*购物车按钮*/
.cart {
  position: relative;
  margin-top: 15px;
}

.cart span.goods-quantity {
  background: #ff5a00;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  -o-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  top: -12px;
  left: 25px;
}

.cart span.goods-quantity:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border-left: 6px solid #ff5a00;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 0;
  bottom: -3px;
}

.cart:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.cart:hover > a {
  height: 36px;
  border-bottom: 0;
  background-color: #fff;
  z-index: 1000;
}

.cart > a {
  border: 1px solid #e7e7e7;
  width: 118px;
  text-align: center;
  color: #333;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background-color: #f6f6f6;
  position: relative;
}

.cart > a i {
  background: url("../images/cart-icon-small.png") center no-repeat;
  display: inline-block;
  width: 21px;
  height: 18px;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

.cart .items {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  z-index: 999;
  top: 36px;
  width: 310px;
  right: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.cart .items .title > :first-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  height: 28px\0;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  color: #999999;
}

@-moz-document url-prefix() {
  .cart .items .title > :first-child {
    height: 30px;
  }
}

.cart .items .title > :first-child:hover {
  color: #2fb4ff;
}

.cart .items .empty {
  color: #cdcdcd;
  font-size: 12px;
  background: url("../images/empty-cart.jpg") 20px center no-repeat;
  text-align: center;
  text-indent: 50px;
  padding: 25px;
}

.cart .items .goods-list {
  font-size: 12px;
}

.cart .items .goods-list h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 10px 15px;
  color: #666;
}

.cart .items .goods-list ul {
  max-height: 440px;
  overflow-y: auto;
}


.cart .items .goods-list li {
  border-bottom: 1px dashed #e4e4e4;
  padding: 15px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.cart .items .goods-list li.last {
  border-bottom: 0;
}

.cart .items .goods-list li a.img {
  width: 55px;
  border: 1px solid #ddd;
}

.cart .items .goods-list li a.img img {
  width: 100%;
}

.cart .items .goods-list li .title {
  height: 55px;
  width: 195px;
  margin: 0 0 0 10px;
  color: #666;
  word-wrap: break-word;
  position: relative;
}

.cart .items .goods-list li .title .price-and-del {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 16px;
}

.cart .items .goods-list li .title .price-and-del .split {
  margin-left: 30px;
}

.cart .items .goods-list li .title .price-and-del a {
  display: block;
  color: #666;
}

.cart .items .goods-list li .title .price-and-del a:hover {
  color: #ff5a00;
}

.cart .items .goods-list li .title .price-and-del i {
  font-style: normal;
}

.cart .items .goods-list li:hover {
  background-color: #efefef;
}

.cart .items .goods-list .cart-foot {
  background-color: #f5f5f5;
  padding: 10px;
}

.cart .items .goods-list .cart-foot .total {
  float: left;
  margin-top: 7px;
  text-align: right;
}

.cart .items .goods-list .cart-foot .total em {
  font-style: normal;
  color: #ff5a00;
  font-size: 12px;
}

/*购物车按钮*/

/*顶部导航栏*/
.top_nav {
  width: 100%;
  min-width: 1200px;
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #2fb4ff;
}

.top_nav .nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  float: left;
}

.top_nav .nav .spec {
  float: left;
  width: 135px;
  height: 40px;
}

.top_nav .nav .spec h2 {
  line-height: 40px;
  background: #2fb4ff;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  width: 135px;
  text-align: center;
  text-indent: 0;
  cursor: pointer;
}

.top_nav .nav .spec h2.active,
.top_nav .nav .spec h2:hover {
  background: #2f59ff;
}

.top_nav .nav ul.link {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0px;
}

.top_nav .nav ul.link li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  margin-bottom: -3px;
  text-align: center;
  width: 135px;
}

.top_nav .nav ul.link li a {
  color: #fff;
  font-size: 16px;
}

.top_nav .nav ul.link li:hover {
  color: #fff !important;
  background: #2f59ff;
}

.top_nav .nav .tel {
  float: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top_nav .nav .tel span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  float: left;
  margin-top: 5px;
}

.top_nav .nav .tit {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 135px;
  margin-top: 0px !important;
}

.top_nav .nav .tit:hover {
  background: #2fb4ff;
}

/*顶部导航栏*/

/*产品分类列表*/
.top_nav .sub {
  position: absolute;
  width: 250px;
  top: 40px;
  border-top: 0px;
  z-index: 301;
  margin-bottom: 0px;
  height: 494px;
  background-color: #1438ca;
}



.top_nav .sub li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  padding-right: 15px;
  color: #fff;
  background: #1438CA url("../images/sub-arrow.png") 230px center no-repeat;
  position: relative;
  -webkit-transition: text-indent 0.1s;
  -moz-transition: text-indent 0.1s;
  -ms-transition: text-indent 0.1s;
  -o-transition: text-indent 0.1s;
  transition: text-indent 0.1s;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_nav .sub li a img{height:25px;margin-right:5px;}
.top_nav .sub.en li a {
  font-size: 13px;
}

.top_nav .sub li.current a {
  padding: 0;
  text-indent: 15px !important;
  background: #2b83c4;
  width: auto;
  color: #fff;
  border-right: 0;
}

.sub-categories {
  display: none;
  position: relative;
  border: solid 1px #2fb4ff;
  margin-top: -38px;
  background: #f9f9f9;
  height: auto;
  min-height: 526px; /*-1使之对其*/
  left: 250px;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 20px;
}

.sub-categories .items li {
  margin: 10px 0 10px 0;
}

.sub-categories .logos {
  width: 200px;
}

.sub-categories .logos li {
  width: 60%;
  margin: 0 auto;
  min-height: 50px;
  text-align: center;
}

.sub-categories .logos li img {
  cursor: pointer;
  max-width: 100%;
  padding: 5px;
}

.sub-categories .logos li.last {
  border-bottom: 0;
}

.sub-category-rightBottom-image {
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.sub-categories .product-items-div {
  width: 420px;
  word-break: keep-all;
}

.sub-categories .category-head {
  font-size: 14px;
  margin-top: 10px;
  float: left;
  clear: left;
  color: #666666;
}

.sub-categories .category-head .en {
  font-size: 13px;
}

.sub-categories .category-head:hover {
  color: #2fb4ff;
}

.sub-categories div {
  float: left;
}

.sub-categories .category-product {
  margin: 10px 5px 0 0;
  padding-right: 10px;
  float: left;
  line-height: 13px;
  color: #999999;
  font-size: 13px;
}

.sub-categories .category-product.en {
  font-size: 12px;
}

.sub-categories .category-product:hover {
  color: #2fb4ff;
}

.sub-categories .more-button {
  margin-top: 10px;
  float: right;
  color: #999999;
  font-size: 13px !important;
}

.sub-categories .more-button:hover {
  color: #2fb4ff;
}

/*产品分类列表*/

/*底部导航栏*/
.bottom_bar {
  display: inline-block;
  width: 100%;
  background: #076699;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.bottom_bar .map {
  width: 96%;
  margin-left: 2%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.bottom_bar .map dl {
  float: left;
  width: 23%;
  margin-right: 1%;
  border-right: 1px solid #157bac;
  text-align: center;
}

.bottom_bar .map dl.en {
  width: 210px;
}

.bottom_bar .map dl dt {
 font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.bottom_bar .map dl dd {
  margin-bottom: 10px;
}

.bottom_bar .map a {
  color: #d5d3d3;
}

.bottom_bar .map a:hover {
  color: #2fb4ff;
}

.bottom_bar .map .fl dl.last {
  width: 100px;
}
.bottom_bar .map .fl{
  width: 68%;float: left;
}
.bottom_bar .map .fr {
  width: 30%;
  float: right;
}
.bottom_bar .map .fl dl:nth-child(1){border-left:1px solid #157bac;}
.bottom_bar .map .fr .ps {
  float: left;
  width: 190px;
}

.bottom_bar .map .fr .ps h2 {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.bottom_bar .map .fr .ps p {
  color: #d5d3d3;
  line-height: 24px;
}

.bottom_bar .map .fr .code {
  float: right;
  width: 150px;
  text-align: center;
  color: #555;
  position: relative;
}

.bottom_bar .map .fr .code img {
  width: 120px;
  height : 120px;
}

/*底部导航栏*/

/*底部区域*/
.bottom_area {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1350px;
  margin: 0px auto;
}

.bottom_area .nav a {
  color: #666;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-right: #b7b7b7 solid 1px;
}

.bottom_area .nav a:last-child {
  border-right: 0;
}

.bottom_area .nav a:hover {
  color: #2fb4ff;
}

.bottom_area p {
  width: 100%;
  color: #777;
  line-height:35px;
}

.bottom_area .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 96%;
  padding: 1% 0px;
  border-bottom: 1px dotted #ddd;
}

.bottom_area .link .fl {
  line-height: 20px;
  color: #999;
  width: 100px;
  text-align: right;
}

.bottom_area .link a {
  color: #666;
  height: 20px;
  line-height: 20px;
  margin-right: 19px; /*友情链接，链接之间的间距*/
  float: left;
}

.bottom_area .link a:hover {
  color: #2fb4ff;
}

.bottom_area .link .list {
  width: 100%;

  float: left;
}

/*底部区域*/

/*侧边工具栏*/
.side_bar {
  background-color: #fff;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
}

.side_bar a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-bottom: -1px;
  margin-right: -1px;
  border: 1px solid #e4e4e4;
  position: relative;
}

.side_bar a i {
  position: absolute;
  right: 2px;
  top: -8px;
  color: #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background-color: #2fb4ff;
  border: 1px solid #2fb4ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-style: normal;
  font-size: 12px;
}

.side_bar > #qq {
  background: #fff url("../images/qq-gray.png") center no-repeat;
}

.side_bar > #qq.active {
  background: #2f59ff url("../images/qq-white.png") center no-repeat;
}

.side_bar > #tel {
  background: #fff url("../images/tel-gray.png") center no-repeat;
}

.side_bar > #tel.active {
  background: #2f59ff url("../images/tel-white.png") center no-repeat;
}

.side_bar > #mws-email {
  background: #fff url("../images/email-gray.png") center no-repeat;
}

.side_bar > #mws-email.active {
  background: #2f59ff url("../images/email-white.png") center no-repeat;
}

.side_bar > #fav {
  background: #fff url("../images/fav-gray.png") center no-repeat;
}

.side_bar > #fav.active {
  background: #2f59ff url("../images/fav-white.png") center no-repeat;
}

.side_bar > #top {
  background: #fff url("../images/top-gray.png") center no-repeat;
}

.side_bar > #top:hover {
  background: #2f59ff url("../images/top-white.png") center no-repeat;
}

.side_bar > #sh-cart {
  background: #fff url("../images/sh-cart-gray.png") center no-repeat;
  z-index: 1;
}

.side_bar > #sh-cart.active {
  background: #2f59ff url("../images/sh-cart-white.png") center no-repeat;
}

.side_bar > #wechat {
  background: #fff url("../images/qr-code-gray.png") center no-repeat;
}

.side_bar > #wechat.active {
  background: #2f59ff url("../images/qr-code-white.png") center no-repeat;
}

.side-popups .tel-popup,
.side-popups .email-popup,
.side-popups .fav-popup,
.side-popups .sh-cart-popup {
  text-align: center;
  margin: 0;
  position: fixed;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #2fb4ff;
  right: -200px;
  z-index: 700;
  color: #ffffff;
  font-size: 12.5px;
}

.side-popups .qq-popup {
  text-align: left;
  margin: 0;
  background-color: #2fb4ff;
  position: fixed;
  width: 100px;
  line-height: 24px;
  border: 1px solid #2fb4ff;
  right: -200px;
  z-index: 700;
  color: #ffffff;
  font-size: 12.5px;
}
.side-popups .qq-popup ul {
  padding: 5px 0;
}
.side-popups .qq-popup li {
  padding-left: 5px;
}
.side-popups .qq-popup a {
  display: inline-block;
  color: #fff;
}
.side-popups .qq-popup img {
  margin-right:3px;
}
.side-popups a {
  background-color: #2fb4ff;
}

.side-popups a:hover,
.side-popups li:hover,
.side-popups li:hover a{
  background-color: #2fb4ff;
}

.side-popups > .tel-popup {
  right: -145px;
}

.side-popups > .email-popup {
  width: 145px;
}

.side-popups > .tel-popup,
.side-popups > .qq-popup {
  width: 130px;
}

.side-popups > .wechat-popup {
  position: fixed;
  display: block;
  width: 120px;
  height: 135px;
  line-height: 250px;
  border: none;
  right: -150px;
  z-index: 700;
  background: #fff url("/uploads/images/20250718/fa21ccf04c02be9164f394167b1a4dbb.png") center top no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 12px;
  color: #666;
  -webkit-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  -ms-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  -o-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
}

.side-popups > .wechat-popup:hover {
  color: #666;
}

.side-popups > .qr-popup {
  position: fixed;
  display: block;
  width: 120px;
  height: 135px;
  line-height: 230px;
  border: none;
  right: -150px;
  z-index: 700;
  background: #fff url("../images/qr-weixin.jpg") center 15px no-repeat;
  text-align: center;
  font-size: 12px;
  color: #666;
  -webkit-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  -ms-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  -o-box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
  box-shadow: 0.5px 1px 10px 0px rgba(204, 204, 204, 0.75);
}

.side-popups > .qr-popup:hover {
  color: #666;
}

/*侧边工具栏*/

.required {
  color: red;
}

.no-border {
  border: none !important;
}

.bootstrap-datetimepicker-widget {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '宋体';
}

.bootstrap-datetimepicker-widget table td {
  border-bottom: 0;
}

.invoice-notice {
  display: inline-block;
  margin-left: 20px;
}

.invoice-notice .lable {
  color: #2fb4ff;
}

.invoice-notice .notice {
  position: absolute;
  right: 162px;
  display: none;
  padding: 10px;
  width: 338px;
  height: 83px;
  background: #fef7e4;
  border: 1px solid #ffce6f;
  font-size: 12px;
  color: #666;
  box-shadow: 3px 3px 5px #e4e4e4;
}

.invoice-notice .notice i {
  font-style: normal;
  color: #ff5a00;
}

.invoice-notice .notice .notice-title {
  color: #333333;
  margin-bottom: 5px;
}

.invoice-notice .notice ul li {
  white-space: normal;
}

/* Login Singup Popup*/
.ls-panel .title-regi {
  margin-bottom: 20px;
}

.ls-panel .title-regi h1.page-title {
  font-size: 16px;
  display: inline-block;
  color: #666;
  height: 20px;
  line-height: 20px;
  border: none;
  border-left: 3px solid #ff5a00;
  margin: 0;
  padding: 0;
  padding-left: 12px;
}

.ls-panel .title-regi .goto-register {
  display: inline-block;
  text-align: right;
  font-size: 14px;
}

.ls-panel .title-regi .goto-register a {
  color: #ff5a00;
}

.ls-panel form .row {
  position: relative;
}

.ls-panel form input {
  vertical-align: middle;
}

.ls-panel form input[type=text],
.ls-panel form input[type=password] {
  padding: 0 !important;
  width: 100%;
  border: 0;
  height: 44px;
  background: rgba(255, 255, 255, 0);
}

.ls-panel form .group {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  over-flow: hidden;
}

.ls-panel form .group .row {
  border-bottom: 1px solid #e4e4e4;
  padding-left: 56px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.ls-panel form .group .row.tel {
  background-image: url("../images/tel.png");
}

.ls-panel form .group .row.tel a {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}

.ls-panel form .group .row.tel-cap {
  background-image: url("../images/tel2.png");
}

.ls-panel form .tel-cap input[name=tel-cap] {
  width: 195px;
}

.ls-panel form .tel-cap input[name=get-cap] {
  width: 118px;
  height: 35px;
  font-size: 14px;
  border: none;
  color: #ff5a00;
  background: rgba(200, 200, 200, 0.25);
}

.ls-panel form .group .row.password {
  background-image: url("../images/unlock.png");
}

.ls-panel form .group .row.confirm-password {
  background-image: url("../images/lock.png");
}

.ls-panel form .captcha input {
  width: 148px;
  height: 42px;
  margin-right: 20px;
  line-height: 44px;
  border: 1px solid #e4e4e4;
}

.ls-panel form .captcha img {
  vertical-align: middle;
  height: 40px;
}

.ls-panel form .styled.big {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.ls-panel form .styled.big:active {
  margin-top: 5px;
}

.orange-filled {
  background-color: #FF5A00;
  color: #FFFFFF;
}

.green-filled {
  background-color: #2fb4ff;
  color: #FFFFFF;
}

.ls-panel form .actions {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
}

.ls-panel form .actions a {
  color: #666;
}

.ls-panel form .actions i {
  font-style: normal;
  margin: 0 5px;
  color: #ddd;
}

.confirm {
  background: #ffffff;
  height: 270px !important;
  width: 400px;
  border: solid #666666;
  border-radius: 5px;
}

.confirm h1 {
  /*color: blue;*/
  padding-left: 10px;
  font-size: 14px !important;
  color: #333333;
}

#prompt_shell {
  position: fixed;
  border: solid 1px;
  background: rgba(255, 255, 255, 0.6);
  top: 40%;
  left: 50%;
  height: auto;
  width: 400px;
  margin-left: -200px;
  border-radius: 5px;
  display: none;
}

#prompt_body {
  font-size: 1em;
  color: #666666
}

#check_num {
  margin-left: 0px;
  text-align: left !important;
}

#prompt_code {
  float: left;
  margin-top: 21px;
  margin-right: 0px;
  height: 28px;
  width: 100px;
  border: 1px solid #aaaaaa !important;
}

.img_tag {
  float: left;
  margin-top: 26px;
  margin-right: 16px;
}

#prompt_body #captchaImage {
  margin-top: 21px;
  margin-left: -30px;
  height: 30px;
  width: 80px;
}

#phone_num {
  margin: auto 10px;
}

.slogan {
  float: left;
  display: block;
  width: 220px;
  height: 70px;
  margin-top: 4px;
  background-image: url("../images/slogan-cn.png");
  background-position: center;
  background-repeat: no-repeat;
}

.slogan.en {
  background-image: url("../images/slogan-en.png");
}

button.styled:active,
a.styled:active {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transform: translate3d(0, 1px, 0);
  -moz-transform: translate3d(0, 1px, 0);
  -ms-transform: translate3d(0, 1px, 0);
  -o-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

button.styled.big,
a.styled.big {
  height: 38px;
  line-height: 38px;
  width: 100%;
}

button.styled.middle,
a.styled.middle {
  height: 26px;
  line-height: 26px;
  width: 50%;
}

button.styled.small,
a.styled.small {
  height: 24px;
  line-height: 24px;
  width: 22.2222222222%;
}

button.styled.tiny,
a.styled.tiny {
  height: 16px;
  line-height: 16px;
  width: 20%;
}

button.styled.orange-outline,
a.styled.orange-outline {
  border: 1px solid #ff5a00;
  color: #ff5a00;
}

button.styled.orange-outline:active,
a.styled.orange-outline:active {
  background-color: #f55600;
}

button.styled.orange-outline.disabled,
a.styled.orange-outline.disabled {
  background-color: #c6c6c6;
  border-color: #bbb;
}

button.styled.inquiry,
a.styled.inquiry {
  border: 1px solid #ff5a00;
  background-color: #fff4e8;
  color: #ff5a00;
}

button.styled.inquiry:hover,
a.styled.inquiry:hover {
  background-color: #ffedda;
}

button.styled.green-filled-new,
a.styled.green-filled-new {
  border: 1px solid #70be2d;
  background-color: #70be2d;
  color: #fff;
}

button.styled.green-filled-new:hover,
a.styled.green-filled-new:hover {
  border: 1px solid #659f29;
  background-color: #659f29;
  color: #fff;
}

button.styled.orange-filled,
a.styled.orange-filled {
  border: 1px solid #ff771c;
  background-color: #ff771c;
  color: #fff;
}

button.styled.orange-filled:active,
a.styled.orange-filled:active {
  background-color: #ff6c19;
  border-color: #ff6c19;
}

button.styled.orange-filled.disabled,
a.styled.orange-filled.disabled {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}

button.styled.orange-filled:hover,
a.styled.orange-filled:hover {
  background-color: #ff6c19;
  border-color: #ff6c19;
}

button.styled.green-outline,
a.styled.green-outline {
  border: 1px solid #2fb4ff;
  color: #2fb4ff;
}

button.styled.green-outline:active,
a.styled.green-outline:active {
  background-color: #1dc7ee;
}

button.styled.green-filled,
a.styled.green-filled {
  border: 1px solid #2fb4ff;
  background-color: #2fb4ff;
  color: #fff;
}

button.styled.green-filled:active,
a.styled.green-filled:active {
  background-color: #1dc7ee;
  border-color: #1dc7ee;
}

button.styled.green-filled:hover,
a.styled.green-filled:hover {
  background-color: #2fb4ff;
  border-color: #2fb4ff;
}

button.styled.white-outline,
a.styled.white-outline {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #ff5a00;
}

.panel-mws {
  padding: 20px;
}

.border-mws {
  border: 1px solid #e4e4e4;
}

.font-bold {
  font-weight: bold;
}

.text_dot {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.internal-search{
  box-sizing: content-box;
  float: left;
  background: #fff;
  width: 247px;
  height: 34px;
  line-height: 32px;
  border: #2fb4ff solid 2px;
  border-right: 0;
  outline: none;
}
.internal-search-btn{
  width: 92px;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  float: left;
  padding-right: 5px;
  background: #2fb4ff;
}
footer{display: none;}
.address-form{
  display: block;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0px;
  z-index: 99999;
  height: 100%;
  right: 0px;
  left: 0px;
}
.notice { height: 40px; width: 250px; background: #2f59ff;float:right; }
.notice .content { width: 250px;position:absolute;z-index:9;background-color:#fff; height: 495px;display: none;}
.notice h2 { color: #bf1a20; font-size: 14px;height:40px; border-bottom: 1px solid #eeeeee; line-height: 40px; }
.notice h2 a { width: 100%; float: left; display: inline-block; text-align: center; font-size: 16px;color:#fff; }
.notice ul.active{display:block;}
.notice ul { padding: 5px 10px;  }
.notice ul li { background: url(../Images/dot-red.png) no-repeat left center; padding:0px 2%; line-height: 32px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; }
.notice ul li a{color:#666;}
.notice:hover .content{display:block;}
/* 屏幕宽度小于760px时的样式 */
@media (max-width: 760px) {
    .notice {display:none;}
  .side_bar{display: none;}
    .wrap{width: 100%;}
    .wrap.s{width: 100%;position: fixed;top: 0px;z-index: 99999;background-color: #fefefe;}
    .top_bar .act.user_name {padding: 0 0px;}
    .top_bar{width: 98%;padding: 0px 1%;height: auto;}
    .top_bar .wrap dl{width: 100%;}
    .top_bar dd:last-child{float: right;}
    .top_area .logo {width: 100%;height: 50px;background: url("../images/logo.png") center center / auto 100% no-repeat;}
    .top_area .search{margin-top: 1%;float: right;width: 98%;padding: 0px 1%;}
    .wrap.s .top_area .search.s {width: 78%;margin-top:10px;}
    .wrap.s .top_area .search.s input[type="text"] {width:62%;}
     .top_area .search .so .btn {width: 35%;float: right;}
    .top_area .search .so{width: 65%;}
    .top_area .search .so input[type="text"] {width: 62%;height: 30px;line-height: 30px;border: #2fb4ff solid 1px;padding: 0px 1%;}
    .wrap_banner {margin-top: 30px;}
    .top_area .search .so .btn {width: 35%;height: 32px;line-height: 32px;font-size: 14px;float: right;}
    .cart {width: 33%;}
    .cart > a {width: 100%;height: 30px;line-height: 30px;float: right;}
    .top_nav {width: 100%;min-width: 100%;}
    #category{display: none;}
    .top_nav .nav .spec {width: 25%;}
    .top_nav .nav .spec a{width: 100%;float: left;}
    .top_nav .nav .spec h2.active{font-size: 14px;background: #2fb4ff;font-weight: inherit;width:100%;float: left;}
    .top_nav .nav ul.link li {float: left;height: 40px;line-height: 40px;margin-right: 0;margin-bottom: 0px;text-align: center;width: 33.334%;}
    .top_nav .nav ul.link li a{font-size: 14px;}
    .top_nav {width: 100%;min-width: 100%;}
    #category{display: none;}
    .top_nav .nav .spec {width: 25%;float: left;}
    .top_nav .nav .spec a{width: 100%;float: left;}
    .top_nav .nav .spec h2.active{font-size: 14px;background: #2fb4ff;font-weight: inherit;width:100%;float: left;}
    .top_nav .nav ul.link {margin-left: 0px;width: 75%;}
     .top_nav .nav .spec a {width: 100%;float: left;}
     .top_nav .nav .spec h2{font-size: 14px;background: #2fb4ff;font-weight: inherit;width:100%;float: left;}
    .bottom_bar .map .fr {width: 100%;padding-left: 0%;border-left:#ddd solid 0px;float: left;}
    .bottom_area .nav a {border-right: #b7b7b7 solid 0px;}
    .main,.main.s{width: 98%;padding: 1%;}
    .main.newlist{margin-top:50px;}
    .main .newlist{margin-top:2%;}
    .channel{width: 96%;padding: 2%;}
    .channel h2{text-align: center;}
    .channel h2 em{width: 100%;text-align: center;display: block;}
    .channel ul{margin-top: 5%;}
    .channel ul li{width: 33.33333%;}
    .bottom_bar{margin-top: 0px;width: 96%;padding:2%;}
    .bottom_bar .map .fl{width: 100%;}
    .bottom_bar .map .fr {width: 100%;padding-left: 0%;border-left:!important #ddd solid 0px;float: left;}
    .bottom_bar .map .fr .ps {width: 60%;}
    .bottom_bar .map .fr .code {width: 40%;}
    .wrap.s .map dl {width: 25%;}
    .top_nav .nav ul.link {margin-left: 0px;width: 75%;}
    .bottom_bar .map dl dt {font-size: 14px;}
    .top_area .title-header {
  vertical-align: middle;
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-top: 2%;
  width: 100%;
  text-align: center;
}
.main.wrap {
  margin-top: 2%;}


.popbox-container.mwstore .box .content, .popbox-container.mwstore-img .box .content {
  padding: 2%;}



footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fcfcfd;
    border-top: 1px solid #e1e1e4;
    z-index: 99999999;
    display: block;
    height: 50px;
}

footer ul {
   float: left;width: 100%;
   list-style: none;
}

footer ul li {
  list-style: none;
  float: left;
    width: 25%;
    text-align: center;
    font-size: 0
}

footer ul li a {
    text-align: center;
    display: inline-block;
    color: #333;
    width: 100%
}
.category {
  display: block;
}
footer ul li a.category.current, footer ul li a.home.current, footer ul li a.look.current, footer ul li a.my.current, footer ul li a.shop-cart.current {
    color: #00a7cc
}

footer ul li a .img {
    display: block;
    width: 37.5%;
    margin: 0 auto
}

footer ul li a span {
    display: block;
    text-align: center;
    font-size: .749999999999997rem;
    line-height: .749999999999997rem
}
span.card-num {
  background: #ff5a00;
  border-radius: 1.2em;
  color: #fff;
  padding: 0 1px;
  position: absolute;
  height: 1.3rem;
  left: 65vw;
  top: 0rem;
  line-height: 17px;
  font-size: .8rem;
  z-index: 1;
  min-width: 1.5rem;
}
footer ul li a.home .img {
    background: url(../images/ico-tabBar-home-54x54.png) center no-repeat;
    background-size: 100%
}

footer ul li a.home.current .img {
    background: url(../images/ico-tabBar-home-sel.png) center no-repeat;
    background-size: 100%
}

footer ul li a.category .img {
    background: url(../images/ico-tabBar-class.png) center no-repeat;
    background-size: 100%
}

footer ul li a.category.current .img {
    background: url(../images/ico-tabBar-class-sel.png) center no-repeat;
    background-size: 100%
}

footer ul li a.look .img {
    background: url(../images/ico-tabBar-look.png) center no-repeat;
    background-size: 100%
}

footer ul li a.look.current .img {
    background: url(../images/ico-tabBar-look-sel.png) center no-repeat;
    background-size: 100%
}

footer ul li a.shop-cart .img {
    background: url(../images/ico-tabBar-shop.png) center no-repeat;
    background-size: 100%
}

footer ul li a.shop-cart.current .img {
    background: url(../images/ico-tabBar-shop-sel.png) center no-repeat;
    background-size: 100%
}

footer ul li a.my .img {
    background: url(../images/ico-tabBar-user.png) center no-repeat;
    background-size: 100%
}

footer ul li a.my.current .img {
    background: url(../images/ico-tabBar-user-sel.png) center no-repeat;
    background-size: 100%
}

footer.invisible {
    position: relative;
    visibility: hidden
}

#back-top img, i.down-icon {
    position: absolute;
    top: 50%
}
.bottom_area {
  padding-bottom: 60px;
  display:none;
}











}












