/* #region 基础 */
.qm-wrapper {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix::before,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.img {
    font-size: 0;
}

.img a {
    display: block;
    width: 100%;
    height: 100%;
}

.img img {
    width: 100%;
    height: 100%;
}

/* #endregion */

/* #region 头部 */
.search-bar-qm {
    display: flex;
    align-items: center;
    height: 100px;
}


.hcon {

    border-left: 1px solid #666;
    padding-left: 20px;
    height: 40px;
    margin-top: 3px;
}


.hcon .hp {
    margin-bottom: 7px;
}

.hcon .yyzx {
    margin-bottom: 7px;
    font-size: 14px;
    color: #999999;
}

.hcon .yyzx .hidden-text {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 100px; /* 设置链接宽度 */
  height: 20px; /* 设置链接高度 */
}

.search-bar-qm .logo {
    width: 152px;
    height: 67px;
    margin: 0 20px 0 0;
}

.search-bar-qm .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.search-bar-qm .logo img {
    width: 100%;
    height: 100%;
}

.search-bar-qm .search {
    display: flex;
    width: 680px;
    height: 50px;
}

.search-bar-qm .search input {
    box-sizing: border-box;
    flex: 1;
    padding: 10px 15px;
    color: #333;
    font-size: 20px;
    border-top: 2px solid #3375e2;
    border-bottom: 2px solid #3375e2;
    border-left: 2px solid #3375e2;
}

.search-bar-qm .search input::-webkit-input-placeholder {
    color: #e5e5e5;
}

.search-bar-qm .search input::-moz-placeholder {
    color: #e5e5e5;
}

.search-bar-qm .search input:-moz-placeholder {
    color: #e5e5e5;
}

.search-bar-qm .search input:-ms-input-placeholder {
    color: #e5e5e5;
}




.search-bar-qm .search button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 110px;
    color: #fff;
    font-size: 20px;
    background: #3375e2;
    cursor: pointer;
}

.search-bar-qm .search button:hover {
    background: #093a92;
}

.search-bar-qm .search button:active {
    background: #3375e2;
}

.search-bar-qm .question a {
    display: inline-block;
    color: #333;
    font-size: 20px;
    transition: .3s;
}

.search-bar-qm .question a:hover {
    color: #3375e2;
    transition: .3s;
}

.search-bar-qm .question a:first-child {
    margin-right: 13px;
}

.search-bar-qm .question a>img {
    vertical-align: -6px;
    margin-right: 5px;
}

.navigation-bar {
    height: 60px;
    background: #3375e2;
}

.navigation-bar .list {
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.navigation-bar .list li {
    flex-shrink: 0;
    height: 100%;
}

.navigation-bar .list li>a {
    display: block;
    height: 100%;
    padding: 0 22px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

.navigation-bar .list li>a:hover {
    background: #22499f;
}

.navigation-bar .list .active a {
    background: #22499f;
}

/* #endregion */

/* #region 轮播 */
.banners {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.banners a {
    display: block;
    width: 100%;
    height: 100%;
}

.banners a>img {
    width: 100%;
    height: 100%;
}

.banners .pagination {
    position: absolute;
    bottom: 16px;
    left: 282px;
    z-index: 1;
    display: flex;
    gap: 10px;
}

.banners .pagination li {
    width: 40px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
}

.banners .pagination .active {
    background: #3375e2;
}

.banners .consult {
    box-sizing: border-box;
    position: absolute;
    right: 260px;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 488px;
    height: 150px;
    padding: 20px 20px 20px 108px;
    background: url(../images/face.png) no-repeat 20px 20px,
    linear-gradient(196.78deg,
            rgba(69, 116, 219, 1) 0%,
            rgba(69, 116, 219, 1) 40.27%,
            rgba(44,72,153, 1) 100%);
    border-radius: 10px 10px 0 0;
}

.banners .consult p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.banners .consult span {
    color: #fff;
    font-size: 20px;
}

.banners .consult span>i {
    display: inline-block;
    vertical-align: 4px;
    width: 4px;
    height: 4px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
}

.banners .consult a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 140px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(0deg,
    rgba(0, 132, 219, 1) 0%,
    rgba(47, 160, 235, 1) 100%);
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.banners .consult a>img {
    width: 16px;
    height: 16px;
}

/* #endregion */

/* #region 内容 */
.module .title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.module .title h2 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.module .title h2>strong {
    color: #3375e2;
}

.module .title h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.module .title h3>strong {
    color: #3375e2;
}

.module .title span {
    color: #b2caff;
    font-size: 30px;
    font-weight: 700;
}

.module .title a {
    margin-left: auto;
    color: #999;
    font-size: 16px;
    transition: 0.3s;
}

.module .title a:hover {
    color: #333;
    transition: 0.3s;
}

.module .title a>img {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.module .title img {
    width: 40px;
    height: 40px;
}


/* #region 广告 */
.advertise {
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin-top: 20px;
    border-radius: 3px;
}

.advertise a {
    display: block;
    width: 100%;
    height: 100%;
}

.advertise a>img {
    width: 100%;
    height: 100%;
}

/* #endregion */


/* #region 面包屑 */
.breadcrumb {
    overflow: hidden;
    display: flex;
    gap: 20px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb .text {
    flex-shrink: 0;
    color: #999;
    font-size: 16px;
}

.breadcrumb .text img {
    vertical-align: -5.5px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.breadcrumb .list {
    display: flex;
    gap: 18px;
    width: 860px;
}

.breadcrumb .list li {
    position: relative;
    max-width: 40%;
}

.breadcrumb .list li:not(:last-child):after {
    position: absolute;
    top: -1px;
    right: -15px;
    content: ">";
    color: #999;
}

.breadcrumb .list li>a {
    display: block;
    color: #999;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.breadcrumb .list li>a:hover {
    color: #3375e2;
    transition: .3s;
}

.breadcrumb .list .active a {
    color: #3375e2; display: inline;
}
/* #endregion */


/* #region 分页 */
.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination a,.pagination strong {
    padding: 10px 12px;
    color: #999;
    font-size: 14px;
    border: 1px solid #999;
    transition: .3s;
    border-radius: 2px;
}

.pagination a:hover {
    color: #fff;
    background: #3375e2;
    border: 1px solid #3375e2;
    transition: .3s;
}

.pagination strong {
    opacity: .3;
}

/* #endregion */


/* #region 更多 */
.left .more {
    margin-top: 40px;
}

.left .more .content {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.left .more .box {
    width: 300px;
}

.left .more .top {
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 20px;
    border-radius: 3px 3px 0 0;
}

.left .more .tongcheng {
    background: url(../images/tongcheng.png) no-repeat;
    background-size: 100% 100%;
}

.left .more .tongyuan {
    background: url(../images/tongyuan.png) no-repeat;
    background-size: 100% 100%;
}

.left .more .tongxuqiu {
    background: url(../images/tongxuqiu.png) no-repeat;
    background-size: 100% 100%;
}

.left .more .top div {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.left .more .top img {
    width: 80px;
    height: 80px;
}

.left .more .box {
    text-align: right;
}

.left .more .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    padding: 0 10px;
}

.left .more .link li {
    width: 30.75%;
}

.left .more .link li>a {
    display: block;
    color: #999;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.left .more .link li>a:hover {
    color: #3375e2;
    transition: .3s;
}

.left .more .box>a {
    box-sizing: border-box;
    display: inline-block;
    color: #3375e2;
    font-size: 12px;
    margin-top: 20px;
    padding: 6px 26px;
    border: 1px solid #3375e2;
    border-radius: 15px;
    transition: .3s;
}

.left .more .box>a:hover {
    color: #fff;
    background: #3375e2;
    transition: .3s;
}
/* #endregion */


/* #region 头条 */
.right .hot .list {
    overflow: hidden;
    position: relative;
}

.right .hot .list::after {
    position: absolute;
    top: 0;
    left: 169px;
    z-index: -1;
    display: block;
    width: 296px;
    height: 296px;
    content: "";
    background: rgba(158,175,225,.2);
    border-radius: 50%;
}

.right .hot .list li {
    position: relative;
    padding-left: 17px;
}

.right .hot .list li::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: rgba(69, 116, 219, 1);
}

.right .hot .list li:not(:first-child) {
    margin-top: 10px;
}

.right .hot .list li:last-child {
    margin-bottom: 2px;
}

.right .hot .list li>a {
    display: block;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.right .hot .list li>a:hover {
    color: #3375e2;
    transition: .3s;
}
/* #endregion */


/* #region 话题 */
.right .topic .link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.right .topic .link li {
    color: #3375e2;
    font-size: 16px;
    padding: 3px 10px;
    border: 1px solid #3375e2;
    border-radius: 15px;
    transition: .3s;
}

.right .topic .link li>a {
    color: #3375e2;
    font-size: 16px;
    transition: .3s;
}

.right .topic .link li:hover {
    color: #fff;
    background: #3375e2;
    transition: .3s;
}
.right .topic .link li:hover a{
    color: #fff;
}

/* #endregion */


/* #region 问答 */
.right .question .list {
    overflow: hidden;
    position: relative;
    counter-reset: section;
}

.right .question .list::after {
    position: absolute;
    top: 54px;
    left: 169px;
    z-index: -1;
    display: block;
    width: 296px;
    height: 296px;
    content: "";
    background: rgba(158,175,225,.2);
    border-radius: 50%;
}

.right .question .list li {
    position: relative;
    padding-left: 34px;
}

.right .question .list li::before {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    counter-increment: section;
    content: counter(section);
    color: #3375e2;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #3375e2;
    border-radius: 2px;
}

.right .question .list li:nth-child(1):before {
    color: #fff;
    background: #FF8578;
    border: 2px solid #FF8578;
}

.right .question .list li:nth-child(2):before {
    color: #fff;
    background: #FFA96B;
    border: 2px solid #FFA96B;
}

.right .question .list li:nth-child(3):before {
    color: #fff;
    background: #FFC773;
    border: 2px solid #FFC773;
}

.right .question .list li:not(:first-child) {
    margin-top: 10px;
}

.right .question .list li:last-child {
    margin-bottom: 2px;
}

.right .question .list li>a {
    display: block;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.right .question .list li>a:hover {
    color: #3375e2;
    transition: .3s;
}
/* #endregion */


/* #region 右边广告 */
.right .advertise {
    height: 386px;
}
/* #endregion */


/* #region 工具 */
.right .tool .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.right .tool .list li {
    width: 27%;
}

.right .tool .list a {
    display: block;
    font-size: 0;
    text-align: center;
}

.right .tool .list a>img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.right .tool .list a:hover img {
    animation: shake .8s ease-in-out infinite;
}

@keyframes shake {
    0% {transform: translateY(0px);}
    50% {transform: translateY(3px);}
    100% {transform: translateY(0px);}
}

.right .tool .list a>div {
    margin-top: 5px;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
}

.right .tool .list a:hover>div {
    color: #3375e2;
    transition: 0.3s;
}

.right .tool .list a>p {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    transition: 0.3s;
}

.right .tool .list a:hover>p {
    color: #b2caff;
    transition: 0.3s;
}

.right .tool .gradient {
    width: 100%;
    height: 54px;
    background: linear-gradient(270deg,
    rgba(69, 116, 219, 1) 0%,
    rgba(69, 116, 219, 0) 100%);
}
/* #endregion */


/* #region 交流 */
.right .group .join {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right .group .join .img {
    width: 90px;
    height: 90px;
}

.right .group .join .scan div {
    color: #333;
    font-size: 24px;
}

.right .group .join .scan p {
    color: #999;
    font-size: 16px;
}

.right .group .join .scan p:nth-child(2) {
    color: #b2caff;
}

.right .group .link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.right .group .link li {
    width: 48.7%;
}

.right .group .link li>a {
    display: block;
    padding: 4px 0;
    color: #b2caff;
    text-align: center;
    border: 1px solid #b2caff;
    border-radius: 15px;
}
/* #endregion */


/* #endregion */

/* #region 底部 */
.footer {
    margin-top: 40px;
   background: #edf7fb;
}

.footer .activity {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/index_bottom.png) no-repeat;
    background-size: 100% 100%;
}

.footer .activity .arc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101px;
    background: url(../images/arc.png) no-repeat;
    background-size: 100% 100%;
}

.footer .activity .box {
    box-sizing: border-box;
    position: absolute;
    bottom: 32px;
    left: 260px;
    width: 481px;
    height: 230px;
    padding: 29px 35px 33px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
}

.footer .activity .box h3 {
    color: #3375e2;
    font-size: 30px;
    font-weight: 700;
}

.footer .activity .box p {
    margin-top: 13px;
    color: #3375e2;
    font-size: 20px;
    line-height: 153%;
}

.footer .activity .box a {
    display: inline-block;
    margin-top: 32px;
    padding: 10px 44px;
    color: #fff;
    font-size: 20px;
    background: #3375e2;
    border-radius: 25px;
}

.footer .hide {
    display: none;
}

.footer .active {
    display: block;
}

.footer .qm-wrapper {
    padding: 30px 0;
}

.footer .footer-nav {
    display: flex;
    gap: 26px;
    padding: 0 20px 25px;
    border-bottom: 1px solid #a6a6a6;
}

.footer .footer-nav li {
    position: relative;
    color: #383838;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.footer .footer-nav .active::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #3375e2;
    border-radius: 2px;
}

.footer .footer-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 14px;
    margin-top: 20px;
    padding: 0 84px 25px 20px;
    border-bottom: 1px solid #a6a6a6;
}

.footer .footer-list li>a {
    color: #383838;
    font-size: 18px;
    line-height: 28px;
    transition: 0.3s;
    overflow: hidden;
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer .footer-list li>a:hover {
    color: #3375e2;
    transition: 0.3s;
}

.footer .footer-list li:last-child {
    position: absolute;
    top: 0;
    right: 0;
}

.footer .footer-list li:last-child img {
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.footer .about {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.footer .about .online {
    flex-shrink: 0;
    width: 154px;
    height: 67px;
}




.footer .about .copyright {
    width: 61%;
    margin-left: 20px;
}

.footer .about .links {
    display: flex;
    gap: 34px;
}

.footer .about .links li>a {
    color: #383838;
    font-size: 18px;
    transition: 0.3s;
}

.footer .about .links .hidden-text {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 100px; /* 设置链接宽度 */
  height: 20px; /* 设置链接高度 */
}




.footer .about .links li>a:hover {
    color: #3375e2;
    transition: 0.3s;
}

.footer .about .copyright p {
    margin-top: 20px;
    flex: 1;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 155%;
}

.footer .about .copyright p:nth-child(2) {
    margin-top: 20px;
}

.footer .about .qr-code {
    flex-shrink: 0;
    margin-left: 100px;
    text-align: center;
}

.footer .about .qr-code .img {
    overflow: hidden;
    width: 115px;
    height: 115px;
    border-radius: 10px;
}

.footer .about .qr-code span {
    color: #000;
    font-size: 16px;
}
/* #endregion */

/* #region */
.article {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.article table tr:first-child td{
    font-size: 14px;
    color: #333;
    background: #edf7fb;
    border: #4574DB 1px solid;
    text-align: center;
    vertical-align: center;
    padding: 5px 10px;
}

.article table tr td {
    border: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-top: none;
    background: #FAFAFA;
    text-align: center;
    padding: 10px ;
}

.article .content .tips {
    background-color: #fdf3f3;
    border: 1px solid #4574DB;
    border-radius: 3px;
    padding: 10px;
}
.article .content .tips .tips-title {
    color: #4574DB;
    margin: 0;
}
.article .content .cite {
    border-left: 4px solid #4574DB;
    color: #4574DB;
    padding: 5px 5px 5px 10px;
    text-align: left;
    text-indent: 2em;
    background-color: #F1F1F1;
}

.article .content p {
    text-align: left;
}


.article .custom-tb {
    text-align: left;
}

.article .align-tr {
    height: 30px;
    color: #999;
    font-size: 14px;
}

.article .left-th {
    vertical-align: middle;
    width: 20px;
    padding: 10px;
    text-align: center;
    background-color: #4574DB;
}


.article .top-th {
    vertical-align: middle;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background-color: #FAFAFA;
}

.article .content-td {
    box-sizing: border-box;
    padding: 20px;
    color: #666;
    font-size: 14px;
    vertical-align: baseline;
    background-color: #FAFAFA;
}

.article .custom-tb .content-td {
    border-top: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/*问答样式*/
.article .dialogue li {
    margin-top: 30px;
    list-style: none;
}

.article .dialogue li:first-child {
    margin-top: 0;
}

.article .dialogue li>div {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.article .dialogue .user {
    flex-direction: row-reverse;
}

.article .dialogue .name {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.article .dialogue .img {
    overflow: hidden;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
}

.article .dialogue .doctor .img {
    background-image: url("http://img.sg.brgivf.com/doctor-avatar.png");
    background-size: 100% 100%;
}

.article .dialogue .user .img {
    background-image: url("http://img.sg.brgivf.com/patient-avatar.png");
    background-size: 100% 100%;
}

.article .dialogue p {
    margin: 0 !important;
    text-indent: 0 !important;
    line-height: 130% !important;
    display: inline-block;
    max-width: 50%;
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
}

.article .dialogue .answer {
    background: #edf7fb;
}

.article .dialogue .question {
    background: #f5f5f5;
}
.content p img {
    max-width: 80%;
}
/* #endregion */

/* #region 其他城市 */
.neighbor-cities {
    flex: 1;
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px !important;
}

.neighbor-cities li>a {
    display: inline-block;
    padding: 3px 16px;
    color: #999;
    font-size: 16px;
    background: #edf7fb;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    transition: 0.3s;
}

.neighbor-cities li>a:hover {
    color: #3375e2;
    background: #edf7fb;
    border: 1px solid #3375e2;
    transition: 0.3s;
}

/* #endregion */