* {
  box-sizing: border-box;
}

/* 公共样式 start */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.show {
  display: block !important;
}

.font-hidden {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.font-hidden1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.font-hidden2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.uniline-hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 公共样式 end */
body {
  margin: 0 auto;
  --blueColor: #0592f7;
  --blueSkyColor: #e3f4ff;
}

.w {
  max-width: 1200px;
  margin: 0 auto;
}

.active {
  background-color: var(--blueColor) !important;
  color: #ffffff;
}

.selected {
  background-color: lightskyblue !important;
  color: #fff !important;
}

input {
  outline: none;
}

header {
  /* tab栏切换 start */
  /* tab栏切换 end */
}

header .header-top {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

header .header-top nav {
  height: 38px;
  line-height: 38px;
}

header .header-top nav a:nth-child(2) {
  margin-left: 58px;
  color: #2899f8;
}

header .header-top nav a:nth-child(3) {
  margin-left: 20px;
}

header .header-top nav a:nth-child(4) {
  margin-left: 58%;
  padding: 0 10px;
  border-right: 1px solid #999999;
}

header .header-top nav a:nth-child(5) {
  padding: 0 10px;
  border-right: 1px solid #999999;
}

header .header-top nav a:nth-child(6) {
  padding: 0 10px;
}

header .header-log-wrap {
  background-color: #ffffff;
}

header .header-log-wrap .header-logo {
  display: flex;
  height: 140px;
}

header .header-log-wrap .header-logo .header-logo-left {
  display: flex;
  align-items: center;
  width: 458px;
}

header .header-log-wrap .header-logo .header-logo-left h1 {
  margin-right: 20px;
  width: 202px;
  height: 79px;
}

header .header-log-wrap .header-logo .header-logo-left h1 .logo {
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../pc_images/360lj_logo.png) no-repeat center / 100%;
  text-indent: -9999em;
}

header .header-log-wrap .header-logo .header-logo-left span {
  padding-top: 24px;
  font-size: 30px;
  color: #0089cc;
}

header .header-log-wrap .header-logo .header-logo-right {
  display: flex;
  margin-top: 66px;
}

header .header-log-wrap .header-logo .header-logo-right .search-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  border: 2px solid var(--blueColor);
}

header .header-log-wrap .header-logo .header-logo-right .search-wrap .search-icon {
  display: inline-block;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  background: url(../pc_images/search-icon.png) no-repeat center / 100%;
}

header .header-log-wrap .header-logo .header-logo-right .search-wrap input[type="text"] {
  text-indent: 8px;
  width: 390px;
  font-size: 16px;
  height: 100%;
}

header .header-log-wrap .header-logo .header-logo-right .search-wrap input[type="button"] {
  width: 90px;
  height: 40px;
  background-color: var(--blueColor);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}

header .header-log-wrap .header-logo .header-logo-right .search-wrap input[type="button"]:hover {
  cursor: pointer;
}

header .header-log-wrap .header-logo .header-logo-right .quiz {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 40px;
  border: 2px solid var(--blueColor);
  color: var(--blueColor);
  font-size: 16px;
}

header .header-log-wrap .header-logo .header-logo-right .quiz:hover {
  color: #ffffff;
  background-color: var(--blueColor);
}

header .header-tab-wrap {
  background: #fff;
  border-bottom: 2px solid var(--blueColor);
}

header .header-tab-wrap .header-tab-content {
  display: flex;
  flex-wrap: wrap;
}

header .header-tab-wrap .header-tab-content li a {
  margin-left: 10px;
  display: block;
  width: 130px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

header .header-tab-wrap .header-tab-content li a:hover {
  background-color: var(--blueColor);
  color: #ffffff;
}

header .header-tab-wrap .header-tab-content .more-item {
  display: none;
}

main {
  /* 面包屑部分 */
  /* 问答列表部分 start */
  /* 问答列表部分 end */
}

main .crumbs-wrap {
  margin-top: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

main .crumbs-wrap .crumbs-content {
  padding-left: 6px;
  padding-bottom: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
  border-left: 4px solid var(--blueColor);
}

main .crumbs-wrap .crumbs-content a {
  color: inherit;
}

main .faqs-list-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 20px 40px 0px 40px;
  background-color: var(--blueSkyColor);
}

main .faqs-list-wrap a {
  display: flex;
  justify-content: center;
  width: 110px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--blueColor);
}

main .faqs-list-wrap a:hover {
  color: skyblue;
  text-decoration: underline;
}

main .main-container {
  display: flex;
  margin-top: 30px;
  /* 左侧部分 */
  /* 右侧部分 start */
  /* 右侧部分 end */
}

main .main-container .left-wrap {
  width: 808px;
  /* 相关问题 start */
  /* 相关问题 end */
  /* 相关药品部分 start */
  /* 相关药品部分 end */
  /* 相关文章 start */
  /* 相关文章 end */
}

main .main-container .left-wrap .all-problem {
  width: 100%;
  border: 1px solid var(--blueSkyColor);
}

main .main-container .left-wrap .all-problem .title {
  padding-left: 14px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: var(--blueSkyColor);
  color: var(--blueColor);
}

main .main-container .left-wrap .all-problem .content {
  padding: 0px 24px 32px 18px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ededed;
}

main .main-container .left-wrap .all-problem .content .all-problem-item:nth-last-child(1) {
  border-bottom: none;
}

main .main-container .left-wrap .all-problem .content .all-problem-item h2 {
  color: #333333;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .problem-desc,
main .main-container .left-wrap .all-problem .content .all-problem-item .doctor-name,
main .main-container .left-wrap .all-problem .content .all-problem-item .solution,
main .main-container .left-wrap .all-problem .content .all-problem-item .time-and-other,
main .main-container .left-wrap .all-problem .content .all-problem-item .answer-wrap {
  margin-top: 10px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .solution {
  display: flex;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .solution p {
  max-width: 540px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .solution .view-more {
  color: var(--blueColor);
  font-size: 14px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item p,
main .main-container .left-wrap .all-problem .content .all-problem-item span,
main .main-container .left-wrap .all-problem .content .all-problem-item a {
  font-size: 14px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .time-and-other {
  display: flex;
  align-items: center;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .time-and-other .time {
  margin-right: 28px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .time-and-other .other {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #666666;
  margin-right: 10px;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .time-and-other .other:hover {
  background-color: var(--blueColor);
  color: #fff;
  border: none;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .answer-wrap {
  color: #000000;
}

main .main-container .left-wrap .all-problem .content .all-problem-item .answer-wrap .answer-count {
  font-size: 16px;
  color: #fe4500;
}

main .main-container .left-wrap .correlation-drug-wrap {
  margin-top: 20px;
  border: 1px solid var(--blueSkyColor);
}

main .main-container .left-wrap .correlation-drug-wrap .title {
  height: 40px;
  padding-left: 14px;
  line-height: 40px;
  font-size: 16px;
  background-color: var(--blueSkyColor);
  color: var(--blueColor);
}

main .main-container .left-wrap .correlation-drug-wrap .content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 12px;
}

main .main-container .left-wrap .correlation-drug-wrap .content .drug-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  padding: 10px;
  width: 185px;
  height: 350px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(229, 229, 229, 0.84);
}

main .main-container .left-wrap .correlation-drug-wrap .content .drug-item:last-child {
  margin-right: 0;
}

main .main-container .left-wrap .correlation-drug-wrap .content .drug-item .drug-img {
  width: 140px;
  height: 140px;
}

main .main-container .left-wrap .correlation-drug-wrap .content .drug-item .drug-name {
  font-size: 14px;
  color: #000000;
}

main .main-container .left-wrap .correlation-drug-wrap .content .drug-item .drug-price {
  font-size: 20px;
  color: #fe0100;
}

main .main-container .left-wrap .correlation-drug-wrap .content .drug-item .view-detail-btn {
  width: 160px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10px;
  background-color: var(--blueColor);
}

main .main-container .left-wrap .article-wrap {
  margin-top: 24px;
}

main .main-container .left-wrap .article-wrap .recommend-article-title {
  height: 40px;
  padding-left: 14px;
  background-color: var(--blueSkyColor);
  line-height: 40px;
  font-size: 16px;
  color: var(--blueColor);
}

main .main-container .left-wrap .article-wrap .recommend-content {
  padding: 0 18px;
  width: 100%;
  border: 1px solid #e3f5fe;
}

main .main-container .left-wrap .article-wrap .recommend-content .problem-item a .problem-name {
  width: 430px;
  margin-right: 30px;
}

main .main-container .left-wrap .article-wrap .recommend-content .problem-item:nth-last-child(1) a {
  border-bottom: none;
}

main .main-container .left-wrap .article-wrap .recommend-content .problem-item:nth-child(1) a {
  padding-top: 16px;
}

main .main-container .left-wrap .article-wrap .recommend-content .problem-item a {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 60px;
  font-size: 14px;
  border-bottom: 1px dashed #eeeeee;
}

main .main-container .left-wrap .article-wrap .recommend-content .problem-item a .problem-type {
  width: 160px;
  color: #68b0fb;
}

main .main-container .right-wrap {
  max-width: 378px;
  margin-left: 20px;
  /* 精彩推荐部分 start */
  /* 精彩推荐部分 end */
  /* 热销商品部分 start */
  /* 热销商品部分 end */
  /*  */
}

main .main-container .right-wrap .consult-img {
  position: relative;
  width: 380px;
  height: 558px;
}

main .main-container .right-wrap .consult-img img {
  width: 100%;
  height: 100%;
}

main .main-container .right-wrap .consult-img a {
  position: absolute;
  display: inline-block;
  width: 182px;
  height: 48px;
  left: 26%;
  bottom: 5%;
}

main .main-container .right-wrap .recommend-wrap {
  margin-top: 18px;
  border: 1px solid var(--blueSkyColor);
}

main .main-container .right-wrap .recommend-wrap .recommend-title {
  line-height: 40px;
  background-color: #f2faff;
}

main .main-container .right-wrap .recommend-wrap .recommend-title p {
  padding-left: 14px;
  font-size: 16px;
  color: var(--blueColor);
}

main .main-container .right-wrap .recommend-wrap .recommend-content {
  padding: 18px 14px;
}

main .main-container .right-wrap .recommend-wrap .recommend-content .item {
  display: flex;
  margin-bottom: 16px;
  width: 350px;
  height: 180px;
}

main .main-container .right-wrap .recommend-wrap .recommend-content .item .item-img {
  position: relative;
  width: 350px;
  height: 180px;
}

main .main-container .right-wrap .recommend-wrap .recommend-content .item .item-img .item-img-wrap {
  width: 350px;
  height: 180px;
}

main .main-container .right-wrap .recommend-wrap .recommend-content .item .item-img .item-img-wrap img {
  width: 100%;
  height: 100%;
}

main .main-container .right-wrap .recommend-wrap .recommend-content .item .item-img .title-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  bottom: 0%;
  color: #fff;
}

main .main-container .right-wrap .recommend-wrap .recommend-content .item:nth-last-child(1) {
  margin-bottom: 0;
}

main .main-container .right-wrap .hot-sell-goods {
  width: 100%;
  margin-top: 20px;
  border: 1px solid var(--blueSkyColor);
}

main .main-container .right-wrap .hot-sell-goods .title {
  padding-left: 14px;
  height: 40px;
  font-size: 16px;
  color: var(--blueColor);
  background-color: var(--blueSkyColor);
  line-height: 40px;
}

main .main-container .right-wrap .hot-sell-goods .content {
  padding: 20px 16px 22px 14px;
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li {
  margin-bottom: 20px;
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li a {
  display: flex;
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li a img {
  margin-right: 18px;
  width: 100px;
  height: 100px;
  background-color: var(--blueColor);
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li a .goods-right-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 228px;
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li a .goods-right-wrap .goods-name {
  color: #000000;
  font-size: 16px;
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li a .goods-right-wrap .goods-effect {
  font-size: 14px;
}

main .main-container .right-wrap .hot-sell-goods .content .hot-sell-goods-wrap li a .goods-right-wrap .goods-price {
  font-size: 18px;
  color: #fd0000;
}

main .main-container .right-wrap .hot-sell-goods .content .goods-tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

main .main-container .right-wrap .hot-sell-goods .content .goods-tag-wrap li {
  width: 150px;
  margin-right: 20px;
  margin-bottom: 10px;
}

main .main-container .right-wrap .hot-sell-goods .content .goods-tag-wrap li a {
  font-size: 14px;
}

main .main-container .right-wrap .hot-sell-goods .content .goods-tag-wrap li a:hover {
  color: var(--blueColor);
}

footer {
  margin-top: 60px;
}

footer .jkn_ser .jkn_ser_top li {
  height: 58px;
}