@charset "utf-8";
/* less set */
/* ----------  public css ---------- */
html {
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
body {
  font-size: 15px;
  color: #777;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*html5*/
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.BScover {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.panel-shadow {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.inline-border {
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: -5px;
}
a {
  color: #0057bb;
  text-decoration: none;
}
a:hover {
  color: #fd8604;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
::-moz-selection {
  background-color: #b35e01;
  color: #fff;
}
::selection {
  background-color: #b35e01;
  color: #fff;
}
.price,
.date {
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
.gotop {
  z-index: 999;
  width: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #b35e01;
  font-size: 40px;
  position: fixed;
  right: 50%;
  bottom: 30px;
  margin-right: -550px;
  transition: all 0.5s ease 0s;
}
.gotop:hover {
  color: #fff;
}
/*nodata*/
.nodata {
  line-height: 30px;
  border: 2px solid #eee;
  padding: 10px 20px;
  font-size: 14px;
  color: #999;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.nodata .font_icon {
  padding-right: 10px;
  font-size: 1.1em;
}
.quote_p {
  position: relative;
  margin-bottom: 20px;
  line-height: 24px;
  padding: 10px 15px 10px 75px;
  font-size: 14px;
  background-color: #f6f6f6;
  border-radius: 5px;
  height: auto!important;
  height: 48px;
  min-height: 48px;
}
.quote_p:before {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 3em;
  color: #e0e0e0;
}
/* button & input style */
.button {
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  background-color: #fd8604;
}
.button.min {
  line-height: 30px;
}
.button.default {
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fd8604), color-stop(1, #ffc85e));
  background: -moz-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: -webkit-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: -o-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: -ms-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: linear-gradient(to bottom, #fd8604 5%, #ffc85e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd8604, endColorstr=#ffc85e, GradientType=0);
  background-color: #ffc85e;
}
.button.default:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc85e), color-stop(1, #fd8604));
  background: -moz-linear-gradient(top, #ffc85e 5%, #fd8604 100%);
  background: -webkit-linear-gradient(top, #ffc85e 5%, #fd8604 100%);
  background: -o-linear-gradient(top, #ffc85e 5%, #fd8604 100%);
  background: -ms-linear-gradient(top, #ffc85e 5%, #fd8604 100%);
  background: linear-gradient(to bottom, #ffc85e 5%, #fd8604 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc85e, endColorstr=#fd8604, GradientType=0);
  background-color: #fd8604;
}
.button.radius {
  border-radius: 18px;
}
.button.gray {
  background-color: #999;
}
.button.gray:hover {
  background-color: #7a7a7a;
  color: #fff;
}
.readmore {
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  color: #fd8604;
}
.readmore:hover {
  color: #000;
}
.readmore span {
  padding: 0 5px;
}
.button.button-text {
  background-color: transparent;
  border-color: transparent ;
  color: #666;
}
.button.button-text:hover {
  color: #fd8604;
}
.button.line {
  background-color: transparent;
  color: #fd8604;
  border: 1px solid #fd8604;
}
.button.line:hover {
  background-color: #b35e01;
  color: #fff;
}
.button.btn-block {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.brtools {
  margin-top: 30px;
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container .col-1 {
  width: 220px;
  margin-right: 30px;
}
.container .col-2 {
  width: 710px;
}
.app-wrapper {
  width: 100%;
  min-height: 100vh;
  background: #feba4a;
  /*
	background: -webkit-linear-gradient(-135deg, #ffd66f, #fd8604);
	background: -moz-linear-gradient(-135deg, #ffd66f, #fd8604);
	background: -o-linear-gradient(-135deg, #ffd66f, #fd8604);
	background: linear-gradient(-135deg, #ffd66f, #fd8604);	
	*/
}
.content-wrapper {
  background: #fff;
  border-radius: 10px;
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
}
.content-wrapper .wrapper-header {
  margin: -30px -30px 20px;
  line-height: 30px;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fd8604), color-stop(1, #ffc85e));
  background: -moz-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: -webkit-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: -o-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: -ms-linear-gradient(top, #fd8604 5%, #ffc85e 100%);
  background: linear-gradient(to bottom, #fd8604 5%, #ffc85e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd8604, endColorstr=#ffc85e, GradientType=0);
  background-color: #ffc85e;
}
.content-wrapper .wrapper-header .title {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px #000;
}
.final-data {
  padding: 10px;
  border: 5px solid #fd8604;
  background-color: #f8f8f8;
}
.final-data .default-table {
  background-color: #fff;
}
/* ----------  header ---------- */
/* header */
.header {
  height: 60px;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.header h1.logo {
  position: absolute;
  left: 0;
  top: 10px;
  height: 60px;
  z-index: 3;
  padding-left: 70px;
  color: #fff;
}
.header h1.logo img {
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.header h1.logo .logo-text {
  line-height: 35px;
  font-size: 22px;
  color: #f54611;
  display: none;
  font-weight: bold;
  text-shadow: 0 0 5px #fff;
}
.header h1.logo .logo-text-en {
  line-height: 25px;
  font-size: 13px;
  color: #0057bb;
  display: none;
  text-shadow: 0 0 5px #fff;
  letter-spacing: 0;
}
/* menu */
.mobilemenu {
  position: relative;
  float: right;
}
.mobilemenu .icon-double-angle-up {
  display: none;
}
.mobilemenu ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.mobilemenu li {
  padding: 0 5px;
  float: left;
}
.mobilemenu li a {
  line-height: 24px;
  font-weight: bold;
  padding: 10px 15px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  text-shadow: 0 1px 4px #fd8604;
  transition: all 0.3s;
}
.mobilemenu li .fa-chevron-right {
  display: none;
}
.mobilemenu li a:hover,
.mobilemenu li.active a,
.mobilemenu li.active a:hover {
  color: #fd8604;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.75);
}
.mobilemenu .arrow {
  display: none;
}
.toplink {
  display: none;
}
/* ----------  footer ---------- */
.footer {
  clear: both;
  margin-top: 30px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.footer .bottom-text {
  text-align: center;
  font-weight: bold;
}
.copyright {
  padding: 10px 0 40px;
  line-height: 30px;
  position: relative;
  color: #fff;
  text-align: center;
}
.copyright .item::after {
  content: "|";
  padding: 0 15px;
}
.copyright h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.copyright .luckygroup {
  margin-top: 10px;
}
.copyright a {
  color: #fff;
  padding: 0 5px;
  transition: all 0.5s ease 0s;
}
.copyright a:hover {
  color: #0057bb;
  text-shadow: none;
}
.qrcode {
  position: absolute;
  right: 0;
  top: 30px;
}
.qrcode img {
  width: 120px;
}
.footer .xs-block + .xs-block {
  margin-left: 10px;
}
/* ----------  index css  ---------- */
.content {
  padding-top: 30px;
  padding-bottom: 40px;
}
/* ----------  login  ---------- */
.login-group {
  padding: 30px 0;
}
.login-form {
  margin: 0 auto;
  max-width: 300px;
}
.login-title {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.login-form .from_post li {
  padding-left: 0;
}
.login-form .from_post li input {
  height: 38px;
  border-radius: 19px;
  padding-left: 100px;
  box-sizing: border-box;
  font-size: 16px;
}
.login-form .from_post li input:focus {
  outline: 0;
}
.login-form .from_post li .type1 {
  width: 100%;
}
.login-form .from_post li .type2 {
  width: 70%;
}
.login-form .from_post li .title {
  width: 80px;
  line-height: 38px;
}
.login-form .from_post .brtools {
  margin-left: 0;
}
.notice-list {
  border: 5px solid #feba4a;
  padding: 20px;
  border-radius: 10px;
  min-height: 220px;
}
.notice-list .login-title {
  margin-bottom: 10px;
  margin-top: 0;
}
.notice-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notice-list li {
  border-top: 1px solid #ddd;
}
.notice-list li a {
  display: block;
  line-height: 20px;
  overflow: hidden;
  color: #777;
  transition: all 0.5s ease 0s;
  padding: 8px 0;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-list li .date {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  padding-right: 5px;
}
/* ----------  pages css  ---------- */
.datepicker-group {
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
.datepicker-group input {
  width: 200px;
}
.datepicker-group .input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 28px;
  color: #999;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  width: 22px;
  text-align: center;
}
.form-list ul {
  margin: 0;
  padding: 0;
}
.form-list li + li {
  margin-top: 10px;
}
.form-list li a {
  border: 1px solid #eee;
  padding: 10px;
  line-height: 20px;
  display: block;
}
.form-list li a:hover {
  background-color: #f8f8f8;
}
.report-info {
  margin-top: 30px;
  text-align: center;
}
/* navigation */
.navigation {
  height: 20px;
  margin-bottom: 20px;
  text-align: right;
  color: #999;
  line-height: 20px;
}
.navigation .nav {
  float: right;
  height: 20px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
.navigation a {
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: #fd8604;
}
.navigation a:hover {
  color: #b35e01;
}
.navigation span.divider {
  padding: 0 10px;
}
.navigation strong {
  color: #666;
}
.detailtitle {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.detailtitle h4 {
  color: #fd8604;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  padding-bottom: 10px;
}
.detailtitle .font_icon {
  padding-right: 5px;
}
.detailtitle .info {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 20px;
  text-align: right;
}
.detailtitle .info .font_icon {
  font-weight: normal;
}
.detailtitle .info.date {
  font-size: 14px;
  top: 0;
}
.nes {
  color: #f00;
  padding: 0 5px;
}
.from_post + .detailtitle {
  margin-top: 30px;
}
.newstitle {
  margin-bottom: 15px;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.newstitle h4 {
  color: #b35e01;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 90px 10px 10px;
}
.newstitle .font_icon {
  padding-right: 5px;
}
.newstitle .date {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 20px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: #feab50;
}
.htmledit {
  clear: both;
  line-height: 150%;
  font-size: 14px;
}
.htmledit img {
  max-width: 100%;
}
.detail .htmledit p {
  line-height: 180%;
  margin-bottom: 5px;
}
.detail .htmledit .default_p {
  line-height: 24px;
  padding-bottom: 10px;
}
.detail .htmledit .default_h4 {
  clear: both;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #feab50;
  font-size: 1.2em;
}
.detail .htmledit .default_strong {
  font-size: 13px;
  padding: 0 5px;
}
.detail .htmledit .default_img {
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -khtml-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
.htmledit .templist {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}
.htmledit .templist th {
  color: #333;
  font-weight: 1.2em;
  padding: 5px 10px;
  background-color: #ccc;
  line-height: 20px;
  text-align: left;
  border: 1px solid #e4e4e4;
}
.htmledit .templist td {
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #e4e4e4;
}
.htmledit .templist tr.even td {
  background-color: #f2f2f2;
}
.htmledit .templist tr.odd td {
  background-color: #fcfcfc;
}
.htmledit .templist tr.over td {
  background-color: #eee;
}
/*sidebar*/
.container .col-1 h3 {
  color: #000;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px;
}
.sidebar li {
  clear: both;
  border-bottom: 1px solid #bebebe;
}
.sidebar li a {
  line-height: 20px;
  color: #fd8604;
  display: block;
  padding: 10px 10px 10px 35px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.sidebar li a em {
  font-style: normal;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #000;
}
.sidebar li a:hover,
.sidebar > ul > li.current > a:hover {
  color: #000;
}
.sidebar li.current > a:hover em {
  color: #000;
}
.sidebar li a.nav-top-item {
  padding-right: 30px;
}
.sidebar li a.nav-top-item span {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  font-size: 1em;
  padding: 5px 10px;
  color: #999;
}
.sidebar li ul {
  border: 0;
  margin: 0;
  display: none;
  list-style: none;
}
.sidebar li li {
  border: 0;
  position: relative;
}
.sidebar li li a {
  padding: 5px 10px 5px 35px;
  font-size: 15px;
}
.sidebar li li.opened > a.nav-top-item {
  z-index: 201;
  background-color: #fff;
}
.sidebar li li a.nav-top-item span {
  top: 0;
  right: 5px;
  cursor: default;
}
.sidebar li li ul {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0;
}
.sidebar li li li.opened a.nav-top-item {
  z-index: 203;
}
.sidebar li li li a {
  padding: 5px 10px 5px 25px;
}
.sidebar li li li a em {
  left: 12px;
}
.sidebar li li li ul {
  z-index: 202;
}
.sidebar li li li li a:hover {
  background-color: #fff;
}
.sidebar li.current > a,
.sidebar li.opened.current > a,
.sidebar li.opened > a {
  color: #000;
  font-weight: bold;
}
.table-group {
  color: #000;
}
.default-table {
  max-width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.default-table.no-border th,
.default-table.no-border td {
  border: 0;
}
.default-table th,
.default-table td {
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft JhengHei, Arial, sans-serif;
}
.default-table th {
  background-color: #f8f8f8;
}
.table-title {
  line-height: 2;
  font-weight: bold;
}
.table-p {
  line-height: 1.5;
  padding: 10px 0;
}
.default-table input {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  padding-left: 2px;
  padding-right: 2px;
}
.step-content .brtools {
  text-align: center;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
}
.checkbox-inline input,
.radio-inline input {
  margin-right: 5px;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 10px;
}
.default-table .default-table td {
  padding: 0;
}
.input-inlineblock input {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.input-inlineblock input[type='checkbox'] {
  width: auto;
}
/* page tools css */
.grayr {
  margin: 20px 0 0 0;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
.grayr a {
  padding: 5px 8px;
  margin: 2px;
  color: #fd8604;
  font-weight: bold;
  background-color: #eee;
  transition: all 0.5s ease 0s;
}
.grayr a:hover {
  color: #fff;
  background-color: #feab50;
}
.grayr a:active {
  color: #fff;
  background-color: #b35e01;
}
.grayr span.current {
  padding: 5px 8px;
  font-weight: bold;
  margin: 2px;
  color: #fff;
  background-color: #fd8604;
}
.grayr span.disabled {
  padding: 5px 8px;
  margin: 2px;
  color: #ccc;
  font-weight: bold;
  background-color: #f0f0f0;
}
.grayr .icon-chevron-left {
  padding-right: 5px;
  font-size: 0.8em;
}
.grayr .icon-chevron-right {
  padding-left: 5px;
  font-size: 0.8em;
}
.detail {
  position: relative;
}
.detail .leftcatalog {
  width: 330px;
  position: absolute;
  left: 0;
  top: 0;
}
.detail .rightinfo {
  position: relative;
  margin-left: 350px;
  min-height: 430px;
}
.tab {
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
.tab ul {
  display: table;
  width: 100%;
}
.tab li {
  display: table-cell;
  border-right: 1px solid #ccc;
  border-top: 3px solid #ccc;
}
.tab li a {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 6px 10px;
  background-color: #f5f5f5;
}
.tab li.current {
  border-top-color: #fd8604;
}
.tab li.current a,
.tab li.current a:hover {
  color: #fd8604;
  cursor: default;
  border-bottom: 0;
  line-height: 21px;
  background-color: transparent;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.current {
  display: block;
}
/* ----------  popwin ----------  */
.popmask {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  display: none;
}
.popwin {
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  position: fixed;
  top: 15%;
  z-index: 3001;
  width: 580px;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.popwin .hide_box {
  background-color: #fff;
  position: relative;
}
.popwin .hide_box h3 {
  color: #fd8604;
  background: #eee;
  border-bottom: #ccc 1px solid;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 20px 6px 10px;
}
.hide_box .closebr {
  background: url(../images/icon_popclose.png) no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999px;
  top: 10px;
  width: 16px;
}
.hide_box .closebr:hover {
  background-position: 0 -16px;
}
.popwin .hide_box .popcontent {
  clear: both;
  padding: 15px;
}
.popwin .hide_box .popcontent p {
  line-height: 20px;
  padding-bottom: 10px;
}
.popwin .from_post {
  padding: 0 0 20px;
}
.popwin .from_post li {
  margin-bottom: 10px;
}
#mailshare {
  margin-top: -280px;
}
#popcart {
  margin-top: -80px;
}
.popwin .price {
  color: #f00;
  padding: 0 5px;
}
#popcart p {
  padding-left: 65px;
  background: url(../images/icon_addcart.png) left center no-repeat;
}
/* ----------  contact us details ----------  */
.detail.contactus {
  padding-left: 380px;
  position: relative;
}
.googlemap {
  width: 350px;
  height: 530px;
  position: absolute;
  left: 0;
  top: 0;
}
.googlemap iframe {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#map_canvas {
  width: 350px;
  height: 500px;
}
.maplink {
  line-height: 30px;
  font-size: 13px;
  transition: all 0.5s ease 0s;
  background-color: #feab50;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.maplink:hover {
  background-color: #b35e01;
  color: #fff;
}
/* ----------  contact us details ----------  */
input,
textarea {
  color: #666;
  padding: 4px 10px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  line-height: 20px;
  transition: all 0.5s ease 0s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input {
  height: 20px;
}
textarea {
  height: 80px;
  width: 70%;
}
select {
  color: #666;
  line-height: 30px;
  height: 30px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
}
input:hover,
textarea:hover {
  border-color: #aaa;
}
input:focus,
textarea:focus {
  color: #000;
  background: #fff;
  border-color: #feab50;
  -moz-box-shadow: 0 0 10px #feab50;
  -webkit-box-shadow: 0 0 10px #feab50;
  -khtml-box-shadow: 0 0 10px #feab50;
  box-shadow: 0 0 10px #feab50;
}
input.radio:focus,
input.checkbox:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
}
input:disabled {
  background-color: #333;
  color: #777;
}
input.type1,
select.type1 {
  width: 70%;
}
input.type2,
select.type2 {
  width: 30%;
}
input.type3,
select.type3 {
  width: 10%;
}
.from_post li {
  padding-left: 170px;
  margin-bottom: 15px;
  position: relative;
}
.from_post li .title {
  font-size: 14px;
  line-height: 30px;
  color: #7a7a7a;
  display: block;
  width: 160px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
}
.from_post li strong {
  line-height: 30px;
  color: #fd8604;
}
.from_post li .fg {
  padding: 0px 10px;
  line-height: 30px;
  display: inline;
  color: #999;
}
.from_post li .nes {
  line-height: 30px;
}
.from_post li .check {
  clear: both;
  display: block;
  line-height: 20px;
  color: #f00;
  padding-top: 5px;
}
.from_post li .check img {
  padding: 2px 5px 0 0;
}
.from_post li .codeimg {
  padding: 4px 0 0 10px;
  cursor: pointer;
}
.from_post li.last {
  border: 0;
  margin-bottom: 0;
}
.from_post li .price {
  font-size: 1.1em;
  padding-left: 5px;
  color: #feab50;
}
.from_post li .labelgroup {
  border: 1px solid #e0e0e0;
  padding: 4px 10px;
  width: 50%;
}
.from_post .radio,
.from_post .checkbox {
  background: none;
  display: inline;
  border: 0;
  padding: 0px;
  margin: 7px 4px 8px 0;
}
.from_post .brtools,
.step-content .from_post .brtools {
  margin: 20px 0 0 170px;
  text-align: left;
}
.contact-group {
  line-height: 30px;
}
/* ----------  cart navigation style----------  */
span.nes {
  color: #f00;
  padding: 0px 5px;
}
span.price {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
span.loadtext {
  color: #333;
  font-weight: bold;
  padding: 0px 5px;
}
span.model {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #999;
  padding-right: 5px;
}
.cart_detail {
  background-color: #fff;
  height: auto!important;
  height: 350px;
  min-height: 350px;
  padding: 20px 20px 30px 20px;
}
.cartnav {
  margin-bottom: 30px;
  height: 50px;
  background: url(../images/fg_img.gif) 0 center repeat-x;
}
.cartnav ul {
  height: 50px;
  text-align: center;
}
.cartnav li {
  padding-left: 50px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  margin: 0 20px;
}
.cartnav li em {
  line-height: 50px;
  font-size: 40px;
  font-family: "Times New Roman", Times, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 15px;
  color: #999;
  background-color: #fff;
}
.cartnav li h4 {
  font-size: 20px;
  line-height: 30px;
  color: #999;
  background-color: #fff;
}
.cartnav li strong {
  font-size: 16px;
  font-style: italic;
  color: #999;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  background-color: #fff;
}
.cartnav li.current em,
.cartnav li.current h4,
.cartnav li.current strong {
  color: #f60;
}
.cartnav li a em,
.cartnav li a h4,
.cartnav li a strong {
  color: #999;
}
.cartnav li a:hover em,
.cartnav li a:hover h4,
.cartnav li a:hover strong {
  color: #333;
}
/* button & input style */
.cart_button {
  padding: 3px 20px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  background-color: #999;
  line-height: 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 2px;
}
.cart_button:hover {
  background-color: #f60;
  color: #fff;
}
.cart_button_disable {
  padding: 3px 20px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  background-color: #ccc;
  line-height: 20px;
  color: #999;
  border-radius: 2px;
  cursor: default;
}
.cart_detail .brtools {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
}
.grouptitle {
  clear: both;
  height: 42px;
  background: #fff url(../images/title_bg.gif) bottom repeat-x;
  margin-bottom: 10px;
}
.grouptitle .titletext {
  float: left;
  border-bottom: 2px solid #f60;
  height: 40px;
}
.grouptitle .titletext h3 {
  line-height: 40px;
  padding: 0 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #5f5f5f;
  letter-spacing: 2px;
}
.grouptitle .titletext input {
  margin-left: 20px;
  border: 0;
  background: none;
}
.grouptitle .titletext .loadtext {
  font-size: 12px;
  font-weight: normal;
}
.grouptitle .textinfo {
  float: right;
  font-size: 13px;
  text-align: right;
  line-height: 40px;
}
.grouptitle .textinfo a {
  color: #555;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #eee;
  display: inline-block;
}
.grouptitle .textinfo a:hover {
  text-decoration: none;
  background-color: #555;
  color: #fff;
}
.cartlist {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.cartlist table {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
.cartlist table th {
  padding-bottom: 8px;
  border-bottom: #e8e8e8 1px solid;
  padding-right: 5px;
  line-height: 20px;
  font-size: 13px;
  color: #000;
}
.cartlist table td {
  vertical-align: middle;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: #e8e8e8 1px solid;
  padding-right: 5px;
}
.cartlist table td a:hover {
  text-decoration: underline;
}
.cartlist table tbody tr.even {
  background-color: #f8f8f8;
}
.cartlist table tbody tr.odd {
  background-color: none;
}
.cartlist table tbody tr.over {
  background-color: #f2f0f3;
}
.cartlist table tbody tr.over td.T1 {
  background-image: url(../images/marker-3.gif);
}
.cartlist table tbody tr.out {
  background-color: none;
}
.cartlist .T0 {
  width: 80px;
}
.cartlist th.T1 {
  width: 70px;
  text-align: center;
  padding-left: 40px;
}
.cartlist td.T1 {
  width: 70px;
  text-align: center;
  padding-left: 40px;
  background: url(../images/marker1.png) 10px center no-repeat;
}
.cartlist table tbody tr.over td.T1 {
  background-image: url(../images/marker2.png);
}
.cartlist .T2 {
  text-align: left;
}
.cartlist .T2 a {
  font-size: 13px;
  font-weight: bold;
}
.cartlist .T4,
.cartlist .T5 {
  width: 120px;
  text-align: center;
}
.cartlist .T3,
.cartlist .T6 {
  width: 60px;
  text-align: center;
}
.cartlist .T3 input {
  text-align: center;
}
.cartlist .T7 {
  text-align: right;
  font-weight: bold;
  color: #333;
  font-size: 13px;
  border: 0;
  padding-right: 20px;
}
.cartlist .T7 .price {
  padding-left: 5px;
  font-size: 14px;
}
.cartlist .T1 a img {
  cursor: pointer;
  max-width: 60px;
  max-height: 60px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}
.cartlist .T1 a:hover img {
  border-color: #ff7400;
}
.cartlist .T8 {
  border: 0;
  text-align: center;
}
.cartlist .T8 .price {
  font-size: 15px;
}
.termstext {
  padding: 2px 3px;
  overflow: hidden;
  border: 1px solid #838383;
  width: 500px;
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #838383;
}
.payinfo {
  clear: both;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f2f2f2;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 0 5px #ccc inset;
  -webkit-box-shadow: 0 0 5px #ccc inset;
  box-shadow: 0 0 5px #ccc inset;
}
.payinfo .sign {
  padding: 0 10px;
}
.payinfo .price {
  padding: 0 5px;
  font-size: 15px;
}
.payinfo strong {
  font-size: 15px;
}
.payinfo strong .price {
  font-size: 18px;
}
.ordertable {
  clear: both;
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.ordertable th {
  padding: 5px 5px 4px 5px;
  border: #e8e8e8 1px solid;
  text-align: left;
  font-size: 13px;
}
.ordertable td {
  padding: 5px 5px 4px 5px;
  border: #e8e8e8 1px solid;
  vertical-align: top;
  line-height: 24px;
}
.ordertable td.head {
  background: #f8f8f8;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header h1.logo img {
    max-width: 350px;
  }
  .menu {
    padding-left: 380px;
  }
  .sf-menu li {
    padding: 0 5px;
  }
  .sf-menu li a {
    font-size: 14px;
  }
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 720px;
  }
  .container .col-1 {
    float: inherit;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .container .col-2 {
    float: inherit;
    width: 710px;
    margin: 0 auto;
  }
  .header h1.logo {
    top: 40px;
    height: 60px;
  }
  .header h1.logo img {
    max-width: 240px;
  }
  /* menu */
  .menu {
    padding-left: 300px;
  }
  .sf-menu li {
    padding: 0;
  }
  .sf-menu li a {
    font-size: 12px;
  }
  .sf-menu > li::before {
    display: none;
  }
  .sf-menu li a.sf-with-ul {
    padding-right: 5px;
  }
  .sf-menu > li > a > .sf-sub-indicator {
    display: none;
  }
  .footer .bottom-link li {
    width: 25%;
  }
  .mainproduct .main-sort {
    margin: 0;
  }
  .main-sort li .sort-link {
    padding: 10px;
  }
  .main-sort li {
    width: 180px;
  }
  .mainproduct .container .br_prev {
    margin-left: -50px;
  }
  .mainproduct .container .br_next {
    margin-right: -50px;
  }
  .productSort li {
    width: 33%;
  }
  .detailtitle .info {
    position: inherit;
    right: auto;
    top: auto;
    margin-bottom: 10px;
    text-align: left;
    display: block;
  }
  .detail.contactus {
    padding-left: 0;
  }
  .googlemap {
    width: auto;
    height: 330px;
    margin-right: 0;
    margin-bottom: 20px;
    float: inherit;
    position: inherit;
  }
  #map_canvas {
    width: 100%;
    height: 300px;
  }
  .cartnav li em {
    font-size: 30px;
    line-height: 36px;
  }
  .cartnav li h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .cartnav li strong {
    font-size: 12px;
    line-height: 16px;
  }
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
  .xs-hidden {
    display: none !important;
  }
  .content-wrapper {
    padding: 15px;
  }
  .login-group {
    padding: 0;
  }
  .container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .container .col-1 {
    float: inherit;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .container .col-2 {
    float: inherit;
    width: auto;
  }
  .header {
    height: 40px;
    margin-bottom: 0;
  }
  .header h1.logo {
    height: 40px;
    padding-left: 50px;
  }
  .header h1.logo img {
    height: 40px;
  }
  .header h1.logo .logo-text {
    font-size: 15px;
    line-height: 40px;
  }
  .header h1.logo .logo-text-en {
    display: none !important;
  }
  .toplink {
    display: block;
    height: 40px;
    text-align: right;
    position: relative;
    padding: 0 ;
    z-index: 2;
  }
  .iconmenu {
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #b35e01;
    font-size: 28px;
  }
  .iconmenu:hover {
    color: #b35e01;
  }
  .iconmenu.active {
    background-color: #fff;
    border-radius: 5px;
  }
  .mobilemenu {
    display: none;
  }
  .mobilemenu {
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .mobilemenu .arrow {
    display: block;
    font-size: 1.4em;
    text-align: center;
    color: #333;
    line-height: 30px;
    border-radius: 2px;
    background-color: #eee;
  }
  .mobilemenu .arrow:hover {
    color: #fff;
    background-color: #fd8604;
  }
  .mobilemenu ul {
    padding: 15px;
    margin: 0;
  }
  .mobilemenu li {
    clear: both;
    border-bottom: 1px solid #d3d3d3;
    float: inherit;
  }
  .mobilemenu li a .fa-chevron-right {
    position: absolute;
    top: 15px;
    right: 5px;
    display: block;
  }
  .mobilemenu li a {
    line-height: 24px;
    padding: 10px 30px 10px 5px;
    position: relative;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    text-shadow: none;
  }
  .mobilemenu li a:hover,
  .mobilemenu li.current a,
  .mobilemenu li.current a:hover {
    color: #fd8604;
  }
  .login-form .from_post li input {
    padding-left: 10px;
  }
  .from_post .brtools,
  .step-content .from_post .brtools {
    margin-left: 0;
  }
  .from_post .brtools .button,
  .step-content .from_post .brtools .button {
    margin-bottom: 10px;
  }
  .nodata {
    line-height: 20px;
    border: 1px solid #eee;
    padding: 5px;
  }
  .mainnews li .title {
    padding-left: 0;
  }
  .mainnews li .title .date {
    position: inherit;
    display: block;
    margin-bottom: 5px;
    top: 0;
  }
  .footer .bottom-link li {
    width: 50%;
  }
  .productlist,
  .sortlist {
    float: none;
    width: 420px;
    position: relative;
    margin: 0 auto;
  }
  .productlist ul,
  .sortlist ul {
    margin-right: -20px;
  }
  .productlist li,
  .sortlist li {
    width: 196px;
    height: 149px;
    margin: 10px 20px 0 0;
  }
  .productlist li .photo,
  .sortlist li .photo {
    width: 190px;
    height: 143px;
  }
  .productsublist li {
    padding: 0;
    min-height: auto;
  }
  .productsublist li .photo {
    position: inherit;
    left: auto;
    top: auto;
    margin: 0 auto 10px;
  }
  .footer .xs-block {
    display: block;
  }
  .footer .xs-block + .xs-block {
    margin-left: 0;
  }
  .default-table th,
  .default-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .product-menu {
    display: none;
  }
  .productSort li,
  .productSort.subtype li {
    width: 50%;
  }
  .grayr {
    padding: 0;
    font-size: 10px;
  }
  .grayr a {
    padding: 4px;
  }
  .grayr span.current {
    padding: 4px;
  }
  .grayr span.disabled {
    padding: 4px;
  }
  .about-group .table th {
    display: block;
    text-align: left;
    position: relative;
    width: 100%;
    padding: 10px 15px 0;
  }
  .about-group .table td {
    display: block;
    padding: 15px;
  }
  .detail .leftcatalog {
    position: inherit;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .detail .rightinfo {
    margin-left: 0;
    min-height: inherit;
    margin-top: 20px;
  }
  .zoomDiv,
  .zoomMask {
    display: none;
  }
  .leftcatalog .showpic {
    margin: 0 auto;
    width: 320px;
    height: 240px;
  }
  .leftcatalog .showpic table td img {
    max-width: 320px;
    max-height: 240px;
  }
  .qrcode {
    position: inherit;
    text-align: center;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  .qrcode img {
    max-width: 100%;
    width: auto;
  }
  .catalog {
    margin: 0 auto;
    position: relative;
  }
  .rightinfo .sharetools {
    position: inherit;
    background: #f9f9f9;
    width: auto;
    padding: 10px;
    height: 40px;
    margin-top: 20px;
  }
  .mailshare {
    display: none;
  }
  .sharetools strong {
    color: #666;
    font-size: 13px;
    padding-right: 10px;
    line-height: 40px;
    display: inline-block;
  }
  .sharetools .icon1,
  .sharetools .icon2,
  .sharetools .icon3 {
    display: inline-block;
  }
  .popwin,
  .cartpopwin {
    left: 20px;
    right: 20px;
    top: 30px;
    margin: 0;
    width: auto;
    transform: translateX(0);
  }
  .popwin .hide_box .popcontent {
    clear: both;
    padding: 10px;
  }
  .detail.contactus {
    padding-left: 0;
  }
  .googlemap {
    width: auto;
    height: 330px;
    margin-right: 0;
    margin-bottom: 20px;
    float: inherit;
    position: inherit;
  }
  #map_canvas {
    width: 100%;
    height: 300px;
  }
  .contact-group {
    margin-top: 30px;
  }
  .detailtitle .info {
    position: inherit;
    right: auto;
    top: auto;
    margin-bottom: 10px;
    text-align: left;
    display: block;
  }
  .from_post li {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .from_post li .title {
    line-height: 20px;
    display: block;
    width: auto;
    text-align: left;
    position: inherit;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
  .from_post .brtools {
    margin: 20px 0 0 0;
  }
  input.type1,
  select.type1,
  textarea {
    width: 80%;
  }
  input.type2,
  select.type2 {
    width: 40%;
  }
  input.type3,
  select.type3 {
    width: 20%;
  }
  .from_post li .labelgroup {
    width: 80%;
  }
  .popwin .from_post {
    padding: 15px;
  }
  .cart_detail {
    padding: 0;
  }
  .cartnav {
    margin-bottom: 20px;
    height: 20px;
  }
  .cartnav ul {
    height: 20px;
  }
  .cartnav li {
    padding-left: 15px;
    padding-right: 5px;
    margin: 0 5px;
  }
  .cartnav li em {
    left: 5px;
  }
  .cartnav li em {
    font-size: 14px;
    line-height: 20px;
  }
  .cartnav li h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .cartnav li strong {
    display: none;
  }
  .cartlist .T0 {
    width: auto;
  }
  .cartlist th.T1 {
    width: 40px;
    padding-left: 0;
  }
  .cartlist td.T1 {
    width: 40px;
    padding-left: 0;
    background: none;
  }
  .cartlist .T4,
  .cartlist .T5,
  .cartlist .T3,
  .cartlist .T6 {
    width: auto;
  }
  .cartlist .T1 a img {
    max-width: 30px;
    max-height: 30px;
  }
  .cartlist th,
  .cartlist td {
    display: block;
    text-align: left;
  }
  .cartlist table td {
    border-bottom: 0;
  }
  .cartlist tbody tr {
    border: 10px solid #fff;
    background-color: #f8f8f8;
  }
  .cartlist table td {
    padding: 10px;
  }
  .cart_detail {
    min-height: inherit;
  }
  .grouptitle .titletext h3 {
    letter-spacing: 0;
  }
  .cart_detail textarea,
  .termstext {
    width: 80%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .cart_detail input.type1 {
    width: 80%;
  }
  .cart_detail input.type2 {
    width: 40%;
  }
  .cart_detail input.type3 {
    width: 20%;
  }
  .cart_detail select.type1 {
    width: 80%;
  }
  .cart_detail select.type2 {
    width: 40%;
  }
  .cart_detail select.type3 {
    width: 20%;
  }
  .cart_detail .from_post {
    padding: 0;
  }
  .cart_detail .from_post td {
    padding-bottom: 10px;
    vertical-align: top;
  }
  .cart_detail .from_post td.td1 {
    text-align: right;
    width: 30%;
  }
  .cart_detail .from_post td.td2 {
    width: 30%;
  }
  .cart_detail .from_post .brtools {
    margin-left: 20px;
  }
  .grouptitle .textinfo {
    font-size: 12px;
  }
  .grouptitle .titletext input {
    margin-left: 0;
  }
  .content-wrapper .wrapper-header {
    line-height: 24px;
    padding: 20px 0 10px;
  }
  .content-wrapper .wrapper-header .col-custom-6 {
    margin-bottom: 0;
  }
  .content-wrapper .wrapper-header .title {
    font-size: 18px;
    text-align: center;
  }
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
  .container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer .bottom-link li {
    width: 100%;
  }
  .copyright .item {
    display: block;
  }
  .copyright .item::after {
    display: none;
  }
  .container .page_h2 {
    text-align: center;
    background-color: #f5f5f5;
  }
  .productSort li {
    width: 100%;
    float: inherit;
  }
  .productSort .product-info .pagesize {
    position: inherit;
    right: auto;
    top: auto;
    margin-top: 10px;
  }
  .productlist,
  .sortlist {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 20px;
  }
  .productlist ul,
  .sortlist ul {
    margin: 0;
  }
  .productlist li,
  .sortlist li {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-width: 0 0 1px 0;
    position: relative;
    height: auto!important;
    height: 50px;
    min-height: 50px;
  }
  .productlist li .photo,
  .sortlist li .photo {
    width: 60px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .productlist li .productname,
  .productlist li .photo:hover productname,
  .sortlist li .productname,
  .sortlist li .photo:hover productname {
    display: none;
  }
  .productlist li .mobilename,
  .sortlist li .mobilename {
    line-height: 24px;
    display: block;
    padding-left: 90px;
    font-size: 14px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .col-custom-6.text-right {
    text-align: center;
  }
  .checkbox-inline,
  .radio-inline {
    display: block;
  }
  .checkbox-inline + .checkbox-inline,
  .radio-inline + .radio-inline {
    margin-left: 0;
  }
}
