@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
a,
hr {
  padding: 0;
}
a,
button,
input,
select,
textarea,
hr {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type=checkbox],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
img,
object {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='password'] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}
textarea {
  -webkit-appearance: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
}
@viewport {
  zoom: 1.0;
  width: 620px;
}
@-ms-viewport {
  zoom: 1.0;
  width: 620px;
}
/*==== CSS Reset end ====*/
body {
  font-family: "Segoe UI", "Lucida Grande", "STHeiti Light", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-size: 14px;
  max-width: 11.5rem;
  margin: 0 auto;
  padding-bottom: 1.5625rem;
  color: #999999;
  position: relative;
  z-index: 1;
  background: #f4f4f4;
}
/* fonts */
@font-face {
  font-family: 'neosansregular';
  src: url('../fonts/neosans-webfont.eot');
  src: url('../fonts/neosans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neosans-webfont.woff2') format('woff2'), url('../fonts/neosans-webfont.woff') format('woff'), url('../fonts/neosans-webfont.ttf') format('truetype'), url('../fonts/neosans-webfont.svg#neosansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
  
  /* project id 176696 */
}

.iconfont {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/* fonts end */
.fl {
  float: left;
}
.fr {
  float: right;
}
hr {
  height: 1px;
  width: 100%;
  background: #eee9ef;
  border: none;
}
/* loading */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  text-align: center;
  z-index: 9999;
}
#loading .spanbox {
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loading .spanbox > span {
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #f63641;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-animation: span1 1.2s infinite ease-in-out;
  animation: span1 1.2s infinite ease-in-out;
}
#loading .spanbox > span:nth-of-type(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loading .spanbox > span:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loading .spanbox > span:nth-of-type(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loading .spanbox > span:nth-of-type(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#loading .spanbox > span:nth-of-type(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
/* loading end */
/* commone title */
.page-common-title {
  width: 100%;
  padding: 15px 0 10px 0.15625rem;
  font-size: 0;
  text-align: left;
  background: #ffffff;
}
.page-common-title > h3 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  color: #999999;
  position: relative;
}
.page-common-title > h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f63641;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* commone title end */
/* commone btn */
/* commone btn end */
/* crumbs */
.common-crumbs-box {
  width: 100%;
  height: 300px;
  position: relative;
  background: url(../images/common_crumbs_bg.jpg) center center no-repeat;
}
.common-crumbs-box .common-crumbs {
  width: 1170px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  font-size: 0;
}
.common-crumbs-box .common-crumbs a {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  font-size: 16px;
  padding: 0 20px;
  color: #ffffff;
  border-right: 2px solid #1edeb7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.common-crumbs-box .common-crumbs a:hover {
  color: #1edeb7;
}
.common-crumbs-box .common-crumbs .curr {
  color: #1edeb7;
}
/* crumbs end */
/* common filp */
.list-page-filp {
  display: block;
  font-size: 0;
  height: 0.9375rem;
  margin: 0.234375rem 0;
  text-align: center;
}
.list-page-filp a {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 14px;
  margin: 0 0.03125rem;
  color: #999999;
  line-height: 1rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 0.078125rem;
  -moz-border-radius: 0.078125rem;
  border-radius: 0.078125rem;
  background: #ffffff;
}
[data-dpr="2"] .list-page-filp a {
  font-size: 28px;
}
[data-dpr="3"] .list-page-filp a {
  font-size: 42px;
}
.list-page-filp a:hover {
  background: #f63641;
  color: #ffffff;
}
.list-page-filp span {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 14px;
  -webkit-border-radius: 0.078125rem;
  -moz-border-radius: 0.078125rem;
  border-radius: 0.078125rem;
  line-height: 1rem;
}
[data-dpr="2"] .list-page-filp span {
  font-size: 28px;
}
[data-dpr="3"] .list-page-filp span {
  font-size: 42px;
}
.list-page-filp .prev {
  width: 1.5625rem;
}
.list-page-filp .next {
  width: 1.5625rem;
}
.list-page-filp .current {
  background: #f63641;
  font-size: 14px;
  -webkit-border-radius: 0.078125rem;
  -moz-border-radius: 0.078125rem;
  border-radius: 0.078125rem;
  color: #ffffff;
}
[data-dpr="2"] .list-page-filp .current {
  font-size: 28px;
}
[data-dpr="3"] .list-page-filp .current {
  font-size: 42px;
}
.list-page-filp .curr {
  font-size: 14px;
  -webkit-border-radius: 0.078125rem;
  -moz-border-radius: 0.078125rem;
  border-radius: 0.078125rem;
  background: #f63641;
  color: #ffffff;
}
/* common filp end */
/* select */
.select-box {
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  background: #ffffff;
}
.select-box .value-box {
  display: block;
  line-height: 38px;
  text-align: center;
  color: #999999;
  padding-right: 30px;
  background: #fafafa;
  position: relative;
}
.select-box .value-box::before {
  content: "";
  border-top: 4px solid #999999;
  border-left: 4ps solid transparent;
  border-right: 4ps solid transparent;
  border-bottom: 4ps solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}
.select-box input {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  border: none;
  font-family: inherit;
  color: inherit;
}
.select-box .select-list-box {
  display: none;
  width: 100%;
  max-height: 120px;
  padding-right: 5px;
  overflow-y: scroll;
  background: #ffffff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  border: 1px solid #eee9ef;
  text-align: center;
}
.select-box .select-list {
  display: block;
}
.select-box .select-list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-right: 15px;
  cursor: pointer;
  border-top: 1px solid #eee9ef;
}
/* select end */
/* common aside */
.aside-right {
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 99;
}
.aside-right li {
  width: 36px;
  height: 36px;
  margin: 2px;
  background: #f63641;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.aside-right li a {
  display: block;
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  background: #f63641;
  font-size: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.aside-right li a .iconfont {
  font-size: 20px;
}
.aside-right .aside-media {
  position: relative;
}
.aside-right .aside-media .QR-code {
  display: none;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 9999 !important;
  width: 130px;
  height: 130px;
  text-align: center;
  background: #e0e0e0;
  padding: 1px;
  border: 1px solid #eee9ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.aside-right .aside-media .QR-code img {
  width: 100%;
  height: 100%;
}
.aside-bottom-box {
  width: 100%;
  height: 1.5625rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.aside-bottom-box ul {
  margin: 0 auto;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.08), 1px 2px 10px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.08), 1px 2px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.08), 1px 2px 10px 1px rgba(0, 0, 0, 0.08);
}
.aside-bottom-box ul li {
  float: left;
  width: 33.33333%;
  height: 1.5625rem;
  position: relative;
}
.aside-bottom-box ul li::before {
  content: "";
  display: block;
  width: 0.78125rem;
  height: 0.125rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.390625rem;
}
.aside-bottom-box ul li a {
  display: table;
  width: 100%;
  height: 1.5625rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.aside-bottom-box ul li a > div {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
}
.aside-bottom-box ul li a span {
  display: block;
  color: #999999;
  font-size: 14px;
}
[data-dpr="2"] .aside-bottom-box ul li a span {
  font-size: 28px;
}
[data-dpr="3"] .aside-bottom-box ul li a span {
  font-size: 42px;
}
.aside-bottom-box ul li a .iconfont {
  font-size: 20px;
}
[data-dpr="2"] .aside-bottom-box ul li a .iconfont {
  font-size: 40px;
}
[data-dpr="3"] .aside-bottom-box ul li a .iconfont {
  font-size: 60px;
}
.aside-bottom-box ul .curr::before {
  background: #f63641;
}
.aside-bottom-box ul .curr a {
  color: #f63641;
}
.aside-bottom-box ul .curr a span {
  color: inherit;
}
/* common aside end */
/* common form */
.my-form {
  width: 100%;
}
.my-form .form-group {
  margin: 10px 0;
  padding-left: 80px;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #6070af;
  position: relative;
}
.my-form .form-group .input-name {
  width: 70px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.my-form .form-group .error {
  width: auto;
  line-height: 30px;
  color: #ff0000;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.my-form .form-group input.error,
.my-form .form-group textarea.error {
  position: static;
  color: #ffffff;
}
.my-form .form-group input {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 26px;
  border: none;
  background: none;
  color: #ffffff;
  -webkit-appearance: none;
  font-family: "microsoft yahei";
}
.my-form .form-group textarea {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 30px;
  border: none;
  background: none;
  color: #ffffff;
  font-family: "microsoft yahei";
}
.my-form .form-group textarea:-webkit-autofill {
  background-color: transparent;
  color: #999999;
}
.my-form input[type="submit"] {
  border: none;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 12px;
  line-height: 0.9;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  background: #f63641;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #f63641 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff !important;
  margin-top: 30px;
}
.my-form input[type="submit"] .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
/* common form end */
/*==== common css ====*/
/*===== header =====*/
#headerBox {
  width: 100%;
  height: 1.578125rem;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: thin solid #eee9ef;
}
#headerBox .header-content {
  width: 100%;
  height: 1.5625rem;
  background: #ffffff;
  padding: 0 0.25rem;
  position: relative;
}
#headerBox .header-logo {
  width: 2.1875rem;
  font-size: 0;
  line-height: 1.5625rem;
  position: absolute;
  left: 0.25rem;
  top: 0;
}
#headerBox .header-logo img {
  width: 100%;
  vertical-align: middle;
}
#headerBox .go-next {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 1px solid #eee9ef;
  position: absolute;
  top: 0;
  left: 0;
  color: #f63641;
}
#headerBox .go-next .iconfont {
  font-size: 24px;
}
[data-dpr="2"] #headerBox .go-next .iconfont {
  font-size: 48px;
}
[data-dpr="3"] #headerBox .go-next .iconfont {
  font-size: 72px;
}
#headerBox .go-home {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-left: 1px solid #eee9ef;
  position: absolute;
  top: 0;
  right: 0;
  color: #f63641;
}
#headerBox .go-home .iconfont {
  font-size: 32px;
}
[data-dpr="2"] #headerBox .go-home .iconfont {
  font-size: 64px;
}
[data-dpr="3"] #headerBox .go-home .iconfont {
  font-size: 96px;
}
#headerBox .header-title {
  width: 100%;
  line-height: 1.5625rem;
  font-size: 16px;
}
[data-dpr="2"] #headerBox .header-title {
  font-size: 32px;
}
[data-dpr="3"] #headerBox .header-title {
  font-size: 48px;
}
#headerBox .search_form {
  width: 7.1875rem;
  height: 0.9375rem;
  overflow: hidden;
  margin-top: 0.3125rem;
}
#headerBox .search_form input {
  width: 6.25rem;
  border: none;
  height: 0.9375rem;
  line-height: 0.9375rem;
  padding-left: 10px;
  font-size: 14px;
  background: #f4f4f4;
  -webkit-appearance: none;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
}
[data-dpr="2"] #headerBox .search_form input {
  font-size: 28px;
}
[data-dpr="3"] #headerBox .search_form input {
  font-size: 42px;
}
#headerBox .search_form input[type="submit"] {
  padding: 0;
  width: 0.9375rem;
  font-size: 20px;
  text-align: center;
  background: none;
  color: #f63641;
}
[data-dpr="2"] #headerBox .search_form input[type="submit"] {
  font-size: 40px;
}
[data-dpr="3"] #headerBox .search_form input[type="submit"] {
  font-size: 60px;
}
/*===== header end =====*/
/*===== footer =====*/
.footer-box {
  width: 100%;
  padding: 0.3125rem;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #eee9ef;
  position: relative;
}
.footer-box > p {
  width: 100%;
  font-size: 12px;
  line-height: 0.46875rem;
  color: #999999;
  
}
[data-dpr="2"] .footer-box > p {
  font-size: 24px;
}
[data-dpr="3"] .footer-box > p {
  font-size: 36px;
}
/*===== footer end ===== */
/*=== index ===*/
/* banner */
.hp-nav {
  width: 100%;
  background: #ffffff;
}
.hp-nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0.390625rem 0;
}
.hp-nav ul li .iconfont {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eee9ef;
  font-size: 25px;
  line-height: 1.5625rem;
  margin: 0 auto;
}
[data-dpr="2"] .hp-nav ul li .iconfont {
  font-size: 50px;
}
[data-dpr="3"] .hp-nav ul li .iconfont {
  font-size: 75px;
}
.hp-nav ul li p {
  font-size: 14px;
  margin-top: 10px;
}
[data-dpr="2"] .hp-nav ul li p {
  font-size: 28px;
}
[data-dpr="3"] .hp-nav ul li p {
  font-size: 42px;
}
.hp-nav ul li:nth-child(1) .iconfont {
  background: #fd783d;
}
.hp-nav ul li:nth-child(2) .iconfont {
  background: #fe9600;
}
.hp-nav ul li:nth-child(3) .iconfont {
  background: #82d000;
}
.hp-nav ul li:nth-child(4) .iconfont {
  background: #6f65ea;
}
.hp-nav ul li:nth-child(5) .iconfont {
  background: #f26764;
}
.hp-nav ul li:nth-child(6) .iconfont {
  background: #fe6291;
}
.hp-nav ul li:nth-child(7) .iconfont {
  background: #22ce86;
}
.hp-nav ul li:nth-child(8) .iconfont {
  background: #4490fe;
}
/* banner end */
/* banner */
#hp_banner {
  width: 100%;
  height: 4.0625rem;
  position: relative;
  overflow: hidden;
}
#hp_banner .am-slides > li {
  width: 100%;
  height: 4.0625rem;
  position: relative;
}
#hp_banner .am-slides > li:first-child {
  display: block;
}
#hp_banner .am-slides > li .jqthumb {
  width: 100%;
  height: 4.0625rem;
  position: relative;
}
#hp_banner .am-direction-nav {
  display: none;
}
#hp_banner .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 99;
  text-align: center;
}
#hp_banner .am-control-nav li {
  display: inline-block;
}
#hp_banner .am-control-nav li a {
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  font-size: 0;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 0.0625rem solid #ffffff;
  text-indent: -9999px;
  background-clip: content-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#hp_banner .am-control-nav li a:hover {
  background: #f63641;
  border-color: #f63641;
}
#hp_banner .am-control-nav li .am-active {
  background: #f63641;
  border-color: #f63641;
}
#hp_banner .banner-content1 {
  width: 100%;
  position: absolute;
  bottom: 0.703125rem;
  left: 0.234375rem;
  color: #999999;
}
#hp_banner .banner-content1 small {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
#hp_banner .banner-content1 h5 {
  font-size: 16px;
  line-height: 1;
  margin-top: 0.15625rem;
}
#hp_banner .banner-content1 span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 0.15625rem;
}
#hp_banner .banner-content1 a {
  display: block;
  width: 100px;
  color: #ffffff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 9px;
  line-height: 0.9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
  background: #f63641;
  margin-top: 0.15625rem;
}
#hp_banner .banner-content1 a .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
#hp_banner .banner-content2 {
  width: 100%;
  position: absolute;
  bottom: 0.703125rem;
  left: 0.234375rem;
  color: #999999;
}
#hp_banner .banner-content2 a {
  display: block;
  width: 80px;
  color: #ffffff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 9px;
  line-height: 0.9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
  background: #f63641;
}
#hp_banner .banner-content2 a .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
#hp_banner .banner-content3 {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  color: #ffffff;
}
#hp_banner .banner-content3 a {
  display: block;
  width: 80px;
  color: #ffffff;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 12px;
  line-height: 0.9;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
  background: #f63641;
}
#hp_banner .banner-content3 a .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
/* banner end */
/* company item boat */
.hp-company-item {
  width: 100%;
  position: relative;
}
.hp-company-item .item-nav-list {
  background: #ffffff;
  position: relative;
}
.hp-company-item .item-nav-list > li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0.3125rem 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hp-company-item .item-nav-list > li > a {
  display: block;
  position: relative;
}
.hp-company-item .item-nav-list > li > a::before {
  content: "";
  display: none;
  width: 0.78125rem;
  height: 0.125rem;
  background: #f63641;
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  margin-left: -0.390625rem;
}
.hp-company-item .item-nav-list > li .iconfont {
  font-size: 30px;
}
[data-dpr="2"] .hp-company-item .item-nav-list > li .iconfont {
  font-size: 60px;
}
[data-dpr="3"] .hp-company-item .item-nav-list > li .iconfont {
  font-size: 90px;
}
.hp-company-item .item-nav-list > li span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
[data-dpr="2"] .hp-company-item .item-nav-list > li span {
  font-size: 28px;
}
[data-dpr="3"] .hp-company-item .item-nav-list > li span {
  font-size: 42px;
}
.hp-company-item .item-nav-list .active {
  border-color: #f63641;
  color: #f63641;
}
.hp-company-item .item-nav-list .active a::before {
  display: block;
}
.hp-company-item .item-nav-list .item-sub-list {
  display: none;
  width: 100%;
  color: #999999;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  border-left: 1px solid #eee9ef;
  border-top: 1px solid #eee9ef;
}
.hp-company-item .item-nav-list .item-sub-list li {
  float: left;
  width: 25%;
  height: 1.09375rem;
  line-height: 1.09375rem;
  border-right: 1px solid #eee9ef;
  border-bottom: 1px solid #eee9ef;
  overflow:hidden;
}
/* company item end */
/* company attorn */
.hp-product-list {
  width: 100%;
  padding: 0 0.078125rem;
}
.hp-product-list .product-list {
  width: 100%;
}
.hp-product-list .product-list li {
  height: 3.125rem;
  background: #ffffff;
  margin: 0.46875rem 0;
  overflow: hidden;
}
.hp-product-list .product-list li .product-img {
  float: left;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.15625rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  overflow: hidden;
}
.hp-product-list .product-list li .product-img .jqthumb {
  display: block;
  width: 100%;
  height: 2.8125rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  overflow: hidden;
}
.hp-product-list .product-list li .product-brief-box {
  float: left;
  width: 4.0625rem;
  height: 3.125rem;
  padding: 0.15625rem 0;
  margin-left: 0.15625rem;
  position: relative;
}
.hp-product-list .product-list li .product-brief-box h5 {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
[data-dpr="2"] .hp-product-list .product-list li .product-brief-box h5 {
  font-size: 24px;
}
[data-dpr="3"] .hp-product-list .product-list li .product-brief-box h5 {
  font-size: 36px;
}
.hp-product-list .product-list li .product-brief-box .product-advan {
  width: 100%;
  margin-top: 0.15625rem;
  font-size: 0;
}
.hp-product-list .product-list li .product-brief-box .product-advan span {
  font-size: 0.46875rem;
  line-height: 1;
  color: #f63641;
}
.hp-product-list .product-list li .product-brief-box .product-advan span:first-child {
  float: left;
  height: 0.46875rem;
  width: 0.9375rem;
  text-align: center;
  font-size: 0.3125rem;
  color: #ffffff;
  padding: 0.078125rem 0;
  background: #f63641;
  -webkit-border-radius: 0.09375rem;
  -moz-border-radius: 0.09375rem;
  border-radius: 0.09375rem;
  margin-right: 0.15625rem;
}
.hp-product-list .product-list li .product-brief-box .product-sales {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 10px;
  position: absolute;
  bottom: 0.78125rem;
  left: 0;
}
[data-dpr="2"] .hp-product-list .product-list li .product-brief-box .product-sales {
  font-size: 20px;
}
[data-dpr="3"] .hp-product-list .product-list li .product-brief-box .product-sales {
  font-size: 30px;
}
.hp-product-list .product-list li .product-brief-box .product-price {
  line-height: 0.3125rem;
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
}
.hp-product-list .product-list li .product-brief-box .product-price span {
  float: left;
}
.hp-product-list .product-list li .product-brief-box .product-price span i {
  font-style: normal;
}
.hp-product-list .product-list li .product-brief-box .product-price .back-price {
  color: #f63641;
  margin-right: 0.15625rem;
  font-size: 16px;
}
[data-dpr="2"] .hp-product-list .product-list li .product-brief-box .product-price .back-price {
  font-size: 32px;
}
[data-dpr="3"] .hp-product-list .product-list li .product-brief-box .product-price .back-price {
  font-size: 48px;
}
.hp-product-list .product-list li .product-brief-box .product-price .back-price i {
  font-size: 14px;
}
[data-dpr="2"] .hp-product-list .product-list li .product-brief-box .product-price .back-price i {
  font-size: 28px;
}
[data-dpr="3"] .hp-product-list .product-list li .product-brief-box .product-price .back-price i {
  font-size: 42px;
}
.hp-product-list .product-list li .product-brief-box .product-price .front-price {
  font-size: 10px;
  text-decoration: line-through;
}
[data-dpr="2"] .hp-product-list .product-list li .product-brief-box .product-price .front-price {
  font-size: 20px;
}
[data-dpr="3"] .hp-product-list .product-list li .product-brief-box .product-price .front-price {
  font-size: 30px;
}
.hp-product-list .product-list li .product-coupon {
  width: 2.1875rem;
  height: 3.125rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  background: -moz-linear-gradient(top, #f63641, #f54d23);
  background: -webkit-gradient(linear, top, from(#f63641), to(#f54d23));
  background: -webkit-linear-gradient(top, #f63641, #f54d23);
  background: -o-linear-gradient(top, #f63641, #f54d23);
  position: relative;
}
.hp-product-list .product-list li .product-coupon::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  background: #f4f4f4;
}
.hp-product-list .product-list li .product-coupon::after {
  content: "";
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  bottom: -0.125rem;
  left: -0.125rem;
  background: #f4f4f4;
}
.hp-product-list .product-list li .product-coupon .circle-line {
  display: block;
  width: 0.3125rem;
  height: 100%;
  background: transparent;
  background-image: -webkit-radial-gradient(#fafafa 0.09375rem, transparent 0), radial-gradient(#fafafa 0.09375rem, transparent 0);
  background-size: 0.3125rem 0.3125rem;
  background-position: 0 0, 0.15625rem 0.15625rem;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0.046875rem;
  right: -0.125rem;
}
.hp-product-list .product-list li .product-coupon > div {
  display: table;
  width: 100%;
  height: 100%;
  padding-right: 0.0625rem;
}
.hp-product-list .product-list li .product-coupon .coupon-brief {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.hp-product-list .product-list li .product-coupon .coupon-brief span {
  display: block;
  font-size: 0.4375rem;
  font-weight: bold;
}
.hp-product-list .product-list li .product-coupon .coupon-brief .coupon-btn {
  display: inline-block;
  width: 1.875rem;
  height: 0.625rem;
  background: #ffffff;
  font-size: 0.3125rem;
  line-height: 1;
  color: #f54d23;
  padding: 0.15625rem 0;
  -webkit-border-radius: 0.078125rem;
  -moz-border-radius: 0.078125rem;
  border-radius: 0.078125rem;
  margin-top: 0.15625rem;
}
/* company attorn  end */
/*=== index end ===*/
/*=== details ===*/
/* banner */
#details_banner {
  width: 100%;
  padding: 0.25rem;
  position: relative;
  overflow: hidden;
}
#details_banner .am-slides > li {
  display: none;
  width: 100%;
  height: 7.03125rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  position: relative;
}
#details_banner .am-slides > li:first-child {
  display: block;
}
#details_banner .am-slides > li .thumb {
  width: 100%;
  height: 7.03125rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  overflow: hidden;
}
#details_banner .am-direction-nav {
  display: none !important;
}
#details_banner .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0.46875rem;
  z-index: 99;
  text-align: center;
}
#details_banner .am-control-nav li {
  display: inline-block;
}
#details_banner .am-control-nav li a {
  display: block;
  width: 0.296875rem;
  height: 0.3125rem;
  font-size: 0;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ffffff;
  text-indent: -9999px;
  background-clip: content-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#details_banner .am-control-nav li a:hover {
  background: #f63641;
  border-color: #f63641;
}
#details_banner .am-control-nav li .am-active {
  background: #f63641;
  border-color: #f63641;
}
/* banner end */
.details-page {
  width: 100%;
  padding: 0 0.25rem 0.25rem 0.25rem;
}
.details-page .product-brief-box {
  width: 100%;
  padding: 0.46875rem 0.3125rem;
  background: #ffffff;
}
.details-page .product-brief-box h5 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
[data-dpr="2"] .details-page .product-brief-box h5 {
  font-size: 32px;
}
[data-dpr="3"] .details-page .product-brief-box h5 {
  font-size: 48px;
}
.details-page .product-brief-box .product-price {
  height: 0.3125rem;
  line-height: 0.3125rem;
  margin-top: 10px;
}
.details-page .product-brief-box .product-price span {
  float: left;
}
.details-page .product-brief-box .product-price span i {
  font-style: normal;
}
.details-page .product-brief-box .product-price .back-price {
  color: #f63641;
  margin-right: 0.15625rem;
  font-weight: bold;
  font-size: 24px;
}
[data-dpr="2"] .details-page .product-brief-box .product-price .back-price {
  font-size: 48px;
}
[data-dpr="3"] .details-page .product-brief-box .product-price .back-price {
  font-size: 72px;
}
.details-page .product-brief-box .product-price .back-price i {
  font-size: 18px;
}
[data-dpr="2"] .details-page .product-brief-box .product-price .back-price i {
  font-size: 36px;
}
[data-dpr="3"] .details-page .product-brief-box .product-price .back-price i {
  font-size: 54px;
}
.details-page .product-brief-box .product-price .front-price {
  font-size: 10px;
  text-decoration: line-through;
}
[data-dpr="2"] .details-page .product-brief-box .product-price .front-price {
  font-size: 20px;
}
[data-dpr="3"] .details-page .product-brief-box .product-price .front-price {
  font-size: 30px;
}
.details-page .get-coupon-mode {
  width: 100%;
  padding: 0 0.3125rem;
  background: #ffffff;
  margin-top: 0.25rem;
}
.details-page .get-coupon-mode .mode-brief {
  display: table;
  height: 2.8125rem;
  width: 5rem;
  border: 2px dashed #ACB3C0;

}
.details-page .get-coupon-mode .mode-brief > div {
  display: table-cell;
  vertical-align: middle;
  color: #f63641;
}
.details-page .get-coupon-mode .mode-brief > div > span {
  display: none;
  color: #f63641;
  font-size: 12px;
}
[data-dpr="2"] .details-page .get-coupon-mode .mode-brief > div > span {
  font-size: 24px;
}
[data-dpr="3"] .details-page .get-coupon-mode .mode-brief > div > span {
  font-size: 36px;
}
.details-page .get-coupon-mode .mode-brief textarea {
  display: block;
  border: none;
  width: 100%;
  min-height: 1.40625rem;
  line-height: 0.46875rem;
  color: #f63641;
  overflow: hidden;
  font-size: 12px;
  background: none;
  font-family: "microsoft yahei";
}
[data-dpr="2"] .details-page .get-coupon-mode .mode-brief textarea {
  font-size: 24px;
}
[data-dpr="3"] .details-page .get-coupon-mode .mode-brief textarea {
  font-size: 36px;
}
.details-page .get-coupon-mode .mode-box {
  display: table;
  height: 2.8125rem;
  margin-left: 5.46875rem;
  text-align: center;
}
.details-page .get-coupon-mode .mode-box > div {
  display: table-cell;
  vertical-align: middle;
}
.details-page .get-coupon-mode .mode-box .iconfont {
  display: block;
  text-align: center;
  font-size: 30px;
}
[data-dpr="2"] .details-page .get-coupon-mode .mode-box .iconfont {
  font-size: 60px;
}
[data-dpr="3"] .details-page .get-coupon-mode .mode-box .iconfont {
  font-size: 90px;
}
.details-page .get-coupon-mode .mode-box em {
  display: block;
  font-style: normal;
  color: #f63641;
  font-size: 12px;
  margin-top: 0.3125rem;
}
[data-dpr="2"] .details-page .get-coupon-mode .mode-box em {
  font-size: 24px;
}
[data-dpr="3"] .details-page .get-coupon-mode .mode-box em {
  font-size: 36px;
}
.details-page .product-advan-box {
  padding: 0.3125rem 0;
  margin-top: 0.25rem;
  background: #ffffff;
}
.details-page .product-advan-box .advan-list {
  width: 100%;
}
.details-page .product-advan-box .advan-list li {
  float: left;
  width: 25%;
  text-align: center;
  color: #f63641;
}
.details-page .product-advan-box .advan-list li span {
  display: block;
  font-size: 12px;
}
[data-dpr="2"] .details-page .product-advan-box .advan-list li span {
  font-size: 24px;
}
[data-dpr="3"] .details-page .product-advan-box .advan-list li span {
  font-size: 36px;
}
.details-page .product-advan-box .advan-list li .iconfont {
  font-size: 30px;
  margin-bottom: 0.21875rem;
}
[data-dpr="2"] .details-page .product-advan-box .advan-list li .iconfont {
  font-size: 60px;
}
[data-dpr="3"] .details-page .product-advan-box .advan-list li .iconfont {
  font-size: 90px;
}
.details-page .product-recom-box {
  width: 100%;
  margin-top: 0.25rem;
}
.details-page .product-recom-box .recom-list {
  width: 100%;
}
.details-page .product-recom-box .recom-list li {
  height: 2.5rem;
  background: #ffffff;
  padding: 0.15625rem;
}
.details-page .product-recom-box .recom-list li .product-img {
  float: left;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  overflow: hidden;
}
.details-page .product-recom-box .recom-list li .product-img .jqthumb {
  display: block;
  width: 100%;
  height: 2.1875rem;
}
.details-page .product-recom-box .recom-list li .product-brief {
  float: left;
  width: 4.375rem;
  height: 2.1875rem;
  margin-left: 0.3125rem;
  position: relative;
}
.details-page .product-recom-box .recom-list li .product-brief h5 {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
[data-dpr="2"] .details-page .product-recom-box .recom-list li .product-brief h5 {
  font-size: 24px;
}
[data-dpr="3"] .details-page .product-recom-box .recom-list li .product-brief h5 {
  font-size: 36px;
}
.details-page .product-recom-box .recom-list li .product-brief .product-advan {
  width: 100%;
  margin-top: 0.15625rem;
  font-size: 0;
}
.details-page .product-recom-box .recom-list li .product-brief .product-advan span {
  font-size: 0.46875rem;
  line-height: 1;
  color: #f63641;
}
.details-page .product-recom-box .recom-list li .product-brief .product-advan span:first-child {
  float: left;
  height: 0.46875rem;
  width: 0.9375rem;
  text-align: center;
  font-size: 0.3125rem;
  color: #ffffff;
  padding: 0.078125rem 0;
  background: #f63641;
  -webkit-border-radius: 0.09375rem;
  -moz-border-radius: 0.09375rem;
  border-radius: 0.09375rem;
  margin-right: 0.15625rem;
}
.details-page .product-recom-box .recom-list li .product-brief .product-sales {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 10px;
  position: absolute;
  bottom: 0.46875rem;
  left: 0;
}
[data-dpr="2"] .details-page .product-recom-box .recom-list li .product-brief .product-sales {
  font-size: 20px;
}
[data-dpr="3"] .details-page .product-recom-box .recom-list li .product-brief .product-sales {
  font-size: 30px;
}
.details-page .product-recom-box .recom-list li .product-brief .product-price {
  line-height: 0.3125rem;
  position: absolute;
  bottom: 0.078125rem;
  left: 0;
}
.details-page .product-recom-box .recom-list li .product-brief .product-price span {
  float: left;
}
.details-page .product-recom-box .recom-list li .product-brief .product-price span i {
  font-style: normal;
}
.details-page .product-recom-box .recom-list li .product-brief .product-price .back-price {
  color: #f63641;
  margin-right: 0.15625rem;
  font-size: 16px;
}
[data-dpr="2"] .details-page .product-recom-box .recom-list li .product-brief .product-price .back-price {
  font-size: 32px;
}
[data-dpr="3"] .details-page .product-recom-box .recom-list li .product-brief .product-price .back-price {
  font-size: 48px;
}
.details-page .product-recom-box .recom-list li .product-brief .product-price .back-price i {
  font-size: 14px;
}
[data-dpr="2"] .details-page .product-recom-box .recom-list li .product-brief .product-price .back-price i {
  font-size: 28px;
}
[data-dpr="3"] .details-page .product-recom-box .recom-list li .product-brief .product-price .back-price i {
  font-size: 42px;
}
.details-page .product-recom-box .recom-list li .product-brief .product-price .front-price {
  font-size: 12px;
  text-decoration: line-through;
}
[data-dpr="2"] .details-page .product-recom-box .recom-list li .product-brief .product-price .front-price {
  font-size: 24px;
}
[data-dpr="3"] .details-page .product-recom-box .recom-list li .product-brief .product-price .front-price {
  font-size: 36px;
}
.details-page .product-recom-box .recom-list li .product-coupon {
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  background: -moz-linear-gradient(top, #f63641, #f54d23);
  background: -webkit-gradient(linear, top, from(#f63641), to(#f54d23));
  background: -webkit-linear-gradient(top, #f63641, #f54d23);
  background: -o-linear-gradient(top, #f63641, #f54d23);
  position: relative;
}
.details-page .product-recom-box .recom-list li .product-coupon > div {
  display: table;
  width: 100%;
  height: 100%;
}
.details-page .product-recom-box .recom-list li .product-coupon .coupon-brief {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.details-page .product-recom-box .recom-list li .product-coupon .coupon-brief span {
  display: block;
  font-size: 18px;
}
[data-dpr="2"] .details-page .product-recom-box .recom-list li .product-coupon .coupon-brief span {
  font-size: 36px;
}
[data-dpr="3"] .details-page .product-recom-box .recom-list li .product-coupon .coupon-brief span {
  font-size: 54px;
}
.details-page .product-recom-box .recom-list li .product-coupon .coupon-brief .coupon-btn {
  display: inline-block;
  width: 1.875rem;
  height: 0.625rem;
  background: #ffffff;
  color: #f54d23;
  line-height: 0.625rem;
  -webkit-border-radius: 0.078125rem;
  -moz-border-radius: 0.078125rem;
  border-radius: 0.078125rem;
  margin-top: 0.15625rem;
}
.details-link-box {
  width: 100%;
  height: 1.5625rem;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.details-link-box .go-home-box {
  width: 1.5625rem;
  height: 1.5625rem;
  text-align: center;
  border-right: 1px solid #eee9ef;
}
.details-link-box .go-home-box a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.5625rem;
}
.details-link-box .go-home-box a .iconfont {
  font-size: 30px;
  color: #f63641;
}
[data-dpr="2"] .details-link-box .go-home-box a .iconfont {
  font-size: 60px;
}
[data-dpr="3"] .details-link-box .go-home-box a .iconfont {
  font-size: 90px;
}
.details-link-box .link-btn-box {
  margin-left: 1.5625rem;
  padding: 0.3125rem 0.078125rem;
}
.details-link-box .link-btn-box > div {
  float: right;
  width: 100%;
  height: 0.9375rem;
  padding: 0 0.078125rem;
}
.details-link-box .link-btn-box > div a {
  display: block;
  width: 100%;
  height: 100%;
  height: 0.9375rem;
  font-size: 0.375rem;
  line-height: 1;
  padding: 0.3125rem 0;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 0.15625rem;
  -moz-border-radius: 0.15625rem;
  border-radius: 0.15625rem;
  background: -moz-linear-gradient(top, #f63641, #f54d23);
  background: -webkit-gradient(linear, top, from(#f63641), to(#f54d23));
  background: -webkit-linear-gradient(top, #f63641, #f54d23);
  background: -o-linear-gradient(top, #f63641, #f54d23);
}
/*=== details end ===*/

        
        
        
        
        