.pt5 {
  padding-top: 10px;
}

.pt10 {
  padding-top: 19.5px;
}

.pt15 {
  padding-top: 30px;
}

.pt20 {
  padding-top: 40px;
}

.pt25 {
  padding-top: 50px;
}

.pt30 {
  padding-top: 60px;
}

.pb30 {
  padding-bottom: 60px;
}

.pb5 {
  padding-bottom: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}


/* 字体大小 */
.fs6 {
  font-size: 12px;
}

.fs65 {
  font-size: 13px;
}

.fs7 {
  font-size: 14px;
}

.fs75 {
  font-size: 15px;
}

.fs8 {
  font-size: 16px;
}

.fs85 {
  font-size: 17px;
}

.fs9 {
  font-size: 18px;
}

.fs95 {
  font-size: 18px;
}

.fs100 {
  font-size: 20px;
}

.fs150 {
  font-size: 30px;
}

.fs200 {
  font-size: 40px;
}

.fs280 {
  font-size: 55px;
}

/* 字体颜色 */
#articleContent p {
  /* color: #1d1d1d; */
  color: black;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  height: auto;
  letter-spacing: 2px;
  text-align: justify;
}

#articleContent img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.black-color {
  color: black;
}

.gray-color {
  color: #333;
}

.white-color {
  color: white;
}

.blue-color {
  color: #5BAADD;
}

.main-color {
  color: #5B8FF9;
}

.subtitle-color {
  color: #A5A5A5;
}

.route-color {
  color: #a3a3a3;
}

.tips-color {
  color: #9B9595;
}

.tips-blue-color {
  color: #249afe;
}


/* 背景色 */
.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #EEF6FE;
}

.bg-deep-blue {
  background-color: #3064F5;
}

.bg-main {
  background-color: #5B8FF9;
}

.bg-tips {
  background-color: #f6f6f6;
}

.bg-pink {
  background-color: #FFF4F6;
}

.indent2 {
  text-indent: 2em;
}

.border-main-btn {
  border: 1px solid #5B8FF9;
  border-radius: 7px;
}

/* 页面模块标题样式 */
.container-title {
  display: block;
  padding: 10px 0;
}

/* 分页组件样式 */
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top:10px;
}

.pagination-list {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #D9D9D9;
  border-radius: 5px;
  text-align: center;
  margin-right: 8px;
  overflow: hidden;
}

.pagination-list:last-child {
  margin: 0;
}

.pagination-list.active {
  color: white;
  background-color: #5B8FF9;
}

/* tabar烂样式 */
.index-tabar {
  display: flex;
  height: 30px;
  box-sizing: border-box;
  padding: 2px 0;
  justify-content: space-around;
  font-size: 15px;
}

.index-tabar-list {
  width: 25%;
  text-align: center;
  height: 100%;
}

.index-tabar-list.active span {
  font-weight: bold;
  border-bottom:3px solid #5B8FF9;
}

.common-container {
  box-sizing: border-box;
  padding: 10px 3.2%;
}

.common-border-top {
  border-top: 10px solid #F6F6F6;
}

.common-border-bottom {
  border-bottom: 10px solid #F6F6F6;
}

/*  检测报告办理 */
.quick-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: url(../../images/bg.png) 0 0 / 100% 100% no-repeat; */
}

.quick-entry .jcbgbl {
  height: 35px;
  margin-right: 10px;
}

.quick-entry-content {
  display: flex;
  max-width: 70%;
  align-items: center;
}

.quick-entry .yysj-btn {
  padding: 4px 10px;
  border-radius: 40px;
}

/* 新闻列表 */
.article-list {
  display: flex;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 15px 10px 10px;
}

.article-list:last-child {
  border: none;
}

.article-list .article-image-container {
  width: 30%;
}

.article-list .article-image-container img {
  max-width: 90%;
  height: 70px;
}

.article-list .article-content {
  width: 70%;
}

.article-content-title {
  height: 44px;
  line-height: 22px;
  overflow:hidden;
}

.article-content-desc {
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}

.mui-content-padded {
  display: flex;
  justify-content: center;
}

.mui-switch.mui-active {
  border-color: #5B8FF9;
  background-color: #5B8FF9;
}

/*  */
.success-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 888;
}

.success-modal .masker {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.success-modal .success-modal-content {
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 100px 20px 20px;
  border-radius: 10px;
  text-align: center;
}

.success-modal .success-img {
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}

.success-modal .success-btn {
  height: 47px;
}

.success-modal .tips-color {
  margin: 20px 0;
}
body{max-width: 750px; margin: 0 auto;padding-right:0!important;}
.viewer-open{overflow:unset!important;}