/* 消除边距 */
* {
  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;
}
/* 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: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
}
@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;
    margin: 24px 0;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #FFFFFF;
}
.wrap .contWrap {
  max-width: 1150px;
  margin: 0 auto;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #666666;
}
/* 响应式布局 */
@media only screen and (max-width: 320px) {
  .wrap .contWrap {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrap .contWrap {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .wrap .contWrap {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .wrap .contWrap {
    padding: 0 10px;
  }
}
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: 1150px;
  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 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.headWrap .headCont .top .topL .topList .topItem .item .line {
  display: none;
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 4px;
  background: #1A73E9;
}
.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: 2px;
  padding: 0 16px;
}
.headWrap .headCont .top .topR .searchWrap .search .searchIcon {
  display: flex;
  justify-content: space-around;
  background: #F0F0F0;
  padding-right: 12px;
}
.headWrap .headCont .top .topR .searchWrap .search .searchInput {
  flex: 1;
  height: 100%;
  background: #F0F0F0;
  border-radius: 8px;
  font-size: 14px;
}
.headWrap .headCont .top .topR .searchWrap .search .clearResp {
  display: none;
  padding-left: 10px;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.headWrap .headCont .top .topR .searchWrap .historySearchList .historySearchItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  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;
  white-space: nowrap;
}
.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 {
  margin-left: 16px;
  background: #F0F0F0;
  border: 2px solid #F0F0F0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 5px 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;
  -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: flex-end;
}
.headWrap .headCont .mhead .mheadcont .mheadBox .logo {
  margin-right: auto;
}
.headWrap .headCont .mhead .mheadcont .mheadBox .logo .logoIcon {
  width: 208.35px;
  height: 29.99px;
}
.headWrap .headCont .mhead .mheadcont .mheadBox .openSearch {
  display: flex;
  align-items: center;
}
.headWrap .headCont .mhead .mheadcont .mheadBox .showBtn {
  z-index: 1;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.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 .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  right: -60%;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 60%;
  background: #ffffff;
  overflow-y: scroll;
}
.headWrap .headCont .siderbar .closeBtn {
  height: 48px;
  box-shadow: 0px 1px 0px #D9D9D9;
  padding: 12px 18px;
  display: flex;
  justify-content: end;
}
.headWrap .headCont .siderbar .closeBtn .closeBtnImg {
  width: 15px;
  height: 15px;
}
.headWrap .headCont .siderbar .sideList {
  width: 100%;
  box-shadow: 0px 1px 0px #D9D9D9;
  padding-bottom: 32px;
}
.headWrap .headCont .siderbar .sideList .sideItem {
  width: 100%;
}
.headWrap .headCont .siderbar .sideList .sideItem a {
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem a .icon img {
  height: 24px;
  width: 24px;
}
.headWrap .headCont .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
.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: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem a .title {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  margin-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
.headWrap .headCont .siderbar .Multilanguage {
  width: 100%;
  padding: 20px 0 0 0;
}
.headWrap .headCont .siderbar .Multilanguage .Multilanguage-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  padding: 12px 16px;
}
.headWrap .headCont .siderbar .Multilanguage .Multilanguage-list {
  background: #F8F9FA;
  width: 100%;
}
.headWrap .headCont .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover {
  padding: 0 16px;
  height: 40px;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .Multilanguage .Multilanguage-list .Multilanguage-item .itemCover .language {
  margin-left: 29px;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
@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: 1366px) {
  .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: 1366px) 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: 1366px) 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: 40px;
    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: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .headWrap .headCont .top .topL .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
  }
  .headWrap .headCont .top .topR .searchWrap .search {
    width: 288px;
  }
  .headWrap .headCont .mhead {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .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: 48px;
  }
  .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: 400;
    font-size: 14px;
    text-align: center;
    color: #666666;
  }
  .headWrap .headCont .top .topL .topList .topItem:hover .topTitle {
    color: #1A73E9;
  }
  .headWrap .headCont .top .topL .topList .topItem:hover .line {
    display: block;
  }
  .headWrap .headCont .top .topR .searchWrap .search {
    width: 288px;
  }
  .headWrap .headCont .mhead {
    display: none;
  }
}
.topicModule {
  padding-bottom: 50px;
}
.topicModule .topicModuleTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topicModule .topicModuleTitle .apptitle {
  font-weight: 500;
  color: #202124;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
.topicModule .topicModuleTitle .more {
  display: block;
  border-radius: 50%;
  background-image: url("../../statics/image/more_normal.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (any-hover: hover) {
  .topicModule .topicModuleTitle .more:hover {
    background-color: #F2F2F2;
    background-image: url("../../statics/image/more_hover.svg");
  }
}
.topicModule .topicList .topicItem .topicItemCont {
  display: block;
}
.topicModule .topicList .topicItem .topicItemCont .topicItemCont-img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  aspect-ratio: 580/327;
}
.topicModule .topicList .topicItem .topicItemCont .topicItemContDel .topicItemCont-title {
  margin: 4px 0 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1A73E9;
}
.topicModule .topicList .topicItem .topicItemCont .topicItemContDel .topicItemCont-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #202124;
}
@media only screen and (max-width: 320px) {
  .topicModule .topicModuleTitle {
    padding: 9px 0;
  }
  .topicModule .topicModuleTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .topicModule .topicModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .topicModule .topicList {
    width: 100%;
  }
  .topicModule .topicList .topicItem {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .topicModule .topicModuleTitle {
    padding: 9px 0;
  }
  .topicModule .topicModuleTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .topicModule .topicModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .topicModule .topicList {
    width: 100%;
  }
  .topicModule .topicList .topicItem {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .topicModule .topicModuleTitle {
    padding: 9px 0;
  }
  .topicModule .topicModuleTitle .apptitle {
    font-size: 20px;
    line-height: 30px;
  }
  .topicModule .topicModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .topicModule .topicList {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 0px)/4));
  }
  .topicModule .topicList .topicItem .topicItemCont {
    padding: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .topicModule .topicModuleTitle {
    padding: 14px 0;
  }
  .topicModule .topicModuleTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .topicModule .topicModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .topicModule .topicList {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 0px)/4));
  }
  .topicModule .topicList .topicItem .topicItemCont {
    padding: 6px;
  }
  .topicModule .topicList .topicItem:hover {
    background: #F4F4F4;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1367px) {
  .topicModule .topicModuleTitle {
    padding: 14px 0;
  }
  .topicModule .topicModuleTitle .apptitle {
    font-size: 26px;
    line-height: 40px;
  }
  .topicModule .topicModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .topicModule .topicList {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 0px)/4));
  }
  .topicModule .topicList .topicItem .topicItemCont {
    padding: 6px;
  }
  .topicModule .topicList .topicItem:hover {
    background: #F4F4F4;
    border-radius: 4px;
  }
}
.FAQWrap .FAQTitle {
  color: #202124;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 12px 0px;
}
.FAQWrap .listTitle {
  color: #202124;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 12px;
}
.FAQWrap .FAQText,
.FAQWrap .answer,
.FAQWrap li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.FAQWrap .question {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
}
.FAQWrap ol li {
  list-style: decimal;
  margin-left: 20px;
}
.FAQWrap ol li strong {
  color: #202124;
}
.FAQWrap ul li {
  list-style: disc;
  margin-left: 20px;
}
.FAQWrap ol li::marker,
.FAQWrap ul li::marker {
  color: #1A73E9;
}
@media only screen and (max-width: 767px) {
  .FAQWrap .FAQTitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
}
.footerWrap {
  background: #F7F7F7;
  position: relative;
}
.footerWrap .footer {
  max-width: 1150px;
  margin: 0 auto;
}
.footerWrap .footer .top .logo img {
  width: 270px;
  height: auto;
}
.footerWrap .footer .introduction {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #878787;
}
.footerWrap .footer .tabbar {
  font-size: 16px;
  font-weight: 400;
}
.footerWrap .footer .tabbar a {
  color: #4D4D4D;
  line-height: 32px;
  word-break: break-word;
}
.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: 20px 18px;
  }
  .footerWrap .footer .top .logo img {
    width: 226px;
    height: auto;
    aspect-ratio: 155/21;
  }
  .footerWrap .footer .top .socialMedia {
    margin: 10px 0;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  .footerWrap .footer .tabbar {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  }
  .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: 20px 18px;
  }
  .footerWrap .footer .top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-left: 50px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks {
    margin-right: 20px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    line-height: 20px;
    padding-bottom: 16px;
  }
  .footerWrap .footer .tabbar a {
    margin-right: 15px;
  }
  .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: 1199px) {
  .footerWrap .footer {
    padding: 20px 18px;
  }
  .footerWrap .footer .top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-left: 50px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks {
    margin-right: 20px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 16px;
  }
  .footerWrap .footer .tabbar a {
    padding-right: 30px;
  }
  .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: 1200px) {
  .footerWrap .footer {
    padding: 48px 0 48px 0;
  }
  .footerWrap .footer .top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-left: 50px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks {
    margin-left: 30px;
  }
  .footerWrap .footer .top .socialMedia .externalLinks svg {
    width: 30px;
    height: 30px;
  }
  .footerWrap .footer .introduction {
    padding-bottom: 16px;
  }
  .footerWrap .footer .tabbar a {
    padding-right: 30px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
.wrap .banner .bannerCont {
  height: 100%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
.wrap .banner .bannerCont .top {
  margin: 0 auto;
}
.wrap .banner .bannerCont .top .topTips {
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap .banner .bannerCont .top .topTips h1 {
  display: inline;
  white-space: nowrap;
}
.wrap .banner .bannerCont .top .topTips .num {
  color: #1A73E9;
}
.wrap .banner .bannerCont .top .topTips .found {
  color: #202124;
}
.wrap .banner .bannerCont .top .topTips .coordinate {
  color: #202124;
}
.wrap .banner .bannerCont .top .topDetalis {
  text-align: center;
  font-weight: 400;
  color: #878787;
}
.wrap .contWrap .filterDentalsModule .filterDentalsTitle {
  font-weight: 400;
  color: #202124;
}
.wrap .contWrap .filterDentalsModule .filterCriteria {
  display: flex;
  flex-wrap: wrap;
}
.wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem {
  flex-shrink: 0;
  margin: 8px 6px 0 0;
  background: #EFF1F2;
  border-radius: 4px;
}
.wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem .CriteriaItem-text {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #666666;
}
.wrap .contWrap .filterDentalsModule .filterResults {
  display: grid;
}
.wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem {
  border: 1px solid #F2F3F4;
  border-radius: 4px;
}
.wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem .filterResultsItemCont .resultsItemCont-top {
  display: flex;
  align-items: center;
}
.wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem .filterResultsItemCont .resultsItemCont-top .itemMark {
  width: 12px;
  height: 3px;
  background: #1A73E9;
  border-radius: 1px;
  transform: rotate(90deg);
}
.wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem .filterResultsItemCont .resultsItemCont-top .area {
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
.wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem .filterResultsItemCont .resultsItemCont-bottom {
  margin-left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 320px) {
  .wrap .banner {
    padding: 16px 16px 0 16px;
  }
  .wrap .banner .bannerCont .top .topTips .found,
  .wrap .banner .bannerCont .top .topTips .coordinate {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .wrap .banner .bannerCont .topDetalis {
    font-size: 14px;
    line-height: 22px;
  }
  .wrap .contWrap {
    margin: 12px 0 16px 0;
  }
  .wrap .contWrap .filterDentalsModule .filterDentalsTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria {
    margin-top: 8px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem {
    width: 28px;
    height: 28px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem .filterCriteriaItem-Cont .CriteriaItem-text {
    font-size: 15px;
    line-height: 28px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover {
    background: #1A73E9;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover .CriteriaItem-text {
    color: #FFFFFF;
    font-weight: 500;
  }
  .wrap .contWrap .filterDentalsModule .filterResults {
    padding: 0 0 24px 0;
    grid-gap: 8px 8px;
    grid-template-columns: repeat(2, calc((100% - 8px) / 2));
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .ads-li {
    display: grid;
    grid-column: span 2;
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrap .banner {
    padding: 16px 16px 0 16px;
  }
  .wrap .banner .bannerCont .top .topTips .found,
  .wrap .banner .bannerCont .top .topTips .coordinate {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .wrap .banner .bannerCont .topDetalis {
    font-size: 14px;
    line-height: 22px;
  }
  .wrap .contWrap {
    margin: 12px 0 16px 0;
  }
  .wrap .contWrap .filterDentalsModule .filterDentalsTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria {
    margin-top: 8px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem {
    width: 28px;
    height: 28px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem .filterCriteriaItem-Cont .CriteriaItem-text {
    font-size: 15px;
    line-height: 28px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover {
    background: #1A73E9;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover .CriteriaItem-text {
    color: #FFFFFF;
    font-weight: 500;
  }
  .wrap .contWrap .filterDentalsModule .filterResults {
    padding: 0 0 24px 0;
    grid-gap: 8px 8px;
    grid-template-columns: repeat(2, calc((100% - 8px) / 2));
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .ads-li {
    display: grid;
    grid-column: span 2;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .wrap .banner {
    padding: 0 16px;
    height: 469px;
    background: #F0F6FF;
  }
  .wrap .banner .bannerCont .top {
    padding-top: 22px;
  }
  .wrap .banner .bannerCont .top .topTips h1 {
    font-size: 30px;
  }
  .wrap .banner .bannerCont .topDetalis {
    font-size: 14px;
    line-height: 40px;
  }
  .wrap .contWrap .filterDentalsModule {
    margin-top: 12px;
  }
  .wrap .contWrap .filterDentalsModule .filterDentalsTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria {
    margin-top: 16px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem {
    width: 36px;
    height: 36px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem .filterCriteriaItem-Cont .CriteriaItem-text {
    font-size: 15px;
    line-height: 36px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover {
    background: #1A73E9;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover .CriteriaItem-text {
    color: #FFFFFF;
    font-weight: 500;
  }
  .wrap .contWrap .filterDentalsModule .filterResults {
    padding: 22px 0 24px 0;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(4, calc((100% - 30px)/4));
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem {
    padding: 10px;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .ads-li {
    display: grid;
    grid-column: span 4;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .wrap .banner {
    padding: 0 16px;
    height: 469px;
  }
  .wrap .banner .bannerCont .top {
    padding-top: 32px;
  }
  .wrap .banner .bannerCont .top .topTips h1 {
    font-size: 34px;
  }
  .wrap .banner .bannerCont .topDetalis {
    font-size: 14px;
    line-height: 40px;
  }
  .wrap .contWrap .filterDentalsModule {
    margin-top: 12px;
    padding: 0 10px;
  }
  .wrap .contWrap .filterDentalsModule .filterDentalsTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria {
    margin-top: 16px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem {
    width: 36px;
    height: 36px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem .filterCriteriaItem-Cont .CriteriaItem-text {
    font-size: 15px;
    line-height: 36px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover {
    background: #1A73E9;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover .CriteriaItem-text {
    color: #FFFFFF;
    font-weight: 500;
  }
  .wrap .contWrap .filterDentalsModule .filterResults {
    padding: 32px 0 36px 0;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(4, calc((100% - 38px)/4));
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem {
    padding: 16px;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem:hover {
    background: #f4f4f4;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .ads-li {
    display: grid;
    grid-column: span 4;
    text-align: center;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .banner {
    height: 469px;
  }
  .wrap .banner .bannerCont .top {
    padding-top: 32px;
  }
  .wrap .banner .bannerCont .top .topTips h1 {
    font-size: 34px;
  }
  .wrap .banner .bannerCont .topDetalis {
    font-size: 14px;
    line-height: 40px;
  }
  .wrap .contWrap .filterDentalsModule {
    margin-top: 12px;
  }
  .wrap .contWrap .filterDentalsModule .filterDentalsTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria {
    margin-top: 16px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem {
    width: 36px;
    height: 36px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem .filterCriteriaItem-Cont .CriteriaItem-text {
    font-size: 15px;
    line-height: 36px;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover {
    background: #1A73E9;
  }
  .wrap .contWrap .filterDentalsModule .filterCriteria .filterCriteriaItem:hover .CriteriaItem-text {
    color: #FFFFFF;
    font-weight: 500;
  }
  .wrap .contWrap .filterDentalsModule .filterResults {
    padding: 32px 0 36px 0;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(4, calc((100% - 38px)/4));
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem {
    padding: 16px;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .filterResultsItem:hover {
    background: #f4f4f4;
  }
  .wrap .contWrap .filterDentalsModule .filterResults .ads-li {
    display: grid;
    grid-column: span 4;
    text-align: center;
  }
}
