#wrapper.home {

}

#wrapper .header a.fr {
  background-image: url(../img/list.png?v=20210703);
}

#main {
  /* padding: 0px 4px; */
  padding-top: 10px;
  padding-bottom: 12px;
}
#main>.t-status{
  padding: 3px 0;
}
#main>.t-status a,
#main>.t-status a:link,
#main>.t-status a:visited{
  color: blue;
  text-decoration: none;
}

#main>.t-status ul,
#main>.t-status ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main>.t-status ul li a:hover{
  text-decoration: underline;
}
#main>.t-status .t-url-list{
  padding: 0 6px;
  /* text-align: left; */
}
#wrapper.pc #main>.t-status .t-url-list{

}
#wrapper.pc #main>.t-status .t-url-list ul li{
  float: left;
  margin: 0 6px;
}
#wrapper.mobile #main>.t-status .t-url-list ul li::after{
  display: block;
  content: "";
  clear: both
}
#main>.t-status .t-url-list ul li a{
  /* float: left; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#wrapper.mobile #main>.t-status .t-url-list ul li a{
  /* float: left; */
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#main>.t-status .t-url-list ul li span.t-btn-del{
  /* float: right; */
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: url(../img/del@2x.png) left 2px no-repeat;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
#wrapper.pc #main>.t-status .t-url-list ul li span.t-btn-del{
  float: right;
  margin-top: 7px;
  /* margin-bottom: -3px; */
  margin-left: 6px;
}
#wrapper.mobile #main>.t-status .t-url-list ul li span.t-btn-del{
  float: right;
  margin-top: 7px;
}
/* 收藏模式 */
#main>.t-status.t-is-favourite-mode{
  min-height: 2em;
  line-height: 2em;
  text-align: center;
  color: #333;
  font-size: 14px;
  background-color: rgb(var(--main-color-rgb)/0.1);
}
#main>.t-status.t-is-favourite-mode i{
  font-style: normal;
  color:red;
  margin: 0 2px;
}
#main>.t-status.t-is-favourite-mode .t-url-list{

}
#wrapper.mobile.t-is-favourite-mode #main{
  /* padding-top: 25px; */
}
#wrapper.t-is-favourite-mode #main>.t-status.t-is-favourite-mode{
  display: block;
}
/* 挑错模式 */
#main>.t-status.t-is-find-error-mode{
  min-height: 2em;
  line-height: 2em;
  text-align: center;
  color: #333;
  font-size: 14px;
  background-color: rgb(var(--main-color-rgb)/0.1);
}
#main>.t-status.t-is-find-error-mode i{
  font-style: normal;
  color:red;
  margin: 0 2px;
}
#main>.t-status.t-is-find-error-mode .t-url-list{

}
#main>.t-status ul,
#main>.t-status ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#wrapper.mobile.t-is-find-error-mode #main{
  /* padding-top: 25px; */
}
#wrapper.t-is-find-error-mode #main>.t-status.t-is-find-error-mode{
  display: block;
}
/* #wrapper.mobile.t-is-find-error-mode #main>.t-status::before{
  display: block;
  content: '当前处于挑错模式';
  text-align: center;
  color: red;
  font-size: 14px;
} */

/* end */

#wrapper .top {
  /* margin-top: -10px; */
  /* margin-bottom: 4px; */
  height: 32px;
  /* line-height: 29px; */
  line-height: 32px;
  /* font-size: 12px; */
  font-size: 13px;
  color: #666;
  /* border-bottom: solid 1px #dedede; */
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#wrapper .top a,
#wrapper .top a:link,
#wrapper .top a:visited{
  color: inherit;
  text-decoration: none;
}
#wrapper .top a:hover{
  color: var(--link-color);
  text-decoration: underline;
}
#wrapper .top ul,
#wrapper .top ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#wrapper .top ul >li{
  float: left;
  /* padding: 0 5px; */
}
#wrapper .top .t-left{
  /* padding-left: 6px; */
  position: relative;
  left: 3px;
}
#wrapper .top .t-right{
  position: relative;
  right: 3px;
}
#wrapper .top .t-right ul{
  float: left;
  margin-right: 7px;
}
#wrapper .top .t-right ul:first-child >li{
  margin-left: 6px;
}
#wrapper .top .t-right ul:first-child a.t-mode{
  /* display: none; */
  margin-top: 3px;
  margin-bottom: 3px;
  border: solid 1px #ddd;
  border-radius: 4px;
  line-height: 24px;
  background-color: #f5f5f5;
}
#wrapper .top .t-right ul:first-child a,
#wrapper .top .t-right ul:first-child a:link,
#wrapper .top .t-right ul:first-child a:visited{
  color: inherit;
}
#wrapper .top .t-right ul:first-child li.t-active a,
#wrapper .top .t-right ul:first-child li.t-active a:visited{
  color: var(--link-color);
  border-color: var(--link-color);
}
#wrapper .top .t-right ul:first-child a:hover{
  text-decoration: none;
}
#wrapper .top .t-basic{

}

#wrapper .top .t-left ul >li a,
#wrapper .top .t-left ul >li span,
#wrapper .top .t-right ul >li a,
#wrapper .top .t-right ul >li span{
  /* margin: 0 5px;
  padding: 0 2px; */
  padding: 0 7px;
  display: inline-block;

}
#wrapper .top .t-left ul >li::before{
  display: inline-block;
  content: '|';
  color: darkgray;
}

#wrapper .top .t-left ul >li:first-child::before{
  display: none;
}
#wrapper .top .t-right ul >li:first-child::before{
  display: none;
}
#wrapper .top .t-right ul:first-child{
  margin-right: 0px;
}
#wrapper .top .t-right ul:first-child::after{
  display: inline-block;
  margin-left: 6px;
  content: '|';
  line-height: 30px;
  color: darkgray;
}
#wrapper .top .t-right ul:first-child li{
  display: none;
}
#wrapper .top .t-right ul:first-child li.t-active,
#wrapper .top .t-right ul:first-child li.show{
  display: block;
}
/* #wrapper .top .t-right ul:last-child >li .t-sub-menu{
  position: absolute;
  right: 0;
  white-space: nowrap;
  word-break: keep-all;
} */
#wrapper .top .t-right ul:last-child >li.t-on{
  position: relative;
}
/* #wrapper .top .t-right ul:last-child >li.t-on .t-sub-menu{
  display: block;
} */
#wrapper .top .t-basic.t-has-login li:first-child{
  color: var(--link-color);
}
#wrapper .top .t-content{
  text-align: center;
}
#wrapper .top .t-content.t-notice{
  margin: 0 auto;
  max-width: 450px;
  color: darkgray;
  /* color: red; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#wrapper .top .t-content.t-notice .t-message-type-1,
#wrapper .top .t-content.t-notice .t-message-type-2{
  color: #FFAB00;
}
#wrapper .top .t-content.t-notice em{
  font-weight: bold;
  font-style: normal;
}
#wrapper .top .t-content.t-notice a:hover{
  color: red;
  text-decoration: underline;
}

/* 子菜单 */
#wrapper .top .t-right .t-more .t-submenu{
  display: none;
  position: absolute;
  right: 0;
  padding: 0.5em 0;
  white-space: nowrap;
  border: solid 1px #dedede;
  background-color: white;
  transition: height .2s ease-in-out;
  box-shadow: 4px 4px 4px 0 #dedede;
  z-index: 1;
}
#wrapper .top .t-right .t-more.t-on .t-submenu{
  display: block;
}
#wrapper .top .t-right .t-more.t-on .t-submenu li{
  padding: 0 0.5em;
  font-size: 14px;
  line-height: 2.3em;
}
#wrapper .top .t-right .t-more.t-on .t-submenu li a{
  display: block;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color,box-shadow;
}
#wrapper .top .t-right .t-more.t-on .t-submenu li.active a{
  color: var(--main-color);
}

/******/

html.mobile #wrapper .top{
  /* margin-left: -6px;
  margin-right: -6px; */
  margin-bottom: -5px;

}
html.mobile #wrapper .top .t-content{
  padding-left: 0;
  padding-right: 0;
}


.t-top{
  margin: 0.5em 0 0.8em;
  padding: 0.4em 0.7em;
  text-align: left;
  border: solid 1px #dedede;
}
.t-top ul{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.t-top li{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.t-top a{
  /*margin: 0 1em;*/
  font-size: 1rem;
}
.t-top a,
.t-top a:link,
.t-top a:visited{
  color: #333;
  text-decoration: none;
}
.t-top a:hover{
  color: red;
  text-decoration: underline;
}
.t-top{
  padding: 0.3em 0.3em;
}
.t-top:after{
  display: block;
  content: '';
  clear: both;
}
.t-top ul{
  display: block;
}
.t-top li{
  float: left;
  width: 20%;
  margin: 0.1em 0;
  text-align: center;
}
html.mobile #wrapper .t-top ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}
html.mobile #wrapper .t-top li{
  width:auto;
  /* min-width: 25%; */
}
.t-top a{
  margin: 2px 0.4em;
  /* line-height: 1.4em; */
  line-height: 1.5em;
  display: block;
}
#wrapper .t-top .t-status{
  float: right;
}
#wrapper .t-top .t-status ul,
#wrapper .t-top .t-status ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper .t-top .t-status ul li{
  float:left
}
#wrapper .t-top .t-status a{
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 4px;
  line-height: 24px;
  background-color: #f5f5f5;
}
#wrapper .t-top .t-status li.t-active a,
#wrapper .t-top .t-status li.t-active a:visited{
  color: var(--link-color);
  border-color: var(--link-color);
}
#wrapper .top .t-right ul:first-child a:hover{
  text-decoration: none;
}

.t-popular-block {
  margin-bottom: 5px;
}
.t-popular-block:after{
  display: block;
  content: "";
  clear: both
}

.t-popular-block{
  margin: 0 auto;
  margin-bottom: 20px;
  width: 92%;
}
.t-popular-block ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.t-popular-block ul li {
  float: left;
  width: 20%;
  /* height: 32px; */
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  background: #ffffff;
}
.t-popular-block ul li.t-row-first a{
  border-left: 1px solid #ddd;
}

.t-popular-block ul li a {
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  text-decoration: none;
  color: #000000;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

.t-block .t-title,
.t-block .t-header h3 {
  margin: 0;
  /* height: 30px; */
  padding-left: 5px;
  line-height: 1em;
  font-size: 16px;
  /* font-weight: normal; */
  font-weight: bold;
  color: var(--main-color);
  /* color: #266800; */
  /* border-bottom: 1px solid #ddd; */
  border-left: solid 3px var(--main-color);
}
.t-block .t-header{
  /* background-color: #D7F4A6; */
  padding: 10px 0.2em;
  border-bottom: 1px solid #ddd;
}

.t-block .t-header h3{
  /* border-top: solid 1px white; */
}
.t-list-block .t-header h3{
  float: left;
}
.t-block .t-header >a{
	float: right;
	line-height: 1em;
	margin-left: 10px;
  margin-right: 5px;
  line-height: 1em;
  text-decoration: none;
  color: #666;


}
.t-block .t-header >a:hover{
  color: #769DE2;
}
.t-block .t-header >a.t-btn-more::before{
  display: inline-block;
  content: '';
  width: 16px;
  height: 1em;
	/* margin-top: -1px; */
  margin-right: 5px;
  vertical-align: middle;
	background: url(../img/expand2.png) center center no-repeat;
}
.t-block .t-header >a.t-btn-more::after{
  content: '显示更多';
  vertical-align: middle;
}
.t-block.t--on .t-header >a.t-btn-more::before,
.wrapper.t-is-show-more .t-block .t-header >a.t-btn-more::before{
	background-image: url(../img/collapse2.png);
}
.t-block.t--on .t-header >a.t-btn-more::after,
.wrapper.t-is-show-more .t-block .t-header >a.t-btn-more::after{
  content: '隐藏更多';
}
.wrapper.t-is-show-more .t-block .t-header >a.t-btn-more{
  display: none;
}

#wrapper.mobile .t-block .t-content{
  padding: 0.2em 0;
}
.t-list-block {
  /* height: 195px; */
  margin-bottom: 16px;
  background: #ffffff;
  /* border: 1px solid #ddd; */
  border-radius: 6px 6px 6px 6px;
}
.t-list-block .t-content{
  /* border: 1px solid #ddd; */
}
.t-list-block .t-content .t-top-sites,
.t-list-block .t-content .t-bottom-sites{
  /* min-height: 52px; */
  padding: 6px 5px;
  text-align: right;
  border-bottom: 1px dashed #ddd;
}
.t-list-block .t-content .t-top-sites ul,
.t-list-block .t-content .t-bottom-sites ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  clear: both;
}
.t-list-block .t-content .t-top-sites ul li,
.t-list-block .t-content .t-bottom-sites ul li{
  display: inline-block;
  margin: 0.15em 0.35em;
  line-height: 1.3em;
  overflow: hidden;
}
#wrapper.mobile .t-list-block .t-content .t-top-sites ul li,
#wrapper.mobile .t-list-block .t-content .t-bottom-sites ul li{
  margin: 0.15em 0.15em;
}

.t-list-block a.t-sub-title,
.t-list-block a.t-sub-title:link,
.t-list-block a.t-sub-title:visited {
  color: var(--main-color);
}
.t-list-block.t-category .t-content,
.t-list-block .t-category{
  clear: both;
}
.t-list-block.t-category ul,
.t-list-block .t-category ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-height: 52px;
  clear: both;
}
.t-list-block .t-category{
  border-bottom: dashed 1px #ddd;
}
.t-list-block .t-category ul {
  /* border-bottom: dashed 1px #ddd; */
}
.t-list-block .t-content .t-category:last-child ul{
  border-bottom: 0;
}
.t-list-block.t-category ul li,
.t-list-block .t-category ul li{
  float: left;
  min-height: 52px;
  padding: 4px 5px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.t-list-block.t-category ul li::before,
.t-list-block .t-category ul li::before{
  /* display: inline-block; */
  display: none;
  content: '';
  height: 100%;
  line-height: 41px;
  vertical-align: middle;
}
.t-list-block.t-category ul li{
  /* width: 16.6%; */
  width: 20%;
  /* line-height: 36px; */
  border-right: 1px dashed #DDD;
  border-bottom: 1px dashed #DDD;
  overflow: hidden;
}
#wrapper.mobile .t-list-block.t-category ul,
#wrapper.mobile .t-list-block .t-category ul{
  min-height: auto;
}
#wrapper.mobile .t-list-block.t-category ul li,
#wrapper.mobile .t-list-block .t-category ul li{
  width: auto;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  margin-right: 0.4em;
  padding: 0;
  min-height: auto;
  text-align: left;
  line-height: 1.7em;
  border-right-width: 0;
  border-bottom-width: 0;
}
#wrapper.mobile .t-list-block .t-category{
  padding: 0.2em 0;
}
#wrapper.mobile .t-list-block .t-category ul li{
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.t-list-block.t-category ul li.t-row-first{
  border-left: 1px dashed #DDD;
}
#wrapper.mobile .t-list-block.t-category ul li.t-row-first{
  border-left-width: 0;
}
.t-list-block .t-category ul li {
  /* width: 16.6%; */
  width: 17%;
}
.t-list-block .t-category ul li:first-child{
  width: 15%;
}
.t-list-block ul li.t--more{
  display: none;
}
.t-list-block.t--on ul li.t--more,
.wrapper.t-is-show-more .t-list-block ul li.t--more{
  display: block;
}


.t-list-block ul li a,
.t-list-block ul li span {
  display: inline-block;
  padding: 0 0.2em;
  text-decoration: none;
  color: #000000;
  vertical-align: middle;
}
.t-list-block ul li a img{
  margin-right: 4px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
}
.t-list-block ul li a.t-is-walled,
.t-list-block ul li a.t-is-mainting,
.t-list-block ul li a.t-is-building,
.t-list-block ul li a.t-experience-level-1 {
  color: #666;
  filter: grayscale(100%);
}
.t-list-block ul li a.t-is-walled img,
.t-list-block ul li a.t-experience-level-1 img{
  /* filter: grayscale(100%); */
  display: none;
}
.t-list-block ul li a.t-is-walled::after,
.t-list-block ul li a.t-is-exception::after,
.t-list-block ul li a.t-is-mainting::after{
  /* position: relative;
  display: inline-block;
  margin-left: 2px;
  content: '';
  top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: darkgray; */
  content: '!';
}
#wrapper.mobile .t-list-block ul li a,
#wrapper.mobile .t-list-block ul li span{
  display: block;
}
#wrapper.mobile .t-list-block ul li a{
  color: #333;
}
#wrapper.mobile .t-list-block ul li a.t-is-mobile{
  color: black;
  text-decoration: underline;
}
#wrapper.mobile .t-list-block ul li a.t-no-mobile,
#wrapper.mobile .t-list-block ul li a.t-experience-level-1,
#wrapper.mobile .t-list-block ul li a.t-experience-level-2,
#wrapper.mobile .t-list-block ul li a.t-is-walled,
#wrapper.mobile .t-list-block ul li a.t-is-mainting{
  color: #666;
  text-decoration: none;
}
#wrapper.mobile .t-list-block ul li a:hover{
  color: white;
}
.t-list-block ul li a:hover{
  color: white;
  background-color: var(--main-color);
}
.t-list-block .t-top-sites ul li a{

}
.t-list-block .t-bottom-sites ul li a{
  color: #666;
}
.t-list-block .t-bottom-sites ul li a:hover{
  color: white;
}
.t-list-block.t-category ul li a,
.t-list-block .t-category ul li a ,
.t-list-block .t-category ul li span {
  /* width: 100%;
  height: 100%; */
  line-height: 1.3em;
}
#wrapper.mobile .t-list-block.t-category ul li a,
#wrapper.mobile .t-list-block .t-category ul li a ,
#wrapper.mobile .t-list-block .t-category ul li span{
  line-height: inherit;
}
.t-list-block .t-category ul li:first-child {
  color: var(--main-color);
  border-right: 1px dashed #ddd;
}
.t-list-block .t-category ul li:first-child span{
  color: inherit;
}

.t-history-block .t-content{
  border-left: dashed 1px #ddd;
  border-right: dashed 1px #ddd;
}
#wrapper.mobile .t-history-block .t-content{
  padding: 0;
}

.t-tools-block {
  border: 1px solid #ddd;
  background: #ffffff;
  /* height: 129px; */
}
.t-tools-block:after{
  display: block;
  content: "";
  clear: both
}

.t-tools-block ul {
  padding: 0;
  margin: 0;
  height: 32px;
  list-style-type: none;
  /* border-bottom: 1px solid #eee; */
}

.t-tools-block ul li {
  float: left;
  width: 20%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
}

.t-tools-block ul li a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* 收藏模式 */
ul li a.t-is-favourite-url{
  /* text-decoration: line-through !important; */
  color: white !important;
  background-color: red !important;
  filter: none !important;
}
/* 挑错模式 */
ul li a.t-is-error-url{
  text-decoration: line-through !important;
  color: white !important;
  background-color: red !important;
  filter: none !important;
}
/* 广告 */
.t-ads{
  color: #999;
  font-size: 14px;
  text-align: center;
}
.t-ads a{
  display: inline-block;
  margin: 0 0.5em;
  line-height: 2em;
}

.t-ads a.t-full{
  display: block;
  clear: both;
}
.t-ads a.t-full:link{
  text-decoration: underline;
}
.t-ads a,
.t-ads a:link,
.t-ads a:visited{
  color: inherit;
  text-decoration: none;
}
.t-ads a:hover{
  color: blue;
  /* color: var(--main-color); */
}

/* 页脚 */

#wrapper .footer {
  padding-top: 17px;
  padding-bottom: 12px;
  text-align: center;
}


/* 友情链接 */
.t-flinks{
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #444;
}
.t-flinks ul,
.t-flinks ul li{
  margin: 0;
  padding: 0;
}
.t-flinks ul,
.t-flinks ul li{
  display: inline-block;
}
.t-flinks ul li{
  margin-left: 0.5em;
}
.t-flinks ul li:first-child{
  margin-left: 0;
}
.t-flinks a,
.t-flinks a:link,
.t-flinks a:visited{
  color: inherit;
  text-decoration: none;
}
.t-flinks a:hover{
  color: var(--main-color);
  text-decoration: underline;
}

#main .t-for-pc{
  display: none;
}
#wrapper.pc #main span.t-for-pc{
  display: initial;
}
