/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
}
/*全局设置*/
body {
  font-family: 'Inter', sans-serif;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #FFFFFF;
}
.wrap .contWrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 80px 40px;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #666666;
}
/* 响应式布局 */
@media only screen and (max-width: 767px) {
  .wrap .contWrap {
    padding: 16px 16px 50px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .wrap .contWrap {
    padding: 20px 16px 40px 16px;
  }
}
button {
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}
input {
  border: 0px;
  outline: none;
}
.headWrap {
  background-color: #FFFFFF;
  z-index: 1;
}
.headWrap .headCont {
  max-width: 1200px;
  margin: auto;
}
.headWrap .headCont .mantle {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .headCont .searchMantle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .headCont .top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headWrap .headCont .top .topL {
  display: flex;
  align-items: center;
}
.headWrap .headCont .top .topL .showBtn {
  cursor: pointer;
  z-index: 1;
  line-height: 100%;
}
.headWrap .headCont .top .topL .topList {
  display: none;
}
.headWrap .headCont .top .topL .topList .topItem .item {
  padding: 0 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.headWrap .headCont .top .topR {
  display: flex;
  align-items: center;
}
.headWrap .headCont .top .topR .searchWrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.headWrap .headCont .top .topR .searchWrap .search {
  display: flex;
  align-items: center;
  height: 40px;
  background: #F0F0F0;
  border-radius: 19px;
  padding: 0 24px 0 16px;
}
.headWrap .headCont .top .topR .searchWrap .search .searchIcon {
  display: flex;
  justify-content: space-around;
  background: #F0F0F0;
  padding-right: 8px;
}
.headWrap .headCont .top .topR .searchWrap .search .searchInput {
  flex: 1;
  height: 100%;
  background: #F0F0F0;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.headWrap .headCont .top .topR .searchWrap .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList {
  height: 200px;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #FFFFFF;
  border-radius: 10px;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem .historySearchItemBox {
  display: flex;
  align-items: center;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem .historySearchItemBox .searchTimeIcon {
  height: 20px;
  width: 20px;
  background-image: url("../../statics/image/unsearchTimeIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem .historySearchItemBox .searchCont {
  flex-grow: 3;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem .clearItemIcon {
  height: 20px;
  width: 20px;
  background-image: url("../../statics/image/unsearchCloseIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem:hover .searchTimeIcon {
  background-image: url("../../statics/image/searchTimeIcon.webp");
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem:hover .clearItemIcon {
  background-image: url("../../statics/image/searchCloseIcon.webp");
}
.headWrap .headCont .top .topR .langWrap {
  height: 38px;
  margin-left: 16px;
  background: #F0F0F0;
  border: 2px solid #F0F0F0;
  border-radius: 19px;
  display: flex;
  align-items: center;
  padding: 0 24px 0 16px;
}
.headWrap .headCont .top .topR .langWrap .langMask {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.headWrap .headCont .top .topR .langWrap .langLogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .top .topR .langWrap .langLogo .curlang {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-align: center;
  cursor: pointer;
  color: #666666;
}
.headWrap .headCont .top .topR .langWrap .langLogo .curlang .icon {
  width: 22px;
  height: 22px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .curlang .langText {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
  padding: 0 11px 0 6px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .curlang svg {
  width: 26px;
  height: 26px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .curlang::after {
  content: '';
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 20%;
  left: 10%;
  top: 65%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  height: auto;
  margin-top: -265px;
  margin-left: -150px;
  padding: 40px 10px 0 15px;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 10px;
  background-color: #fff;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskClose {
  position: absolute;
  top: 8px;
  left: 16px;
  display: block;
  cursor: pointer;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskClose svg {
  width: 26px;
  height: 26px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::before,
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  position: absolute;
  display: block;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::before {
  top: 0;
  width: 18px;
  height: 2px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  top: -8px;
  left: 8px;
  width: 2px;
  height: 18px;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskItem {
  width: 50%;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskItem .itemLink {
  display: flex;
  align-items: center;
  border-radius: 40px;
  font-size: 13px;
  line-height: 12px;
  width: 95%;
  margin-bottom: 16px;
  padding: 10px;
  word-break: normal;
  color: #333;
  background-color: #f2f7fa;
  box-sizing: border-box;
}
.headWrap .headCont .top .topR .langWrap .langLogo .maskContent .maskItem .itemLink .langIcon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.headWrap .headCont .top .topR .langWrap #maskControl {
  display: none;
}
.headWrap .headCont .top .topR .langWrap #maskControl:checked ~ .langMask {
  display: block;
}
.headWrap .headCont .top .topR .langWrap #maskControl:checked ~ .maskContent {
  display: flex;
  transform: translateY(0);
}
.headWrap .headCont .mhead {
  background: #FFFFFF;
}
.headWrap .headCont .mhead .mheadcont {
  height: 52px;
  padding: 0 16px;
}
.headWrap .headCont .mhead .mheadcont .mheadBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .mhead .mheadcont .mheadBox .openSearch {
  display: flex;
  align-items: center;
}
.headWrap .headCont .mhead .mheadcont .mheadBox .showBtn {
  line-height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .headCont .mhead .mobilesearchBox {
  display: none;
  padding: 12px 16px;
}
.headWrap .headCont .mhead .mobilesearchBox .search {
  display: flex;
  align-items: center;
  height: 42px;
  border-radius: 2px;
  border: 2px solid #F0F0F0;
  background: #F0F0F0;
  padding: 0 8px;
}
.headWrap .headCont .mhead .mobilesearchBox .search .searchIcon {
  display: flex;
  justify-content: space-around;
  background: #F0F0F0;
  padding-right: 8px;
}
.headWrap .headCont .mhead .mobilesearchBox .search .searchInput {
  flex: 1;
  height: 100%;
  background: #F0F0F0;
  border-radius: 8px;
  font-size: 14px;
}
.headWrap .headCont .mhead .mobilesearchBox .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .headCont .mhead .mHeadSearch {
  display: none;
  height: 100%;
  border: 1px solid #D7D7D7;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 7px 16px;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .back {
  line-height: 100%;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mSearch {
  position: relative;
  padding: 0 8px;
  height: 35px;
  width: 100%;
  border: 2px solid #F0F0F0;
  background: #F0F0F0;
  border-radius: 4px;
  margin-left: 17px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mSearch .searchIcon {
  padding-right: 12px;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mSearch .searchInput {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  background: #F0F0F0;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList {
  z-index: 11;
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox {
  flex: 1;
  display: flex;
  align-items: center;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox .msearchTimeIcon {
  height: 16px;
  width: 16px;
  background-image: url("../../statics/image/unsearchTimeIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mhistorySearchItemBox .msearchCont {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem .mclearItemIcon {
  height: 20px;
  width: 20px;
  background-image: url("../../statics/image/unsearchCloseIcon.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem:hover .msearchTimeIcon {
  background-image: url("../../statics/image/searchTimeIcon.webp");
}
.headWrap .headCont .mhead .mHeadSearch .searchBox .mhistorySearchList .mhistorySearchItem:hover .mclearItemIcon {
  background-image: url("../../statics/image/searchCloseIcon.webp");
}
.headWrap .headCont .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
}
.headWrap .headCont .siderbar .closeBtn {
  box-shadow: 0px 1px 0px #E2E2E2;
  padding: 20px 16px 32px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .siderbar .closeBtn .sideLogo {
  width: auto;
  height: 24px;
}
.headWrap .headCont .siderbar .closeBtn .closeBtnImg {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .siderbar .sideList {
  width: 100%;
  padding-bottom: 12px;
}
.headWrap .headCont .siderbar .sideList .sideItem {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #E2E2E2;
}
.headWrap .headCont .siderbar .sideList .sideItem .sideItemTitle {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem .sideItemTitle .title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.headWrap .headCont .siderbar .sideList .sideItem .sideItemTitle .flag {
  margin-left: auto;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector {
  background: #F8F9FA;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem {
  width: 100%;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem a {
  width: 100%;
  height: 45px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem a .title {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
@media only screen and (max-width: 768px) {
  .headWrap .headCont .top {
    display: none;
  }
  .headWrap .headCont .mhead {
    width: 100%;
  }
  .headWrap .headCont .mhead .mheadcont {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #E4E4E4;
  }
  .headWrap .headCont .mhead .mheadcont .mheadBox .logo .logoIcon {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .headWrap {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #E4E4E4;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) and (orientation: portrait) {
  .headWrap .headCont .top {
    display: none;
  }
  .headWrap .headCont .mhead {
    width: 100%;
  }
  .headWrap .headCont .mhead .mheadcont .mheadBox .logo .logoIcon {
    width: 208px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) and (orientation: landscape) {
  .headWrap .headCont .top {
    height: 66px;
    padding: 0 15px;
    justify-content: space-between;
  }
  .headWrap .headCont .top .showBtn {
    display: none;
  }
  .headWrap .headCont .top .topL {
    height: 100%;
  }
  .headWrap .headCont .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headWrap .headCont .top .topL .topList {
    margin-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headWrap .headCont .top .topL .topList .topItem {
    height: 100%;
  }
  .headWrap .headCont .top .topL .topList .topItem .item {
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headWrap .headCont .top .topL .topList .topItem .item .topTitle {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: normal;
  }
  .headWrap .headCont .top .topR .searchWrap .search {
    width: 230px;
  }
  .headWrap .headCont .mhead {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .headWrap {
    border-bottom: 1px solid #E4E4E4;
  }
  .headWrap .headCont .top {
    height: 66px;
    justify-content: space-between;
  }
  .headWrap .headCont .top .showBtn {
    display: none;
  }
  .headWrap .headCont .top .topL {
    height: 100%;
  }
  .headWrap .headCont .top .topL .logo img {
    width: 246.14px;
    height: auto;
  }
  .headWrap .headCont .top .topL .topList {
    margin-left: 80px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .headWrap .headCont .top .topL .topList .topItem {
    height: 100%;
    margin-right: 32px;
  }
  .headWrap .headCont .top .topL .topList .topItem .item {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headWrap .headCont .top .topL .topList .topItem .item .topTitle {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #4D4D4D;
  }
  .headWrap .headCont .top .topL .topList .topItem:hover .topTitle {
    color: #3965FF;
  }
  .headWrap .headCont .top .topR .searchWrap .search {
    width: 288px;
  }
  .headWrap .headCont .mhead {
    display: none;
  }
}
.footerWrap {
  background: #141B2E;
  position: relative;
  font-family: Roboto-Regular, Roboto;
  text-align: center;
}
.footerWrap .footer {
  max-width: 1102px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}
.footerWrap .footer .top .logo {
  display: inline-block;
}
.footerWrap .footer .top .logo img {
  display: inline-block;
  width: auto;
  height: 36px;
  margin-bottom: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footerWrap .footer .introduction {
  max-width: 860px;
  margin: 0 auto 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.5;
}
.footerWrap .footer .followUs {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.footerWrap .footer .followUs .title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}
.footerWrap .footer .followUs .socialMedia {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footerWrap .footer .followUs .socialMedia .externalLinks {
  display: inline-flex;
  margin-right: 0;
  transition: all 0.3s ease;
}
.footerWrap .footer .followUs .socialMedia .externalLinks svg {
  width: 32px;
  height: 32px;
  background: transparent;
}
.footerWrap .footer .followUs .socialMedia .externalLinks svg path {
  fill: #FFFFFF;
  fill-opacity: 0.5;
  transition: fill-opacity 0.3s ease;
}
.footerWrap .footer .followUs .socialMedia .externalLinks svg rect {
  stroke: #FFFFFF;
  stroke-opacity: 0.3;
  transition: stroke-opacity 0.3s ease;
}
.footerWrap .footer .followUs .socialMedia .externalLinks:hover {
  transform: scale(1.05);
}
.footerWrap .footer .followUs .socialMedia .externalLinks:hover svg path {
  fill-opacity: 1;
}
.footerWrap .footer .followUs .socialMedia .externalLinks:hover svg rect {
  stroke-opacity: 0.6;
}
.footerWrap .footer .tabbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  margin: 0 16px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: break-word;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.footerWrap .footer .tabbar a:hover {
  opacity: 1;
}
.footerWrap .footer .copyright {
  margin: 10px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.5;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #0186FF;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #F5F5F5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 2rem;
  font-size: 1.4rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 1rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    padding: 30px 16px;
  }
  .footerWrap .footer .top {
    margin-bottom: 0;
  }
  .footerWrap .footer .top .logo img {
    width: auto;
    height: 30px;
    margin-bottom: 22px;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .footerWrap .footer .introduction {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .footerWrap .footer .tabbar {
    margin-top: 4px;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 8px;
  }
  .footerWrap .footer .tabbar a {
    margin: 0 8px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .footer {
    padding: 30px 16px;
  }
  .footerWrap .footer .top {
    margin-bottom: 0;
  }
  .footerWrap .footer .introduction {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .footerWrap .footer .tabbar a {
    margin: 0 12px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
  .cookie-notice-container .container {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .footerWrap .footer {
    padding: 40px 16px;
  }
  .footerWrap .footer .top {
    margin-bottom: 0;
  }
  .footerWrap .footer .introduction {
    width: auto;
    padding-bottom: 0;
  }
  .footerWrap .footer .tabbar a {
    margin: 0 14px;
    padding-right: 0;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .footerWrap .footer {
    padding: 40px 16px;
  }
  .footerWrap .footer .top {
    margin-bottom: 0;
  }
  .footerWrap .footer .introduction {
    width: auto;
    padding-bottom: 0;
  }
  .footerWrap .footer .followUs {
    margin-bottom: 24px;
  }
  .footerWrap .footer .followUs .title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }
  .footerWrap .footer .followUs .socialMedia {
    margin-left: 0;
  }
  .footerWrap .footer .followUs .socialMedia .externalLinks {
    margin-right: 0;
  }
  .footerWrap .footer .followUs .socialMedia .externalLinks svg {
    width: 32px;
    height: 32px;
  }
  .footerWrap .footer .tabbar a {
    padding-right: 0;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
.wrap .contWrap .dentalContWrap .dentalLeft .title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #202124;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date .dateTitle {
  color: #999999;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date .time {
  color: #666666;
  margin: 0 16px 0 4px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date .categoryCard {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  color: #3965FF;
  background: #E8F3FF;
  border-radius: 2px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle {
  width: 100%;
  color: #333333;
  word-break: break-word;
  padding: 10px 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle img {
  width: 100%;
  border-radius: 10px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont {
  margin-top: 10px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft {
  width: 47%;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftTop {
  width: 100%;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftTop .contLeftTitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #202423;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftTop .contLeftDet {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle {
  margin: 20px 0;
  display: flex;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon {
  display: flex;
  align-items: center;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon img {
  width: 90px;
  height: 90px;
  border-radius: 14px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo {
  margin-left: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo .mobileInfo-tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202423;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .contLeftIcon .mobileInfo .mobileInfo-Category {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo h2 {
  font-weight: 400;
  color: #212326;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
  margin-top: 10px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .detText {
  font-weight: 500;
  color: #5C5E5E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .starNum {
  font-weight: 400;
  color: #07B07D;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .ratings .star {
  display: flex;
  align-items: center;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftMiddle .guideInfo .line {
  width: 0px;
  height: 26px;
  opacity: 1;
  border-left: 1px solid #D9D9D9;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #07B07D;
  border-radius: 4px;
  padding: 12px 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContLeft .apkContLeftBtn .down {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-left: 6px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContRight {
  width: 45%;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .apkItemCont .apkItemContRight img {
  width: 100%;
  height: auto;
  aspect-ratio: 485/273;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme {
  width: 100%;
  color: #333333;
  word-break: break-word;
  padding: 10px 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme img {
  width: 100%;
  border-radius: 10px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard {
  margin: 16px 0;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  display: flex;
  align-items: center;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft {
  z-index: 1;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardTitle {
  color: #222;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardDetails {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 6px 0 16px 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #3965FF;
  border-radius: 6px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
  font-weight: 500;
  color: #FFFFFF;
}
.wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .more {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.wrap .contWrap .latestUpdates .Title {
  display: flex;
  align-items: center;
}
.wrap .contWrap .latestUpdates .Title .titleInfo {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 16px;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo {
  display: flex;
  flex-direction: column;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .bannerImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftMoney {
  display: flex;
  align-items: center;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftMoney .money {
  color: #222;
  font-size: 20px;
  font-weight: 500;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftMoney .moneyUnit {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftSize {
  margin: 8px 0 2px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftSize .itemSize {
  flex-shrink: 0;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftSize .itemSize .num {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftSize .itemSize .unit {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftSize .itemSize::after {
  content: "｜";
  color: #DDDDDD;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftSize .itemSize:last-child {
  display: inline-block;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftDescribe {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoRight {
  display: flex;
  align-items: center;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoRight .houseicon {
  width: 17px;
  height: 17px;
  background: url("../../statics/image/defaultHouseIcon.svg") no-repeat;
  background-size: cover;
  color: #999;
}
.wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo .itemInfoRight .text {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.wrap .articlePageAd {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
}
.wrap .articlePageAd .adTitle {
  margin: 0 0 4px;
  color: #cccccc;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}
.wrap .articlePageAd .adsHeight {
  display: block !important;
  height: 280px;
  margin: 0;
}
.wrap .articlePageAd--leaderboard {
  grid-column: 1;
  grid-row: 2;
}
.wrap .articlePageAd--nextPage {
  grid-column: 1;
  grid-row: 6;
  margin: 16px 0 0;
}
.wrap .contWrap {
  max-width: 1102px;
  padding: 20px 16px 64px;
}
.wrap .contWrap .dentalContWrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  column-gap: 52px;
  align-items: start;
}
.wrap .contWrap .dentalContWrap .dentalLeft {
  display: contents;
  min-width: 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleHeader {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 20px;
  padding: 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs {
  display: block;
  margin: 0 0 14px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs .breadCrumbsItem {
  font-size: 14px;
  line-height: 22px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs a {
  text-decoration: none;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs a i {
  color: #aaaaaa;
  font-size: 14px;
  font-style: normal;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs a:hover i {
  color: #1174eb;
  text-decoration: underline;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs .breadCrumbsIcon {
  margin: 0 4px;
  color: #999999;
  font-size: 14px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs .breadCrumbsCurrent {
  display: inline-block;
  overflow: hidden;
  max-width: 190px;
  vertical-align: bottom;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs .breadCrumbsCurrent i {
  color: #1174eb;
}
.wrap .contWrap .dentalContWrap .dentalLeft .title {
  color: #1f2933;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date .dateTitle,
.wrap .contWrap .dentalContWrap .dentalLeft .date .time {
  color: inherit;
  margin: 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .date .categoryCard {
  height: auto;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #476887;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody {
  grid-column: 1;
  grid-row: 3;
  padding: 0 0 6px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme {
  color: #142144;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h1,
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h2,
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h3,
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h4 {
  color: #1f2933;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h1 {
  font-size: 28px;
  line-height: 34px;
  margin: 28px 0 16px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 26px 0 14px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 24px 0 12px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0 16px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme p {
  font-size: inherit;
  line-height: inherit;
  margin: 16px 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme a {
  color: #2563a7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme ul,
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme ol {
  margin: 0 0 20px 24px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme ul {
  list-style: disc;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme ol {
  list-style: decimal;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme li {
  display: list-item;
  margin-bottom: 8px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid #7ea8d0;
  background: #f6f9fc;
  color: #4b5563;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 16px;
  border-radius: 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .articlePageAd--bottom {
  grid-column: 1;
  grid-row: 4;
  width: 100%;
  margin: 16px 0;
}
.wrap .contWrap .dentalContWrap .dentalLeft .nextPageLink {
  grid-column: 1;
  grid-row: 5;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.wrap .contWrap .dentalContWrap .dentalLeft .nextPageLink .nextPageText {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background: #3c69e0;
  color: #ffffff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 60px;
}
.wrap .contWrap .dentalContWrap .dentalLeft .nextPageLink:hover .nextPageText {
  background: #2d59cd;
}
.wrap .contWrap .dentalContWrap .dentalRight {
  grid-column: 2;
  grid-row: 2 / span 3;
  position: sticky;
  top: 32px;
  margin-top: 4px;
  min-width: 0;
}
@media only screen and (max-width: 1024px) {
  .wrap .contWrap .dentalContWrap {
    display: block;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft {
    display: block;
  }
  .wrap .contWrap .dentalContWrap .dentalRight {
    grid-column: auto;
    grid-row: auto;
    position: static;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .articlePageAd {
    width: 100%;
    margin-bottom: 28px;
  }
  .wrap .articlePageAd .adsHeight {
    height: 312px;
  }
  .wrap .articlePageAd--leaderboard {
    margin-top: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleHeader {
    margin-bottom: 16px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 28px;
    line-height: 1.22;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .date {
    margin-top: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .date .categoryCard {
    margin-left: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody {
    padding-top: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme {
    font-size: 16px;
    line-height: 1.75;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h1 {
    font-size: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h2 {
    font-size: 24px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h3 {
    font-size: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme img {
    margin: 22px auto;
  }
  .wrap .contWrap .dentalContWrap .dentalRight {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 24px;
    line-height: 32px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle {
    width: 100%;
    color: #333333;
    word-break: break-word;
    padding: 10px 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard {
    border-radius: 6px;
    flex-direction: column;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft {
    width: 100%;
    padding: 10px 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft .cardJump {
    width: 146px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoRight {
    width: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoRight img {
    height: auto;
    width: 70%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme {
    width: 100%;
    color: #333333;
    word-break: break-word;
    padding: 10px 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard {
    border-radius: 6px;
    flex-direction: column;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft {
    width: 100%;
    padding: 10px 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump {
    width: 146px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight {
    width: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight img {
    height: auto;
    width: 70%;
  }
  .wrap .contWrap .latestUpdates {
    margin-top: 32px;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList {
    margin-top: 16px;
    display: flex;
    overflow-y: scroll;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont {
    margin-right: 16px;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .bannerImg {
    width: 241px;
    height: auto;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 24px;
    line-height: 32px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle img {
    width: 100%;
    margin: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard {
    border-radius: 6px;
    flex-direction: column;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft {
    width: 100%;
    padding: 10px 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft .cardJump {
    width: 146px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoRight {
    width: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customArticle .appCard .cardInfoRight img {
    height: auto;
    width: 70%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard {
    border-radius: 6px;
    flex-direction: column;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft {
    width: 100%;
    padding: 10px 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump {
    width: 146px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight {
    width: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight img {
    height: auto;
    width: 70%;
  }
  .wrap .contWrap .latestUpdates {
    margin-top: 32px;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList {
    margin-top: 16px;
    display: flex;
    overflow-y: scroll;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont {
    margin-right: 16px;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .bannerImg {
    width: 241px;
    height: auto;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .wrap .contWrap .dentalContWrap {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 24px;
    line-height: 32px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard {
    border-radius: 6px;
    justify-content: space-between;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft {
    width: 65%;
    padding: 12px 16px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardJump {
    width: 146px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoRight {
    height: 100px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoRight img {
    width: auto;
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard {
    border-radius: 6px;
    justify-content: space-between;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft {
    width: 65%;
    padding: 12px 16px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 20px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump {
    width: 146px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 12px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight {
    height: 100px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight img {
    width: auto;
    height: 100%;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList {
    margin: 24px 0;
    display: grid;
    grid-gap: 32px 24px;
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .wrap .contWrap .dentalContWrap {
    display: flex;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft {
    width: calc(70% - 32px);
    margin-right: 32px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 34px;
    line-height: 42px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard {
    height: 157px;
    border-radius: 8px;
    justify-content: space-between;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft {
    width: 60%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 22px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardJump {
    width: 180px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoRight {
    height: 100px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoRight img {
    width: auto;
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard {
    height: 157px;
    border-radius: 8px;
    justify-content: space-between;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft {
    width: 60%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 22px;
    line-height: 22px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump {
    width: 180px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight {
    height: 100px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight img {
    width: auto;
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalRight {
    width: 30%;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList {
    margin: 24px 0;
    display: grid;
    grid-gap: 32px 24px;
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo {
    margin-top: 12px;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .money,
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .moneyUnit,
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftDescribe {
    color: #1772FB;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .itemSize .num,
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .itemSize .unit {
    color: #1772FB;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoRight .houseicon {
    background: url("../../statics/image/checkHouseIcon.svg") no-repeat;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoRight .text {
    color: #1772FB;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .wrap .contWrap .dentalContWrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    column-gap: 52px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft {
    width: auto;
    margin-right: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalRight {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap .contWrap .dentalContWrap {
    display: block;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft {
    width: auto;
    margin-right: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalRight {
    position: static;
    width: auto;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 28px;
    line-height: 1.22;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h1 {
    font-size: 28px;
    line-height: 1.25;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .articleBody .customTheme h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap .dentalContWrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    column-gap: 52px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft {
    width: auto;
    margin-right: 0;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .title {
    font-size: 28px;
    line-height: 32px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard {
    height: 157px;
    border-radius: 8px;
    justify-content: space-between;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft {
    width: 60%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 28px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardJump {
    width: 180px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoRight {
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .customTheme .appCard .cardInfoRight img {
    width: auto;
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard {
    height: 157px;
    border-radius: 8px;
    justify-content: space-between;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft {
    width: 60%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardTitle {
    font-size: 28px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump {
    width: 180px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoLeft .cardJump .cardJumpText {
    font-size: 14px;
    line-height: 28px;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight {
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalLeft .minBox .customTheme .appCard .cardInfoRight img {
    width: auto;
    height: 100%;
  }
  .wrap .contWrap .dentalContWrap .dentalRight {
    width: auto;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList {
    margin: 24px 0;
    display: grid;
    grid-gap: 32px 24px;
    grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont .itemUpdatesInfo .itemInfo {
    margin-top: 12px;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .money,
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .moneyUnit,
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .infoLeftDescribe {
    color: #1772FB;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .itemSize .num,
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoLeft .itemSize .unit {
    color: #1772FB;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoRight .houseicon {
    background: url("../../statics/image/checkHouseIcon.svg") no-repeat;
  }
  .wrap .contWrap .latestUpdates .latestUpdatesList .itemUpdatesCont:hover .itemUpdatesInfo .itemInfo .itemInfoRight .text {
    color: #1772FB;
  }
}
.wrap .contWrap .dentalContWrap .subscribeBox {
  grid-column: 1;
  grid-row: 8;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 24px 0 0;
  padding: 24px;
  background: rgba(80, 115, 207, 0.04);
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeIllustration {
  flex-shrink: 0;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeIllustration svg {
  display: block;
  width: 224px;
  height: 180px;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeCont {
  flex: 1;
  min-width: 0;
  margin-left: 40px;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeTitle {
  margin: 13px 0 16px;
  color: #0d1b37;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeDesc {
  margin: 0 0 16px;
  color: #0d1b37;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeForm {
  display: flex;
  align-items: center;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeInput {
  box-sizing: border-box;
  width: 210px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 2px 1px 4px -4px rgba(0, 0, 0, 0.75);
  color: #0d1b37;
  font-size: 14px;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeInput::placeholder {
  color: #9ca7bd;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeBtn {
  width: 120px;
  height: 40px;
  margin-left: 10px;
  border: none;
  border-radius: 4px;
  background: #1173eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeBtn:hover {
  background: #0065e1;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeTip {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeTip--error {
  color: #e02020;
}
.wrap .contWrap .dentalContWrap .subscribeBox .subscribeTip--success {
  color: #12a150;
}
.wrap .contWrap .dentalContWrap .relatedBlog {
  grid-column: 1;
  grid-row: 7;
  margin-top: 36px;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogTitle {
  margin: 0 0 20px;
  color: #142144;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogItem {
  min-width: 0;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogLink {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #ffffff;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogBanner {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogText {
  position: relative;
  min-height: 118px;
  padding: 16px 48px 16px 20px;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogItemTitle {
  overflow: hidden;
  margin: 0;
  color: #142144;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogDesc {
  overflow: hidden;
  margin: 8px 0 0;
  color: #9ca7bd;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogArrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1772fb;
}
.wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogArrow::after {
  width: 8px;
  height: 8px;
  margin-left: -3px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .wrap .contWrap .dentalContWrap .relatedBlog {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .contWrap .dentalContWrap .relatedBlog {
    margin-top: 40px;
  }
  .wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogList {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogBanner {
    aspect-ratio: 16 / 9;
  }
  .wrap .contWrap .dentalContWrap .relatedBlog .relatedBlogText {
    min-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .contWrap .dentalContWrap .dentalLeft .nextPageLink .nextPageText {
    height: 52px;
    font-size: 20px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 700px) {
  .wrap .contWrap .dentalContWrap .subscribeBox {
    padding: 24px 12px;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeInput {
    width: 180px;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeBtn {
    width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .wrap .contWrap .dentalContWrap .dentalLeft .breadCrumbs {
    display: none;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox {
    flex-direction: column;
    padding: 16px;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeIllustration {
    display: none;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeCont {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeForm {
    display: block;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeInput {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeBtn {
    width: 100%;
    margin-left: 0;
  }
  .wrap .contWrap .dentalContWrap .subscribeBox .subscribeTip {
    text-align: center;
  }
}
.wrap .popularBlog {
  width: 290px;
  max-width: 100%;
}
.wrap .popularBlog .Title {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
.wrap .popularBlog .Title .titleInfo {
  margin: 20px 0;
  color: #142144;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.2s ease;
}
.wrap .popularBlog .Title .titleInfo:hover {
  color: #1772FB;
}
.wrap .popularBlog .popularBlogList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.wrap .popularBlog .popularBlogList .itemBlog {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont {
  position: relative;
  display: block;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont:hover {
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(20, 33, 68, 0.16);
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont:hover .blogText .blogTitle {
  color: #1772FB;
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont .blogBanner {
  display: block;
  width: 100%;
  height: 176px;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont .blogText {
  display: block;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0 0 8px;
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont .blogText .blogTitle {
  height: auto;
  margin: 0;
  padding: 16px 20px 0;
  overflow: hidden;
  color: #142144;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.2s ease;
}
.wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont .blogText .blogDesc {
  overflow: hidden;
  height: 42px;
  max-height: 42px;
  margin: 0;
  padding: 8px 20px 0;
  color: #8990a1;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 1024px) {
  .wrap .popularBlog {
    width: 100%;
  }
  .wrap .popularBlog .popularBlogList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 32px) / 3)), 1fr));
    grid-gap: 16px;
    overflow: visible;
  }
  .wrap .popularBlog .popularBlogList .itemBlog .itemBlogCont .blogBanner {
    height: auto;
    aspect-ratio: 290 / 176;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .popularBlog .popularBlogList {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
