@import "normalize.css";
@import "player.css";
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 6px;
  line-height: 1.25;
  color: #777;
  background-color: #fff;
  border: 1px solid #ccc;
}
.pagination li:hover {
  z-index: 2;
  color: #515151;
  text-decoration: none;
  background-color: #e9ecef;
}
.pagination li:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination li:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li.active {
  z-index: 1;
  color: #fff;
  background-color: #D6000F;
  border-color: #D6000F;
}
.pagination li.disabled {
  color: #999;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-success {
  color: darkgreen;
}
.text-warning {
  color: darkorange;
}
.text-danger {
  color: red;
}
.text-info {
  color: dodgerblue;
}
.hide {
  display: none;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html,
body,
input,
textarea,
select {
  font-family: 'Segoe UI', Tahoma, 'PingFang SC', 'Microsoft YaHei', Geneva, Verdana, sans-serif;
}
html,
body {
  line-height: 1.2857;
  font-size: 14px;
}
body {
  min-width: 1200px;
  color: #555;
  background: #f8f8f8;
}
.pure-g {
  margin: 0 auto;
  width: 1200px;
}
input:focus {
  outline: none;
}
button {
  position: relative;
  vertical-align: middle;
}
button:focus {
  outline: none;
}
button.btn {
  height: 2.57143em;
  background: #fff;
  border: 1px solid #999;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
button.btn.primary {
  color: #fff;
  background: #D6000F;
  border: none;
}
button.btn.primary[disabled]:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
button.btn-round {
  border-radius: 3px;
}
button.btn-circle {
  padding: 0 1.5em;
  border-radius: 1.2857em;
}
button[disabled]:after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  background: rgba(255, 255, 255, 0.75);
}
::-webkit-input-placeholder {
  color: #ccc;
}
[ng-cloak] {
  display: none;
}
.kl {
  font-size: 1em!important;
}
.nonebreak {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cf:after {
  clear: both;
}
.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pop {
  margin: 60px auto 0;
  padding: 30px;
  width: 460px;
  background: #fff;
}
.pop-header {
  position: relative;
  padding-right: 1em;
  font-size: 32px;
  color: #D6000F;
}
.pop-header a {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  text-decoration: none;
}
.pop-body {
  padding: 15px 0 30px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  font-size: 16px;
}
.pop-body p {
  margin: 2em 0;
}
.pop-body input {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
}
.pop-footer button {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
}
a {
  color: #555;
  text-decoration: none;
}
header {
  height: 120px;
  background: #fff;
}
header #logo {
  display: block;
  width: 250px;
  height: 120px;
  text-indent: 250px;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat 0 50%;
}
header #header {
  padding-top: 42px;
  text-align: right;
}
header #header button.btn {
  border-color: #ccc;
}
header #header button.btn:hover {
  border-color: #D6000F;
}
header #header .my,
header #header .my-shoppingcart {
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #D6000F;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
header #header .my:hover i.kl.kl-bottom,
header #header .my-shoppingcart:hover i.kl.kl-bottom {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
header #header .my:hover .drop-menu,
header #header .my-shoppingcart:hover .drop-menu {
  display: initial;
}
header #header .my.notempty:after,
header #header .my-shoppingcart.notempty:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #D6000F;
  border-radius: 50%;
}
header #header .my i.kl,
header #header .my-shoppingcart i.kl {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 18px!important;
  color: #fff;
  vertical-align: middle;
  background: #ccc;
  border-radius: 50%;
}
header #header .my i.kl.kl-bottom,
header #header .my-shoppingcart i.kl.kl-bottom {
  display: inline-block;
  width: auto;
  color: #999;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
header #header .drop-menu {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  padding: 10px 0;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
}
header #header .drop-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #header .drop-menu li {
  height: 40px;
  line-height: 40px;
}
header #header .drop-menu li:hover {
  background: #f8f8f8;
}
header #header .drop-menu a {
  display: block;
  padding: 0 20px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
header #header .drop-menu i.kl {
  display: inline-block;
  margin-right: 0.5em;
  width: auto;
  line-height: 40px;
  font-size: 17px!important;
  color: #999;
  vertical-align: top;
  background: transparent;
  border-radius: 0;
}
.home {
  height: 560px;
  overflow: hidden;
  background: url(../images/home.jpg) no-repeat 50%;
}
.home.home-login .slogan {
  margin-top: -560px;
}
.home .slogan {
  padding-top: 175px;
  height: 560px;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.home .slogan big {
  display: block;
  font-size: 60px;
  font-weight: 700;
}
.home .slogan small {
  display: block;
  margin: 1em auto 0;
  width: 640px;
  font-size: 20px;
}
.search-panel {
  margin: 0 auto;
  width: 1000px;
}
.search-panel .welcome {
  margin-top: 50px;
  font-size: 20px;
  color: #999;
}
.search-panel .search-container {
  position: relative;
  margin: 40px 0 50px;
  padding: 30px;
  font-size: 16px;
  background: #fff;
  zoom: 1;
}
.search-panel .search-container:before,
.search-panel .search-container:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.search-panel .search-container:after {
  clear: both;
}
.search-panel .search-container:before {
  visibility: visible!important;
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 50%;
  width: 1px;
  height: calc(100% - 180px);
  content: "";
  background: #eee;
}
.search-items {
  float: left;
  width: 400px;
}
.search-items:hover .search-footer button {
  background: #D6000F;
}
.search-items .search-header {
  font-size: 32px;
  color: #D6000F;
}
.search-items .search-body {
  padding: 30px 0;
  height: 230px;
}
.search-items .search-body input[type=text],
.search-items .search-body select {
  display: block;
  width: 100%;
}
.search-items .search-body input {
  margin: 0.5em 0;
  padding: 0.5em 0;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
}
.search-items .search-body select {
  margin: 0.5em 0;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #ccc;
}
.search-items .search-body label:first-child i.kl {
  margin-left: 0;
}
.search-items .search-body label i.kl {
  margin-left: 3em;
  color: #ccc;
}
.search-items .search-body label.active {
  color: #D6000F;
}
.search-items .search-body label.active i.kl {
  color: #D6000F;
}
.search-items .search-body input[type=radio] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
}
.search-items .search-footer button {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #999;
}
.search-divide {
  float: left;
  width: 140px;
  min-height: 1px;
  color: #999;
}
.search-divide span {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 2.25;
  background: #fff;
}
.result {
  padding: 50px 0;
}
.result-h2 {
  font-size: 20px;
  zoom: 1;
}
.result-h2:before,
.result-h2:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.result-h2:after {
  clear: both;
}
.result-h2 span {
  display: inline-block;
  font-size: 14px;
}
.result-h2 span.gray {
  margin: 0 0.5em;
  font-size: 20px;
  color: #999;
}
.result-h2 span strong {
  color: #D6000F;
}
.result-h2 a {
  float: right;
  font-size: 16px;
}
.result-container {
  margin-top: 30px;
  padding: 40px;
  background: #fff;
}
.result-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -30px 0 0 -30px;
  zoom: 1;
}
.result-list ul:before,
.result-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.result-list ul:after {
  clear: both;
}
.result-list li {
  float: left;
  margin: 30px 0 0 30px;
  text-align: center;
}
.result-list li:hover .title {
  color: #fff;
  background: #D6000F;
}
.result-list a {
  display: block;
}
.result-list .avatar img {
  display: block;
  width: 200px;
  height: 200px;
  background: #eee;
}
.result-list .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.result-list-parts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -20px;
}
.result-list-parts li {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #eee;
  zoom: 1;
}
.result-list-parts li:before,
.result-list-parts li:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.result-list-parts li:after {
  clear: both;
}
.result-list-parts li:first-child {
  border-top: none;
}
.result-list-parts .avatar,
.result-list-parts .details,
.result-list-parts .suitable,
.result-list-parts .parts-addcart {
  float: left;
}
.result-list-parts .avatar {
  width: 160px;
}
.result-list-parts .avatar img {
  display: block;
  width: 160px;
  height: 160px;
  background: #eee;
}
.result-list-parts .details {
  margin-left: 30px;
  width: 280px;
}
.result-list-parts .details table th,
.result-list-parts .details table td {
  padding: 0.5em 0;
}
.result-list-parts .details table th {
  padding-right: 1em;
  font-weight: 400;
  color: #999;
}
.result-list-parts .suitable {
  margin-left: 30px;
  width: 300px;
}
.result-list-parts .suitable h2 {
  margin: 0;
  padding: 0.4375em 0;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.result-list-parts .suitable-list {
  padding: 12px 20px;
  line-height: 1.75;
  background: #fcfcfc;
  border: 1px dashed #ddd;
}
.result-list-parts .suitable-list a {
  margin-right: 0.75em;
}
.result-list-parts .suitable-list a:hover {
  color: #D6000F;
  text-decoration: underline;
}
.result-list-parts .parts-addcart {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 280px;
  zoom: 1;
}
.result-list-parts .parts-addcart:before,
.result-list-parts .parts-addcart:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.result-list-parts .parts-addcart:after {
  clear: both;
}
.result-list-parts .parts-addcart-input {
  float: right;
  width: 100px;
  zoom: 1;
}
.result-list-parts .parts-addcart-input:before,
.result-list-parts .parts-addcart-input:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.result-list-parts .parts-addcart-input:after {
  clear: both;
}
.result-list-parts .parts-addcart-input input {
  float: left;
  margin: 0;
  width: 80px;
  height: 39px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
}
.result-list-parts .parts-addcart-input input::-webkit-inner-spin-button,
.result-list-parts .parts-addcart-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.result-list-parts .parts-addcart-input button {
  float: left;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.result-list-parts .parts-addcart-input button:last-child {
  margin-top: -1px;
}
.result-list-parts .parts-addcart-input button[disabled]:after {
  display: none;
}
.result-list-parts .parts-addcart-input button i.kl {
  display: inline-block;
  line-height: 18px;
}
.result-list-parts .btn.primary {
  float: right;
  margin-left: 10px;
  padding: 0 1.5em;
  height: 39px;
}
.result-list-parts .btn.primary i.kl {
  margin-right: 0.5em;
}
.shoppingcart-list {
  margin-top: 30px;
  background: #fff;
}
.shoppingcart-list table {
  width: 100%;
  text-align: left;
}
.shoppingcart-list th,
.shoppingcart-list td {
  padding: 0 15px;
}
.shoppingcart-list thead {
  line-height: 70px;
  color: #999;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.shoppingcart-list tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.shoppingcart-list tbody img {
  float: right;
  width: 120px;
  height: 120px;
}
.shoppingcart-list tbody .quantity input,
.shoppingcart-list tbody .quantity button {
  background: #fff;
  border: none;
}
.shoppingcart-list tbody .quantity input {
  width: 35px;
  text-align: center;
}
.shoppingcart-list tbody .quantity input::-webkit-inner-spin-button,
.shoppingcart-list tbody .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.shoppingcart-list tbody .quantity button {
  font-size: 20px;
}
.shoppingcart-list tbody a {
  color: #D6000F;
  text-decoration: underline;
}
.shoppingcart-list tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.shoppingcart-list tfoot td button {
  padding: 0 1.5em;
  height: 50px;
  font-size: 16px;
  border-radius: 3px;
}
.shoppingcart-list tfoot td button i.kl {
  margin-right: 0.25em;
}
.product {
  padding: 40px 0;
}
.product-info {
  height: 20px;
  zoom: 1;
}
.product-info:before,
.product-info:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-info:after {
  clear: both;
}
.product-avatar {
  float: left;
}
.product-avatar img {
  display: block;
  width: 120px;
  height: 120px;
}
.product-title {
  float: left;
  margin-left: 30px;
  font-size: 28px;
}
.product-section {
  margin-top: 50px;
}
.product-menu {
  margin-left: 150px;
  font-size: 16px;
}
.product-menu a {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 1.25em;
  height: 50px;
  line-height: 50px;
  color: #999;
  background: #e6e6e6;
}
.product-menu a.active {
  color: #D6000F;
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
.product-container {
  position: relative;
  margin-top: 20px;
  padding: 40px;
  background: #fff;
  zoom: 1;
}
.product-container:before,
.product-container:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-container:after {
  clear: both;
}
.product-tab-header {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.product-tab-header button {
  margin-left: 1px;
  padding: 0 1.5em;
  height: 40px;
  color: #999;
  background: #eee;
  border: none;
}
.product-tab-header button.active {
  color: #fff;
  background: #D6000F;
}
.product-tab-header i.kl {
  font-size: 17px!important;
}
.product-explosionmap {
  float: left;
}
.product-explosionmap-container {
  position: relative;
}
.product-explosionmap-container:hover .product-parts-item {
  display: initial;
}
.product-explosionmap-container:hover .product-parts-item:hover {
  opacity: 0.8 !important;
}
.product-explosionmap-container img {
  display: block;
  margin: 0 auto;
  width: 1120px;
}
.product-parts-item {
  display: none;
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #D6000F;
  border-radius: 50%;
  box-shadow: 0 0 0.5em #D6000F;
  cursor: pointer;
  opacity: 0.15;
}
.product-explosion-paginate {
  font-size: 24px;
  color: #999;
  text-align: center;
}
.product-explosion-paginate i.kl {
  display: inline-block;
  font-size: 60px!important;
  color: #D6000F;
  vertical-align: middle;
  cursor: pointer;
}
.product-explosion-paginate i.kl.disabled {
  pointer-events: none;
  color: #999;
  opacity: 0.25;
}
.product-explosion-paginate .dots {
  display: inline-block;
  margin: 0 0.25em;
  width: 2em;
  height: 2em;
  line-height: calc(2em - 2px);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.product-explosion-paginate .dots.active {
  color: #fff;
  background-color: #D6000F;
  border-color: #D6000F;
}
.product-explosion-paginate span {
  display: inline-block;
  vertical-align: middle;
}
.product-partslist {
  clear: both;
  padding-top: 30px;
}
.product-partslist table {
  width: 100%;
}
.product-partslist thead {
  line-height: 50px;
  color: #999;
  background: #f8f8f8;
}
.product-partslist th,
.product-partslist td {
  text-align: left;
}
.product-partslist td {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.product-partslist tbody tr:hover {
  background: #fcfcfc;
}
.product-partslist img {
  display: block;
  width: 80px;
  height: 80px;
}
.product-partslist .parts-addcart {
  margin-top: 0.75em;
  zoom: 1;
}
.product-partslist .parts-addcart:before,
.product-partslist .parts-addcart:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-partslist .parts-addcart:after {
  clear: both;
}
.product-partslist .parts-addcart-input {
  float: left;
  width: 100px;
  zoom: 1;
}
.product-partslist .parts-addcart-input:before,
.product-partslist .parts-addcart-input:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-partslist .parts-addcart-input:after {
  clear: both;
}
.product-partslist .parts-addcart-input input {
  float: left;
  margin: 0;
  width: 80px;
  height: 39px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
}
.product-partslist .parts-addcart-input input::-webkit-inner-spin-button,
.product-partslist .parts-addcart-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-partslist .parts-addcart-input button {
  float: left;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.product-partslist .parts-addcart-input button:last-child {
  margin-top: -1px;
}
.product-partslist .parts-addcart-input button[disabled]:after {
  display: none;
}
.product-partslist .parts-addcart-input button i.kl {
  display: inline-block;
  line-height: 18px;
}
.product-partslist .btn.primary {
  float: left;
  margin-left: 10px;
  padding: 0 1.5em;
  height: 39px;
}
.product-partslist .btn.primary i.kl {
  margin-right: 0.5em;
}
.product-document-list table {
  width: 100%;
}
.product-document-list thead {
  line-height: 50px;
  color: #999;
  background: #f8f8f8;
}
.product-document-list th,
.product-document-list td {
  text-align: left;
}
.product-document-list th {
  padding: 0 1.5em;
}
.product-document-list td {
  padding: 1em 1.5em;
  border-bottom: 1px solid #eee;
}
.product-document-list tbody tr:hover {
  background: #fcfcfc;
}
.product-document-list i.kl {
  font-size: 20px!important;
  color: #D6000F;
}
.product-videos h2,
.product-pictures h2 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #999;
}
.product-pictures {
  margin-top: 30px;
}
.product-media-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -30px 0 0 -30px;
  zoom: 1;
}
.product-media-list ul:before,
.product-media-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-media-list ul:after {
  clear: both;
}
.product-media-list li {
  float: left;
  margin: 30px 0 0 30px;
  width: 200px;
}
.product-media-list li:hover .avatar-mask {
  opacity: 1;
}
.product-media-list li:hover .avatar a {
  opacity: 0.8;
}
.product-media-list li:hover .avatar a:nth-child(3) {
  margin-left: -30px;
}
.product-media-list li:hover .avatar a:nth-child(4) {
  margin-left: 30px;
}
.product-media-list li:hover .avatar a:hover .kl {
  color: #D6000F;
}
.product-media-list li:hover .title {
  color: #D6000F;
}
.product-media-list a {
  display: block;
}
.product-media-list .avatar {
  position: relative;
}
.product-media-list .avatar img {
  display: block;
  width: 100%;
  height: 120px;
  background: #eee;
}
.product-media-list .avatar-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.product-media-list .avatar a {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.75em !important;
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.product-media-list .avatar a .kl {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.product-media-list .title {
  margin-top: 0.5em;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.product-faq-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-faq-list li {
  padding: 2em 0;
  line-height: 1.5;
  border-top: 1px solid #ddd;
}
.product-faq-list li:first-child {
  padding-top: 0;
  border-top: none;
}
.product-faq-list li .question,
.product-faq-list li .answer {
  position: relative;
  padding-left: 40px;
}
.product-faq-list li .question i.kl,
.product-faq-list li .answer i.kl {
  position: absolute;
  top: -0.1em;
  left: 0;
  line-height: 1;
  font-size: 28px!important;
  font-weight: 400;
  color: #bbb;
}
.product-faq-list li .question {
  font-size: 1.142857em;
  font-weight: 600;
}
.product-faq-list li .answer {
  margin-top: 0.75em;
}
.product-faq-list li .answer p {
  margin: 0.5em 0;
}
.product-faq-list li .answer p:last-child {
  margin-bottom: 0;
}
.product-faq-list li .answer a {
  color: #D6000F;
  text-decoration: underline;
}
.product-faq-list .pagination {
  margin-top: 30px;
  text-align: center;
}
.product-faq-list .pagination a {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0 0.75em;
  line-height: 2em;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.product-faq-list .pagination a:hover {
  color: #D6000F;
  border-color: #D6000F;
}
.product-faq-list .pagination a.active {
  pointer-events: none;
  color: #fff;
  background: #D6000F;
  border-color: #D6000F;
}
.pop-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pop-parts {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 640px;
}
.pop-parts .pop-body {
  font-size: 15px;
}
.pop-parts .pop-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pop-parts .pop-body li {
  margin-top: 30px;
  padding: 0 20px;
  zoom: 1;
}
.pop-parts .pop-body li:before,
.pop-parts .pop-body li:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pop-parts .pop-body li:after {
  clear: both;
}
.pop-parts .pop-body li:first-child {
  margin-top: 0;
}
.pop-parts .pop-body .parts-avatar {
  float: left;
  width: 160px;
}
.pop-parts .pop-body .parts-avatar img {
  display: block;
  width: 100%;
  height: 160px;
  background: #eee;
}
.pop-parts .pop-body .parts-details {
  float: left;
  margin-left: 30px;
  width: 330px;
}
.pop-parts .pop-body table th,
.pop-parts .pop-body table td {
  padding: 0.25em 0;
}
.pop-parts .pop-body table th {
  padding-right: 1em;
  font-weight: 400;
  color: #999;
}
.pop-parts .pop-body .parts-addcart {
  margin-top: 0.75em;
  zoom: 1;
}
.pop-parts .pop-body .parts-addcart:before,
.pop-parts .pop-body .parts-addcart:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pop-parts .pop-body .parts-addcart:after {
  clear: both;
}
.pop-parts .pop-body .parts-addcart-input {
  float: left;
  width: 100px;
  zoom: 1;
}
.pop-parts .pop-body .parts-addcart-input:before,
.pop-parts .pop-body .parts-addcart-input:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pop-parts .pop-body .parts-addcart-input:after {
  clear: both;
}
.pop-parts .pop-body .parts-addcart-input input {
  float: left;
  margin: 0;
  width: 80px;
  height: 39px;
  text-align: center;
  border-width: 1px 0 1px 1px;
}
.pop-parts .pop-body .parts-addcart-input input::-webkit-inner-spin-button,
.pop-parts .pop-body .parts-addcart-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.pop-parts .pop-body .parts-addcart-input button {
  float: left;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.pop-parts .pop-body .parts-addcart-input button:last-child {
  margin-top: -1px;
}
.pop-parts .pop-body .parts-addcart-input button[disabled]:after {
  display: none;
}
.pop-parts .pop-body .parts-addcart-input button i.kl {
  display: inline-block;
  line-height: 18px;
}
.pop-parts .pop-body .btn.primary {
  float: left;
  margin-left: 10px;
  padding: 0 1.5em;
  height: 39px;
}
.pop-video {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 800px;
}
.pop-video .pop-header {
  font-size: 28px;
  color: #555;
}
.pop-video .pop-body {
  padding: 15px 0 0!important;
}
.pop-video .pop-body .dplayer-video-wrap {
  max-height: calc(100vh - 135px) !important;
}
.pop-video .pop-body video {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 740px!important;
  max-height: calc(100vh - 135px) !important;
  object-fit: fill;
}
.pop-contact {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 600px;
}
.pop-contact .pop-header {
  color: #555;
}
.pop-contact .pop-body p {
  margin: 0.5em 0;
}
.my-menu {
  margin-right: 40px;
  padding: 50px 0;
}
.my-menu h2 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 400;
}
.my-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-menu li {
  line-height: 40px;
  border-radius: 3px;
}
.my-menu li.active {
  background: #D6000F;
}
.my-menu li.active a {
  color: #fff;
}
.my-menu li.active i.kl {
  color: #fff;
}
.my-menu li a {
  display: block;
  padding: 0 20px;
}
.my-menu li i.kl {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  font-size: 17px!important;
  color: #999;
}
.my-order {
  padding: 50px 0;
}
.my-order h2 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 400;
}
.my-order-list {
  padding: 20px 40px 40px;
  background: #fff;
}
.my-order-list .page {
  padding-top: 30px;
}
.my-order table {
  width: 100%;
  text-align: left;
}
.my-order th,
.my-order td {
  padding: 0 0.75em;
}
.my-order thead {
  border-bottom: 2px solid #ddd;
}
.my-order thead th {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #999;
}
.my-order tbody td {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.my-order tbody a {
  text-decoration: underline;
}
.my-order-goods img {
  float: right;
  height: 100px;
  background: #eee;
}
.my-password {
  padding: 20px 40px;
  background: #fff;
}
.my-password .form-control {
  margin: 2.5em 0;
}
.my-password label {
  color: #999;
}
.my-password input {
  display: block;
  margin-top: 0.25em;
  padding: 0.5em;
  width: 200px;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
}
.my-password input[disabled] {
  color: #999;
  background: #fff;
  border-color: #eee;
}
.my-password input[type=password] {
  width: 300px;
}
.my-password button {
  padding: 0 2em;
  height: 40px;
  border-radius: 3px;
}
.page {
  padding-top: 40px;
}
.page .pagination {
  margin: 0;
}
.empty {
  padding-top: 60px;
  text-align: center;
}
.empty i.kl {
  display: block;
  margin: 0 auto 0.2em;
  font-size: 5em!important;
  color: #999;
}
footer {
  padding: 1.5em 0;
  overflow: hidden;
  color: #999;
  text-align: center;
  background: #fff;
}
#gotop {
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: 620px;
  width: 60px;
  font-size: 3em;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#gotop a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
