html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: inherit;
}
img {
  vertical-align: top;
}
button,
input {
  border: none;
  background-color: transparent;
}
ul,
ol,
li {
  list-style: none;
}
em {
  font-style: normal;
}
body {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-family: Microsoft Yahei, PingFangSC-Regular, arial, sans-serif;
}
.layout {
  width: 90%;
  min-width: 999px;
  margin: 0 auto;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.w-h-full {
  width: 100%;
  height: 100%;
}
.light {
  color: red;
}
.btn {
  position: relative;
  display: inline-block;
  height: 32px;
  padding: 0 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5;
  font-size: 14px;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn:active,
.btn:focus {
  outline: 0;
}
.btn:hover {
  color: #259;
  background-color: #fff;
  border-color: #259;
}
.btn-primary {
  color: #fff;
  background-color: #259;
  border-color: #259;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #1b72e6;
  border-color: #1b72e6;
}
.btn-primary:active {
  color: #fff;
  background-color: #204e8d;
  border-color: #204e8d;
}
.btn-bg-ghsot {
  color: #fff;
  background: transparent!important;
  border-color: #fff;
}
.btn-bg-ghsot.btn-primary {
  color: #259;
  background-color: transparent;
  border-color: #259;
  text-shadow: none;
}
#topbar {
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 87px;
  padding: 16px 0;
}
.topbar-main .main-left {
  position: relative;
  height: 55px;
  line-height: 64px;
}
.topbar-main .main-left-logo {
  display: inline-block;
  width: 180px;
  height: 55px;
}
.topbar-main .main-left-subtitle {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.topbar-main .main-left-subtitle:hover {
  color: red;
}
.topbar-main .main-left-subtitle::before {
  content: "|";
  position: absolute;
  left: -14px;
  top: 2px;
  width: 1px;
  height: 100%;
  font-size: 0;
  background-color: #999;
}
#position {
  position: relative;
  margin: 16px 0;
}
.position-main {
  color: #999;
}
.position-main a {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.position-main a::after {
  content: ">";
  position: absolute;
  right: -18px;
  color: #999;
}
.position-main a:hover {
  color: red;
}
#nav {
  position: relative;
  height: 46px;
  background-color: #259;
}
#nav .main {
  width: 100%;
}
#header {
  position: relative;
  margin: 16px 0;
}
.header-main {
  height: 50px;
  line-height: 50px;
}
.header-main .header-left h1 {
  display: inline-block;
  margin: 0 0 0 10px;
}
#bdcs {
  position: relative;
  height: 40px;
  width: auto;
}
.bdcs-main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  font-family: Arial, SimSun, sans-serif;
}
.bdcs-main .bdcs-search-form-input {
  width: 300px;
  text-indent: 10px;
  margin-right: 16px;
  color: #000;
  border: 1px solid #ccc;
}
.bdcs-main .bdcs-search-form-submit,
.bdcs-main .bdcs-search-form-input {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  height: inherit;
}
.bdcs-main .bdcs-search-form-submit {
  width: 52px;
  color: #fff;
  background-color: #09c;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.bdcs-main .bdcs-search-form-submit:hover,
.bdcs-main .bdcs-search-form-submit:focus {
  background-color: #0bade2;
}
.bdcs-main .bdcs-search-form-submit:active {
  background-color: #0a799e;
}
#serial-price {
  position: relative;
  margin-top: 24px;
}
.serial-price-main {
  width: 100%;
}
.serial-price-main .main-left {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 75%;
  flex: 3 1 75%;
  margin-right: 40px;
}
.serial-price-main .main-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 280px;
}
.serial-price-main .serial-price-info {
  margin-bottom: 40px;
  height: 150px;
}
.serial-price-main .serial-price-info .info-left {
  margin-right: 30px;
  width: 200px;
  height: 150px;
  background-color: #ccc;
  overflow: hidden;
}
.serial-price-main .serial-price-info .info-left img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.serial-price-main .serial-price-info .info-left img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.serial-price-main .serial-price-info .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.serial-price-main .serial-price-info .info-right .info-title {
  font-size: 20px;
}
.serial-price-main .serial-price-info .info-right .price-list {
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}
.serial-price-main .serial-price-info .info-right .price-list-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.serial-price-main .serial-price-info .info-right .price-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.serial-price-main .serial-price-info .info-right .price-list-item p strong {
  font-size: 18px;
}
.serial-price-main .serial-price-info .info-right .btn {
  padding: 10px 50px;
  height: auto;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.serial-price-main .module {
  position: relative;
  padding-top: 20px;
}
.serial-price-main .module .module-top {
  border-bottom: 1px solid #ddd;
}
.serial-price-main .module .module-title {
  position: relative;
  font-size: 20px;
  padding: 8px 0;
  color: #259;
}
.serial-price-main .module .module-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #09c;
}
.serial-price-main .module .module-top-right .btn {
  padding: 0 8px;
  margin-left: 4px;
  border-radius: 0;
}
.serial-price-main .module .module-list .list-item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.serial-price-main .module .module-model-price .list-item-left {
  height: 105px;
  width: 140px;
  overflow: hidden;
}
.serial-price-main .module .module-model-price .list-item-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.serial-price-main .module .module-model-price .list-item-middle .list-item-info {
  text-align: left;
  overflow: hidden;
}
.serial-price-main .module .module-model-price .list-item-middle .list-item-bottom-right {
  width: 120px;
  text-align: right;
}
.serial-price-main .module .module-model-price .list-item-middle .list-item-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.serial-price-main .module .module-model-price .list-item-middle .info-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.serial-price-main .module .module-model-price .list-item-middle .info-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.serial-price-main .module .module-model-price .list-item-middle .info-item p {
  font-size: 16px;
}
.serial-price-main .module .module-model-price .list-item-middle .info-item p span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
  background-color: red;
  margin-left: 4px;
}
.serial-price-main .module .module-model-price .list-item-middle .info-item p strong {
  font-size: 18px;
}
.serial-price-main .module .module-dealer .list-item {
  width: 50%;
}
.serial-price-main .module .module-dealer .list-item .list-item-title {
  margin-bottom: 16px;
  font-size: 18px;
}
.serial-price-main .module .module-dealer .list-item .list-item-title a:hover {
  color: red;
}
.serial-price-main .module .module-dealer .list-item .list-item-title span {
  display: inline-block;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 14px;
  color: #Fff;
  background-color: #09c;
}
.serial-price-main .module .module-dealer .list-item p {
  margin: 4px 0;
  padding-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.serial-price-main .module .module-dealer .list-item p span {
  color: #09c;
}
.serial-price-main .module .module-dealer .list-item p span.tel {
  color: #ff796c;
}
.serial-price-main .module .module-dealer .list-item p span.address {
  color: #666;
}
.serial-price-main .main-right {
  width: 300px;
}
.serial-price-main .main-right .serial-same-level dt {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}
.serial-price-main .main-right .serial-same-level dd a {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.serial-price-main .main-right .serial-same-level dd span {
  display: inline-block;
  vertical-align: middle;
}
.serial-price-main .main-right .serial-same-level dd .serial-name {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.serial-price-main .main-right .serial-same-level dd .serial-price {
  color: #999;
}
