@charset "utf-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url('font-awesome.css');
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * z-index列表
 */
html,
body {
  font-family: "Microsoft YaHei";
  background-color: #f8f8f8;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
/**
 * 通用标签
 */
a {
  text-decoration: none;
  color: #e87e0d;
}
a:focus {
  outline: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  font-size: 0;
}
ul li {
  font-size: 14px;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
button:focus {
  outline: none;
}
img {
  vertical-align: bottom;
}
/**
 * 通用类
 */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-right img {
	width:124px;
	height: 124px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.dialog {
  display: none;
}
.overflow-x {
  overflow-x: hidden;
}
.overflow-y {
  overflow-y: hidden;
}
/**
 * mixins
 */
.mixin-fontSize0 {
  -webkit-text-size-adjust: none;
  font-size: 0;
}
.bs-container .bs-w1000 {
  width: 1000px;
  margin: 0 auto;
}
.bs-container .bs-header {
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.bs-container .bs-header .logo {
  display: block;
  float: left;
  /*width: 270px;*/
  height: 70px;
}
.bs-container .bs-header .menu {
  float: right;
  width: 686px;
  padding-top: 20px;
}
.bs-container .bs-header .menu li {
  float: left;
  width: 98px;
  text-align: center;
}
.bs-container .bs-header .menu li a {
  color: #000;
  line-height: 24px;
}
.bs-container .bs-header .menu li a em {
  font-style: normal;
  color: #333;
  font-size: 12px;
}
.bs-container .bs-content-wrapper .bs-rollpic {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.bs-container .bs-content-wrapper .bs-rollpic li {
  height: 400px;
  float: left;
  width: 100%;
}
.bs-container .bs-content-wrapper .bs-rollpic .slide1 {
  background: url("../images/bigimg.jpg") no-repeat top center;
}
.bs-container .bs-content-wrapper .bs-rollpic .slide2 {
  background: url("../images/bigimg.jpg") no-repeat top center;
}
.bs-container .bs-content-wrapper .bs-rollpic .slide3 {
  background: url("../images/bigimg.jpg") no-repeat top center;
}
.bs-container .bs-content-wrapper .bx-wrapper .bx-loading {
  display: none !important;
}
.bs-container .bs-content-wrapper .bx-wrapper .bx-viewport {
  padding: 0 20px 20px 0;
}
.bs-container .bs-content-wrapper .bs-listpic {
  width: 100%;
  height: 400px;
}
.bs-container .bs-content-wrapper .bs-newspic {
  width: 100%;
  height: 400px;
}
.bs-container .bs-content-wrapper .banner1 {
  background: url("../images/banner1.png") no-repeat top center;
}
.bs-container .bs-content-wrapper .banner2 {
  background: url("../images/banner2.png") no-repeat top center;
}
.bs-container .bs-content-wrapper .about {
  background: url("../images/3.png") repeat top center;
}
.bs-container .bs-content-wrapper .contact {
  background: url("../images/4.png") repeat top center;
  background-size: auto 400px;
}
.bs-container .bs-content-wrapper .service {
  background: url("../images/1.png") no-repeat top center;
}
.bs-container .bs-content-wrapper .banner4 {
  background: url("../images/banner4.png") no-repeat top center;
}
.bs-container .bs-content-wrapper .news {
  background: url("../images/2.png") repeat top center;
}
.bs-container .bs-content-wrapper .drug {
  width: 100%;
  height: 400px;
  background: url("../images/3.png") repeat top center;
}
.bs-container .bs-content-wrapper .bs-newslist {
  margin-top: 40px;
  padding-bottom: 24px;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list {
  background: #fff;
  margin-bottom: 10px;
  padding: 30px 0;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-img {
  float: left;
  width: 317px;
  height: 168px;
  background: #f8f8f8;
  margin: 0 30px;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-img img {
  width: 317px;
  height: 168px;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-info {
  float: left;
  width: 550px;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-info h3 {
  padding: 18px 0 9px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-info h3 a {
  color: #333;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-info p {
  margin: 0 0 10px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.bs-container .bs-content-wrapper .bs-newslist .m-list .list-info span {
  display: inline-block;
  padding-right: 15px;
}
.bs-container .bs-content-wrapper .bs-newscont {
  margin: 55px auto 110px;
  padding: 45px;
  background: #fff;
}
.bs-container .bs-content-wrapper .bs-newscont .contlist ul li {
  width: 20%;
  float: left;
  background: #f8f8f8;
  line-height: 50px;
  text-align: center;
  color: #242424;
  cursor: pointer;
}
.bs-container .bs-content-wrapper .bs-newscont .contlist ul .on {
  background: #008adb;
  color: #fff;
}
.bs-container .bs-content-wrapper .bs-newscont .continfo {
  padding: 35px 0 0 0;
}
.bs-container .bs-content-wrapper .bs-newscont .continfo .m-info {
  display: none;
}
.bs-container .bs-content-wrapper .bs-newscont .continfo .m-info p {
  margin: 0;
  line-height: 30px;
  color: #414141;
}
.bs-container .bs-content-wrapper .bs-newscont .continfo .m-info .txt-d {
  text-indent: 2em;
}
.bs-container .bs-content-wrapper .m-cont {
  padding-bottom: 45px;
}
.bs-container .bs-content-wrapper .m-cont .bs-title {
  width: 360px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
.bs-container .bs-content-wrapper .m-cont .bs-title h2 {
  position: relative;
  z-index: 2;
  width: 150px;
  background: #f8f8f8;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 24px;
  line-height: 32px;
}
.bs-container .bs-content-wrapper .m-cont .bs-title h2 em {
  color: #333;
  font-size: 16px;
  font-style: normal;
}
.bs-container .bs-content-wrapper .m-cont .bs-title .u-line {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  top: 50%;
}
.bs-container .bs-content-wrapper .bs-product .m-pro {
  width: 316px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 12px 17px 21px rgba(0, 0, 0, 0.03);
          box-shadow: 12px 17px 21px rgba(0, 0, 0, 0.03);
  padding: 30px 0;
}
.bs-container .bs-content-wrapper .bs-product .m-pro .m-pro-img {
  margin: 0 auto;
  background: #f6f6f6;
  width: 60px;
  height: 60px;
  padding: 28px;
  border-radius: 50%;
}
.bs-container .bs-content-wrapper .bs-product .m-pro .m-pro-img img {
  width: 60px;
  height: 60px;
}
.bs-container .bs-content-wrapper .bs-product .m-pro h3 {
  color: #333;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 25px 0 10px 0;
}
.bs-container .bs-content-wrapper .bs-product .m-pro p {
  margin: 0 20px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #333;
  font-size: 15px;
}
.bs-container .bs-content-wrapper .bs-product .m-pro a {
  display: block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  color: #666;
  text-align: center;
  margin: 20px auto 0;
  border: 1px solid #d4d4d4;
}
.bs-container .bs-content-wrapper .bs-solution {
  background: #fff;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution {
  padding-bottom: 60px;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution .m-solution-img {
  -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.08);
  float: left;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution .m-solution-img img {
  width: 317px;
  height: 168px;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution .m-solution-info {
  width: 640px;
  height: 168px;
  overflow: hidden;
  float: right;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution .m-solution-info h3 {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  padding: 26px 0 10px;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution .m-solution-info p {
  line-height: 24px;
  margin: 0;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution:nth-of-type(2n-1) .m-solution-img {
  float: right;
}
.bs-container .bs-content-wrapper .bs-solution .m-solution:nth-of-type(2n-1) .m-solution-info {
  float: left;
}
.bs-container .bs-content-wrapper .bs-solution .solution-more {
  width: 236px;
  height: 53px;
  margin: 0 auto;
  -webkit-box-shadow: 12px 17px 21px rgba(0, 0, 0, 0.03);
          box-shadow: 12px 17px 21px rgba(0, 0, 0, 0.03);
}
.bs-container .bs-content-wrapper .bs-solution .solution-more a {
  display: block;
  text-align: center;
  background: #008adb;
  font-size: 20px;
  line-height: 53px;
  color: #fff;
  border-radius: 5px;
}
.bs-container .bs-content-wrapper .bs-solution .bs-title h2 {
  background: #fff;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-date {
  float: left;
  width: 80px;
  height: 80px;
  border: 2px solid #e7e7e7;
  text-align: center;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-date span {
  display: block;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-date .year {
  color: #333;
  font-size: 31px;
  line-height: 40px;
  padding-top: 8px;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-date .day {
  color: #333;
  font-size: 16px;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-info {
  float: right;
  width: 768px;
  color: #333;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-info h3 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-info h3 a {
  color: #333;
}
.bs-container .bs-content-wrapper .bs-news .m-news .news-info p {
  line-height: 25px;
  margin: 0;
  height: 50px;
  overflow: hidden;
}
.bs-container .bs-content-wrapper .bs-case {
  background: #fff;
}
.bs-container .bs-content-wrapper .bs-case .case-img {
  width: 956px;
  margin: 0 auto;
}
.bs-container .bs-content-wrapper .bs-case .case-img .m-case {
  float: left;
  padding: 0 5px 0 4px;
}
.bs-container .bs-content-wrapper .bs-case .case-img .m-case img {
  width: 150px;
  height: 96px;
}
.bs-container .bs-content-wrapper .bs-case .bs-title {
  padding: 40px 0 30px;
}
.bs-container .bs-content-wrapper .bs-case .bs-title h2 {
  background: #fff;
}
.bs-container .bs-footer {
  background: #242424;
  padding: 30px 0 40px;
}
.bs-container .bs-footer h3 {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
}
.bs-container .bs-footer .footer-cont span {
  float: left;
  color: #008adb;
  font-size: 26px;
  line-height: 40px;
}
.bs-container .bs-footer .footer-cont ul {
  width: 588px;
  float: left;
  margin: 8px 0 0 20px;
}
.bs-container .bs-footer .footer-cont ul li {
  float: left;
  width: 84px;
  text-align: center;
  line-height: 30px;
}
.bs-container .bs-footer .footer-cont ul li a {
  color: #aaa;
}
.bs-container .bs-footer p {
  color: #666;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 24px;
}
.bs-container .bs-footer p span {
  display: inline-block;
  padding-right: 12px;
  color: #666;
}
#page-drugs .pd-banner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-drugs .pd-content {
  background-color: #ffffff;
  padding: 50px;
  width: 1000px;
  margin: 50px auto;
}
#page-drugs .pd-content .pd-header {
  font-size: 20px;
  color: #333333;
}
#page-drugs .pd-content .pd-header i {
  margin-left: 10px;
  font-style: normal;
  font-size: 12px;
  color: #999999;
}
#page-drugs .pd-content .pd-header i em {
  color: #008adb;
}
#page-drugs .pd-content .pd-search {
  padding-right: 135px;
  position: relative;
  margin-top: 30px;
}
#page-drugs .pd-content .pd-search .fa-search {
  position: absolute;
  left: 20px;
  top: 14px;
}
#page-drugs .pd-content .pd-search input[type="text"] {
  display: block;
  border-radius: 4px;
  background-color: #f8f8f8;
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-drugs .pd-content .pd-search .btn-search {
  border-radius: 4px;
  background-color: #008adb;
  width: 114px;
  height: 40px;
  /* line-height: 40px; */
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
#page-drugs .pd-content .filters {
  margin-top: 22px;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
}
#page-drugs .pd-content .filters .item {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#page-drugs .pd-content .filters .item .title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-left: 16px;
  width: 103px;
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
  border-right: 1px solid #f1f1f1;
}
#page-drugs .pd-content .filters .item .title span {
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
#page-drugs .pd-content .filters .item ul {
  padding-top: 18px;
  padding-bottom: 2px;
  padding-left: 162px;
  color: #666666;
}
#page-drugs .pd-content .filters .item ul li {
  float: left;
  margin-bottom: 14px;
  margin-right: 30px;
  cursor: pointer;
}
#page-drugs .pd-content .filters .item ul li.select {
  color: #008adb;
}
#page-drugs .pd-content .pd-goods {
  display: block;
  position: relative;
  padding: 23px 212px 23px 160px;
  border-bottom: solid 1px #f8f8f8;
  min-height: 140px;
}
#page-drugs .pd-content .pd-goods img {
  position: absolute;
  left: 0;
  top: 23px;
  display: block;
  width: 140px;
  height: 140px;
}
#page-drugs .pd-content .pd-goods h2 {
  font-size: 18px;
  color: #333333;
  margin: 15px 0;
}
#page-drugs .pd-content .pd-goods p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
#page-drugs .pd-content .pd-goods p label {
  color: #333333;
}
#page-drugs .pd-content .pd-goods a {
  position: absolute;
  display: block;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 86px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 18px;
}
#page-drugs .pd-content .pd-goods .see-btn {
  background-color: #F4FBFF;
  color: #008adb;
  border: 1px solid #008ADB;
}
#page-drugs .pd-content .pd-goods .pay-see-btn {
  border: 1px solid #f59601;
  color: #f59601;
  background: #fff9ea;
}
#page-drugs .pd-content .pd-goods:last-child {
  border-bottom: none;
}
#page-drugs .pd-content .no-data {
  margin: 20px 0;
}
#page-drugs .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.28);
}
#page-drugs .mask .mask-container {
  padding: 29px 44px 36px 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  opacity: 1;
  font-size: 14px;
  line-height: 1;
}
#page-drugs .mask .mask-container h2 {
  margin: 0 0 40px 0;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#page-drugs .mask .mask-container i {
  top: 8px;
  right: 12px;
  position: absolute;
  font-size: 20px;
  color: #9b9b9b;
  font-style: normal;
  cursor: pointer;
}
#page-drugs .mask .mask-container p {
  margin: 0;
}
#page-drugs .mask .mask-container .mask-body {
  margin: 0 auto;
  width: 274px;
}
#page-drugs .mask .mask-container .mask-body .input-label {
  margin-bottom: 8px;
  display: block;
  color: #333333;
}
#page-drugs .mask .mask-container .mask-body .tel {
  margin-bottom: 15px;
  color: #333333;
}
#page-drugs .mask .mask-container .mask-body .tel .icon {
  margin-left: 10px;
  display: inline-block;
  line-height: 20px;
  padding: 0 6px;
  color: #f50c27;
  background: #ffecee;
  border-radius: 5px;
}
#page-drugs .mask .mask-container .mask-body .pay {
  margin-bottom: 28px;
  color: #333333;
}
#page-drugs .mask .mask-container .mask-body .pay .pay-money {
  color: #f59601;
}
#page-drugs .mask .mask-container .input-wrap {
  margin-bottom: 14px;
}
#page-drugs .mask .mask-container .input-wrap input {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 252px;
  height: 33px;
  border: 1px solid #EEEEEE;
  background-color: #fafcff;
}
#page-drugs .mask .mask-container .tip {
  margin-bottom: 131px;
  font-size: 12px;
  color: #333333;
  
}
#page-drugs .mask .mask-container .money {
  margin-bottom: 40px;
  color: #333333;
}
#page-drugs .mask .mask-container .money label {
  color: #f59601;
}
#page-drugs .mask .mask-container .mask-btn a {
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #f50c27;
  border-radius: 4px;
  width: 276px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
}
#page-drugs .mask .mask-container .btn-wrap {
  width: 276px;
  font-size: 0;
}
#page-drugs .mask .mask-container .btn-wrap a {
  display: inline-block;
  border-radius: 4px;
  width: 127px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #333333;
}
#page-drugs .mask .mask-container .btn-wrap .confirm {
  margin-right: 18px;
  background-color: #F50C27;
  border-color: #F50C27;
  color: #fff;
}
#page-drugs-details .pd-content {
  background-color: #ffffff;
  padding: 30px;
  width: 1000px;
  margin: 50px auto;
}
#page-drugs-details .pd-goods {
  display: block;
  position: relative;
  padding: 23px 0 23px 160px;
  border-bottom: solid 1px #f8f8f8;
  min-height: 140px;
}
#page-drugs-details .pd-goods img {
  position: absolute;
  left: 0;
  top: 23px;
  display: block;
  width: 140px;
  height: 140px;
}
#page-drugs-details .pd-goods h2 {
  font-size: 18px;
  color: #333333;
  margin: 15px 0 10px 0;
}
#page-drugs-details .pd-goods h2 span {
  border: solid 1px #f0c36d;
  border-radius: 4px;
  background-color: #f9edbe;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  font-size: 12px;
  color: #a86722;
  margin-left: 5px;
}
#page-drugs-details .pd-goods .pd-price {
  font-size: 24px;
  color: #fe6d0d;
  margin-bottom: 10px;
}
#page-drugs-details .pd-goods .pd-price i {
  font-size: 14px;
  color: #999999;
  font-style: normal;
  margin-left: 5px;
}
#page-drugs-details .pd-goods p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
#page-drugs-details .pd-goods p label {
  color: #333333;
}
#page-drugs-details .pd-goods:last-child {
  border-bottom: none;
}
#page-drugs-details .pd-details h2 {
  font-size: 22px;
  color: #333333;
  margin: 0 0 30px 0;
}
#page-drugs-details .pd-details p {
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin: 20px;
}
