body,
html {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  zoom: 1;
  overflow-x: hidden;
  box-sizing: content-box;
}
body,
body input,
html,
html input {
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei', 'Arial';
}
@media screen and (max-width: 768px) {
  body,
  html {
    line-height: normal;
  }
  body *,
  body :after,
  body :before,
  html *,
  html :after,
  html :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
  body,
  body * input,
  body :after input,
  body :before input,
  html,
  html * input,
  html :after input,
  html :before input {
    font-family: 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
  }
  body E,
  html E {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-width: thin;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body img,
  html img {
    max-width: 100%;
  }
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
select,
textarea,
ul {
  margin: 0;
  padding: 0;
}
td,
th {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
button,
input,
select,
textarea {
  border: 1px solid;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: both;
}
input {
  line-height: normal;
}
input[type='button'] {
  box-sizing: content-box;
}
a,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type='text'] {
  -webkit-appearance: none;
}
button[disabled],
input[disabled],
input[readonly],
textarea[readonly] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 0;
  *width: 13px;
  *height: 13px;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
td,
th {
  padding: 0;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
  height: 100%;
  width: 100%;
}
ol,
ul {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
a,
a:active,
a:hover,
ins,
ins:active,
ins:hover {
  outline: 0;
}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.fn-clear {
  zoom: 1;
}
.fn-clear:after,
.footer .fot_menu:after,
.myindex .myindex-links:after,
.order .order-filters:after,
.ui-pager:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.nofloat {
  float: none;
}
.dis-block {
  display: block;
}
.dis-none {
  display: none;
}
.dis-inline {
  display: inline;
}
.dis-inblock {
  display: inline-block;
  *display: inline;
}
.productdetail .slideBox .bd li,
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fw-b {
  font-weight: 700;
}
.fw-n {
  font-weight: 400;
}
.nomargin {
  margin: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mr10 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.nopadding {
  padding: 0;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.po-abs {
  position: absolute;
}
.po-rel {
  position: relative;
}
.po-fixed {
  position: fixed;
}
.po-sta {
  position: static;
}
.txt-indent {
  text-indent: 2em;
}
.adefault {
  color: #00e;
  text-decoration: underline;
}
.adefault:visited {
  color: #551a8b;
}
.adefault:active,
.adefault:hover {
  color: red;
}
.togray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cube {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.arial {
  font-family: 'Arial';
}
.century {
  font-family: 'Century Gothic';
}
.songti {
  font-family: '\5B8B\4F53', '宋体', 'SimSun';
}
.yahei {
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei';
}
.xihei {
  font-family: '\534E\6587\7EC6\9ED1', '华文细黑', 'STXihei';
}
.heiti {
  font-family: '\9ED1\4F53', '黑体', 'SimHei';
}
.yahei-arial {
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei', 'Arial';
}
.font-m {
  font-family: 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
}
.font-apple {
  font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Helvetica',
    'STHeitiSC-Light', 'Arial', sans-serif;
}
.icon {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  background: url(../images/s-master.png) no-repeat 0 0;
  font-style: normal;
}
.icon-search {
  width: 17px;
  height: 18px;
  background-position: 0 0;
}
.icon-arrow-down {
  width: 8px;
  height: 5px;
  background-position: 0 -40px;
}
.icon-msg-w {
  width: 12px;
  height: 12px;
  background-position: 0 -20px;
}
.icon-show-next,
.icon-show-prev {
  width: 15px;
  height: 30px;
  background-position: -20px 0;
}
.icon-show-next {
  background-position: -40px 0;
}
.icon-sending,
.icon-sending-cur {
  width: 33px;
  height: 37px;
  background-position: 0 0;
}
.icon-sending {
  margin: -18.5px 0 0 -16.5px;
  background: url(../images/logistics/logistics-sending.png) 0 0 no-repeat;
}
.icon-sending-cur {
  background: url(../images/logistics/logistics-sending-cur.png) 0 0 no-repeat;
}
.icon-sended,
.icon-sended-cur {
  width: 39px;
  height: 30px;
  background-position: 0 0;
}
.icon-sended {
  margin: -15px 0 0 -19.5px;
  background: url(../images/logistics/logistics-sended.png) 0 0 no-repeat;
}
.icon-sended-cur {
  background: url(../images/logistics/logistics-sended-cur.png) 0 0 no-repeat;
}
.icon-receive,
.icon-receive-cur {
  width: 35px;
  height: 42px;
  background-position: 0 0;
}
.icon-receive {
  margin: -21px 0 0 -12.5px;
  background: url(../images/logistics/logistics-receive.png) 0 0 no-repeat;
}
.icon-receive-cur {
  background: url(../images/logistics/logistics-receive-cur.png) 0 0 no-repeat;
}
.ui-mask,
.ui-xbox {
  position: fixed;
  display: none;
}
.ui-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 27;
}
.page-order-success .ui-mask {
  background: rgba(0, 0, 0, 0.1);
}
.ui-xbox {
  top: 50%;
  left: 50%;
  border-radius: 4px;
  background: #fff;
  z-index: 29;
}
.ui-xbox .xbox-close {
  display: block;
  position: absolute;
}
.xbox-confirm {
  width: 410px;
  height: 246px;
  margin: -123px 0 0 -205px;
}
.xbox-confirm .xbox-title {
  height: 61px;
  padding-top: 20px;
  line-height: 61px;
  text-align: center;
  font-size: 22px;
  color: #333;
}
.xbox-confirm .xbox-title img {
  vertical-align: middle;
  margin-right: 10px;
}
.xbox-confirm .xbox-cont {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 20px;
}
.xbox-confirm .xbox-btn {
  margin-top: 50px;
  text-align: center;
}
.xbox-confirm .ui-btn {
  display: inline-block;
  *display: inline;
  width: 170px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: #dedede;
}
.xbox-confirm .ui-btn.ui-btn-blue {
  background: #28a3ea;
}
@media screen and (max-width: 414px) {
  .xbox-confirm {
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-left: 0;
  }
  .xbox-confirm .xbox-btn {
    padding: 0 10px;
  }
  .xbox-confirm .ui-btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
.xbox-editphoto {
  width: 410px;
  height: 240px;
  margin: -120px 0 0 -205px;
}
.xbox-editphoto.cur {
  height: 370px;
  margin: -185px 0 0 -205px;
}
.footer .slb ul li a,
.xbox-editphoto.cur .img-wrap {
  display: block;
}
.xbox-editphoto .xbox-title {
  padding: 20px 0 0 50px;
  line-height: 24px;
  font-size: 22px;
  color: #333;
}
.xbox-editphoto .img-wrap {
  display: none;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
}
.xbox-editphoto .img-wrap img {
  max-width: 130px;
}
.xbox-editphoto .ui-file {
  position: relative;
  display: inline-block;
  *display: inline;
  margin-top: 10px;
}
.xbox-editphoto .ui-file-sys {
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.xbox-editphoto .xbox-cont {
  margin-top: 25px;
}
.xbox-editphoto .ui-file-btn {
  display: block;
  width: 200px;
  height: 32px;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  background: #28a3ea;
  font-size: 14px;
  color: #fff;
}
.xbox-editphoto .upload-tips {
  padding-left: 50px;
  margin-top: 20px;
  text-align: left;
}
.xbox-editphoto .ui-btn {
  display: inline-block;
  *display: inline;
  width: 150px;
  height: 32px;
  border-radius: 4px;
  border: 0;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #dedede;
}
.xbox-editphoto .ui-btn.ui-btn-blue {
  background: #28a3ea;
}
.xbox-weixinpay {
  width: 404px;
  height: 360px;
  margin: -185px 0 0 -207px;
  border: 8px solid rgba(0, 0, 0, 0.2);
}
.xbox-weixinpay .xbox-hd {
  position: relative;
  height: 50px;
  padding-left: 18px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: #28a3ea;
}
.xbox-weixinpay .xbox-close {
  position: absolute;
  top: 17px;
  right: 17px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/order/xbox-order-close.png) no-repeat 0 0;
}
.xbox-weixinpay .xbox-title {
  margin-top: 26px;
  line-height: 31px;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.xbox-weixinpay .xbox-img {
  width: 178px;
  height: 178px;
  margin: 10px auto 0;
  border: 1px solid #b4b4b4;
}
.xbox-weixinpay .xbox-tips {
  margin-top: 17px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.xbox-weixinpay .xbox-tips span {
  color: #fc5857;
}
.xbox-alert {
  height: 200px;
  margin-top: -100px;
}
.xbox-alert .xbox-close {
  top: 10px;
  right: 10px;
  color: #000;
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei';
  font-size: 18px;
}
.xbox-alert .xbox-cont-wrap {
  padding-top: 65px;
  text-align: center;
}
.xbox-alert .xbox-cont {
  display: inline-block;
  *display: inline;
}
.xbox-alert .xbox-btn {
  margin-top: 50px;
}
.mask-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 275px;
  height: 200px;
  margin: -100px 0 0 -137.5px;
  text-align: center;
  z-index: 27;
}
.banner-pad img,
.mask-loading img {
  max-width: 100%;
}
.ui-rank {
  position: relative;
  float: left;
  width: 125px;
  height: 21px;
  background: url(../images/icon-rank.png) repeat-x 0 -21px;
}
.ui-rank .ui-rank-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: default;
}
.ui-rank .ui-rank-item.cur,
.ui-rank.ui-rank-interact .ui-rank-item.cur,
.ui-rank.ui-rank-interact .ui-rank-item:hover {
  background: url(../images/icon-rank.png) repeat-x 0 0;
}
.ui-rank .rank1 {
  width: 20%;
  z-index: 9;
}
.ui-rank .rank2 {
  width: 40%;
  z-index: 8;
}
.ui-rank .rank3 {
  width: 60%;
  z-index: 7;
}
.ui-rank .rank4 {
  width: 80%;
  z-index: 6;
}
.ui-rank .rank5 {
  width: 100%;
  z-index: 5;
}
.ui-rank.ui-rank-interact .ui-rank-item {
  cursor: pointer;
}
.ui-process {
  position: relative;
  overflow: hidden;
}
.ui-process .ui-process-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.ui-pager {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ui-pager .pager-item {
  float: left;
  width: 34px;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 2px;
  margin-left: 13px;
  line-height: 38px;
  text-align: center;
  color: #484848;
}
.ui-pager .pager-item:nth-child(1) {
  margin: 0;
}
.ui-pager .pager-item.cur,
.ui-pager .pager-item:hover {
  background: #28a3ea;
  border: 1px solid #28a3ea;
  color: #fff;
}
.ui-pager .pager-item.disabled {
  cursor: default;
  background: #ccc;
}
.ui-pager .pager-item.disabled:hover {
  background: #ccc;
  border: 1px solid #dedede;
  color: #484848;
}
.ui-pager .pager-item.pager-prev {
  background: url(../images/order/pager-prev.png) no-repeat center;
}
.ui-pager .pager-item.pager-next {
  background: url(../images/order/pager-next.png) no-repeat center;
}
.ui-pager .pager-item.pager-blank {
  cursor: default;
  background: url(../images/order/pager-blank.png) no-repeat center;
}
.ui-pager .pager-item.pager-blank:hover {
  background: url(../images/order/pager-blank.png) no-repeat center;
  border: 1px solid #dedede;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
  z-index: 21;
}
.header .logo,
.header .wrap {
  position: relative;
  width: 1000px;
}
.header .logo {
  float: left;
  line-height: 0;
  width: 22.25%;
  height: 60px;
  background: url(../images/logo.png) no-repeat center;
  background-size: auto 60%;
}
.header .toolbar {
  float: right;
}
.header .toolbar-search {
  position: relative;
  float: left;
  width: 168px;
  height: 28px;
  margin: 26px 0 0;
  border-radius: 28px;
  background: #666;
  overflow: hidden;
}
.header .toolbar-search .search-input {
  width: 120px;
  height: 28px;
  padding: 0 28px 0 20px;
  border: 0;
  background: #666;
  color: #fff;
}
.header .toolbar-cart {
  float: left;
  width: 17px;
  height: 16px;
  margin-top: 22px;
}
.header .search-btn {
  top: 50%;
  right: 10px;
  margin: -9px 0 0;
  z-index: 1;
}
.header .toolbar-lan {
  position: relative;
  float: left;
  height: 22px;
  width: 71px;
  margin: 29px 0 0 28px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  text-indent: 12px;
}
.header .toolbar-lan a {
  position: relative;
  display: block;
  height: 22px;
  line-height: 22px;
  background: #7f7f7f;
  color: #fff;
}
.header .toolbar-lan a:nth-child(2) {
  border-top: 1px solid #a8a8a8;
  background: #919191;
}
.header .toolbar-lan .icon {
  top: 10px;
  right: 8px;
}
.header .toolbar-lnr {
  float: left;
  height: 20px;
  margin: 20px 10px 0 13px;
  font-size: 14px;
}
.header .toolbar-lnr a,
.header .toolbar-lnr span {
  color: #fff;
  line-height: 20px;
}
.header .ui-nav {
  float: right;
}
.header .ui-nav-item {
  float: left;
  padding: 0 30px;
}
.header .ui-nav-item a {
  display: block;
  height: 59px;
  padding: 0 5px;
  border-bottom: 1px solid #000;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
}
.header .ui-nav-item.cur .ui-nav-link {
  border-bottom: 1px solid #fff;
}
.header .ui-nav-link {
  position: relative;
  color: #7a7b80;
}
.header .ui-nav-sub {
  position: fixed;
  left: 0;
  top: 60px;
  height: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 21;
  overflow: hidden;
}
.header .ui-nav-sub a {
  display: inline-block;
  *display: inline;
  width: 152px;
  padding-top: 20px;
  height: 116px;
  line-height: 18px;
  text-align: center;
  border: 0;
}
.header .ui-nav-sub,
.header .ui-nav-sub .nav-sub-icon,
.header .ui-nav-sub a span {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header .ui-nav-sub a span {
  color: #3f3f3f;
  display: block;
  height: 36px;
}
.header .ui-nav-sub a:hover .nav-sub-icon1,
.header .ui-nav-sub a:hover .nav-sub-icon10,
.header .ui-nav-sub a:hover .nav-sub-icon2,
.header .ui-nav-sub a:hover .nav-sub-icon3,
.header .ui-nav-sub a:hover .nav-sub-icon4,
.header .ui-nav-sub a:hover .nav-sub-icon5,
.header .ui-nav-sub a:hover .nav-sub-icon6,
.header .ui-nav-sub a:hover .nav-sub-icon7,
.header .ui-nav-sub a:hover .nav-sub-icon8 {
  background-position: 0 -80px;
}
.header .ui-nav-sub a:hover span {
  color: #28a3ea;
}
.header .ui-nav-sub .nav-sub-icon {
  display: inline-block;
  *display: inline;
  width: 80px;
  height: 80px;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon1 {
  background: url(../images/pull-icon1.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon2 {
  background: url(../images/pull-icon2.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon3 {
  background: url(../images/pull-icon3.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon4,
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon5 {
  background: url(../images/pull-icon4.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon6 {
  background: url(../images/pull-icon6.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon7 {
  background: url(../images/pull-icon7.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon8 {
  background: url(../images/pull-icon8.png) no-repeat center 0;
}
.header .ui-nav-sub .nav-sub-icon.nav-sub-icon10 {
  background: url(../images/pull-icon10.png) no-repeat center 0;
}
.header .ui-sub-arrow {
  position: absolute;
  display: none;
  bottom: -1px;
  left: 50%;
  width: 14px;
  height: 7px;
  background: url(../images/pull-arrow.png) no-repeat 0 0;
}
.header .nav-toggle-m,
.header .ui-nav-m {
  display: none;
}
.header .ui-nav-m .ui-nav-item {
  height: auto;
}
.header .m-nav-link {
  background: url(../../images/index/subabg.png) no-repeat right center;
  background-size: auto 30%;
}
.header .ui-nav-item .m-nav-child {
  padding: 10px 0 10px 20px;
}
.header .ui-nav-item .m-nav-child a {
  height: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 20px;
  background: url(../../images/index/ddbg.png) no-repeat 0 center;
  font-size: 14px !important;
  color: #ababab;
}
.header .pull-menu {
  position: absolute;
  top: 72px;
  right: 0;
  height: 0;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
  overflow: hidden;
}
.header .pull-menu.cur {
  height: 172px;
}
.header .pull-menu ul {
  border-radius: 4px;
  padding: 3px 0;
  border: 1px solid #b9b9b9;
  background: #fff;
}
.header .pull-menu li {
  padding: 0 20px;
}
.header .pull-menu li:nth-child(1) a {
  border-top: 0;
}
.header .pull-menu a {
  display: block;
  height: 40px;
  width: 104px;
  padding-left: 13px;
  border-top: 1px solid #dedede;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.header .pull-menu a img {
  vertical-align: middle;
  margin-right: 20px;
}
.header .nav-pull-btn {
  display: none;
  float: right;
  margin: 17px 20px 0 0;
}
@media screen and (max-width: 1200px) {
  .header .ui-nav-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header .wrap {
    width: 100%;
  }
  .header .ui-nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .header .toolbar-search {
    width: 100px;
  }
}
@media screen and (max-width: 810px) {
  .header {
    position: fixed;
    height: 50px;
    background: #333;
  }
  .header .logo {
    height: 50px;
    width: 37%;
    margin: 0 0 0 10px;
    line-height: 50px;
    z-index: 3;
  }
  .header .toolbar,
  .header .ui-nav {
    display: none;
  }
  .header .ui-nav-m {
    position: fixed;
    top: 0;
    right: -200%;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6% 10%;
    margin-top: 50px;
    background: #252525;
    font-size: 20px;
    z-index: 2;
    -webkit-transition: right 0.5s linear;
    -moz-transition: right 0.5s linear;
    -o-transition: right 0.5s linear;
    -ms-transition: right 0.5s linear;
    transition: right 0.5s linear;
  }
  .header .ui-nav-m .ui-nav-item a {
    font-size: 16px;
    font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei', 'Arial';
  }
  .header .ui-nav-m.cur {
    right: 0;
  }
  .header .ui-nav-item {
    position: relative;
    float: none;
    height: 48px;
    padding: 0;
    border-bottom: 1px solid #515151;
  }
  .header .ui-nav-item a {
    height: 48px;
    padding-left: 10px;
    line-height: 48px;
    border: 0;
  }
  .header .ui-nav-search {
    border-bottom: 1px solid #515151;
    line-height: 48px;
  }
  .header .ui-nav-search .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    z-index: 3;
  }
  .header .ui-nav-search .ui-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    border: 0;
    background: #252525;
    color: #fff;
    font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei', 'Arial';
  }
  .header .nav-toggle-m {
    position: relative;
    display: block;
    float: right;
    width: 24px;
    height: 13px;
    margin-top: 17.5px;
    z-index: 3;
  }
  .header .nav-toggle-m span {
    position: absolute;
    top: 0;
    width: 24px;
    height: 1px;
    border-radius: 2px;
    background: #fff;
  }
  .header .nav-toggle-m .span1 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  .header .nav-toggle-m .span2 {
    top: 6px;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
  }
  .header .nav-toggle-m .span3 {
    top: auto;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  .header .nav-toggle-m.cur .span1 {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 0% 60%;
    -moz-transform-origin: 0% 60%;
    -ms-transform-origin: 0% 60%;
    -o-transform-origin: 0% 60%;
    transform-origin: 0% 60%;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
  }
  .header .nav-toggle-m.cur .span2 {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .nav-toggle-m.cur .span3 {
    bottom: -3px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 0% 60%;
    -moz-transform-origin: 0% 60%;
    -ms-transform-origin: 0% 60%;
    -o-transform-origin: 0% 60%;
    transform-origin: 0% 60%;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
  }
  .header .ui-nav-login {
    text-align: right;
  }
  .header .ui-nav-login a {
    display: inline-block;
    *display: inline;
    margin-left: 20px;
  }
  .header .nav-pull-btn {
    display: block;
  }
  .header .pull-menu {
    top: 50px;
    left: 0;
    width: 100%;
  }
  .header .pull-menu ul {
    border-radius: 0;
  }
  .header .pull-menu a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 60%;
    background-position: left center;
  }
}
.footer {
  background: #fafafa;
}
.footer .all {
  width: 1000px;
  margin: 0 auto;
}
.footer .fot_menu {
  padding: 30px 0 40px;
  zoom: 1;
}
.footer .fot_menu dl {
  float: left;
  width: 200px;
}
.footer .fot_menu dt {
  margin-bottom: 15px;
}
.footer .fot_menu dt a {
  font-size: 14px;
  color: #666;
}
.footer .fot_menu dd a,
.footer .fot_menu li a {
  line-height: 28px;
  color: #666;
}
.footer .fot_menu .dt1 {
  padding-top: 15px;
}
.footer .footer-contact {
  float: left;
  height: 108px;
  line-height: 27px;
  font-size: 14px;
  color: #666;
}
.footer .footer-contact .tit {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: block;
}
.footer .footer-contact .wei {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/wei.png) no-repeat center top;
  vertical-align: middle;
  margin-left: 10px;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer .footer-contact .wei:hover {
  background: url(../images/wei.png) no-repeat center bottom;
}
.footer .hotline {
  line-height: 28px;
  font-size: 24px;
  font-family: 'Arial';
  color: #28a3ea;
}
.footer .btn {
  position: relative;
  display: block;
  margin-bottom: 5px;
  height: 30px;
  margin-top: 16px;
  padding: 0 10px;
  background: #28a3ea;
  line-height: 30px;
  color: #fff;
  cursor: default;
  font-size: 12px;
}
.footer .btn .icon {
  top: 9px;
  left: 12px;
}
.footer .slb {
  border-bottom: 1px solid #cacaca;
}
.footer .slb a.click {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 10px 0;
  background: url(../images/footer-more.png) no-repeat right center;
  background-size: auto 10px;
}
.footer .slb a.click.cur {
  background: url(../images/footer-more2.png) no-repeat right center;
  background-size: auto 10px;
}
.footer .map_menu,
.footer .slb ul {
  display: none;
}
.footer .copy {
  color: #999;
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei';
  padding: 10px 0;
  border-top: 1px solid #cacaca;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .footer .all {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .footer .fot_menu dl {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer .fot_menu dl {
    width: 19%;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy span,
  .footer .map_menu {
    display: block;
  }
  .footer .dl1 {
    display: none;
  }
  .footer .fot_menu dl {
    width: 25%;
  }
  .footer .footer-contact {
    float: left;
    padding-top: 10px;
  }
  .footer .hotline,
  .footer .name {
    display: inline-block;
  }
  .footer .btn {
    margin-top: 10px;
    width: 170px;
  }
  .footer .copy {
    text-align: center;
    padding: 5px 0;
  }
  .footer .fot_menu {
    padding: 20px 0;
  }
  .footer .footer-contact {
    height: auto;
  }
}
.mall-index-page .footer {
  background: #fff;
}
.fc-blue {
  color: #28a3ea;
}
.fc-333 {
  color: #333;
}
.fc-666 {
  color: #666;
}
.fc-999 {
  color: #999;
}
.fc-red {
  color: red;
}
img::selection {
  background: 0 0;
}
img::-webkit-selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
img::-o-selection {
  background: 0 0;
}
img::-ms-selection {
  background: 0 0;
}
.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.m-wrap {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .m-wrap {
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.wrap1 {
  width: 1168px;
  margin: 0 auto;
}
@media screen and (max-width: 1168px) {
  .wrap1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.building {
  padding: 153px 0 20px;
  text-align: center;
}
.building .title1 {
  margin-top: 50px;
}
.building .img {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .building {
    padding: 120px 10px 50px;
  }
  .building .img,
  .building .title1 {
    margin-top: 30px;
  }
}
.banner,
.banner .swiper-slide {
  height: 665px;
  text-align: center;
}
.banner .banner-wrap {
  position: relative;
  width: 100%;
  height: 665px;
  padding: 0;
}
.banner .swiper-slide {
  line-height: 0;
}
.banner .swiper-container {
  position: relative;
  width: 100%;
  height: 665px;
  line-height: 0;
}
.banner .swiper-container a {
  position: relative;
  display: block;
  height: 665px;
  line-height: 0;
  overflow: hidden;
}
.banner .swiper-container img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 665px;
  margin-left: -960px;
}
.banner .pagination-wrap {
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 33px;
  text-align: center;
  z-index: 2;
}
.banner .swiper-pagination {
  position: static;
  display: inline-block;
  *display: inline;
  height: 12px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #b5b5b5;
  cursor: pointer;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet,
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #2da5ea;
}
@media screen and (max-width: 1366px) {
  .banner,
  .banner .banner-wrap,
  .banner .swiper-container,
  .banner .swiper-container a,
  .banner .swiper-slide {
    height: 600px;
  }
  .banner .swiper-container img {
    height: 600px;
    margin-left: -850px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    display: none;
  }
}
.swiper-pagination,
.swiper-pagination2,
.swiper-pagination3 {
  position: absolute;
  z-index: 1;
  height: 12px;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination2 .swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #b5b5b5;
  cursor: pointer;
}
.banner-pad {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.banner-m .swiper-pagination3,
.banner-pad .swiper-pagination3 {
  position: relative;
  display: inline-block;
  *display: inline;
  left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .banner-pad {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .banner-pad {
    display: none;
  }
}
.banner-m {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner-m {
    display: block;
  }
}
.index-bg {
  padding: 20px 0 30px;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .index-bg {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-bg .wrap {
    padding: 0;
  }
}
.index-products {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.index-products .index-product {
  float: left;
  width: 399px;
  height: 400px;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  background: #fff;
  overflow: hidden;
}
.index-products .index-product.index-product-l {
  width: 799px;
}
.index-products .index-product.index-product-l .product-info {
  padding: 117px 0 0 105px;
}
.index-products .index-product.index-product-l .product-name {
  line-height: 38px;
  font-size: 36px;
}
.index-products .index-product.index-product-l .product-desc {
  margin-top: 15px;
  line-height: 19px;
  font-size: 16px;
}
.index-products .index-product.index-product-l .product-img {
  margin-top: 35px;
}
.index-products .index-product.index-product-l .product-price {
  margin-top: 66px;
}
.index-products .index-product span {
  display: block;
}
.index-products .product-info {
  padding: 0 30px;
  margin-top: 20px;
}
.index-products .product-name {
  line-height: 31px;
  font-size: 18px;
  color: #333;
}
.index-products .fn-rmb,
.index-products .product-desc {
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.index-products .fn-rmb {
  text-align: right;
  color: #de4037;
}
.index-products .fn-rmb span {
  display: inline-block;
  *display: inline;
  font-size: 28px;
  font-weight: 700;
}
.index-products .fn-rmb-old {
  text-align: right;
  line-height: 31px;
  font-size: 16px;
  color: #666;
  text-decoration: line-through;
}
@media screen and (max-width: 1024px) {
  .index-products {
    margin-bottom: 10px;
  }
  .index-products .index-product {
    width: 33.33%;
    box-sizing: border-box;
  }
  .index-products .index-product.index-product-l {
    width: 66.66%;
  }
}
@media screen and (max-width: 768px) {
  .index-products .index-product {
    width: 50%;
  }
  .index-products .index-product.index-product-l {
    width: 100%;
    height: auto;
  }
  .index-products .index-product.index-product-l .product-info {
    width: 50%;
    margin: 0;
    padding: 70px 0 0 40px;
  }
  .index-products .index-product.index-product-l .product-img {
    width: 50%;
    margin: 20px 0;
  }
  .index-products .product-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-products {
    margin-bottom: 10px;
  }
  .index-products .index-product {
    height: 200px;
  }
  .index-products .index-product.index-product-l {
    height: auto;
  }
  .index-products .index-product.index-product-l .product-info {
    padding-top: 50px;
  }
  .index-products .index-product.index-product-l .product-name {
    line-height: 25px;
    font-size: 18px;
  }
  .index-products .index-product.index-product-l .product-desc {
    font-size: 12px;
    margin-top: 7px;
  }
  .index-products .index-product.index-product-l .product-price {
    margin-top: 30px;
  }
  .index-products .index-product.index-product-l .fn-rmb {
    line-height: 20px;
  }
  .index-products .product-info {
    padding: 0 5px;
    margin-top: 0;
  }
  .index-products .product-name {
    line-height: 20px;
    font-size: 14px;
  }
  .index-products .fn-rmb-old {
    line-height: 20px;
    font-size: 12px;
  }
  .index-products .fn-rmb,
  .index-products .product-desc {
    line-height: 13px;
    font-size: 12px;
  }
  .index-products .fn-rmb span {
    font-size: 14px;
  }
}
.index-service {
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}
.index-service .service-img {
  margin-top: 15px;
  height: 94px;
  line-height: 94px;
}
.index-service .service-img img,
.myindex .myindex-link .link-img img,
.order .order-product .product-img img,
.orderdetail .statue-process .process-img img {
  vertical-align: middle;
}
.index-service .service-item {
  float: left;
  height: 200px;
  width: 25%;
  text-align: center;
}
.index-service .service-title {
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.index-service .service-desc {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .index-service .service-item {
    width: 50%;
    height: 190px;
    padding: 0 5px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
  .index-service .service-item:nth-child(1),
  .index-service .service-item:nth-child(2) {
    border-top: 0;
  }
  .index-service .service-item:nth-child(1),
  .index-service .service-item:nth-child(3) {
    border-left: 0;
  }
  .index-service .service-desc {
    line-height: 20px;
  }
  .index-service .service-img {
    margin-top: 5px;
  }
}
.module-title {
  height: 60px;
  border-bottom: 1px solid #dedede;
  line-height: 60px;
  font-size: 22px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .module-title {
    padding-left: 10px;
  }
}
.sidebar {
  position: fixed;
  top: 250px;
  left: 100px;
}
.sidebar a {
  display: block;
  width: 93px;
  height: 57px;
  padding-top: 11px;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #666;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
}
.sidebar a:nth-last-child(1) {
  border-bottom: 1px solid #ccc;
}
.sidebar a.cur,
.sidebar a:hover {
  background: #84a527;
  color: #fff;
}
.sidebar span {
  font-size: 16px;
  display: block;
  line-height: 21px;
}
.module-link {
  display: inline-block;
  *display: inline;
  width: 346px;
  height: 56px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 82px 0;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  color: #000;
}
.module-section {
  position: relative;
  width: 100%;
  text-align: center;
  color: #333;
}
.module-section .title {
  display: block;
  line-height: 54px;
  font-size: 52px;
}
.module-section .desc {
  display: block;
  line-height: 24px;
  font-size: 20px;
}
.module-section .section-block {
  display: inline-block;
  *display: inline;
}
.module-section .img,
.module-section .img1 {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .module-section .title {
    font-size: 24px;
    line-height: 28px;
  }
  .module-section .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.myindex {
  margin-top: 20px;
}
.myindex .myindex-info {
  height: 160px;
  padding: 40px 0 30px 66px;
  border-bottom: 1px solid #dedede;
}
.myindex .myindex-photo,
.myindex .myindex-photo .photo-wrap {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 100%;
  overflow: hidden;
}
.myindex .myindex-photo {
  float: left;
  padding: 2px;
  border: 1px solid #bcddf8;
  background: #fff;
}
.myindex .myindex-photo .photo-wrap {
  cursor: pointer;
}
.myindex .myindex-photo .photo-wrap:hover .myindex-photo-edit {
  bottom: 0;
}
.myindex .myindex-photo-edit {
  position: absolute;
  bottom: -30px;
  left: 11px;
  display: block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 0 0 110px 110px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  -webkit-transition: bottom 0.1s ease-in;
  -moz-transition: bottom 0.1s ease-in;
  -o-transition: bottom 0.1s ease-in;
  -ms-transition: bottom 0.1s ease-in;
  transition: bottom 0.1s ease-in;
}
.myindex .myindex-sayhello {
  float: left;
  margin: 30px 0 0 45px;
}
.myindex .myindex--username {
  line-height: 34px;
  font-size: 12px;
  color: #333;
}
.myindex .myindex-hello {
  line-height: 32px;
  color: #999;
  font-size: 12px;
}
.myindex .myindex-info-list {
  float: left;
  margin-left: 325px;
  margin-top: 30px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
.myindex .myindex-info-edit,
.order .order-filters a.cur {
  color: #28a3ea;
}
.myindex .myindex-links {
  zoom: 1;
}
.myindex .myindex-link {
  float: left;
  width: 25%;
  padding: 60px 0;
  text-align: center;
}
.myindex .myindex-link a {
  display: inline-block;
  *display: inline;
  text-align: center;
}
.myindex .myindex-link span {
  display: block;
}
.myindex .myindex-link .link-img {
  display: inline-block;
  *display: inline;
  width: 106px;
  height: 106px;
  border-radius: 100%;
  overflow: hidden;
  background: #28a3ea;
  line-height: 106px;
}
.myindex .myindex-link .link-txt {
  margin-top: 24px;
  line-height: 27px;
  font-size: 16px;
  color: #333;
}
.myindex .myindex-link .link-txt-blue {
  line-height: 24px;
  font-size: 14px;
  color: #28a3ea;
}
@media screen and (max-width: 1024px) {
  .myindex .myindex-photo:hover .myindex-photo-edit {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .myindex .myindex-info-list {
    float: right;
    margin-left: 0;
  }
}
@media screen and (max-width: 734px) {
  .myindex .myindex-info-list {
    float: right;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .myindex .myindex-link {
    width: 50%;
    padding: 10px 0;
  }
  .myindex .myindex-info {
    height: auto;
    padding-left: 0;
    text-align: center;
  }
  .myindex .myindex-photo {
    float: none;
    display: inline-block;
    *display: inline;
  }
  .myindex .myindex-sayhello {
    float: none;
    margin: 10px 0 0;
  }
  .myindex .myindex-info-list {
    float: none;
    margin: 0;
  }
}
.order .order-filters {
  padding: 25px 0;
  zoom: 1;
  line-height: 24px;
}
.order .order-filters a,
.order .order-filters span {
  float: left;
  font-size: 18px;
}
.order .order-filters span {
  color: #b1b1b1;
  margin: 0 25px;
}
.order .order-filters a {
  color: #333;
}
.order .order-item {
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.order .order-hd {
  padding: 20px 30px;
  border-bottom: 1px solid #dedede;
}
.order .order-hd .hd-right span {
  line-height: 59px;
}
.order .order-num {
  line-height: 33px;
  font-size: 18px;
  color: #333;
}
.order .order-date {
  line-height: 26px;
  color: #666;
  font-size: 14px;
}
.order .order-date a,
.order .order-handle a {
  color: #28a3ea;
}
.order .order-total-name,
.order .order-total-num {
  float: left;
  font-size: 14px;
  line-height: 59px;
  color: #28a3ea;
}
.order .order-total-num {
  font-size: 26px;
}
.order .order-pay {
  float: left;
  width: 150px;
  height: 40px;
  margin: 9.5px 0 0 35px;
  border-radius: 4px;
  background: #28a3ea;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.order .order-handle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 218px;
  height: 56px;
  margin-top: -28px;
  text-align: center;
  line-height: 28px;
}
.order .order-products {
  padding-right: 218px;
}
.order .order-product {
  height: 149px;
  border-top: 1px solid #dedede;
}
.order .order-product:nth-child(1) {
  border: 0;
}
.order .order-product .product-img {
  float: left;
  height: 149px;
  width: 156px;
  line-height: 149px;
  text-align: center;
}
.order .order-product .product-name {
  float: left;
  width: 405px;
  margin-left: 30px;
  line-height: 149px;
  font-size: 18px;
  color: #333;
}
.order .order-product .product-num {
  float: left;
  width: 178px;
  line-height: 149px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.order .order-product .product-price {
  float: right;
  line-height: 149px;
  font-size: 18px;
  color: #333;
}
.order .order-mid {
  position: relative;
  padding-left: 30px;
}
.order .order-person {
  height: 72px;
  border-top: 1px solid #dedede;
  padding-left: 30px;
  line-height: 72px;
  font-size: 14px;
}
.order .order-item-none {
  padding: 100px 0;
  text-align: center;
}
.order .order-item-none .order-none-txt {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 1107px) {
  .order .order-mid {
    padding-left: 0;
  }
  .order .order-handle {
    width: 100px;
  }
  .order .order-products {
    padding-right: 100px;
  }
}
@media screen and (max-width: 960px) {
  .order .order-product .product-name {
    margin-left: 0;
    width: 200px;
  }
  .order .order-product .product-num {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .order .order-handle {
    position: static;
    margin: 10px auto;
  }
  .order .order-products {
    padding-right: 0;
    padding-bottom: 15px;
    zoom: 1;
  }
  .order .order-products:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .order .order-product {
    float: left;
    height: auto;
    width: 50%;
    border: 0;
  }
  .order .order-product .product-img {
    float: none;
    width: 100%;
  }
  .order .order-product .product-name,
  .order .order-product .product-num,
  .order .order-product .product-price {
    float: none;
    width: auto;
    text-align: center;
    line-height: 24px;
  }
  .order .order-hd {
    padding: 0;
  }
  .order .order-hd .hd-left,
  .order .order-hd .hd-right {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .order .order-hd .hd-right * {
    display: inline-block;
    *display: inline;
    float: none;
  }
}
@media screen and (max-width: 550px) {
  .order .order-filters span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 440px) {
  .order .order-num {
    font-size: 14px;
  }
  .order .order-hd .hd-right .order-pay {
    display: block;
    margin: 0 auto 10px;
  }
  .order .order-hd .hd-right span {
    line-height: 40px;
  }
  .order .order-total-name,
  .order .order-total-num {
    line-height: 30px;
  }
  .order .order-products {
    text-align: center;
  }
  .order .order-product {
    display: inline-block;
    *display: inline;
    float: none;
  }
  .order .order-person {
    padding: 0 10px 0 0;
    height: auto;
    line-height: 35px;
    text-align: center;
  }
}
.orderdetail {
  color: #999;
}
.orderdetail .orderdetail-block {
  margin-bottom: 20px;
  border: 1px solid #dedede;
}
.orderdetail .order-statue {
  zoom: 1;
}
.orderdetail .order-info:after,
.orderdetail .order-logistics:after,
.orderdetail .order-statue:after,
.orderdetail .statue-process:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.orderdetail .order-statue .left {
  float: left;
  width: 26%;
  text-align: center;
}
.orderdetail .order-statue .order-num,
.orderdetail .order-statue .statue-tips {
  margin-top: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.orderdetail .order-statue .statue-txt {
  margin-top: 30px;
  line-height: 32px;
  color: #28a3ea;
  font-size: 18px;
}
.orderdetail .order-statue .statue-time {
  display: none;
}
.orderdetail .order-statue .statue-btn {
  display: inline-block;
  *display: inline;
  width: 98px;
  height: 28px;
  margin-top: 50px;
  border: 1px solid #28a3ea;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  color: #28a3ea;
  font-size: 12px;
}
.orderdetail .order-statue .right {
  float: left;
  width: 73%;
  padding-bottom: 100px;
  border-left: 1px solid #dedede;
}
.orderdetail .order-statue .statue-tips {
  margin-left: 30px;
}
.orderdetail .statue-process {
  width: 765px;
  margin-top: 50px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.orderdetail .statue-process .process-item {
  float: left;
  width: 20%;
}
.orderdetail .statue-process .process-item.cur:nth-child(5) .process-point,
.orderdetail .statue-process .process-item:nth-child(5) .process-point {
  background: 0 0;
}
.orderdetail .statue-process .process-item.cur .point-txt {
  color: #28a3ea;
}
.orderdetail .statue-process .process-item.cur .process-img {
  background: url(../images/order/statue-img-cur.png) no-repeat 0 0;
}
.orderdetail .statue-process .process-item.cur .process-point {
  background: url(../images/order/process-point-cur.png) repeat-x 30px bottom;
}
.orderdetail .statue-process .process-img {
  width: 68px;
  height: 68px;
  padding-bottom: 6px;
  background: url(../images/order/statue-img.png) no-repeat 0 0;
  text-align: center;
  line-height: 68px;
}
.orderdetail .statue-process .process-point {
  height: 30px;
  background: url(../images/order/process-point.png) repeat-x 30px bottom;
}
.orderdetail .statue-process .point-txt {
  text-indent: 4em;
}
.orderdetail .statue-process .process-title {
  width: 68px;
  text-align: center;
  line-height: 20px;
  color: #666;
}
.orderdetail .statue-process .process-date,
.orderdetail .statue-process .process-time {
  width: 68px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
}
.orderdetail .order-logistics {
  zoom: 1;
}
.orderdetail .order-logistics .left {
  float: left;
  width: 30%;
  padding: 20px 0;
  text-align: center;
}
.orderdetail .order-logistics .left .fn-clear {
  display: inline-block;
  *display: inline;
}
.orderdetail .order-logistics .logistics-img {
  width: 99px;
  height: 99px;
  padding: 5px 5px 1px 1px;
  margin-left: 20px;
  background: url(../images/order/orderdetail-logistics-probg.jpg) no-repeat 0 0;
}
.orderdetail .order-logistics .logistics-img img {
  max-width: 100%;
}
.orderdetail .order-logistics .logistics-type {
  margin: 0 0 0 12px;
  line-height: 30px;
  font-size: 12px;
}
.orderdetail .order-logistics .right {
  float: left;
  width: 69%;
  min-height: 150px;
  padding: 20px 0 40px;
  border-left: 1px solid #dedede;
}
.orderdetail .order-logistics .logistics-list {
  margin-left: 30px;
}
.orderdetail .order-logistics .logistics-item {
  position: relative;
  padding-left: 32px;
  line-height: 24px;
  font-size: 12px;
}
.orderdetail .order-logistics .logistics-item:before {
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 100%;
  background: #d2d2d2;
  z-index: 1;
}
.orderdetail .order-logistics .logistics-item:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 100%;
  background: #e9f6fd;
}
.orderdetail .order-logistics .logistics-item:nth-child(1):before {
  background: #28a3ea;
}
.orderdetail .order-logistics .logistics-item:nth-child(1):after {
  display: block;
}
.orderdetail .order-info {
  padding: 20px 0;
  zoom: 1;
}
.orderdetail .order-info .info-block {
  zoom: 1;
}
.bookcode .bookcode-list:after,
.cart .cart-btn:after,
.cart .cart-checkall label:after,
.cart .cart-item:after,
.cart .cart-product-attach:after,
.cart .cart-product:after,
.cart .cart-total:after,
.coupon .coupon-list:after,
.coupon .tab-trigger:after,
.evalrecord .reply-hd:after,
.evalrecord .reply-item:after,
.evalrecord .tab-trigger:after,
.evalrecord .usreval-hd:after,
.evalrecord .usreval-item:after,
.orderdetail .order-info .info-block:after,
.orderdetail .order-products .order-product:after,
.orderdetail .order-products .order-products-hd:after,
.productdetail .detail-opt .opt-btn .block:after,
.productdetail .detail-opt .opt-btn.op-btn-img:after,
.submitorder .submitorder-num .num-total:after,
.submitorder .submitorder-submit:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.orderdetail .order-info .info-item {
  float: left;
  width: 378px;
  height: 204px;
  padding-left: 20px;
  border-left: 1px solid #dedede;
  line-height: 20px;
  font-size: 12px;
}
.orderdetail .order-info .info-item:nth-child(1) {
  border: 0;
}
.orderdetail .order-info .info-title,
.orderdetail .orderdetail-block-title {
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
.orderdetail .order-info .block-name {
  float: left;
  width: 83px;
  height: 20px;
}
.orderdetail .order-info .block-cont {
  float: left;
  width: 162px;
}
.orderdetail .order-products .order-products-hd {
  height: 38px;
  line-height: 38px;
  background: #d4edfb;
  zoom: 1;
}
.orderdetail .order-products .order-products-hd .span1 {
  text-align: left;
  text-indent: 2em;
}
.orderdetail .order-products .order-product {
  zoom: 1;
  height: 100px;
  border-top: 1px solid #f8f8f8;
}
.orderdetail .order-products .order-product span {
  line-height: 100px;
}
.orderdetail .order-products .order-product .product-img {
  line-height: 78px;
}
.orderdetail .order-products span {
  float: left;
  text-align: center;
}
.orderdetail .order-products .span1 {
  width: 50%;
}
.orderdetail .order-products .span2 {
  width: 25%;
}
.orderdetail .order-products .span3 {
  width: 13%;
}
.orderdetail .order-products .span4 {
  width: 12%;
}
.orderdetail .order-products .product-img {
  width: 78px;
  height: 78px;
  margin: 10px 0 0 20px;
  border: 1px solid #dedede;
  overflow: hidden;
}
.orderdetail .order-products .product-img img {
  max-width: 100%;
  vertical-align: middle;
}
.orderdetail .order-products .product-name {
  margin-left: 42px;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .orderdetail .statue-process {
    width: 92%;
  }
  .orderdetail .order-info .info-item {
    width: 33.33%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .orderdetail .order-info .info-item {
    width: 50%;
  }
  .orderdetail .order-info .info-item:nth-last-child(1) {
    width: 100%;
    height: auto;
    border: 0;
  }
  .orderdetail .order-info .info-item:nth-last-child(1) .info-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .orderdetail .order-statue {
    border: 0;
  }
  .orderdetail .order-statue .left {
    float: none;
    width: 100%;
  }
  .orderdetail .order-statue .left .order-num {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
  }
  .orderdetail .order-statue .left .statue-btn,
  .orderdetail .order-statue .left .statue-txt {
    margin-top: 10px;
  }
  .orderdetail .order-statue .right {
    display: none;
  }
  .orderdetail .order-logistics .left {
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  .orderdetail .order-logistics .left .fn-clear {
    width: 100%;
  }
  .orderdetail .order-logistics .logistics-img {
    display: none;
  }
  .orderdetail .order-logistics .logistics-type {
    float: none;
    margin: 0;
    width: 100%;
    padding-left: 20px;
    text-align: left;
  }
  .orderdetail .order-logistics .right {
    float: none;
    width: 100%;
    min-height: 0;
    padding: 10px 0;
    border: 0;
  }
  .orderdetail .order-info {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .orderdetail .order-info .info-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 0;
  }
  .orderdetail .order-info .info-item:nth-last-child(1) .info-title {
    text-align: left;
  }
  .orderdetail .order-products .order-products-hd {
    display: none;
  }
  .orderdetail .order-products .order-product .product-img {
    margin: 10px 0 0 5px;
  }
  .orderdetail .order-products .order-product .product-name {
    margin-left: 10px;
  }
}
.integral .integral-show {
  padding: 55px 0;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.integral .integral-show .show-img {
  line-height: 61px;
}
.integral .integral-show .show-img img {
  vertical-align: middle;
}
.integral .integral-show .show-name {
  line-height: 27px;
  font-size: 18px;
  color: #333;
}
.integral .integral-show .show-num {
  line-height: 34px;
  font-size: 30px;
  color: #28a3ea;
}
.integral .integral-show-wrap {
  display: inline-block;
  *display: inline;
}
.integral .integral-record-title {
  margin-top: 26px;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.integral .integral-record-hd {
  margin-top: 23px;
  padding-bottom: 11px;
  border-bottom: 2px solid #dedede;
}
.integral .integral-record-hd span {
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.integral .integral-record-cont span {
  float: left;
  text-align: center;
}
.integral .integral-record-cont span.span1 {
  width: 46%;
  text-align: left;
}
.integral .integral-record-cont span.span2 {
  width: 44%;
}
.integral .integral-record-cont span.span3 {
  width: 10%;
}
.integral .integral-record-list li {
  border-bottom: 1px solid #dedede;
}
.integral .integral-record-list span {
  height: 76px;
  line-height: 76px;
}
.integral .integral-record-list span.span1 {
  font-size: 16px;
  color: #666;
}
.integral .integral-record-list span.span2 {
  font-size: 18px;
  color: #28a3ea;
}
.integral .integral-record-list span.span2.red {
  color: #ea2828;
}
.integral .integral-record-list span.span3 {
  font-size: 14px;
  color: #666;
}
.account .account-title {
  margin-top: 27px;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.account .ui-btn {
  display: block;
  width: 148px;
  height: 38px;
  border: 1px solid #28a3ea;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  background: #28a3ea;
  color: #fff;
}
.account .ui-btn.ui-btn-gray {
  background: #ccc;
  border: 1px solid #ccc;
}
.account .ui-btn.ui-btn-white {
  background: #fff;
  border: 1px solid #28a3ea;
  color: #28a3ea;
}
.account .ui-input {
  display: block;
  width: 333px;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 16px;
}
.account .ui-input.ui-input-s {
  width: 192px;
}
.account .account-set {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.account .account-set .account-set-item {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.account .account-set .account-set-txt {
  float: left;
  width: 775px;
}
.account .account-set .ui-input {
  display: block;
  width: 327px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  padding-left: 18px;
  border-radius: 4px;
  border: 1px solid #dedede;
  font-size: 16px;
}
.account .account-set .set-submit {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 0;
  border-radius: 4px;
  background: #28a3ea;
  font-size: 18px;
  color: #fff;
}
.account .account-safe {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  line-height: 56px;
  font-size: 14px;
}
.account .account-safe .safe-name {
  float: left;
  width: 130px;
}
.account .account-safe .safe-cont {
  float: left;
  width: 645px;
}
.account .account-safe .safe-cont div {
  line-height: 28px;
}
.account .account-safe .safe-modify {
  float: left;
  color: #28a3ea;
}
.account .addr-setdefault {
  height: 17px;
  line-height: 17px;
}
.account .addr-setdefault .ui-checkbox-sys {
  float: left;
  margin: 2px 5px 0 0;
}
@media screen and (max-width: 820px) {
  .account .account-safe .safe-cont,
  .account .account-set .account-set-txt {
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 437px) {
  .account .account-safe .safe-name {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .account .account-set .set-submit,
  .account .account-set .ui-input,
  .account .ui-input {
    width: 100%;
  }
  .account .ui-btn {
    width: 100%;
    margin: 10px 0 0;
  }
}
.addr-addform .addr-add {
  display: inline-block;
  *display: inline;
  margin: 17px 0;
  color: #28a3ea;
}
.addr-addform .ui-input {
  width: 198px;
}
.addr-addform .ui-input,
.addr-addform .ui-select-sys,
.addr-addform .ui-textarea {
  height: 48px;
  padding-left: 18px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 16px;
}
.addr-addform .ui-select-sys {
  width: 198px;
}
.addr-addform .ui-input.ui-input-l {
  width: 348px;
}
.addr-addform .ui-textarea {
  width: 620px;
  line-height: 23px;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
  resize: none;
}
.addr-addform .ui-radio-sys {
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 11px;
}
.addr-addform label {
  display: block;
  height: 35px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.addr-addform .addr-addform-item {
  margin-bottom: 10px;
}
.addr-addform .addrform-btn {
  display: inline-block;
  *display: inline;
  width: 200px;
  height: 50px;
  border: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.addr-addform .addrform-btn.addrform-btn-save {
  background: #28a3ea;
}
.addr-addform .addrform-btn.addrform-btn-cancel {
  background: #ccc;
}
@media screen and (max-width: 620px) {
  .addr-addform .ui-textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .addr-addform .ui-input {
    width: 100%;
  }
  .addr-addform .ui-select-sys {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  .addr-addform .addrform-btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
.addr-list .addr-item {
  display: inline-block;
  *display: inline;
  line-height: 34px;
  padding: 5px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  color: #333;
}
.addr-list .addr-item.cur .addr-default {
  background: #fff;
  border: 1px solid #dedede;
  color: #333;
  cursor: default;
}
.addr-list .addr-item:hover {
  background: #dedede;
}
.addr-list .ui-radio-sys {
  float: left;
  margin-top: 10.5px;
}
.addr-list span {
  cursor: default;
  float: left;
}
.addr-list a {
  float: left;
}
.addr-list .addr-name {
  width: 74px;
}
.addr-list .addr-phone {
  width: 127px;
}
.addr-list .addr-txt {
  width: 374px;
}
.addr-list .addr-post {
  width: 108px;
}
.addr-list .addr-default {
  width: 77px;
  height: 23px;
  margin-top: 4.5px;
  border: 1px solid #28a3ea;
  border-radius: 4px;
  background: #28a3ea;
  color: #fff;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
}
.addr-list .addr-edit {
  margin-left: 40px;
  color: #28a3ea;
}
.addr-list .mr10 {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .addr-list .addr-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
  }
  .addr-list .addr-phone {
    float: right;
    text-align: right;
  }
}
.cart,
.submitorder {
  padding-bottom: 80px;
}
.submitorder .submitorder-title {
  margin-top: 27px;
  padding-bottom: 5px;
  line-height: 25px;
  font-size: 18px;
}
.submitorder .submitorder-products {
  border-bottom: 1px solid #dedede;
}
.submitorder .submitorder-product {
  position: relative;
  height: 146px;
  padding: 0 0 0 10px;
  border-top: 1px solid #dedede;
  line-height: 146px;
  text-align: left;
}
.parameter
  .parameter-item
  .parameter-block:nth-child(1)
  .parameter-title:nth-child(1),
.submitorder .submitorder-product:nth-child(1) {
  border: 0;
}
.productdetail .detail-opt .opt-btn .block span,
.submitorder .product-img {
  float: left;
}
.productdetail .detail-opt .opt-btn .img img,
.submitorder .product-img img {
  vertical-align: middle;
  max-width: 100%;
}
.submitorder .product-name {
  display: inline-block;
  *display: inline;
  margin-left: 39px;
  vertical-align: middle;
  color: #333;
}
.submitorder .product-name .name {
  line-height: 35px;
  font-size: 18px;
}
.submitorder .product-name .subname {
  line-height: 32px;
  font-size: 14px;
}
.submitorder .product-price {
  float: right;
  line-height: 146px;
  font-size: 14px;
  color: #333;
}
.submitorder .product-total {
  float: right;
  width: 190px;
  text-align: right;
  color: #333;
}
.productdetail .slideBox .hd ul,
.submitorder .product-total .total-wrap {
  display: inline-block;
  *display: inline;
}
.submitorder .product-total .num {
  line-height: 35px;
  font-size: 18px;
}
.submitorder .product-total .add {
  line-height: 32px;
  font-size: 14px;
}
.submitorder .submitorder-addr,
.submitorder .submitorder-platform {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.submitorder .submitorder-platform .platform-item {
  float: left;
  height: 33px;
  margin-right: 80px;
}
.submitorder .submitorder-platform .ui-radio-sys {
  float: left;
  margin: 10px 10px 0 0;
}
.submitorder .submitorder-ticket {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.submitorder .submitorder-ticket .submitorder-title {
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.submitorder .submitorder-ticket label {
  float: left;
  height: 19px;
}
.submitorder .submitorder-ticket label:nth-child(2) {
  margin-left: 100px;
}
.submitorder .submitorder-ticket .ui-radio-sys {
  float: left;
  margin: 3px 10px 0 0;
}
.submitorder .submitorder-ticket .ticket-type a {
  float: left;
  width: 170px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #a1a1a1;
}
.submitorder .submitorder-ticket .ticket-type a.cur {
  border: 1px solid #28a3ea;
  color: #28a3ea;
}
.submitorder .submitorder-ticket .ticket-name .ui-textarea {
  width: 510px;
  height: 48px;
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 4px;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei';
}
.submitorder .submitorder-ticket .ticket-tips {
  line-height: 54px;
  font-size: 14px;
  color: #333;
}
.submitorder .submitorder-coupon {
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.submitorder .submitorder-coupon .coupon-title {
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.submitorder .submitorder-coupon .ui-input {
  width: 150px;
  height: 48px;
  margin-right: 10px;
  padding-left: 15px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 16px;
  color: #999;
}
.submitorder .submitorder-coupon .ui-input-coupon {
  height: 32px;
  font-size: 14px;
}
.submitorder .submitorder-coupon label {
  float: left;
  height: 32px;
  margin-right: 20px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
.submitorder .submitorder-coupon .ui-radio-sys {
  float: left;
  margin: 10px 5px 0 0;
}
.submitorder .submitorder-msg .msg-title {
  color: #333;
  line-height: 20px;
  font-size: 14px;
}
.submitorder .submitorder-msg .ui-textarea {
  width: 346px;
  height: 48px;
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 4px;
  resize: none;
}
.submitorder .submitorder-num {
  text-align: right;
  line-height: 29px;
  font-size: 14px;
  color: #333;
}
.submitorder .submitorder-num .num-coupon {
  color: #ff4242;
}
.submitorder .submitorder-num .num-total {
  zoom: 1;
  color: #28a3ea;
}
.submitorder .submitorder-num .num-total span {
  float: right;
}
.submitorder .submitorder-num .num-total .num {
  font-size: 26px;
}
.submitorder .submitorder-submit {
  margin-top: 10px;
  zoom: 1;
}
.submitorder .submitorder-submit .ui-btn {
  float: right;
  width: 200px;
  height: 50px;
  border: 0;
  border-radius: 4px;
  background: #28a3ea;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .submitorder .submitorder-product {
    line-height: 0;
  }
  .submitorder .product-img {
    float: left;
    width: 128px;
    height: 115px;
    overflow: hidden;
    margin: 15px auto;
  }
  .submitorder .product-cont {
    float: left;
    margin: 15px 0 0 15px;
  }
  .submitorder .product-name {
    margin-left: 0;
    display: block;
    line-height: 35px;
  }
  .submitorder .submitorder-ticket .ticket-type a {
    width: 48%;
    margin: 0;
  }
  .submitorder .submitorder-ticket .ticket-type a:nth-child(2) {
    float: right;
  }
  .submitorder .submitorder-ticket .ticket-name .ui-textarea {
    width: 100%;
    height: 60px;
  }
  .submitorder .submitorder-coupon label {
    height: auto;
  }
  .submitorder .product-price {
    vertical-align: middle;
    line-height: 35px;
    float: none;
  }
  .submitorder .product-total {
    float: none;
    width: auto;
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
  .submitorder .submitorder-msg .ui-input {
    width: 100%;
  }
  .submitorder .submitorder-submit .ui-btn {
    float: none;
    width: 100%;
  }
  .submitorder .submitorder-platform .platform-item {
    width: 33.33%;
    margin-right: 0;
  }
}
.eval .eval-order {
  line-height: 62px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  color: #333;
}
.eval .eval-item {
  padding: 35px 0;
  border-bottom: 1px solid #dedede;
}
.eval .eval-item.cur .ui-textarea {
  display: none;
}
.eval .eval-item.cur .eval-text-show,
.productdetail {
  display: block;
}
.eval .eval-item.cur .eval-cont .eval-title,
.support .tab-trigger .tab-trigger-item.cur a {
  color: #fff;
}
.eval .eval-item.cur .eval-btn {
  display: none;
}
.eval .eval-title {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.eval .eval-product {
  float: left;
  width: 120px;
}
.eval .eval-cont {
  float: left;
  margin-left: 74px;
}
.eval .eval-left {
  float: left;
  width: 550px;
}
.eval .eval-right {
  float: left;
  margin-left: 80px;
}
.eval .eval-btn {
  display: block;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  background: #28a3ea;
  color: #fff;
  font-size: 18px;
}
.eval .ui-textarea {
  width: 100%;
  height: 100px;
  padding: 10px 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  line-height: 27px;
  color: #666;
  font-family: '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei';
  resize: none;
}
.eval .eval-text-show {
  display: none;
  line-height: 28px;
  color: #666;
}
.evalrecord .tab-trigger {
  padding-top: 15px;
  border-bottom: 2px solid #dedede;
  zoom: 1;
}
.evalrecord .tab-trigger-item {
  float: left;
  margin-right: 30px;
  line-height: 42px;
  cursor: pointer;
  color: #333;
}
.evalrecord .tab-trigger-item.cur {
  color: #28a3ea;
}
.evalrecord .usreval .span1,
.evalrecord .usreval .span2,
.evalrecord .usreval .span3 {
  float: left;
  text-align: center;
}
.evalrecord .usreval .span1 {
  width: 12.5%;
}
.evalrecord .usreval .span2 {
  width: 65.5%;
}
.evalrecord .usreval .span3 {
  width: 22%;
}
.evalrecord .usreval-hd,
.evalrecord .usreval-item {
  border-bottom: 1px solid #dedede;
  zoom: 1;
}
.evalrecord .usreval-hd span {
  line-height: 52px;
  font-size: 14px;
  color: #333;
}
.evalrecord .usreval-item {
  padding: 23px 0;
}
.evalrecord .usreval-rank {
  margin-top: 20px;
}
.evalrecord .ui-rank {
  float: none;
  display: inline-block;
  *display: inline;
  width: 75px;
  height: 12px;
  background-image: url(../images/icon-rank.png);
  background-size: 15px 24px;
  background-position: 0 -12px;
}
.evalrecord .ui-rank .ui-rank-item.cur {
  background-size: 15px 24px;
  background-position: 0 0;
}
.evalrecord .usreval-date {
  font-size: 12px;
  color: #666;
}
.evalrecord .usreval-txt {
  width: 626px;
  margin-left: 60px;
  font-size: 14px;
  color: #666;
}
.evalrecord .usreval-product,
.evalrecord .usreval-txt {
  line-height: 24px;
  text-align: left;
}
.evalrecord .usreval-product a {
  font-size: 14px;
  color: #28a3ea;
}
.evalrecord .reply .span1,
.evalrecord .reply .span2 {
  float: left;
  text-align: center;
}
.evalrecord .reply .span1 {
  width: 78%;
}
.evalrecord .reply .span2 {
  width: 22%;
}
.evalrecord .reply-hd,
.evalrecord .reply-item {
  zoom: 1;
  border-bottom: 1px solid #dedede;
}
.evalrecord .reply-hd span {
  line-height: 52px;
}
.evalrecord .reply-item {
  padding: 23px;
}
.evalrecord .reply-txt {
  width: 800px;
  margin-left: 62px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.evalrecord .reply-product {
  text-align: left;
}
.evalrecord .reply-product a {
  font-size: 14px;
  color: #28a3ea;
  line-height: 24px;
}
.bookcode .bookcode-list {
  zoom: 1;
  margin-top: 20px;
}
.bookcode .bookcode-item {
  position: relative;
  float: left;
  width: 260px;
  height: 112px;
  padding: 22px 30px 6px;
  margin-left: 30px;
  border-radius: 8px;
  background: #85dad3;
  color: #fff;
  overflow: hidden;
}
.bookcode .bookcode-name {
  line-height: 18px;
  font-size: 14px;
}
.bookcode .bookcode-num {
  line-height: 56px;
  font-size: 24px;
}
.bookcode .bookcode-date {
  margin-top: 18px;
  line-height: 20px;
  font-size: 14px;
}
.bookcode .bookcode-statue {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  font-size: 24px;
}
.bookcode .bookcode-statue .statue-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 72px;
  background: #5fd0c7;
}
.bookcode .bookcode-statue .statue-wrap:before {
  position: absolute;
  top: 50%;
  left: -18px;
  display: block;
  content: '';
  width: 303px;
  height: 303px;
  margin-top: -151px;
  border-radius: 100%;
  background: #5fd0c7;
}
.bookcode .bookcode-statue .statue-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  margin: -54px 0 0 -14px;
  line-height: 36px;
}
.bookcode .bookcode-statue.used .statue-txt {
  color: #45a199;
}
.bookcode .bookcode-none {
  padding: 100px 0;
  text-align: center;
}
.bookcode .bookcode-none .bookcode-none-txt {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.cart .cart-checkall {
  height: 17px;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.cart .cart-checkall label {
  height: 17px;
  line-height: 17px;
  zoom: 1;
  font-size: 14px;
  color: #333;
}
.cart .cart-checkall .ui-checkbox-sys {
  float: left;
  margin: 2px 11px 0 0;
}
.cart .cart-item {
  zoom: 1;
  position: relative;
}
.cart .cart-select {
  float: left;
  width: 50px;
}
.cart .cart-select .ui-checkbox-sys {
  float: left;
  margin-top: 67px;
}
.cart .cart-item-right {
  width: 1150px;
}
@media screen and (max-width: 1150px) {
  .cart .cart-item-right {
    width: 100%;
  }
}
.cart .cart-product {
  zoom: 1;
  height: 150px;
  padding: 0 15px;
  border-bottom: 1px solid #dedede;
  line-height: 150px;
}
.cart .product-img {
  float: left;
  width: 150px;
  text-align: center;
  overflow: hidden;
}
.cart .product-img img {
  vertical-align: middle;
}
.cart .product-name,
.cart .product-price {
  float: left;
  width: 200px;
  margin-left: 50px;
  color: #333;
  font-size: 18px;
}
.cart .product-price {
  width: 220px;
  margin-left: 18px;
  text-align: center;
  font-size: 14px;
}
.cart .product-num {
  float: left;
  width: 138px;
  height: 38px;
  margin: 55px 0 0;
  border: 1px solid #dedede;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
}
.cart .product-num a {
  float: left;
  width: 38px;
  text-align: center;
  font-size: 18px;
  color: #dedede;
}
.cart .product-num .ui-input {
  float: left;
  height: 38px;
  width: 62px;
  border: 0;
  text-align: center;
  line-height: normal;
}
.cart .product-total {
  float: right;
  margin-right: 65px;
  font-size: 14px;
}
.cart .product-handle {
  float: right;
}
.cart .product-handle a {
  color: #28a3ea;
}
.cart .cart-product-attach {
  height: 56px;
  zoom: 1;
  border-bottom: 1px solid #dedede;
}
.cart .cart-product-attach label {
  float: left;
  height: 18px;
  margin-top: 19px;
  line-height: 18px;
  color: #333;
  font-size: 14px;
}
.cart .cart-product-attach .ui-checkbox-sys {
  float: left;
  margin: 2.5px 10px 0 0;
}
.cart .cart-total {
  height: 40px;
  margin-top: 35px;
  zoom: 1;
  line-height: 40px;
  color: #28a3ea;
}
.cart .cart-total .total-name {
  font-size: 14px;
  float: right;
}
.cart .cart-total .total-num {
  float: right;
  font-size: 26px;
}
.cart .cart-btn {
  margin-top: 20px;
  zoom: 1;
}
.cart .cart-btn a,
.cart .cart-empty .ui-btn {
  width: 198px;
  height: 48px;
  border: 1px solid #28a3ea;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #28a3ea;
}
.cart .cart-btn a {
  float: right;
}
.cart .cart-btn a.cart-btn-submit {
  background: #28a3ea;
  color: #fff;
}
.cart .cart-empty {
  padding: 150px 0;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.cart .cart-empty .ui-btn {
  display: inline-block;
  *display: inline;
  margin-top: 35px;
}
@media screen and (max-width: 1030px) {
  .cart .cart-select {
    width: 5%;
  }
  .cart .cart-item-right {
    width: 90%;
  }
  .cart .product-price {
    margin-left: 10px;
  }
  .cart .product-total {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cart .product-name {
    margin-left: 20px;
  }
  .cart .product-price {
    margin-left: 40px;
  }
  .cart .product-num {
    margin: 55px 0 0 30px;
  }
  .cart .product-num .ui-input {
    width: 75px;
    height: 35px;
  }
  .cart .product-total {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .cart .cart-product {
    line-height: 0;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .cart .product-img {
    width: 40%;
    line-height: 145px;
    overflow: hidden;
  }
  .cart .product-img img {
    max-width: 100%;
  }
  .cart .cart-cont {
    float: left;
    width: 50%;
    margin: 10px 0 0 15px;
  }
  .cart .product-name {
    font-size: 16px;
  }
  .cart .product-name,
  .cart .product-price {
    float: none;
    margin-left: 0;
    line-height: 30px;
  }
  .cart .product-num {
    float: none;
    width: 90px;
    margin: 0;
    line-height: 35px;
  }
  .cart .product-num a {
    width: 27px;
  }
  .cart .product-num .ui-input {
    width: 34px;
  }
  .cart .product-handle {
    float: none;
    line-height: 30px;
  }
  .cart .product-total {
    float: none;
    position: absolute;
    right: 10%;
    bottom: 15%;
  }
  .cart .cart-btn a {
    display: block;
    float: none;
    width: 100%;
  }
  .cart .cart-btn .cart-btn-back {
    margin-top: 15px;
  }
  .cart .cart-empty {
    padding: 30px 0;
  }
}
.coupon .tab-trigger {
  margin: 25px 0;
  line-height: 26px;
  zoom: 1;
}
.coupon .tab-trigger a,
.coupon .tab-trigger span {
  float: left;
  font-size: 18px;
}
.coupon .tab-trigger span {
  color: #b1b1b1;
  margin: 0 20px;
}
.coupon .tab-trigger a {
  color: #333;
}
.coupon .tab-trigger a.cur {
  color: #28a3ea;
}
.coupon .coupon-list {
  zoom: 1;
}
.coupon .coupon-item {
  float: left;
  width: 380px;
  height: 140px;
  margin: 0 0 30px 30px;
  border-radius: 8px;
  overflow: hidden;
}
.coupon .coupon-item:nth-child(3n-2),
.productdetail .slideBox .hd li:nth-child(1) {
  margin-left: 0;
}
.coupon .coupon-item.cur .coupon-item-hd {
  background: #c6c6c6;
}
.coupon .coupon-item.cur .coupon-item-hd .item-stat {
  color: #9a9a9a;
}
.coupon .coupon-item.cur .coupon-item-hd .item-circle {
  border: 6px solid #b2b2b2;
}
.coupon .coupon-item.cur .coupon-item-date {
  background: #b2b2b2;
}
.coupon .coupon-item-hd {
  position: relative;
  height: 109px;
  overflow: hidden;
  padding: 0 0 0 40px;
  background: #6cc1f3;
  color: #fff;
}
.coupon .coupon-item-hd .item-yen {
  float: left;
  margin-top: 30px;
  line-height: 27px;
  font-size: 36px;
}
.coupon .coupon-item-hd .item-num {
  float: left;
  margin: 30px 0 0 7px;
  line-height: 50px;
  font-size: 60px;
}
.coupon .coupon-item-hd .item-condition {
  float: left;
  margin: 34px 0 0 20px;
  line-height: 20px;
  font-size: 14px;
}
.coupon .coupon-item-hd .item-stat {
  float: right;
  margin: 69px 13px 0 0;
  line-height: 26px;
  font-size: 24px;
  color: #4a90ba;
}
.coupon .coupon-item-hd .item-circle {
  position: absolute;
  top: 39px;
  right: -45px;
  width: 154px;
  height: 154px;
  border: 6px solid #61adda;
  border-radius: 100%;
}
.coupon .coupon-item-date {
  height: 31px;
  background: #61adda;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.coupon .coupon-none {
  padding: 100px 0;
  text-align: center;
}
.coupon .coupon-none .coupon-none-txt {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.productdetail .productdetail-hd {
  padding: 80px 0;
}
.productdetail .slideBox {
  position: relative;
  float: left;
  width: 548px;
  margin: 0 50px;
}
.productdetail .slideBox .bd {
  height: 440px;
}
.productdetail .slideBox .hd {
  margin-top: 15px;
  text-align: center;
}
.productdetail .slideBox .hd li {
  float: left;
  width: 9px;
  height: 9px;
  margin-left: 15px;
  background: #b5b5b5;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  cursor: pointer;
}
.productdetail .slideBox .hd li.on {
  background: #fff;
  border: 1px solid #28a3ea;
}
.productdetail .detail-opt {
  float: right;
  width: 548px;
}
.productdetail .detail-opt .opt-name {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #dedede;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .productdetail .detail-opt .opt-name {
    font-size: 22px;
  }
}
.productdetail .detail-opt .opt-title {
  margin-top: 10px;
  line-height: 56px;
  font-size: 18px;
  color: #333;
}
.productdetail .detail-opt .opt-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.productdetail .detail-opt .opt-btn {
  float: left;
  width: 265px;
  height: 46px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 2px solid #dedede;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  line-height: 46px;
  text-align: center;
}
.productdetail .detail-opt .opt-btn:nth-child(2n-1) {
  margin-left: 0;
}
.productdetail .detail-opt .opt-btn.cur {
  border: 2px solid #28a3ea;
}
.productdetail .detail-opt .opt-btn.op-btn-img {
  display: block;
  text-align: left;
  padding-left: 15px;
  width: 250px;
  margin: 0 auto 10px;
  zoom: 1;
}
.productdetail .detail-opt .opt-btn.op-btn-img:nth-child(2n) {
  float: right;
}
.productdetail .detail-opt .opt-btn .block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.productdetail .detail-opt .opt-btn .img {
  line-height: 46px;
  height: 46px;
  width: 37px;
  overflow: hidden;
  text-align: center;
}
.productdetail .detail-opt .opt-btn .name {
  float: left;
  margin-left: 10px;
  min-width: 100px;
  line-height: 46px;
  font-size: 14px;
  color: #666;
}
.productdetail .detail-opt .opt-btn .price {
  float: left;
  margin-left: 5px;
  line-height: 46px;
  font-size: 14px;
  color: #28a3ea;
}
.productdetail .detail-opt .opt-num {
  width: 188px;
  height: 48px;
  border: 1px solid #dedede;
  border-radius: 4px;
  zoom: 1;
}
.cleaner .center:after,
.cleaner .list:after,
.cleaner28f .cleaner-wrap:after,
.cleaner28f .list:after,
.product-subhead:after,
.productdetail .detail-opt .opt-num:after,
.productdetail .detail-opt .opt-price:after,
.productdetail .evals-item:after,
.productdetail .evals-stats:after,
.productdetail .stats-process-item:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.productdetail .detail-opt .opt-num a {
  float: left;
  width: 58px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #dedede;
}
.productdetail .detail-opt .opt-num .ui-input {
  float: left;
  height: 48px;
  width: 72px;
  border: 0;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.productdetail .detail-opt .opt-price {
  padding-top: 30px;
  zoom: 1;
}
.productdetail .detail-opt .opt-price .price-left {
  float: left;
}
.productdetail .detail-opt .opt-price .price-old {
  line-height: 29px;
  font-size: 16px;
  color: #666;
  text-decoration: line-through;
}
.productdetail .detail-opt .opt-price .price-new {
  line-height: 39px;
  font-size: 24px;
  color: #28a3ea;
}
.productdetail .detail-opt .opt-price .price-right {
  float: right;
  line-height: 68px;
  font-size: 16px;
  color: #666;
}
.productdetail .detail-opt .opt-price .price-right img {
  margin-left: 13px;
  vertical-align: middle;
}
.productdetail .detail-opt .submit-buy,
.productdetail .detail-opt .submit-cart {
  float: left;
  width: 267px;
  height: 48px;
  border: 1px solid #28a3ea;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background: #28a3ea;
  color: #fff;
}
.productdetail .detail-opt .submit-cart {
  background: #fff;
  color: #28a3ea;
}
.productdetail .productdetail-cont {
  border-top: 2px solid #dedede;
}
.productdetail .tab-trigger {
  text-align: center;
  height: 22px;
  padding: 18px 0;
  line-height: 22px;
  border-bottom: 1px solid #dedede;
}
.productdetail .tab-trigger-item {
  display: inline-block;
  *display: inline;
  padding-right: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}
.productdetail .tab-trigger-item.cur {
  color: #28a3ea;
}
.productdetail .tab-trigger-item:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #dedede;
}
.productdetail .tab-cont {
  margin-top: 40px;
}
.cleaner img,
.productdetail .tab-cont img,
.productdetail .usr-photo img {
  max-width: 100%;
}
.productdetail .evals-stats {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.productdetail .stats-num {
  line-height: 53px;
  font-family: 'Arial';
  font-size: 55px;
  font-weight: 700;
  color: #28a3ea;
}
.productdetail .stats-num span {
  font-size: 28px;
}
.productdetail .stats-num-desc {
  line-height: 27px;
  font-size: 14px;
  color: #333;
}
.productdetail .stats-process {
  margin-left: 120px;
}
.productdetail .stats-process-item {
  height: 32px;
  line-height: 32px;
  zoom: 1;
}
.productdetail .process-name {
  float: left;
  width: 90px;
  font-size: 14px;
  color: #333;
}
.productdetail .process-cont {
  float: left;
}
.productdetail .ui-process {
  width: 184px;
  height: 8px;
  margin-top: 13px;
  border-radius: 8px;
  background: #dedede;
}
.productdetail .ui-process .ui-process-cont {
  border-radius: 8px 0 0 8px;
  background: #28a3ea;
}
.productdetail .evals-total {
  height: 50px;
  margin-top: 50px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: 50px;
  font-size: 14px;
  color: #28a3ea;
}
.productdetail .evals-item {
  padding: 34px 0 34px 30px;
  border-bottom: 1px solid #dedede;
  zoom: 1;
}
.productdetail .evals-usr {
  width: 70px;
}
.productdetail .usr-photo {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.productdetail .usr-name {
  margin-top: 5px;
  line-height: 21px;
  font-size: 14px;
  color: #666;
}
.productdetail .evals-cont {
  float: left;
  width: 1050px;
  padding-top: 11px;
  margin-left: 50px;
}
.productdetail .evals-txt {
  width: 725px;
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
.productdetail .evals-date {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.productdetail .evals-reply {
  width: 998px;
  padding: 16px 32px 16px 20px;
  margin-top: 20px;
  background: #e9f6fd;
  line-height: 36px;
  color: #666;
}
.productdetail .evals-reply img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .productdetail .slideBox {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .productdetail .detail-opt,
  .productdetail .slideBox {
    float: none;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1024px) {
  .productdetail .evals-cont {
    width: 850px;
  }
}
@media screen and (max-width: 768px) {
  .productdetail .tab-trigger {
    height: 58px;
  }
  .productdetail .evals-cont {
    width: 590px;
  }
  .productdetail .evals-txt {
    width: 440px;
  }
  .productdetail .detail-opt .opt-num-title {
    float: left;
    margin-top: 15px;
  }
  .productdetail .detail-opt .opt-num {
    float: right;
    width: 137px;
    height: 35px;
    margin-top: 18px;
  }
  .productdetail .detail-opt .opt-num a {
    height: 35px;
    width: 29px;
    line-height: 35px;
  }
  .productdetail .detail-opt .opt-num .ui-input {
    height: 33px;
  }
}
@media screen and (max-width: 550px) {
  .productdetail #slideBox {
    float: none;
    margin: 0;
    width: 100%;
  }
  .productdetail #slideBox .bd {
    height: auto;
  }
  .productdetail .productdetail-hd {
    padding: 0;
  }
  .productdetail .productdetail-type {
    text-align: center;
  }
  .productdetail .detail-opt {
    width: 100%;
    padding: 10px;
    background: #e8e8e8;
  }
  .productdetail .detail-opt .opt-name {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .productdetail .detail-opt .opt-item {
    padding-bottom: 10px;
  }
  .productdetail .detail-opt .opt-title {
    line-height: 30px;
    font-size: 14px;
  }
  .productdetail .detail-opt .opt-btn {
    float: left;
    width: 48%;
    margin: 0 0 10px;
    font-size: 12px;
  }
  .productdetail .detail-opt .opt-btn:nth-child(2n) {
    float: right;
  }
  .productdetail .detail-opt .opt-btn.op-btn-img {
    height: 48px;
    width: 48%;
    padding: 6px 0 6px 6px;
    float: left;
    margin: 0 0 10px;
  }
  .productdetail .detail-opt .opt-btn.op-btn-img .img {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .productdetail .detail-opt .opt-btn.op-btn-img .btn-wrap {
    float: left;
    margin-left: 6px;
  }
  .productdetail .detail-opt .opt-btn.op-btn-img .name,
  .productdetail .detail-opt .opt-btn.op-btn-img .price {
    float: none;
    display: block;
    margin: 0;
    line-height: 16px;
    font-size: 12px;
  }
  .productdetail .detail-opt .opt-btn.op-btn-img:nth-child(2n) {
    float: right;
  }
  .productdetail .detail-opt .opt-price {
    line-height: 60px;
    padding-left: 10px;
  }
  .productdetail .detail-opt .opt-submit {
    zoom: 1;
  }
  .productdetail .detail-opt .opt-submit:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .productdetail .detail-opt .submit-buy {
    float: left;
    width: 48%;
    margin: 0 0 10px;
  }
  .productdetail .detail-opt .submit-cart {
    width: 48%;
    margin: 0 0 10px;
    float: right;
  }
  .productdetail .detail-wrap {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
  }
  .productdetail .price-left,
  .productdetail .price-right {
    width: 100%;
    float: none;
  }
  .productdetail .stats-left,
  .productdetail .stats-process {
    float: none;
    margin: 0 auto;
  }
  .productdetail .evals-usr {
    float: none;
  }
  .productdetail .evals-cont {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .productdetail .evals-txt {
    width: 100%;
    float: none;
  }
  .productdetail .evals-total {
    padding: 0 10px;
  }
  .productdetail .evals-item {
    position: relative;
    padding: 20px 10px;
  }
  .productdetail .evals-rank {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
.product-subhead {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 1168px;
  height: 57px;
  margin-left: -584px;
  border-bottom: 1px solid #bfbfbf;
  zoom: 1;
  line-height: 57px;
  z-index: 2;
}
.product-subhead .subhead-name {
  float: left;
  font-size: 20px;
  color: #333;
}
.product-subhead .subhead-links {
  float: right;
  height: 24px;
  margin-top: 16.5px;
}
.product-subhead .subhead-link {
  float: left;
  padding: 0 10px;
  margin-left: 56px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.product-subhead .subhead-link.cur {
  background: #84a527;
  color: #fff;
}
.product-subhead .subhead-link:nth-child(1) {
  margin-left: 0;
}
.product-subhead.blue .subhead-link.cur {
  background: #28a3ea;
}
@media screen and (max-width: 1200px) {
  .product-subhead {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1168px) {
  .product-subhead {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-subhead {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .product-subhead {
    position: static;
    height: auto;
    text-align: center;
    line-height: 0;
  }
  .product-subhead .subhead-name {
    float: none;
    line-height: 26px;
  }
  .product-subhead .subhead-links {
    float: none;
    display: block;
    height: auto;
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }
  .product-subhead .subhead-link {
    font: 14px 'Microsoft YaHei';
    padding: 4px 10px;
    height: auto;
    margin: 0 2px;
    float: none;
  }
}
@media screen and (max-width: 365px) {
  .product-subhead .subhead-link {
    margin-left: 15px;
  }
}
.cleaner .cleaner-section.nobg .img,
.cleaner .cleaner-section.nobg .subtitle,
.cleaner .cleaner-section.nobg .title,
.cleaner .cleaner-section.nobg .txt,
.product .product-section {
  position: relative;
}
.product .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product .img,
.product .subtitle,
.product .title {
  position: relative;
  text-align: center;
  line-height: 0;
  z-index: 1;
}
.product .left {
  float: left;
}
.product .right {
  float: right;
}
.cleaner {
  width: 100%;
  background: #fff;
}
.cleaner * {
  line-height: 0;
}
.cleaner .cleaner-section {
  position: relative;
  text-align: center;
}
.cleaner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cleaner .img,
.cleaner .subtitle,
.cleaner .title,
.cleaner .txt {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 0;
  z-index: 1;
}
.cleaner .left,
.cleaner .list .list-item {
  float: left;
}
.cleaner .right {
  float: right;
}
.cleaner .center,
.cleaner .list {
  position: relative;
  display: inline-block;
  *display: inline;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  z-index: 1;
}
.cleaner .cleaner-section2 .list-item:nth-child(1),
.cleaner .cleaner-section4 .list-item:nth-child(1),
.cleaner .list .list-item:nth-child(1) {
  margin-left: 0;
}
.cleaner .wrap1.abs {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -584px;
}
@media screen and (max-width: 1168px) {
  .cleaner .wrap1.abs {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner .title img {
    width: 70%;
  }
}
@media screen and (max-width: 570px) {
  .cleaner .title img {
    width: 100%;
  }
}
.cleaner .cleaner-section1 .title {
  top: 23.09%;
}
.cleaner .cleaner-section1 .subtitle {
  top: 31.54%;
}
.cleaner .cleaner-section1 .img {
  bottom: 4.5%;
}
@media screen and (max-width: 1600px) {
  .cleaner .cleaner-section1 .img img {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner .cleaner-section1 .title {
    top: 16%;
  }
  .cleaner .cleaner-section1 .subtitle {
    top: 26.54%;
  }
  .cleaner .cleaner-section1 .subtitle img {
    width: 15%;
  }
}
@media screen and (max-width: 865px) {
  .cleaner .cleaner-section1 .title {
    top: 20%;
  }
  .cleaner .cleaner-section1 .subtitle {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section1 .subtitle img {
    width: 20%;
  }
  .cleaner .cleaner-section1 .img img {
    width: 38%;
  }
}
@media screen and (max-width: 375px) {
  .cleaner .cleaner-section1 .subtitle img {
    width: 20%;
  }
  .cleaner .cleaner-section1 .img img {
    width: 43%;
  }
}
.cleaner .cleaner-section2 {
  padding: 80px 0 92px;
}
.cleaner .cleaner-section2 .list {
  margin-top: 50px;
}
.cleaner .cleaner-section2 .list-item {
  margin-left: 17px;
}
.cleaner .cleaner-section2 .txt {
  margin-top: 70px;
}
.cleaner .cleaner-section2 .img {
  margin-top: 60px;
}
@media screen and (max-width: 953px) {
  .cleaner .cleaner-section2 {
    padding: 20px 0;
  }
  .cleaner .cleaner-section2 .list {
    display: block;
    margin-top: 20px;
  }
  .cleaner .cleaner-section2 .list-item {
    width: 33.33%;
    margin: 0;
  }
  .cleaner .cleaner-section2 .txt {
    margin-top: 20px;
  }
  .cleaner .cleaner-section2 .txt img {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section2 .txt img {
    width: 52%;
  }
  .cleaner .cleaner-section2 .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cleaner .cleaner-section3 .title {
  top: 13.75%;
}
.cleaner .cleaner-section3 .subtitle {
  top: 23.875%;
  line-height: 22px;
  font-size: 20px;
  color: #84a527;
}
.cleaner .cleaner-section3 .txt {
  top: 30%;
  font-size: 14px;
  color: #333;
}
.cleaner .cleaner-section3 .img {
  top: 33.125%;
}
@media screen and (max-width: 1520px) {
  .cleaner .cleaner-section3 .img img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1170px) {
  .cleaner .cleaner-section3 .title {
    top: 7.75%;
  }
  .cleaner .cleaner-section3 .subtitle {
    top: 19%;
  }
}
@media screen and (max-width: 1100px) {
  .cleaner .cleaner-section3 .subtitle img {
    width: 17%;
  }
  .cleaner .cleaner-section3 .txt img {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section3 {
    overflow: hidden;
  }
  .cleaner .cleaner-section3 .title {
    top: 3.75%;
  }
  .cleaner .cleaner-section3 .subtitle {
    top: 13.875%;
    font-size: 14px;
  }
  .cleaner .cleaner-section3 .txt {
    top: 28%;
    font-size: 12px;
  }
  .cleaner .cleaner-section3 .img {
    top: 40%;
  }
  .cleaner .cleaner-section3 .img img {
    width: 58%;
  }
}
.cleaner .cleaner-section4 {
  padding: 80px 0 67px;
}
.cleaner .cleaner-section4 .subtitle {
  margin-top: 30px;
}
.cleaner .cleaner-section4 .img {
  margin-top: 77px;
}
.cleaner .cleaner-section4 .list {
  margin-top: 87px;
}
.cleaner .cleaner-section4 .list-item {
  margin-left: 33px;
  text-align: center;
}
.cleaner .cleaner-section4 .item-txt {
  display: inline-block;
  *display: inline;
  width: 80px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 680px) {
  .cleaner .cleaner-section4 {
    padding: 10px 0;
  }
  .cleaner .cleaner-section4 .subtitle {
    margin-top: 10px;
  }
  .cleaner .cleaner-section4 .list {
    display: block;
    margin-top: 30px;
  }
  .cleaner .cleaner-section4 .list-item {
    margin: 0 0 10px;
    width: 33.33%;
  }
  .cleaner .cleaner-section4 .img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section4 .subtitle img {
    width: 73%;
  }
  .cleaner .cleaner-section4 .img,
  .cleaner .cleaner-section4 .list {
    margin-top: 15px;
  }
}
.cleaner .cleaner-section5 .title {
  top: 17.46%;
}
.cleaner .cleaner-section5 .subtitle {
  top: 30.15%;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
}
.cleaner .cleaner-section5 .img {
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .cleaner .cleaner-section5 .title {
    top: 10.46%;
  }
  .cleaner .cleaner-section5 .subtitle {
    top: 23.15%;
  }
  .cleaner .cleaner-section5 .img img {
    width: 37%;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner .cleaner-section5 .subtitle {
    top: 20%;
    font-size: 14px;
  }
}
@media screen and (max-width: 630px) {
  .cleaner .cleaner-section5 .subtitle img {
    width: 35%;
  }
}
.cleaner .cleaner-section6 .wrap1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -584px;
  overflow: hidden;
}
.cleaner .cleaner-section6 .img {
  left: 0;
  width: auto;
}
.cleaner .cleaner-section6 .img img {
  width: 85%;
}
.cleaner .cleaner-section6 .title,
.cleaner .cleaner-section6 .txt {
  top: 36.96%;
  right: 0;
  left: auto;
  text-align: right;
}
.cleaner .cleaner-section6 .txt {
  top: 50.9375%;
  line-height: 25px;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 1168px) {
  .cleaner .cleaner-section6 .wrap1 {
    left: 0;
    margin-left: 0;
  }
  .cleaner .cleaner-section6 .img img {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner .cleaner-section6 .img img {
    width: 60%;
  }
  .cleaner .cleaner-section6 .title {
    top: 20%;
  }
  .cleaner .cleaner-section6 .txt {
    top: 37.9375%;
  }
}
@media screen and (max-width: 920px) {
  .cleaner .cleaner-section6 {
    margin-top: 110px;
  }
  .cleaner .cleaner-section6 .wrap1 {
    overflow: visible;
  }
  .cleaner .cleaner-section6 .img {
    width: 100%;
    text-align: center;
  }
  .cleaner .cleaner-section6 .img img {
    width: 43%;
  }
  .cleaner .cleaner-section6 .title {
    top: -30%;
    text-align: center;
  }
  .cleaner .cleaner-section6 .txt {
    top: -14%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .cleaner .cleaner-section6 .title {
    top: -35%;
  }
  .cleaner .cleaner-section6 .txt {
    top: -23%;
    line-height: 22px;
  }
}
@media screen and (max-width: 610px) {
  .cleaner .cleaner-section6 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section6 {
    margin-top: 60px;
  }
}
.cleaner .cleaner-section7 {
  height: 604px;
  border-bottom: 1px solid #ccc;
}
.cleaner .cleaner-section7 .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -600px;
}
.cleaner .cleaner-section7 .title {
  top: 33.94%;
  left: 0;
}
.cleaner .cleaner-section7 .subtitle {
  left: 90px;
  top: 47%;
  text-align: left;
  line-height: 22px;
  font-size: 20px;
  color: #84a527;
}
.cleaner .cleaner-section7 .txt {
  top: 54.63%;
  left: 90px;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.cleaner .cleaner-section7 .img {
  top: 16.72%;
  left: 50.52%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .cleaner .cleaner-section7 {
    height: auto;
  }
  .cleaner .cleaner-section7 .wrap {
    position: static;
    margin: 0;
    padding-top: 20px;
    height: auto;
  }
  .cleaner .cleaner-section7 .title {
    position: static;
    margin-top: 10px;
  }
  .cleaner .cleaner-section7 .img,
  .cleaner .cleaner-section7 .subtitle,
  .cleaner .cleaner-section7 .txt {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  .cleaner .cleaner-section7 .img {
    left: auto;
    right: 0;
    display: inline-block;
    *display: inline;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section7 {
    padding: 10px;
  }
  .cleaner .cleaner-section7 .subtitle {
    font-size: 14px;
  }
  .cleaner .cleaner-section7 .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .cleaner .cleaner-section7 .img img {
    width: 40%;
  }
}
.cleaner .cleaner-section8 {
  padding-top: 110px;
  height: 467px;
}
.cleaner .cleaner-section8 .subtitle {
  margin-top: 44px;
  line-height: 18px;
  font-size: 16px;
  color: #333;
}
.cleaner .cleaner-section8 .list {
  margin-top: 90px;
}
.cleaner .cleaner-section8 .list-item {
  margin-left: 50px;
  width: 210px;
}
.cleaner .cleaner-section8 .item-title {
  margin-top: 7px;
  line-height: 49px;
  font-size: 20px;
  color: #84a527;
}
.cleaner .cleaner-section8 .item-txt {
  line-height: 19px;
  color: #5f5f5f;
  font-size: 14px;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  .cleaner .cleaner-section8 .list-item {
    width: 25%;
    margin: 0;
    text-align: center;
    line-height: 0;
  }
}
@media screen and (max-width: 830px) {
  .cleaner .cleaner-section8 {
    padding: 20px 0;
    height: auto;
  }
  .cleaner .cleaner-section8 .subtitle {
    margin-top: 20px;
  }
  .cleaner .cleaner-section8 .list {
    margin-top: 30px;
    display: block;
  }
  .cleaner .cleaner-section8 .list-item {
    width: 33.33%;
    margin: 0;
    text-align: center;
    line-height: 0;
    height: 175px;
  }
  .cleaner .cleaner-section8 .list-item:nth-child(4) {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cleaner .cleaner-section8 .list-item {
    width: 50%;
    margin-top: 10px;
  }
  .cleaner .cleaner-section8 .list-item:nth-child(4) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section8 .subtitle {
    margin-top: 10px;
  }
  .cleaner .cleaner-section8 .subtitle img {
    width: 35%;
  }
  .cleaner .cleaner-section8 .list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 334px) {
  .cleaner .cleaner-section8 .list-item {
    width: 100%;
  }
  .cleaner .cleaner-section8 .list-item:nth-child(4) {
    width: 100%;
  }
}
.cleaner .cleaner-section9 .title {
  top: 13.23%;
}
.cleaner .cleaner-section9 .subtitle {
  top: 25%;
  line-height: 22px;
  font-size: 20px;
  color: #84a527;
}
.cleaner .cleaner-section9 .txt {
  top: 32.64%;
  font-size: 14px;
  color: #333;
}
.cleaner .cleaner-section9 .img {
  bottom: 9.41%;
}
@media screen and (max-width: 1500px) {
  .cleaner .cleaner-section9 .title {
    top: 7.23%;
  }
  .cleaner .cleaner-section9 .subtitle {
    top: 18%;
  }
  .cleaner .cleaner-section9 .txt {
    top: 24.64%;
  }
  .cleaner .cleaner-section9 .img img {
    width: 33%;
  }
}
@media screen and (max-width: 1260px) {
  .cleaner .cleaner-section9 .subtitle {
    top: 16%;
  }
  .cleaner .cleaner-section9 .subtitle img {
    width: 16%;
  }
}
@media screen and (max-width: 1200px) {
  .cleaner .cleaner-section9 .subtitle {
    top: 19%;
  }
  .cleaner .cleaner-section9 .txt {
    top: 28.64%;
  }
  .cleaner .cleaner-section9 .img {
    bottom: 3.41%;
  }
}
@media screen and (max-width: 820px) {
  .cleaner .cleaner-section9 .subtitle {
    font-size: 14px;
  }
  .cleaner .cleaner-section9 .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .cleaner .cleaner-section9 .subtitle {
    top: 15%;
  }
  .cleaner .cleaner-section9 .txt img {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section9 {
    margin-top: 90px;
    border-top: 1px solid #ccc;
  }
  .cleaner .cleaner-section9 .title {
    top: -43%;
  }
  .cleaner .cleaner-section9 .subtitle {
    top: -31%;
  }
  .cleaner .cleaner-section9 .txt {
    top: -12%;
  }
  .cleaner .cleaner-section9 .img {
    bottom: 15.41%;
  }
}
.cleaner .cleaner-section10 {
  padding-top: 91px;
  height: 659px;
  border-bottom: 1px solid #ccc;
}
.cleaner .cleaner-section10 .txt {
  margin-top: 39px;
  line-height: 26px;
  color: #333;
  font-size: 14px;
}
.cleaner .cleaner-section10 .img {
  margin-top: 57px;
}
@media screen and (max-width: 1024px) {
  .cleaner .cleaner-section10 {
    height: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section10 {
    padding: 10px 0;
  }
  .cleaner .cleaner-section10 .img,
  .cleaner .cleaner-section10 .txt {
    margin-top: 10px;
  }
  .cleaner .cleaner-section10 .txt img {
    width: 90%;
  }
}
.cleaner .cleaner-section11 {
  padding-top: 79px;
  height: 450px;
}
.cleaner .cleaner-section11 .subtitle {
  margin-top: 43px;
}
.cleaner .cleaner-section11 .list {
  margin-top: 75px;
}
.cleaner .cleaner-section11 .list-item {
  margin-left: 32px;
  height: 189px;
}
.cleaner .cleaner-section11 .item-title {
  margin-top: 17px;
  line-height: 23px;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 724px) {
  .cleaner .cleaner-section11 {
    padding: 30px 0;
    height: auto;
  }
  .cleaner .cleaner-section11 .list {
    display: block;
  }
  .cleaner .cleaner-section11 .list-item {
    width: 25%;
    margin: 0;
  }
}
@media screen and (max-width: 660px) {
  .cleaner .cleaner-section11 {
    padding: 10px 0;
  }
  .cleaner .cleaner-section11 .list-item {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section11 .list,
  .cleaner .cleaner-section11 .subtitle {
    margin-top: 10px;
  }
  .cleaner .cleaner-section11 .subtitle img {
    width: 80%;
  }
}
.cleaner .cleaner-section12 .title {
  top: 14.67%;
}
.cleaner .cleaner-section12 .subtitle {
  top: 26.45%;
  font-size: 14px;
  color: #333;
}
.cleaner .cleaner-section12 .list {
  position: absolute;
  top: 41.93%;
  left: 50%;
  width: 423px;
  margin-left: -211.5px;
}
.cleaner .cleaner-section12 .list-item {
  margin-left: 123px;
  width: 150px;
}
.cleaner .cleaner-section12 .item-title {
  margin-top: 23px;
  line-height: 39px;
  font-size: 16px;
  color: #333;
}
.cleaner .cleaner-section12 .item-txt {
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1520px) {
  .cleaner .cleaner-section12 .list-item img {
    width: 85%;
  }
}
@media screen and (max-width: 1400px) {
  .cleaner .cleaner-section12 .title {
    top: 5.67%;
  }
  .cleaner .cleaner-section12 .subtitle {
    top: 21.45%;
  }
  .cleaner .cleaner-section12 .list {
    top: 34%;
  }
}
@media screen and (max-width: 1300px) {
  .cleaner .cleaner-section12 .title {
    top: 7.67%;
  }
  .cleaner .cleaner-section12 .subtitle {
    top: 23.45%;
  }
  .cleaner .cleaner-section12 .list {
    top: 35.93%;
  }
}
@media screen and (max-width: 1160px) {
  .cleaner .cleaner-section12 .subtitle {
    top: 18.45%;
  }
  .cleaner .cleaner-section12 .list {
    top: 26.93%;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner .cleaner-section12 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .cleaner .cleaner-section12 .list {
    position: static;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 423px) {
  .cleaner .cleaner-section12 .title img {
    width: 30%;
  }
  .cleaner .cleaner-section12 .list {
    display: block;
    width: 100%;
  }
  .cleaner .cleaner-section12 .list-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .cleaner .cleaner-section12 .list-item img {
    width: 25%;
  }
}
.cleaner .cleaner-section13 {
  padding-top: 100px;
  height: 620px;
}
.cleaner .cleaner-section13 .txt {
  margin-top: 40px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.cleaner .cleaner-section13 .img {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section13 {
    height: auto;
    padding: 10px 0;
  }
  .cleaner .cleaner-section13 .txt {
    margin-top: 10px;
  }
  .cleaner .cleaner-section13 .img img,
  .cleaner .cleaner-section13 .txt img {
    width: 85%;
  }
  .cleaner .cleaner-section13 .img {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.cleaner .cleaner-section14 .wrap1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -584px;
}
.cleaner .cleaner-section14 .title,
.cleaner .cleaner-section14 .txt {
  top: 14%;
  width: auto;
  left: 0;
  text-align: left;
}
.cleaner .cleaner-section14 .txt {
  top: 25.35%;
  padding-left: 90px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.cleaner .cleaner-section14 .img {
  top: 38.23%;
  width: auto;
  padding-left: 90px;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 1168px) {
  .cleaner .cleaner-section14 .wrap1 {
    margin-left: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner .cleaner-section14 .img,
  .cleaner .cleaner-section14 .title,
  .cleaner .cleaner-section14 .txt {
    left: 0;
    width: 100%;
  }
  .cleaner .cleaner-section14 .title {
    top: 8%;
  }
}
@media screen and (max-width: 850px) {
  .cleaner .cleaner-section14 .img {
    top: 55%;
  }
}
@media screen and (max-width: 680px) {
  .cleaner .cleaner-section14 .txt img {
    width: 40%;
  }
  .cleaner .cleaner-section14 .img img {
    width: 13%;
  }
}
.cleaner .cleaner-section15 {
  padding: 77px 0;
}
.cleaner .cleaner-section15 .right {
  margin-left: 10px;
}
.cleaner .cleaner-section15 .center {
  margin-top: 50px;
}
.cleaner .cleaner-section15 .list-item {
  float: none;
}
.cleaner .cleaner-section15 .list-item:nth-child(1) {
  margin-bottom: 10px;
}
@media screen and (max-width: 925px) {
  .cleaner .cleaner-section15 {
    padding: 30px 0;
  }
  .cleaner .cleaner-section15 .left {
    width: 100%;
  }
  .cleaner .cleaner-section15 .right {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cleaner .cleaner-section15 {
    padding: 10px 0 30px;
  }
  .cleaner .cleaner-section15 .center {
    margin-top: 10px;
  }
}
.cleaner15s {
  position: relative;
  padding-top: 80px;
}
.cleaner15s .product-subhead {
  position: absolute;
  top: 0;
}
.cleaner15s .cleaner15s-section1 .title {
  top: 16.76%;
}
.cleaner15s .cleaner15s-section1 .subtitle {
  top: 27.79%;
}
.cleaner15s .cleaner15s-section1 .img {
  bottom: 0;
}
@media screen and (max-width: 1450px) {
  .cleaner15s .cleaner15s-section1 .title {
    top: 6.7%;
  }
  .cleaner15s .cleaner15s-section1 .subtitle {
    top: 18%;
  }
}
@media screen and (max-width: 1265px) {
  .cleaner15s .cleaner15s-section1 .title img {
    width: 30%;
  }
  .cleaner15s .cleaner15s-section1 .img img {
    width: 37%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section1 .subtitle img {
    width: 31%;
  }
}
.cleaner15s .cleaner15s-section2 {
  padding: 115px 0;
}
.cleaner15s .cleaner15s-section2 .txt {
  margin-top: 95px;
}
@media screen and (max-width: 960px) {
  .cleaner15s .cleaner15s-section2 {
    padding: 30px 0;
  }
  .cleaner15s .cleaner15s-section2 .left {
    float: none;
  }
  .cleaner15s .cleaner15s-section2 .subtitle {
    margin-top: 10px;
  }
  .cleaner15s .cleaner15s-section2 .txt {
    margin-top: 20px;
  }
  .cleaner15s .cleaner15s-section2 .right {
    float: none;
    margin-top: 10px;
  }
}
.cleaner15s .cleaner15s-section3 .wrap1 {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -584px;
}
@media screen and (max-width: 1168px) {
  .cleaner15s .cleaner15s-section3 .wrap1 {
    left: 0;
    margin-left: 0;
  }
}
.cleaner15s .cleaner15s-section3 .title {
  top: 23.38%;
  left: 52.22%;
  display: inline-block;
  *display: inline;
  width: auto;
  text-align: left;
}
.cleaner15s .cleaner15s-section3 .subtitle,
.cleaner15s .cleaner15s-section3 .txt {
  top: 35.07%;
  left: 52.22%;
  display: inline-block;
  *display: inline;
  width: auto;
  text-align: left;
}
.cleaner15s .cleaner15s-section3 .txt {
  top: 49.01%;
}
.cleaner15s .cleaner15s-section3 .img {
  top: 17.88%;
  text-align: left;
}
@media screen and (max-width: 1516px) {
  .cleaner15s .cleaner15s-section3 .img {
    top: 6.88%;
  }
}
@media screen and (max-width: 1320px) {
  .cleaner15s .cleaner15s-section3 .img img {
    width: 37%;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner15s .cleaner15s-section3 .title {
    top: 10.38%;
  }
  .cleaner15s .cleaner15s-section3 .subtitle {
    top: 27.07%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section3 .subtitle,
  .cleaner15s .cleaner15s-section3 .title,
  .cleaner15s .cleaner15s-section3 .txt {
    left: 45%;
  }
  .cleaner15s .cleaner15s-section3 .title {
    width: 65%;
  }
}
.cleaner15s .cleaner15s-section4 {
  padding: 50px 0 10px;
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section4 {
    padding-top: 20px;
  }
}
.cleaner15s .cleaner15s-section5 {
  padding: 90px 0 115px;
  background: #669934;
}
.cleaner15s .cleaner15s-section5 .txt {
  margin-top: 40px;
}
.cleaner15s .cleaner15s-section5 .img {
  margin-top: 107px;
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section5 {
    padding: 20px 0;
  }
  .cleaner15s .cleaner15s-section5 .title img {
    width: 40%;
  }
  .cleaner15s .cleaner15s-section5 .img,
  .cleaner15s .cleaner15s-section5 .txt {
    margin-top: 20px;
  }
  .cleaner15s .cleaner15s-section5 .txt img {
    width: 60%;
  }
}
.cleaner15s .cleaner15s-section6 .wrap1 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -584px;
}
@media screen and (max-width: 1168px) {
  .cleaner15s .cleaner15s-section6 .wrap1 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.cleaner15s .cleaner15s-section6 .title {
  top: 39.07%;
  text-align: left;
}
.cleaner15s .cleaner15s-section6 .txt {
  top: 53.45%;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .cleaner15s .cleaner15s-section6 .title {
    top: 11%;
  }
  .cleaner15s .cleaner15s-section6 .txt {
    top: 29.45%;
  }
}
@media screen and (max-width: 815px) {
  .cleaner15s .cleaner15s-section6 {
    margin-top: 60px;
  }
  .cleaner15s .cleaner15s-section6 .wrap1 {
    top: -30%;
  }
  .cleaner15s .cleaner15s-section6 .title {
    text-align: center;
  }
  .cleaner15s .cleaner15s-section6 .txt {
    top: 33.45%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section6 .title img {
    width: 21%;
  }
  .cleaner15s .cleaner15s-section6 .txt img {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section6 .title {
    top: -8%;
  }
  .cleaner15s .cleaner15s-section6 .txt {
    top: 12.45%;
  }
  .cleaner15s .cleaner15s-section6 .txt img {
    width: 50%;
  }
}
.cleaner15s .cleaner15s-section7 {
  padding: 105px 0;
}
.cleaner15s .cleaner15s-section7 .list {
  margin-top: 80px;
}
.cleaner15s .cleaner15s-section7 .list-item {
  margin-left: 30px;
}
@media screen and (max-width: 1060px) {
  .cleaner15s .cleaner15s-section7 {
    padding: 30px 0;
  }
  .cleaner15s .cleaner15s-section7 .list {
    margin-top: 20px;
    display: block;
  }
  .cleaner15s .cleaner15s-section7 .list-item {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section7 .title img {
    width: 30%;
  }
  .cleaner15s .cleaner15s-section7 .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section7 .title {
    width: 30%;
  }
}
.cleaner15s .cleaner15s-section8 {
  padding: 90px;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section8 {
    padding: 10px 0;
  }
}
.cleaner15s .cleaner15s-section9 {
  padding: 80px 0;
}
.cleaner15s .cleaner15s-section9 .list1 {
  margin-top: 58px;
}
.cleaner15s .cleaner15s-section9 .list-item {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 820px) {
  .cleaner15s .cleaner15s-section9 .list {
    display: block;
  }
  .cleaner15s .cleaner15s-section9 .list1 {
    margin-top: 30px;
  }
  .cleaner15s .cleaner15s-section9 .list-item {
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section9 {
    padding-top: 20px;
  }
  .cleaner15s .cleaner15s-section9 .list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cleaner15s .cleaner15s-section9 {
    padding-top: 20px;
  }
  .cleaner15s .cleaner15s-section9 .title img {
    width: 29%;
  }
}
.cleaner1816 {
  position: relative;
  padding-top: 60px;
}
.cleaner1816 .product-subhead {
  position: absolute;
  top: 0;
}
.cleaner1816 .cleaner1816-section1 .title {
  top: 15.3%;
}
.cleaner1816 .cleaner1816-section1 .subtitle {
  top: 25.36%;
}
.cleaner1816 .cleaner1816-section1 .img {
  bottom: 3.906%;
}
.cleaner1816 .cleaner1816-section1 .img img {
  width: 20%;
}
.cleaner1816 .cleaner1816-section2 {
  padding: 80px 0 60px;
}
.cleaner1816 .cleaner1816-section2 .subtitle {
  margin-top: 42px;
}
.cleaner1816 .cleaner1816-section2 .list {
  display: block;
}
.cleaner1816 .cleaner1816-section2 .list1 {
  margin-top: 220px;
}
.cleaner1816 .cleaner1816-section2 .list-item {
  margin-bottom: 50px;
}
.cleaner1816 .cleaner1816-section2 .list-item:nth-child(2) {
  float: right;
  width: 294px;
  text-align: left;
}
.cleaner1816 .cleaner1816-section2.nobg .img {
  position: absolute;
  bottom: 0;
}
.cleaner1816 .cleaner1816-section3 .title {
  top: 17.6%;
  left: 34px;
  text-align: left;
}
.cleaner1816 .cleaner1816-section3 .subtitle {
  top: 29.29%;
  left: 34px;
  text-align: left;
}
.cleaner1816 .cleaner1816-section3 .img {
  top: 50%;
  left: 34px;
  text-align: left;
}
.cleaner1816 .cleaner1816-section3 .txt {
  top: 72.11%;
  left: 34px;
  text-align: left;
}
.cleaner1816 .cleaner1816-section4 {
  padding: 70px 0 50px;
  background: #f5f5f5;
}
.cleaner1816 .cleaner1816-section4 .txt {
  margin-top: 42px;
}
.cleaner1816 .cleaner1816-section4 .img {
  margin-top: 63px;
}
.cleaner1816 .cleaner1816-section5 {
  padding: 80px 0 100px;
}
.cleaner1816 .cleaner1816-section5 .txt {
  margin-top: 42px;
}
.cleaner1816 .cleaner1816-section5 .list {
  margin-top: 72px;
}
.cleaner1816 .cleaner1816-section5 .list-item {
  margin-left: 10px;
}
.cleaner1816 .cleaner1816-section6 .title {
  top: 15.85%;
}
.cleaner1816 .cleaner1816-section6 .lists {
  position: absolute;
  left: 50%;
  bottom: 17.14%;
  margin-left: -532.5px;
}
.cleaner1816 .cleaner1816-section6 .list-item {
  margin: 0 0 10px 10px;
}
.cleaner1616 {
  position: relative;
  padding-top: 80px;
}
.cleaner1616 .product-subhead {
  position: absolute;
  top: 0;
}
.cleaner1616 .cleaner1616-section1 .title {
  top: 13%;
}
.cleaner1616 .cleaner1616-section1 .subtitle {
  top: 23.68%;
}
.cleaner1616 .cleaner1616-section1 .img {
  bottom: 11.77%;
}
@media screen and (max-width: 1540px) {
  .cleaner1616 .cleaner1616-section1 .img {
    bottom: 1.77%;
  }
}
.cleaner1616 .cleaner1616-section2 .title {
  top: 20.7%;
}
.cleaner1616 .cleaner1616-section2 .subtitle {
  top: 34.38%;
}
.cleaner1616 .cleaner1616-section2 .img {
  top: 49.72%;
}
.cleaner1616 .cleaner1616-section3 {
  padding: 80px 0 72px;
  background: #f5f5f5;
}
.cleaner1616 .cleaner1616-section3 .subtitle {
  margin-top: 35px;
}
.cleaner1616 .cleaner1616-section3 .img {
  margin-top: 45px;
}
.cleaner1616 .cleaner1616-section4 {
  padding: 73px 0 82px;
}
.cleaner1616 .cleaner1616-section4 .subtitle {
  margin-top: 35px;
}
.cleaner1616 .cleaner1616-section4 .img {
  margin-top: 67px;
}
.cleaner1616 .cleaner1616-section5 {
  padding: 80px 0;
  background: #f5f5f5;
}
.cleaner1616 .cleaner1616-section5 .subtitle {
  margin-top: 34px;
}
.cleaner1616 .cleaner1616-section5 .list {
  margin-top: 60px;
}
.cleaner1616 .cleaner1616-section5 .list-item {
  margin-left: 20px;
}
.cleaner1616 .cleaner1616-section6 {
  height: 470px;
}
.cleaner1616 .cleaner1616-section6 .wrap {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -600px;
}
.cleaner1616 .cleaner1616-section6 .title {
  top: 33.61%;
  left: -220px;
}
.cleaner1616 .cleaner1616-section6 .subtitle {
  top: 50.42%;
  left: 223px;
  text-align: left;
}
.cleaner1616 .cleaner1616-section6 .img {
  top: 0;
  text-align: right;
}
.cleaner1616 .cleaner1616-section6 .img img {
  margin-right: 214px;
}
.cleaner1616 .cleaner1616-section7 {
  padding: 70px 0 100px;
}
.cleaner1616 .cleaner1616-section7 .list1 {
  margin-top: 70px;
}
.cleaner1616 .cleaner1616-section7 .list-item {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 1024px) {
  .cleaner1616 .cleaner1616-section1 .img img {
    width: 27%;
  }
  .cleaner1616 .cleaner1616-section6 .wrap {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cleaner1616 .cleaner1616-section6 {
    height: auto;
    padding: 30px 0;
  }
  .cleaner1616 .cleaner1616-section6 .wrap {
    position: static;
  }
  .cleaner1616 .cleaner1616-section6 .title {
    position: static;
    margin: 0;
  }
  .cleaner1616 .cleaner1616-section6 .img,
  .cleaner1616 .cleaner1616-section6 .subtitle {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .cleaner1616 .cleaner1616-section2 .title {
    top: 5.7%;
  }
  .cleaner1616 .cleaner1616-section2 .subtitle {
    top: 22.38%;
  }
  .cleaner1616 .cleaner1616-section2 .img {
    top: 45%;
  }
  .cleaner1616 .cleaner1616-section2 .img img {
    width: 34%;
  }
  .cleaner1616 .cleaner1616-section3 .img img,
  .cleaner1616 .cleaner1616-section4 .img img {
    width: 70%;
  }
  .cleaner1616 .cleaner1616-section5 {
    padding: 30px;
  }
  .cleaner1616 .cleaner1616-section5 .list-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .cleaner1616 .cleaner1616-section6 .img img {
    width: 50%;
    margin-right: 0;
  }
}
.cleaner2016.product .product-subhead {
  top: 60px;
}
.cleaner2016.projector_cont {
  padding-top: 60px;
}
.cleaner2016 .section1 .sc_text {
  position: absolute;
  top: 51.47%;
  left: 53%;
  width: 23.5%;
}
.cleaner2016 .section1 .sc_text p {
  line-height: 32px;
  text-align: left;
  font-size: 24px;
  color: #333;
}
.cleaner2016 .section1 .tit {
  position: absolute;
  top: 39.86%;
  left: 0;
}
.cleaner2016 .section1 .tit2 {
  display: none;
}
.cleaner2016 .section1 .sc_img {
  position: absolute;
  top: 21%;
  left: 13%;
}
.cleaner2016 .section2,
.cleaner2016 .section4 {
  padding: 80px 0;
  text-align: center;
}
.cleaner2016 .section2 .tit {
  margin-bottom: 26px;
}
.cleaner2016 .section2 p {
  line-height: 24px;
  font-size: 18px;
}
.cleaner2016 .section2 .subtitle {
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #84a527;
}
.cleaner2016 .section2 .sc_img {
  margin-top: 72px;
}
.cleaner2016 .section2 .item2 {
  margin-left: 188px;
}
.cleaner2016 .section3 .sc_img {
  position: absolute;
  top: 25.91%;
  right: 10.75%;
}
.cleaner2016 .section3 .tit {
  position: absolute;
  left: 0;
  top: 30.14%;
}
.cleaner2016 .section3 .tit2 {
  display: none;
}
.cleaner2016 .section3 .sc_text {
  position: absolute;
  top: 42.64%;
  left: 11.33%;
  width: 39.08%;
  text-align: left;
  color: #d6d6d6;
}
.cleaner2016 .section3 .sc_text p {
  line-height: 29px;
  font-size: 16px;
}
.cleaner2016 .section3 .sc_text .subtitle {
  margin: 0 0 19px;
  line-height: 27px;
  text-align: left;
  font-size: 18px;
}
.cleaner2016 .section4 p {
  margin-top: 25px;
  line-height: 24px;
  font-size: 16px;
  color: #5f5f5f;
}
.cleaner2016 .section4 .sc_img {
  margin-top: 75px;
}
.cleaner2016 .section4 .item2,
.cleaner2016 .section4 .item3 {
  margin-left: 35px;
}
.cleaner2016 .section5 {
  padding: 80px 0;
  text-align: center;
  background: #f0f0f0;
}
.cleaner2016 .section5 p,
.cleaner2016 .section6 p {
  margin-top: 26px;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 24px;
}
.cleaner2016 .section5 .sc_img {
  margin-top: 75px;
}
.cleaner2016 .section5 .item1,
.cleaner2016 .section5 .item2,
.cleaner2016 .section5 .item3 {
  display: inline-block;
  *display: inline;
}
.cleaner2016 .section5 .item2,
.cleaner2016 .section5 .item3 {
  margin-left: 100px;
}
.cleaner2016 .section5 .item-txt {
  margin-top: 13px;
  line-height: 24px;
  font-size: 16px;
  color: #3d3636;
}
.cleaner2016 .section5 .item-txt span {
  margin-right: 10px;
  color: #91be1b;
  text-decoration: underline;
}
.cleaner2016 .section6,
.cleaner2016 .section8 {
  padding: 80px 0;
  text-align: center;
}
.cleaner2016 .section6 .sc_img {
  margin-top: 75px;
}
.cleaner2016 .section7 .sc_text {
  position: absolute;
  top: 21.44%;
  left: 0;
  width: 100%;
  text-align: center;
}
.cleaner2016 .section7 p {
  margin-top: 25px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.cleaner2016 .section7 .sc_img,
.cleaner2016 .section8 .sc_img {
  margin-top: 75px;
}
@media screen and (max-width: 1366px) {
  .cleaner2016 .section7 .sc_img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner2016 .tit {
    max-width: 100%;
  }
  .cleaner2016 .section1 .tit {
    left: auto;
    right: -84px;
  }
  .cleaner2016 .section1 .sc_text {
    width: 30%;
  }
  .cleaner2016 .section2 .item2 {
    margin-left: 20px;
  }
  .cleaner2016 .section3 .sckv {
    height: 350px;
  }
  .cleaner2016 .section3 .tit {
    left: -22px;
    top: 23.14%;
  }
  .cleaner2016 .section3 .sc_img {
    top: 9%;
  }
  .cleaner2016 .section4 .item2,
  .cleaner2016 .section4 .item3 {
    margin-left: 0;
  }
  .cleaner2016 .section7 .sckv {
    height: 400px;
    width: auto;
  }
  .cleaner2016 .section7 .sc_text {
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner2016.product .product-subhead {
    top: 50px;
  }
  .cleaner2016.projector_cont {
    padding-top: 112px;
  }
  .cleaner2016 .section1 .sckv {
    width: auto;
    height: 400px;
    max-width: none;
  }
  .cleaner2016 .section1 .tit {
    display: none;
  }
  .cleaner2016 .section1 .tit2 {
    margin-top: 20px;
    display: block;
  }
  .cleaner2016 .section1 .sc_text {
    position: static;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .cleaner2016 .section1 .sc_text p {
    text-align: center;
    font-size: 16px;
  }
  .cleaner2016 .section1 .sc_img {
    position: static;
    margin-top: 20px;
    width: 32%;
  }
  .cleaner2016 .section3 .sckv {
    height: 400px;
    max-width: none;
  }
  .cleaner2016 .section3 .tit {
    display: none;
  }
  .cleaner2016 .section3 .tit2 {
    margin-top: 20px;
    display: block;
  }
  .cleaner2016 .section3 .sc_text {
    top: 22%;
  }
  .cleaner2016 .section3 .sc_img {
    top: 17%;
    right: 7.75%;
  }
  .cleaner2016 .section5 .item2,
  .cleaner2016 .section5 .item3 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cleaner2016 .tit,
  .cleaner2016 .tit2 {
    width: 150%;
    margin-left: -25%;
    max-width: none;
  }
  .cleaner2016.projector_cont {
    padding-top: 50px;
  }
  .cleaner2016 .section1 .sckv {
    height: 350px;
    margin-left: -50%;
  }
  .cleaner2016 .section1 .sc_img {
    width: 50%;
  }
  .cleaner2016 .section2,
  .cleaner2016 .section4,
  .cleaner2016 .section5,
  .cleaner2016 .section6,
  .cleaner2016 .section8 {
    padding: 20px 0;
  }
  .cleaner2016 .section2 p {
    font-size: 14px;
  }
  .cleaner2016 .section2 .sc_img {
    margin-top: 30px;
  }
  .cleaner2016 .section3 .sckv {
    height: 300px;
  }
  .cleaner2016 .section3 .allbox {
    position: relative;
  }
  .cleaner2016 .section3 .tit2 {
    position: absolute;
    top: -100%;
  }
  .cleaner2016 .section3 .sc_text {
    top: -80%;
    left: 0;
    padding: 0 10px;
    width: 100%;
  }
  .cleaner2016 .section3 .sc_text .subtitle {
    text-align: center;
  }
  .cleaner2016 .section3 .sc_img {
    position: static;
    margin-top: 10px;
  }
  .cleaner2016 .section3 .sc_img img {
    width: 70%;
  }
  .cleaner2016 .section4 .sc_img {
    margin-top: 30px;
  }
  .cleaner2016 .section4 .item1,
  .cleaner2016 .section4 .item2,
  .cleaner2016 .section4 .item3 {
    margin-bottom: 10px;
  }
  .cleaner2016 .section5 .sc_img {
    margin-top: 30px;
  }
  .cleaner2016 .section5 .item1,
  .cleaner2016 .section5 .item2,
  .cleaner2016 .section5 .item3 {
    margin-bottom: 10px;
  }
  .cleaner2016 .section6 .sc_img {
    margin-top: 30px;
  }
  .cleaner2016 .section7 .sckv {
    height: 350px;
    margin-left: -50%;
    max-width: none;
  }
  .cleaner2016 .section7 .sc_img {
    margin-top: 50px;
  }
  .cleaner2016 .section7 .sc_img img {
    float: left;
    width: 50%;
  }
  .cleaner2016 .section8 .sc_img {
    margin-top: 20px;
  }
  .cleaner2016 .section8 .sc_img img {
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .cleaner2016 .section3 .tit2 {
    top: -120%;
  }
  .cleaner2016 .section3 .sc_text {
    top: -90%;
  }
}
@media screen and (max-width: 320px) {
  .cleaner2016 .section3 .tit2 {
    top: -140%;
  }
  .cleaner2016 .section3 .sc_text {
    top: -112%;
  }
}
.cleaner28f .section {
  position: relative;
  text-align: center;
}
.cleaner28f .bg-img,
.cleaner28f .title img {
  max-width: 100%;
}
.cleaner28f .title2 {
  display: none;
}
.charge-para .para-detail li,
.cleaner28f .list {
  zoom: 1;
}
.cleaner28f .list .item {
  float: left;
}
.cleaner28f .cleaner-wrap {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
@media screen and (max-width: 1200px) {
  .cleaner28f .cleaner-wrap {
    width: 100%;
    margin: 0;
  }
}
.cleaner28f .hasbg .cleaner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -600px;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .cleaner28f .hasbg .cleaner-wrap {
    left: 0;
    margin-left: 0;
  }
}
.cleaner28f .link {
  display: block;
  width: 138px;
  height: 34px;
  border: 1px solid #84a527;
  border-radius: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #84a527;
}
.cleaner28f .section1 .title {
  margin-top: 8%;
}
.cleaner28f .section1 .subtitle {
  margin-top: 35px;
  text-align: center;
  line-height: 28px;
  color: #84a527;
  font-size: 20px;
}
.cleaner28f .section1 .txt {
  line-height: 20px;
  color: #333;
}
.cleaner28f .section1 .img,
.cleaner28f .section1 .txt {
  margin-top: 20px;
  text-align: center;
}
.cleaner28f .section2 {
  padding: 75px 0;
}
.cleaner28f .section2 .txt {
  width: 772px;
  margin: 35px auto;
  line-height: 32px;
  font-size: 18px;
  color: #5f5f5f;
}
.cleaner28f .section3 .title {
  margin-top: 11%;
}
.cleaner28f .section3 .txt {
  width: 488px;
  padding-left: 88px;
  margin-top: 34px;
  text-align: left;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
}
.cleaner28f .section3 .list {
  width: 450px;
  padding-left: 88px;
  margin-top: 72px;
}
.cleaner28f .section3 .item {
  width: 142px;
  margin-right: 8px;
}
.cleaner28f .section3 .item-txt {
  line-height: 34px;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.cleaner28f .section3 .img {
  position: absolute;
  top: 10%;
  right: 65px;
}
.cleaner28f .section4 {
  background: #f5f5f5;
  padding-bottom: 70px;
}
.cleaner28f .section4 .img {
  line-height: 0;
}
.cleaner28f .section4 .title {
  margin-top: 60px;
}
.cleaner28f .section4 .txt {
  width: 712px;
  margin: 32px auto 0;
  line-height: 32px;
  font-size: 18px;
  color: #666;
}
.cleaner28f .section5 {
  padding: 80px 0;
}
.cleaner28f .section5 .left {
  float: right;
}
.cleaner28f .section5 .img {
  float: left;
  padding-left: 112px;
}
.cleaner28f .section5 .title {
  margin-top: 125px;
  text-align: left;
}
.cleaner28f .section5 p,
.cleaner28f .section6 p,
.cleaner28f .section7 p,
.cleaner28f .section8 p {
  margin-top: 15px;
  width: 368px;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.cleaner28f .section5 .link {
  margin-top: 40px;
}
.cleaner28f .section6 {
  padding: 80px 0;
  background: #f5f5f5;
}
.cleaner28f .section6 .left {
  float: left;
}
.cleaner28f .section6 .img {
  float: right;
}
.cleaner28f .section6 .title {
  margin-top: 125px;
  text-align: left;
}
.cleaner28f .section6 .link {
  margin-top: 40px;
}
.cleaner28f .section7 {
  padding: 80px 0;
}
.cleaner28f .section7 .left {
  float: right;
}
.cleaner28f .section7 .img {
  float: left;
}
.cleaner28f .section7 .title {
  margin-top: 125px;
  text-align: left;
}
.cleaner28f .section7 .link {
  margin-top: 40px;
}
.cleaner28f .section8 {
  padding: 80px 0;
  background: #f5f5f5;
}
.cleaner28f .section8 .left {
  float: left;
}
.cleaner28f .section8 .img {
  float: right;
}
.cleaner28f .section8 .title {
  margin-top: 125px;
  text-align: left;
}
.cleaner28f .section8 .link {
  margin-top: 40px;
}
.cleaner28f .section9 {
  padding: 80px 0;
}
.cleaner28f .section9 .list {
  width: 1200px;
}
.cleaner28f .section9 .item {
  width: 33.33%;
  margin: 50px 0;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .cleaner28f .section1 .img img {
    width: 45%;
  }
  .cleaner28f .section3 .title {
    margin-top: 5%;
  }
  .cleaner28f .section3 .bg-img {
    height: 620px;
  }
  .cleaner28f .section3 .img {
    top: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .cleaner28f .title2 {
    display: block;
  }
  .cleaner28f .title2 img {
    max-width: 100%;
  }
  .cleaner28f .link {
    margin: 20px auto;
  }
  .cleaner28f .section1 .img,
  .cleaner28f .section1 .subtitle,
  .cleaner28f .section1 .txt {
    margin: 0;
  }
  .cleaner28f .section1 .img img {
    width: 40%;
  }
  .cleaner28f .section2 .img img {
    width: 70%;
  }
  .cleaner28f .section3 .bg-img {
    height: 620px;
  }
  .cleaner28f .section3 .title {
    display: none;
  }
  .cleaner28f .section3 .title2 {
    margin-top: 20px;
  }
  .cleaner28f .section3 .img {
    right: 30px;
  }
  .cleaner28f .section5 .left,
  .cleaner28f .section6 .left,
  .cleaner28f .section7 .left,
  .cleaner28f .section8 .left {
    float: none;
  }
  .cleaner28f .section5 .title,
  .cleaner28f .section6 .title,
  .cleaner28f .section7 .title,
  .cleaner28f .section8 .title {
    display: none;
  }
  .cleaner28f .section5 p,
  .cleaner28f .section6 p,
  .cleaner28f .section7 p,
  .cleaner28f .section8 p {
    width: 100%;
    text-align: center;
  }
  .cleaner28f .section5 .img,
  .cleaner28f .section6 .img,
  .cleaner28f .section7 .img,
  .cleaner28f .section8 .img {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .cleaner28f .section9 .list {
    width: 100%;
  }
  .cleaner28f .section9 .item {
    text-align: center;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cleaner28f .section1 .bg-img {
    height: 300px;
  }
  .cleaner28f .section1 .img img {
    width: 50%;
  }
  .cleaner28f .section2 {
    padding: 20px 0;
  }
  .cleaner28f .section2 .txt {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0;
  }
  .cleaner28f .section3 .bg-img {
    height: 700px;
  }
  .cleaner28f .section3 .txt {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    text-align: center;
  }
  .cleaner28f .section3 .list {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .cleaner28f .section3 .item {
    width: 33.33%;
    margin: 0;
    text-align: center;
  }
  .cleaner28f .section3 .item-txt {
    text-align: center;
  }
  .cleaner28f .section3 .img {
    position: static;
    text-align: center;
  }
  .cleaner28f .section3 .img img {
    width: 32%;
  }
  .cleaner28f .section4 {
    padding-bottom: 20px;
  }
  .cleaner28f .section4 .img img,
  .cleaner28f .section5 .img img,
  .cleaner28f .section6 .img img,
  .cleaner28f .section7 .img img,
  .cleaner28f .section8 .img img {
    width: 50%;
  }
  .cleaner28f .section4 .title {
    margin-top: 20px;
  }
  .cleaner28f .section4 .txt {
    width: 100%;
    margin-top: 10px;
  }
  .cleaner28f .section5,
  .cleaner28f .section6,
  .cleaner28f .section7,
  .cleaner28f .section8,
  .cleaner28f .section9 {
    padding: 20px 0;
  }
  .cleaner28f .section9 .item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cleaner28f .title img,
  .cleaner28f .title2 img {
    height: 22px;
    width: auto;
    max-width: none;
    margin-left: -20%;
  }
  .cleaner28f .section1 .bg-img {
    height: 200px;
  }
  .cleaner28f .section1 .title {
    margin-top: 10px;
  }
  .cleaner28f .section1 .subtitle {
    margin-top: 5px;
    line-height: 20px;
    font-size: 16px;
  }
  .cleaner28f .section1 .txt {
    margin-top: 5px;
    font-size: 14px;
  }
  .cleaner28f .section1 .img {
    margin-top: 5px;
  }
  .cleaner28f .section1 .img img {
    width: 62%;
  }
  .cleaner28f .section2 .txt {
    line-height: 20px;
    font-size: 14px;
  }
  .cleaner28f .section2 .img img {
    width: 80%;
  }
  .cleaner28f .section3 .bg-img {
    height: 600px;
  }
  .cleaner28f .section3 .txt,
  .cleaner28f .section5 p,
  .cleaner28f .section6 p,
  .cleaner28f .section7 p,
  .cleaner28f .section8 p {
    line-height: 20px;
    font-size: 16px;
  }
  .cleaner28f .section3 .img img {
    width: 48%;
  }
  .cleaner28f .section4 .img img {
    width: 70%;
  }
  .cleaner28f .section4 .txt {
    padding: 0 10px;
    line-height: 20px;
    font-size: 16px;
  }
  .cleaner28f .section5 .link,
  .cleaner28f .section6 .link,
  .cleaner28f .section7 .link,
  .cleaner28f .section8 .link {
    margin-top: 20px;
  }
}
.charge {
  position: relative;
  padding-top: 60px;
}
.charge .product-subhead {
  position: absolute;
  top: 0;
}
.charge .charge-item1 .title {
  top: 12.27%;
}
.charge .charge-item1 .subtitle {
  top: 28.63%;
}
.charge .charge-item1 .img {
  top: 39.84%;
}
.charge .charge-item2 {
  padding: 80px 0 75px;
}
.charge .charge-item2 .subtitle {
  margin-top: 43px;
}
.charge .charge-item2 .img {
  margin: 60px 0 70px;
}
.charge .charge-item2 .list {
  width: 1140px;
}
.charge .charge-item2 .list-item {
  width: 380px;
  margin-bottom: 30px;
  text-align: left;
  zoom: 1;
}
.charge .charge-item2 .list-item:after,
.charge-para .para-detail li:after,
.logistics .detail-item:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.charge .charge-item2 .item-left {
  float: left;
}
.charge .charge-item2 .item-right {
  float: left;
  margin-left: 21px;
}
.charge .charge-item2 .item-title {
  margin-top: 13px;
  line-height: 32px;
  font-size: 20px;
  color: #28a3ea;
}
.charge .charge-item2 .item-txt {
  line-height: 29px;
  font-size: 16px;
  color: #5f5f5f;
}
.charge .charge-item3 .title {
  top: 12.85%;
}
.charge .charge-item3 .subtitle {
  top: 24.57%;
}
.charge .charge-item4 {
  padding-top: 90px;
}
.charge .charge-item4 .subtitle {
  margin-top: 42px;
}
.charge .charge-item4 .img {
  margin: 100px 0;
}
.charge .charge-item4 .list {
  display: block;
  width: 100%;
}
.charge .charge-item4 .list-item {
  width: 33.33%;
  height: 415px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  line-height: 415px;
  text-align: center;
}
.charge .charge-item4 .list-item:nth-child(1) {
  background: #ebebeb;
}
.charge .charge-item4 .list-item:nth-child(2) {
  background: #ffe7f4;
}
.charge .charge-item4 .list-item:nth-child(3) {
  background: #ffe7f4;
  text-align: right;
}
.charge .charge-item4 .list-item:nth-child(3) img {
  vertical-align: top;
}
.charge .charge-item4 .list-item img {
  vertical-align: middle;
}
.charge .charge-item5 {
  padding: 104px 0 57px;
}
.charge .charge-item5 .subtitle {
  margin-top: 30px;
}
.charge .charge-item6 {
  padding: 93px 0 45px;
  background: #e3e3e3;
}
.charge .charge-item6 .subtitle {
  margin-top: 42px;
}
.charge .charge-item6 .img {
  margin-top: 92px;
}
.charge .charge-item7 .title {
  top: 11.42%;
}
.charge .charge-item7 .subtitle {
  top: 23.42%;
}
@media screen and (max-width: 1024px) {
  .charge .charge-item2 .list {
    display: block;
    width: auto;
  }
  .charge .charge-item2 .list-item {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .charge .charge-item4 .list-item {
    width: 100%;
    height: 200px;
    line-height: 200px;
  }
  .charge .charge-item4 .list-item:nth-child(3) {
    text-align: center;
  }
  .charge .charge-item4 .list-item img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .charge .charge-item1 .subtitle {
    top: 31%;
  }
  .charge .charge-item1 .subtitle img {
    width: 28%;
  }
  .charge .charge-item1 .img {
    top: 56%;
  }
  .charge .charge-item1 .img img {
    width: 65%;
  }
  .charge .charge-item2 {
    padding: 30px 0;
  }
  .charge .charge-item2 .subtitle {
    margin-top: 10px;
  }
  .charge .charge-item2 .img {
    margin: 20px 0;
  }
  .charge .charge-item2 .list-item {
    width: 100%;
  }
  .charge .charge-item3 .subtitle {
    top: 30%;
  }
  .charge .charge-item4 {
    padding-top: 30px;
  }
  .charge .charge-item4 .subtitle {
    margin-top: 20px;
  }
  .charge .charge-item4 .img {
    margin: 20px 0;
  }
  .charge .charge-item4 .list-item:nth-child(3) {
    line-height: 200px;
  }
  .charge .charge-item4 .list-item:nth-child(3) img {
    vertical-align: middle;
  }
  .charge .charge-item5,
  .charge .charge-item6 {
    padding: 30px 0;
  }
  .charge .charge-item7 .subtitle {
    top: 28%;
  }
  .charge .charge-item7 .subtitle img {
    width: 80%;
  }
}
.charge-para,
.support {
  margin-bottom: 50px;
}
.charge-para .para-item {
  padding: 48px 0 0 68px;
  border-top: 1px solid #bfbfbf;
}
.charge-para .para-title {
  line-height: 23px;
  font-size: 20px;
  color: #28a3ea;
}
.charge-para .para-title img {
  vertical-align: middle;
  margin-right: 8px;
}
.charge-para .para-img {
  min-height: 335px;
  text-align: center;
  line-height: 335px;
  vertical-align: middle;
}
.charge-para .para-detail {
  margin: 40px 0 45px;
  line-height: 24px;
  padding-left: 35px;
  font-size: 14px;
  color: #666;
}
.charge-para .para-detail .item-name {
  float: left;
  width: 100px;
}
.charge-para .para-detail .item-cont {
  float: left;
  margin-left: 178px;
}
.charge-para .para-service {
  margin-top: 32px;
  line-height: 24px;
  padding-left: 35px;
  font-size: 14px;
  color: #666;
}
.support .tab-trigger {
  float: left;
  width: 166px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}
.support .tab-trigger .tab-trigger-item {
  position: relative;
  height: 45px;
  padding-left: 20px;
  line-height: 45px;
  font-size: 14px;
  cursor: pointer;
}
.support .tab-trigger .tab-trigger-item a {
  display: block;
  color: #666;
}
.support .tab-trigger .tab-trigger-item:nth-child(2) {
  height: 43px;
  line-height: 43px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.support .tab-trigger .tab-trigger-item:nth-child(2).cur {
  border-top: 1px solid #28a3ea;
  border-bottom: 1px solid #28a3ea;
}
.support .down-item .list-item a:hover,
.support .tab-trigger .tab-trigger-item.cur {
  background: #28a3ea;
  color: #fff;
}
.support .tab-trigger .tab-trigger-item.cur .icon {
  background: url(../images/support/trigger-icon-cur.png) no-repeat 0 0;
}
.support .tab-trigger .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/support/trigger-icon.png) no-repeat 0 0;
}
.support .support-cont {
  float: right;
  width: 100%;
  padding: 40px 0;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.support .support-cont.support-down {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.support .support-title {
  padding-left: 40px;
  line-height: 27px;
  font-size: 20px;
  color: #28a3ea;
}
.support .support-item {
  padding: 0 40px;
  margin-top: 30px;
  line-height: 24px;
  font-size: 14px;
}
.support .support-item .q {
  color: #666;
}
.support .support-item .a {
  color: #333;
}
.support .down-hd {
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  background: #28a3ea;
  color: #fff;
  font-size: 14px;
}
.support .down-hd a,
.support .down-hd span {
  display: inline-block;
  *display: inline;
  color: #fff;
}
.support .down-hd span {
  margin: 0 20px;
}
.support .down-item {
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}
.support .down-item .down-item-hd {
  height: 49px;
  padding-left: 32px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 49px;
  font-size: 16px;
  color: #666;
}
.support .down-item .list-item {
  float: left;
  height: 140px;
  width: 25%;
  padding-top: 26px;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.support .down-item .list-item:nth-child(1),
.support .down-item .list-item:nth-child(2),
.support .down-item .list-item:nth-child(3),
.support .down-item .list-item:nth-child(4) {
  border-top: 0;
}
.support .down-item .list-item:nth-child(4n-3) {
  border-left: 0;
}
.support .down-item .list-item a {
  display: inline-block;
  *display: inline;
  width: 58px;
  height: 22px;
  margin-top: 18px;
  border: 1px solid #28a3ea;
  border-radius: 24px;
  color: #28a3ea;
}
@media screen and (max-width: 1024px) {
  .support .module-title {
    padding-left: 10px;
  }
  .support .tab-trigger {
    float: none;
    margin: 10px 0;
  }
  .support .support-cont {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .support .support-cont.support-down {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support .down-item .list-item {
    width: 50%;
    border-bottom: 1px solid #e2e2e2;
  }
}
.accessory .accessory-bg {
  padding: 20px 0 80px;
  background: #f6f6f6;
}
.accessory .accessory-banner {
  overflow: hidden;
}
.accessory .accessory-banner img,
.accessory .accessory-img img,
.refunds .refunds-product .product-img img {
  max-width: 100%;
}
.accessory .accessory-title {
  line-height: 58px;
  font-size: 20px;
  padding-top: 40px;
  color: #333;
}
.accessory .accessory-item {
  float: left;
  margin: 0 0 20px 20px;
  text-align: center;
}
.accessory .accessory-item:nth-child(4n-3) {
  margin-left: 0;
}
.accessory .accessory-item a,
.accessory .accessory-item span {
  display: block;
}
.accessory .accessory-item a {
  width: 285px;
  background: #fff;
}
.accessory .accessory-item a:hover .accessory-info {
  background: #84a527;
}
.accessory .accessory-item a:hover .accessory-name,
.accessory .accessory-item a:hover .accessory-price {
  color: #fff;
}
.accessory .accessory-img {
  overflow: hidden;
}
.accessory .accessory-info {
  height: 87px;
  padding-top: 16px;
}
.accessory .accessory-name {
  line-height: 37px;
  color: #333;
  font-size: 16px;
}
.accessory .accessory-price {
  line-height: 35px;
  font-size: 20px;
  color: #84a527;
}
@media screen and (max-width: 1200px) {
  .accessory .accessory-item {
    width: 25%;
    margin-left: 0;
    text-align: center;
  }
  .accessory .accessory-item a {
    display: inline-block;
    *display: inline;
  }
}
@media screen and (max-width: 1155px) {
  .accessory .accessory-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 855px) {
  .accessory .accessory-item {
    width: 50%;
  }
}
@media screen and (max-width: 570px) {
  .accessory .accessory-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .accessory .accessory-bg {
    padding: 10px 0;
  }
  .accessory .accessory-banner {
    position: relative;
    height: 300px;
    width: 100%;
  }
  .accessory .accessory-banner img {
    position: absolute;
    top: 0;
    width: 950px;
    height: 300px;
    left: 50%;
    margin-left: -475px;
    max-width: none;
  }
}
.order-success {
  padding: 70px 0;
}
.order-success .success-icon {
  float: left;
  width: 90px;
  padding-top: 11px;
}
.order-success .success-title {
  line-height: 43px;
  font-size: 22px;
  color: #333;
}
.order-success .success-subtitle {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.order-success .order-success-detail,
.order-success .success-num {
  margin-top: 20px;
  line-height: 29px;
  font-size: 14px;
  color: #666;
}
.order-success .success-num span {
  font-size: 26px;
  color: #28a3ea;
}
.order-success .order-success-detail {
  padding: 20px 0 0 90px;
  border-top: 1px solid #dedede;
  line-height: 31px;
}
.order-success .order-success-btn {
  margin-top: 135px;
}
.order-success .ui-btn {
  display: inline-block;
  *display: inline;
  width: 198px;
  height: 48px;
  border: 1px solid #28a3ea;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: #28a3ea;
  font-size: 18px;
}
.order-success .ui-btn.ui-btn-blue {
  background: #28a3ea;
  color: #fff;
}
.order-success .paytype-title {
  margin-top: 35px;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.order-success .paytype-subtitle {
  margin-top: 20px;
  line-height: 20px;
}
.order-success .paytype-item {
  float: left;
  width: 182px;
  height: 52px;
  margin-right: 10px;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 52px;
}
.order-success .paytype-item.cur {
  border: 1px solid #28a3ea;
}
.order-success .paytype-item img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .order-success {
    padding: 25px 0;
  }
  .order-success .success-left {
    float: none;
    text-align: center;
  }
  .order-success .success-icon,
  .order-success .success-txt {
    float: none;
    display: inline-block;
    *display: inline;
  }
  .order-success .success-num {
    float: none;
    text-align: center;
  }
  .order-success .order-success-detail {
    padding: 20px 0 0;
  }
  .order-success .order-success-btn {
    margin-top: 70px;
  }
  .order-success .ui-btn {
    width: 100%;
  }
  .order-success .mt {
    margin-left: 0;
    margin-top: 15px;
  }
}
.paysuccess {
  padding: 135px 0;
  text-align: center;
}
.paysuccess .success-title {
  line-height: 29px;
  font-size: 22px;
  color: #333;
}
.paysuccess .success-icon {
  margin-top: 48px;
}
.paysuccess .success-desc {
  margin-top: 26px;
  line-height: 23px;
  font-size: 16px;
  color: #666;
}
.paysuccess .success-btn {
  display: inline-block;
  *display: inline;
  margin-top: 42px;
  width: 200px;
  height: 50px;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  background: #28a3ea;
  font-size: 18px;
  color: #fff;
}
.logistics .logistics-hd {
  height: 223px;
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}
.logistics .logistics-statue {
  width: 766px;
  margin: 47px auto 0;
}
.logistics .statue-item {
  float: left;
}
.logistics .statue-item.statue-item1 {
  width: 223px;
}
.logistics .statue-item.statue-item1 .statue-line {
  margin-left: 26px;
}
.logistics .statue-item.statue-item1 .statue-line:before {
  left: 0;
}
.logistics .statue-item.statue-item2 .statue-img {
  margin-left: 126px;
}
.logistics .statue-item.statue-item2,
.logistics .statue-item.statue-item2 .statue-line {
  width: 320px;
}
.logistics .statue-item.statue-item2 .statue-line:before {
  left: 153px;
}
.logistics .statue-item.statue-item2 .statue-txt {
  text-align: center;
}
.logistics .statue-item.statue-item3 {
  width: 222px;
}
.logistics .statue-item.statue-item3 .statue-line {
  width: 196px;
}
.logistics .statue-item.statue-item3 .statue-line:before {
  right: 0;
}
.logistics .statue-item.statue-item3 .statue-txt {
  text-align: right;
}
.logistics .statue-item.cur .statue-img {
  background: url(../images/logistics/statue-cur-bg.png) no-repeat 0 0;
}
.logistics .statue-item.cur .statue-line,
.logistics .statue-item.cur .statue-line:before,
.refunds .refunds-statues .statue-item.cur .statue-line,
.refunds .refunds-statues .statue-item.cur .statue-line:before {
  background: #28a3ea;
}
.logistics .statue-item.cur .icon-sending {
  width: 33px;
  height: 37px;
  background-position: 0 0;
  background: url(../images/logistics/logistics-sending-cur.png) 0 0 no-repeat;
}
.logistics .statue-item.cur .icon-sended {
  width: 39px;
  height: 30px;
  background-position: 0 0;
  background: url(../images/logistics/logistics-sended-cur.png) 0 0 no-repeat;
}
.logistics .statue-item.cur .icon-receive {
  width: 35px;
  height: 42px;
  background-position: 0 0;
  background: url(../images/logistics/logistics-receive-cur.png) 0 0 no-repeat;
}
.logistics .statue-item .statue-img {
  position: relative;
  width: 68px;
  height: 74px;
  background: #fff;
  z-index: 1;
}
.logistics .statue-item .statue-img .icon {
  top: 50%;
  left: 50%;
}
.logistics .statue-item .statue-line {
  position: relative;
  height: 5px;
  width: 197px;
  margin-top: 9px;
  background: #dadada;
}
.logistics .statue-item .statue-line:before {
  position: absolute;
  top: -5px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #dadada;
}
.logistics .statue-item .statue-txt {
  margin-top: 28px;
  line-height: 16px;
  color: #333;
  font-size: 12px;
}
.logistics .logistics-company {
  margin-top: 20px;
}
.logistics .logistics-company,
.logistics .logistics-num {
  font-size: 14px;
  line-height: 24px;
}
.logistics .cont-title {
  margin-top: 30px;
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.logistics .logistics-info-list {
  margin-top: 42px;
}
.logistics .info-item {
  position: relative;
  margin-left: 4px;
  padding-left: 34px;
  border-left: 2px solid #dadada;
  line-height: 18px;
  color: #333;
  font-size: 14px;
}
.logistics .info-item:nth-last-child(1) {
  border-left: 1px solid #fff;
}
.logistics .info-point {
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 8px;
  padding: 3px;
  border-radius: 100%;
  background: #fff;
}
.logistics .info-point span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dadada;
}
.logistics .info-date {
  float: left;
  width: 130px;
  font-size: 14px;
}
.logistics .info-detail {
  float: left;
}
.logistics .detail-item {
  margin-bottom: 20px;
  line-height: 18px;
  zoom: 1;
}
.logistics .detail-time {
  float: left;
  width: 113px;
}
.logistics .detail-desc {
  float: left;
}
.logistics .logistics-btn {
  margin-top: 56px;
}
.logistics .logistics-btn a {
  display: block;
  width: 200px;
  height: 50px;
  margin-left: 40px;
  border-radius: 8px;
  background: #28a3ea;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.logistics .logistics-btn a img {
  vertical-align: middle;
  margin: -5px 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .logistics .logistics-cont {
    padding-left: 30px;
  }
  .logistics .logistics-btn {
    margin-top: 10px;
  }
  .logistics .logistics-btn a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .logistics .logistics-hd {
    height: auto;
    padding: 20px 0;
  }
  .logistics .logistics-statue {
    width: 100%;
    margin: 0;
  }
  .logistics .statue-item {
    position: relative;
    width: 33.33%;
    text-align: center;
  }
  .logistics .statue-item.statue-item1,
  .logistics .statue-item.statue-item2,
  .logistics .statue-item.statue-item3 {
    width: 33.33%;
  }
  .logistics .statue-item.statue-item1:before {
    width: 50%;
    left: auto;
    right: 0;
  }
  .logistics .statue-item.statue-item2 .statue-img {
    margin-left: 0;
  }
  .logistics .statue-img,
  .logistics .statue-item.statue-item3 .fn-clear {
    display: inline-block;
    *display: inline;
  }
  .logistics .statue-item.statue-item3 .statue-img {
    float: left;
  }
  .logistics .statue-item.statue-item3 .statue-txt {
    text-align: center;
  }
  .logistics .statue-item.statue-item3:before {
    width: 50%;
    left: 0;
  }
  .logistics .statue-item:before {
    position: absolute;
    left: 0;
    top: 35px;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #dadada;
  }
  .logistics .statue-item .statue-txt {
    font-size: 16px;
    text-align: center;
  }
  .logistics .statue-line {
    display: none;
  }
}
.refunds .refunds-hd {
  height: 163px;
  margin-top: 40px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.refunds .refunds-statues {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.refunds .refunds-statues:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.refunds .refunds-statues .statue-item {
  float: left;
}
.refunds .refunds-statues .statue-item.statue-item1 {
  width: 196px;
}
.refunds .refunds-statues .statue-item.statue-item1 .statue-line {
  margin-left: 39px;
}
.refunds .refunds-statues .statue-item.statue-item1 .statue-line:before {
  left: 0;
}
.refunds .refunds-statues .statue-item.statue-item1 .statue-txt {
  text-align: left;
}
.refunds .refunds-statues .statue-item.statue-item2 {
  width: 320px;
}
.refunds .refunds-statues .statue-item.statue-item2 .statue-line:before,
.refunds .refunds-statues .statue-item.statue-item3 .statue-line:before {
  left: 50%;
  margin-left: -7.5px;
}
.refunds .refunds-statues .statue-item.statue-item2 .statue-txt,
.refunds .refunds-statues .statue-item.statue-item3 .statue-txt {
  text-align: center;
}
.refunds .refunds-statues .statue-item.statue-item3 {
  width: 278px;
}
.refunds .refunds-statues .statue-item.statue-item4 {
  width: 179px;
}
.refunds .refunds-statues .statue-item.statue-item4 .statue-line {
  margin-right: 22px;
}
.refunds .refunds-statues .statue-item.statue-item4 .statue-line:before {
  right: 0;
}
.refunds .refunds-statues .statue-item.statue-item4 .statue-txt {
  text-align: right;
}
.refunds .refunds-statues .statue-line {
  position: relative;
  height: 5px;
  margin-top: 60px;
  background: #dadada;
}
.refunds .refunds-statues .statue-line:before {
  position: absolute;
  top: -5px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  content: '';
  background: #dadada;
}
.refunds .refunds-statues .statue-txt {
  margin-top: 26px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.refunds .refunds-form {
  display: block;
  margin-top: 50px;
}
.refunds .refunds-form .form-item {
  zoom: 1;
  margin-bottom: 14px;
}
.parameter .parameter-list:after,
.projector-home .home-w:after,
.projector-home .list:after,
.refunds .refunds-form .form-item:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.refunds .refunds-form .item-name {
  float: left;
  width: 80px;
  height: 50px;
  line-height: 50px;
}
.refunds .refunds-form .item-cont {
  float: left;
  line-height: 50px;
}
.refunds .refunds-form .ui-select-sys {
  height: 50px;
  width: 320px;
  padding-left: 18px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}
.refunds .refunds-form .ui-input,
.refunds .refunds-form .ui-textarea {
  width: 300px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}
.refunds .refunds-form .ui-input {
  padding-left: 18px;
  height: 48px;
}
.refunds .refunds-form .ui-textarea {
  height: 78px;
  padding: 0 9px;
  line-height: 26px;
  resize: none;
}
.refunds .refunds-form .ui-btn {
  height: 50px;
  padding: 0 43px;
  margin-top: 25px;
  border: 0;
  border-radius: 4px;
  background: #28a3ea;
  font-size: 18px;
  color: #fff;
}
.refunds .refunds-sucess {
  text-align: center;
}
.refunds .refunds-sucess .fn-clear {
  display: inline-block;
  *display: inline;
}
.refunds .refunds-sucess .success-icon {
  float: left;
}
.refunds .refunds-sucess .success-info {
  float: left;
  margin-left: 30px;
}
.refunds .refunds-sucess .success-money {
  font-size: 14px;
  color: #333;
}
.refunds .refunds-sucess .success-money .num {
  font-size: 26px;
}
.refunds .refunds-sucess .success-money span {
  color: #28a3ea;
}
.refunds .refunds-sucess .success-tips {
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.refunds .refunds-po {
  padding: 50px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.refunds .refunds-po .refunds-po-title {
  line-height: 25px;
  font-size: 18px;
  color: #333;
}
.refunds .refunds-product .product-img {
  float: left;
  width: 120px;
  height: 120px;
  border: 1px solid #dedede;
  text-align: center;
}
.refunds .refunds-product .product-info {
  float: left;
  margin-left: 25px;
  color: #333;
}
.refunds .refunds-product .product-name {
  line-height: 33px;
  font-size: 16px;
}
.refunds .refunds-product .product-price {
  margin-top: 13px;
  line-height: 28px;
  font-size: 12px;
}
.refunds .refunds-product .product-num,
.refunds .refunds-product .product-total {
  line-height: 28px;
  font-size: 12px;
}
.refunds .refunds-order {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.refunds .refunds-order .order-left {
  width: 360px;
}
.refunds .refunds-order .order-coupon,
.refunds .refunds-order .order-luggage,
.refunds .refunds-order .order-num,
.refunds .refunds-order .order-total {
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.refunds .refunds-order .order-coupon {
  margin-left: 100px;
}
.refunds .refunds-order .order-date {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.refunds .refunds-tips {
  margin-top: 35px;
}
.refunds .refunds-tips .tips-item {
  margin-bottom: 25px;
}
.refunds .refunds-tips .tips-title {
  line-height: 35px;
  font-size: 16px;
  color: #28a3ea;
}
.refunds .refunds-tips .tips-cont {
  line-height: 24px;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .refunds .refunds-form,
  .refunds .refunds-po,
  .refunds .refunds-tips {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .refunds .refunds-hd {
    height: auto;
    padding: 10px;
  }
  .refunds .refunds-statues {
    display: block;
    padding-left: 40px;
  }
  .refunds .refunds-statues .statue-item {
    position: relative;
    float: none;
    padding-left: 20px;
  }
  .refunds .refunds-statues .statue-item.statue-item1,
  .refunds .refunds-statues .statue-item.statue-item2,
  .refunds .refunds-statues .statue-item.statue-item3,
  .refunds .refunds-statues .statue-item.statue-item4 {
    width: 100%;
    padding-bottom: 10px;
  }
  .refunds .refunds-statues .statue-item.statue-item1 .statue-txt,
  .refunds .refunds-statues .statue-item.statue-item2 .statue-txt,
  .refunds .refunds-statues .statue-item.statue-item3 .statue-txt,
  .refunds .refunds-statues .statue-item.statue-item4 .statue-txt {
    text-align: left;
    margin: 0;
  }
  .refunds .refunds-statues .statue-item.statue-item4:after,
  .refunds .refunds-statues .statue-line {
    display: none;
  }
  .refunds .refunds-statues .statue-item:before {
    position: absolute;
    left: -3px;
    top: 5px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #dadada;
    z-index: 1;
  }
  .refunds .refunds-statues .statue-item:after {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    background: #dadada;
  }
  .refunds .refunds-statues .statue-item.cur:after,
  .refunds .refunds-statues .statue-item.cur:before {
    background: #28a3ea;
  }
  .refunds .refunds-form .ui-input,
  .refunds .refunds-form .ui-textarea {
    width: 320px;
  }
  .refunds .refunds-po {
    height: auto;
    padding: 10px 20px;
  }
  .refunds .refunds-po .refunds-po-title {
    margin: 10px 0;
  }
  .refunds .refunds-product {
    float: none;
  }
  .refunds .refunds-order {
    float: none;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .refunds .refunds-hd {
    margin-top: 10px;
  }
  .refunds .refunds-form {
    margin-top: 10px;
    padding: 0;
  }
  .refunds .refunds-form .item-name {
    line-height: 24px;
    height: auto;
    width: 100%;
  }
  .refunds .refunds-form .item-cont > span {
    display: block;
    margin-left: 0;
    line-height: 20px;
  }
  .refunds .refunds-form .item-cont .ui-input,
  .refunds .refunds-form .item-cont .ui-select-sys {
    width: 100%;
    height: 32px;
    padding-left: 10px;
  }
  .refunds .refunds-form .item-cont,
  .refunds .refunds-form .item-cont .ui-textarea {
    width: 100%;
  }
  .refunds .refunds-form .ui-btn {
    margin-top: 10px;
    width: 100%;
    height: 32px;
    font-size: 14px;
  }
  .refunds .refunds-po {
    padding: 10px 0;
  }
  .refunds .refunds-product .product-info {
    margin-left: 0;
    margin-top: 10px;
  }
  .refunds .refunds-tips {
    margin: 0;
    padding: 10px 0;
  }
}
.projector_cont3.projector_cont .screen_one .sc_text {
  position: static;
  width: 100%;
}
.projector_cont3.projector_cont .screen_one .sc_text .tit {
  margin-bottom: 40px;
}
.projector_cont3.projector_cont .screen_one p {
  width: 846px;
  margin: 0 auto;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.projector_cont3.projector_cont .screen_one .sc_img {
  position: static;
  display: block;
  margin: 80px auto 0;
}
.projector_cont3.projector_cont .screen_last .tit2 {
  width: 15.6%;
}
.projector_cont3.projector_cont .screen_last p {
  width: 520px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 18px;
  color: #666;
}
.projector_cont3.projector_cont .screen_last .sc_img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .projector_cont3.projector_cont .screen_one p {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .projector_cont3.projector_cont .screen_one .sc_text {
    position: relative;
  }
  .projector_cont3.projector_cont .screen_one .sc_text .tit {
    height: 25px;
    width: auto;
    margin: 0 0 10px -138px;
  }
  .projector_cont3.projector_cont .screen_one .sc_img {
    margin-top: 15px;
  }
  .projector_cont3.projector_cont .screen_one p {
    line-height: 26px;
    font-size: 14px;
    text-align: left;
  }
  .projector_cont3.projector_cont .screen_four .sc_text {
    top: 33%;
  }
  .projector_cont3.projector_cont .screen_last {
    padding-bottom: 0;
  }
  .projector_cont3.projector_cont .screen_last .tit2 {
    height: 25px;
    width: auto;
  }
  .projector_cont3.projector_cont .screen_last p {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
  }
  .projector_cont3.projector_cont .screen_last .sc_img {
    margin-top: 20px;
  }
}
.projector-home .Left {
  top: 75px;
}
.projector-home .home-section {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.projector-home .home-section.hasbg {
  padding: 0;
  line-height: 0;
}
.projector-home .home-section.hasbg .home-w {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin: 0 0 0 -600px;
}
@media screen and (max-width: 1200px) {
  .projector-home .home-section.hasbg .home-w {
    left: 0;
    width: 100%;
    margin: 0;
  }
}
.projector-home .home-w {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
@media screen and (max-width: 1200px) {
  .projector-home .home-w {
    width: 100%;
  }
}
.projector-home .list {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.projector-home .list .item {
  float: left;
}
.projector-home .list .item:nth-child(1) {
  margin-left: 0;
}
.projector-home .title2 {
  display: none;
}
.projector-home .section1 p {
  margin-top: 25px;
  line-height: 31px;
  font-size: 24px;
  color: #494949;
}
.projector-home .section1 .img {
  margin-top: 64px;
}
.projector-home .section2 .txt {
  position: absolute;
  top: 25%;
}
.projector-home .section2 p {
  margin-top: 26px;
  line-height: 27px;
  color: #fff;
  font-size: 20px;
}
.projector-home .section3 .txt {
  position: absolute;
  top: 24.375%;
}
.projector-home .section3 p,
.projector-home .section4 p {
  margin-top: 27px;
  line-height: 27px;
  color: #fff;
  font-size: 20px;
}
.projector-home .section3 .list {
  margin-top: 98px;
}
.projector-home .section3 .item {
  margin-left: 60px;
}
.projector-home .section4 .txt {
  position: absolute;
  top: 18.75%;
}
.projector-home .section5 .right {
  float: left;
  padding-left: 15px;
}
.projector-home .section5 p {
  margin: 26px 0 66px;
  line-height: 30px;
  font-size: 20px;
  color: #666;
}
.projector-home .section5 .left {
  float: right;
  width: 500px;
  margin-top: 120px;
  text-align: left;
}
.projector-home .section6 {
  background: #f3f3f3;
}
.projector-home .section6 .left {
  float: left;
  margin: 143px 0 0 100px;
  text-align: left;
}
.projector-home .section6 .right {
  float: right;
  margin-right: 95px;
}
.projector-home .section6 p {
  margin-top: 27px;
  line-height: 27px;
  font-size: 20px;
  color: #666;
}
.projector-home .section6 .list {
  margin-top: 60px;
}
.projector-home .section6 .item {
  text-align: left;
}
.projector-home .section6 .item:nth-child(1) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #dfdfdf;
}
.projector-home .section6 .item-title {
  line-height: 23px;
  font-size: 18px;
}
.projector-home .section6 .item-cont {
  margin-top: 10px;
  line-height: 28px;
  font-size: 30px;
  color: #28a3ea;
}
.projector-home .section6 .item-cont span {
  font-size: 20px;
}
.projector-home .section7 .txt {
  position: absolute;
  top: 18%;
}
.projector-home .section7 p {
  width: 740px;
  margin: 20px auto 81px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}
.projector-home .section8 p {
  margin-top: 27px;
  line-height: 27px;
  font-size: 20px;
  color: #666;
}
.projector-home .section8 .img {
  margin-top: 95px;
}
.projector-home .section9 .txt {
  position: absolute;
  top: 22.5%;
}
.projector-home .section9 .list {
  margin-top: 95px;
}
.projector-home .section9 .item {
  width: 170px;
  margin-left: 183px;
  line-height: 29px;
}
.projector-home .section9 .item-img {
  height: 75px;
  line-height: 75px;
}
.projector-home .section9 .item-img img {
  vertical-align: bottom;
}
.projector-home .section9 .item-txt {
  margin-top: 24px;
  text-align: left;
}
.projector-home .section10 p {
  width: 594px;
  margin: 27px auto 78px;
  line-height: 25px;
  font-size: 20px;
  color: #666;
}
.projector-home .section11 .txt {
  position: absolute;
  top: 11.8%;
}
.projector-home .section11 p {
  width: 643px;
  margin: 22px auto 0;
  line-height: 29px;
  color: #fff;
  font-size: 20px;
}
.projector-home .section11 .img1 {
  display: block;
  margin-top: 52px;
}
.projector-home .section11 .img2 {
  margin-top: 400px;
}
.projector-home .section12 {
  background: #f2f3f6;
}
.projector-home .section12 p {
  margin-top: 27px;
  line-height: 27px;
  font-size: 20px;
  color: #333;
}
.projector-home .section12 .img {
  margin-top: 110px;
}
.projector-home .section13 .tag {
  position: absolute;
  top: 0;
  right: 70px;
}
.projector-home .section13 .txt {
  position: absolute;
  top: 15.7%;
}
.projector-home .section13 p,
.projector-home .section14 p {
  font-size: 20px;
  line-height: 27px;
  margin-top: 27px;
  color: #fff;
}
.projector-home .section14 {
  background: #eae9e7;
}
.projector-home .section14 p {
  color: #666;
}
.projector-home .section14 .img {
  margin-top: 65px;
}
.projector-home .section15 {
  padding: 0;
}
.projector-home .section16 .list {
  margin-top: 64px;
}
.projector-home .section16 .item {
  width: 548px;
  height: 66px;
  margin: 0 0 25px 88px;
  line-height: 66px;
  text-align: left;
}
.projector-home .section16 .item:nth-child(2n-1) {
  margin-left: 0;
}
.projector-home .section16 .item img {
  vertical-align: middle;
}
.projector-home .section16 .item-txt {
  display: inline-block;
  *display: inline;
  width: 460px;
  margin-left: 18px;
  vertical-align: middle;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .projector-home .home-section {
    padding: 30px 0;
  }
  .projector-home .title {
    height: 58px;
    margin-left: -88px;
  }
  .projector-home .section13 .bg,
  .projector-home .section15 img {
    margin-left: -448px;
  }
  .projector-home .section14 .img {
    max-width: 90%;
  }
  .projector-home .section5 .left,
  .projector-home .section5 .right {
    width: 50%;
    box-sizing: border-box;
  }
  .projector-home .section5 .right {
    padding-right: 15px;
  }
  .projector-home .section5 .right img {
    max-width: 100%;
  }
  .projector-home .section5 .title,
  .projector-home .section6 .title {
    margin-left: 0;
    height: auto;
  }
  .projector-home .section15 {
    padding: 0;
  }
  .projector-home .section16 .item {
    width: 50%;
    margin: 0 0 25px;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .projector-home .section16 .item-txt {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .projector-home .Left {
    top: 5px;
  }
  .projector-home .Left .all {
    padding-bottom: 0;
  }
  .projector-home .title,
  .projector-home .title2 {
    height: 40px;
    margin-left: -30px;
  }
  .projector-home .title2 {
    display: inline;
  }
  .projector-home .section1 p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 20px;
  }
  .projector-home .section1 .img {
    margin-top: 10px;
    max-width: 90%;
  }
  .projector-home .section2,
  .projector-home .section3,
  .projector-home .section4 {
    height: 260px;
  }
  .projector-home .section2 .bg,
  .projector-home .section3 .bg,
  .projector-home .section4 .bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -312px;
    height: 260px;
  }
  .projector-home .section3 .txt {
    top: 6%;
  }
  .projector-home .section5 {
    text-align: center;
  }
  .projector-home .section5 .left {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .projector-home .section5 .right {
    width: 100%;
  }
  .projector-home .section5 p {
    margin: 10px auto;
    width: 90%;
    text-align: center;
  }
  .projector-home .section5 .title,
  .projector-home .section6 .title {
    display: none;
  }
  .projector-home .section6 .left {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .projector-home .section6 .right {
    width: 100%;
    margin: 15px 0 0;
  }
  .projector-home .section7 p {
    width: 90%;
  }
  .projector-home .section9 .item {
    width: 50%;
    margin: 0;
  }
  .projector-home .section9 .item:nth-last-child(1) {
    width: 100%;
  }
  .projector-home .section9 .item-txt {
    text-align: center;
  }
  .projector-home .section16 .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .projector-home .home-w {
    padding-top: 40px;
  }
  .projector-home .txt {
    width: 100%;
  }
  .projector-home .title,
  .projector-home .title2 {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    height: 25px;
    margin-left: -258.5px;
  }
  .projector-home .section1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section2 p,
  .projector-home .section3 p,
  .projector-home .section4 p {
    font-size: 14px;
    line-height: 21px;
    width: 90%;
    margin: 40px auto 0;
  }
  .projector-home .section3 .txt {
    top: 18%;
  }
  .projector-home .section3 .list {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .projector-home .section3 .item {
    width: 33.33%;
    margin: 0;
    text-align: center;
  }
  .projector-home .section3 .item:nth-child(1) {
    text-align: right;
  }
  .projector-home .section3 .item:nth-last-child(1) {
    text-align: left;
  }
  .projector-home .section3 .item img {
    max-width: 55%;
  }
  .projector-home .section5 .img1 {
    display: none;
  }
  .projector-home .section5 p {
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section7 .bg {
    height: 310px;
  }
  .projector-home .section7 .txt {
    top: 7%;
  }
  .projector-home .section7 .img {
    width: 38%;
  }
  .projector-home .section7 p {
    margin: 40px auto 20px;
  }
  .projector-home .section6 .right img {
    max-width: 90%;
  }
  .projector-home .section6 p,
  .projector-home .section7 p,
  .projector-home .section8 p {
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section6 .list {
    margin-top: 15px;
  }
  .projector-home .section8 p {
    width: 90%;
    margin: 10px auto;
  }
  .projector-home .section8 .img {
    margin-top: 30px;
    max-width: 90%;
  }
  .projector-home .section11,
  .projector-home .section9 {
    height: 260px;
  }
  .projector-home .section9 .list {
    margin-top: 45px;
  }
  .projector-home .section9 .bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -374px;
    height: 260px;
  }
  .projector-home .section9 .txt {
    top: 9%;
  }
  .projector-home .section9 .item {
    width: 33.33%;
  }
  .projector-home .section9 .item:nth-last-child(1) {
    width: 33.33%;
  }
  .projector-home .section9 .item:nth-child(2) {
    width: 33.33%;
  }
  .projector-home .section9 .item:nth-child(2) .item-img img {
    max-width: 30%;
  }
  .projector-home .section9 .item-img {
    text-align: center;
  }
  .projector-home .section9 .item-img img {
    max-width: 38%;
  }
  .projector-home .section9 .item-txt {
    width: 90%;
    margin: 10px auto 0;
    line-height: 20px;
  }
  .projector-home .section10 p {
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section10 .img {
    max-width: 78%;
  }
  .projector-home .section11 .bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -295.5px;
    height: 260px;
  }
  .projector-home .section11 .txt {
    top: 5%;
  }
  .projector-home .section11 p {
    width: 90%;
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section11 .img1 {
    margin-top: 5px;
  }
  .projector-home .section11 .img1 img {
    max-width: 60%;
  }
  .projector-home .section11 .img2 {
    margin-top: 100px;
    max-width: 65%;
  }
  .projector-home .section12 .img {
    margin-top: 20px;
    max-width: 40%;
  }
  .projector-home .section12 p {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section13 {
    height: 400px;
  }
  .projector-home .section13 .bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -526px;
    height: 400px;
  }
  .projector-home .section13 .tag {
    width: 40px;
  }
  .projector-home .section13 p,
  .projector-home .section14 p {
    width: 90%;
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 21px;
  }
  .projector-home .section14 p {
    margin: 0 auto;
  }
  .projector-home .section14 .img {
    margin-top: 30px;
  }
  .projector-home .section15 {
    height: 260px;
  }
  .projector-home .section15 img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -271px;
    height: 260px;
  }
  .projector-home .section16 .list {
    margin-top: 20px;
  }
  .projector-home .section16 .item img {
    width: 50px;
  }
  .projector-home .section16 .item-txt {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .projector-home .section7 .img {
    max-width: 55%;
  }
  .projector-home .section16 .item-txt {
    line-height: 21px;
    font-size: 14px;
  }
}
.parameter {
  padding-top: 60px;
}
.parameter .parameter-list {
  margin-top: 58px;
  zoom: 1;
}
.parameter .parameter-item {
  float: left;
  text-align: left;
}
.parameter .parameter-item.parameter-item-first {
  width: 25%;
}
.parameter .parameter-item.parameter-item-first .parameter-desc {
  position: relative;
}
.parameter .parameter-item.parameter-item-first .parameter-desc:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  width: 1200px;
  background: #bfbfbf;
}
.parameter .parameter-item .parameter-block:nth-child(1) .parameter-desc {
  height: 289px;
  padding-right: 30px;
  line-height: 289px;
}
.parameter .parameter-item .parameter-block:nth-child(1) .parameter-desc img {
  vertical-align: middle;
}
.parameter .parameter-items {
  float: left;
  width: 75%;
}
.parameter .parameter-items .parameter-item {
  width: 33.333%;
}
.parameter .parameter-items .parameter-title,
.parameter.blue .parameter-items .parameter-title {
  color: #fff;
}
.parameter .parameter-title {
  padding-top: 60px;
  font-size: 20px;
  color: #84a527;
}
.parameter .parameter-title.parameter-title1 {
  border: 0;
}
.parameter .parameter-desc {
  margin-top: 40px;
  padding-bottom: 46px;
  line-height: 24px;
  font-size: 14px;
  color: #747474;
}
.parameter .parameter-desc img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .parameter {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .parameter .parameter-items .parameter-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .parameter {
    padding: 10px;
  }
  .parameter .parameter-item .parameter-block:nth-child(1) .parameter-desc {
    height: 150px;
    line-height: 150px;
    padding: 0;
  }
  .parameter .parameter-list {
    margin-top: 0;
  }
  .parameter .parameter-title {
    padding-top: 20px;
  }
  .parameter .parameter-desc {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.parameter.blue .parameter-title {
  color: #28a3ea;
}
.parameter.blue .product-subhead .subhead-link.cur {
  background: #28a3ea;
}
