#main {
  position: relative;
  padding-bottom: 185px;
  min-height: 100vh;
}

.header {
  background-color: #339CFE;
}

.header .header-cont {
  height: 125px;
  display: flex;
  align-items: center;
}

.header .logo {
  width: 302px;
  height: 74px;
  margin-right: 70px;
}

.header .link-list {
  display: flex;
  align-items: center;
}

.header .link-list a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 10px 6px;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
}

.header .link-list a.active,
.header .link-list a:hover {
  border-color: #fff;
}

.crumbsBar {
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 20px;
}

.search-box input {
  margin-left: 10px;
}

.search-box input {
  padding-left: 10px;
  color: #333;
  width: 260px;
  font-size: 16px;
}

.search-box input::placeholder {
  color: #A9A9A9;
}

.search-box button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 154px;
  background: #2E61DD;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.crumbsBar~.fe .search-box button{
  width: 108px;
  background: #4EA3FF;
}
.search-box button span {
  line-height: 0;
}

.search-box button img {
  width: 16px;
  height: auto;
  margin-right: 12px;
}

.search-box {
  width: 470px;
  display: flex;
  position: relative;
  height: 38px;
  padding-left: 15px;
  box-sizing: border-box;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  border: 1px solid #4EA3FF;
  border-radius: 6px;
}

.search-box .select-box {
  position: relative;
  font-size: 16px;
  color: #333;
}

.select-box .select-list {
  position: absolute;
  width: 62px;
  left: -10px;
  top: 30px;
  padding: 5px 0;
  border-radius: 6px;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  z-index: 5;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 16%);
}

.select-box .select-list p {
  padding: 0 5px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-box .select-list p img {
  opacity: 0;
  width: 9px;
  height: 6px;
  margin-right: 5px;
}

.select-box .select-list p.active,
.select-box .select-list p:hover {
  color: #fff;
  background-color: #339CFE;
}

.select-box .select-list p.active img {
  opacity: 1;
}

.select-header {
  cursor: pointer;
  padding-right: 13px;
  border-right: 2px solid #d8d8d8;
}

.select-header img {
  width: 16px;
  height: auto;
  margin-left: 4px;
}

.select-list {
  display: none;
}

.main-cont {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
}

.main-cont-title {
  margin-bottom: 10px;
}

.main-cont-title h3 {
  color: #232323;
  font-size: 22px;
  margin-bottom: 10px;
}

.main-cont-title p {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.main-content{
  margin-top: 10px;
  display: flex;
}
.left-con{
  width: 890px;
  background: #F2F5F7;
}
.left-con .search-result{
  margin-top: 0px;
  margin-bottom: 10px;
}
.search-result.struct-type{
	height: 68px;
	padding: 10px 0 0 20px;
}
.search-result.struct-type label{
	font-weight: 500;
	color: #339CFE;
	font-size: 16px;
	margin-right: 20px;
}
.search-result.struct-type a{
	display: inline-block;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #C0C0C0;
	margin: 10px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	padding: 4px 8px;
}
.search-result.struct-type a:hover, .search-result.struct-type a.active{
	color: #FFFFFF;
	background-color: #339CFE;
}
.left-con .title{
  background-color: #fff;
  font-weight: 500;
  color: #232323;
  font-size: 22px;
  padding: 20px 20px 10px;
  height:60px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
}
.left-con .title cite a{
	float: right;
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #339CFE;
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
}
.no-result-box{
  width: 100%;
  background-color: #fff;
  min-height: 400px;
  border-radius: 6px;
  padding-top: 134px;
}
.no-result-box img {
  width: 196px;
  height: 80px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.no-result-box  .no-result-text {
  width: 100%;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  display: block;
  line-height: 20px;
  margin-top: 20px;
}
.right-con{
  width: 290px;
  height: 162px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 20px;
}
.right-con * {
  box-sizing: border-box;
}
.table-list .table-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 20px 10px 10px 0;
  border-bottom: 1px solid #EDEDED;
}

.table-list .table-item:last-child {
  border: none;
}

.table-list .table-item .label {
  color: #339CFE;
  width: 35px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.table-list .table-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

.table-list .table-cont .item {
  min-width: 32px;
  height: 30px;
  display: flex;
  padding: 0 6px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #C0C0C0;
  margin-right: 20px;
  margin-bottom: 10px;
}

.table-list .table-cont .item:hover {
  background: #F0F7FF;
  border-color: #339cfe;
  color: #339CFE;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #339CFE;
}

.footer-cont {
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}
.footer-cont p {
  margin-bottom: 10px;
}
.search-result{
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 10px;
}
.search-result~.main-cont{
  margin-top: 10px;
}
.pinyin-result-box .table-list .table-cont .item{
    min-width: 40px;
    height: 42px;
    border-radius: 4px;
    border: 1px dashed #C0C0C0;
    display: unset;
    box-sizing: unset;
    padding: 2px 0 0 0 ;
}
.pinyin-result-box .table-list .table-cont .item >div{
  width: 100%;
  text-align: center;
}
.pinyin-result-box .table-list .table-cont .item .pinyin{
  font-size: 14px;
  height:18px;
  line-height: 18px;
  /*transform: scale(0.5);*/
}
.pinyin-result-box .table-list .table-cont .item .hanzi{
  margin-top: -2px;
  font-size: 20px;
  font-weight: 400;
  color: #399EFD;
  line-height: 20px;
  height: 20px;
}
.pinyin-result-box .table-list .table-cont .item:hover{
  color: #ffffff;
  background-color:#399EFD ;
}
.pinyin-result-box .table-list .table-cont .item:hover .hanzi{
  color: #ffffff;
}
.radical-result-box .table-list .label{
  color: #333;
  font-weight: 500;
}
.right-nav{
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-bottom: 10px;
}
.right-nav li{
  width: 33.333333333%;
}
.right-nav li a{
  margin: 5px;
  display: block;
  color: #333333;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  background: #F0F2F4;
  line-height: 34px;
  height: 34px;
  text-align: center;
}
.right-nav li a:hover{
  color: #FFFFFF;
  background: #339CFE;
}
.page-con{
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px 20px;
  margin-bottom: 10px;
}

.title~.page-con{
  border-radius: 0 0 6px 6px;
}
.result-list li{
  height: 40px;
  border-radius: 4px;
  border: 1px solid #C0C0C0;
  display: inline-block;
  margin:10px 9px;
}
.result-list.gray li{
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
  background: #F0F2F4;
  border: 1px solid #F0F2F4;
}
.result-list li a{
  display: block;
  padding: 0 9px;
  font-size: 14px;
  color: #333333;
  height: 40px;
  overflow-wrap: break-word;
  line-height: 40px;
}
.result-list li:hover{
  border: 1px solid #359CFE;
}
.result-list li:hover,.result-list li:hover a,.result-list li a:hover, .result-list li a.active{
  background: #359CFE;
  color: #fff;
  border-radius: 4px;
}
.search-result a:hover, .search-result a.active {
  color: #FFFFFF;
  background-color: #339CFE;
}
.page-num{
  width: 500px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.page-num ul{
  text-align: center;
}
.page-num ul li{
  display: inline-block;
  margin: 0 8px 0 7px;
}
.page-num ul li a{
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 6px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.page-num ul li a:hover,.page-num ul li .active a{
  font-weight: 400;
  color: #FFFFFF;
  background: #4295E9;
}
.page-num ul li a.pre,.page-num ul li a.next{
  font-size: 12px;
  background: none;
  margin: 0 4px 0 3px;
  width: 20px;
}
.page-num ul li a.pre:hover,.page-num ul li a.next:hover{
  font-size: 12px;
  background: none;
  color: #333;
}
.relevant-con{
	margin: 0 0 10px;
	background: #FFFFFF;
	border-radius: 6px;
	padding:10px 20px;
}
.relevant-con .sub-title{
	height: 42px;
	border-bottom: 1px solid #E5E5E5;
}
.relevant-con .sub-title a{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	height: 42px;
	line-height: 22px;
	padding: 5px 0 14px 0;
}
.relevant-con .sub-title cite {
	float: right;
}
.relevant-con .sub-title cite a{
	font-style: normal;
	font-weight: 400;
	color: #666666;
	font-size: 14px;
}
.mod-5,.mod-2,.mod-3,.mod-4,.mod-1{
	display: flex;
	flex-wrap: wrap;
	clear: both;
}
.mod-5 >*{
	width: 20%;
}
.mod-2>*{
	width: 50%;
}
.mod-3>*{
	width: 33.3333333%;
}
.mod-4>*{
  width: 25%;
}
.mod-1>*{
  width: 100%;
}
.relevant-con .relevant-list .relevant-item a{
	display: block;
	height: 34px;
	background: #F0F2F4;
	border-radius: 6px;
	margin: 10px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 3px;
}
.relevant-con .relevant-list.mod-2  .relevant-item a{
	margin:10px 9px;
}
.relevant-con .relevant-list.mod-3  .relevant-item a{
	margin:5px 4px;
}
.relevant-con .relevant-list.mod-4  .relevant-item a{
  margin:5px;
}
.relevant-list .relevant-item a:hover{
	color: #FFFFFF;
	background: #339CFE;
}
.story-list {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 20px 30px 20px;
    margin-bottom: 10px;
}
.story-list .item-title a{
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	height: 30px;
	line-height: 30px;
}
.story-list .item-title cite a{
	float: right;
	display: block;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: #339CFE;
	height: 20px;
	line-height: 20px;
}
.story-list .item-info a{
	display: block;
	margin-top: 20px;
	text-indent:32px;
	font-size: 16px;
	color: #666666;
}
.page-con .pinyin-result-box{
	display: flex;
	flex-wrap: wrap;
}
.page-con .pinyin-result-box li{
    min-width: 34px;
	padding: 20px 10px;
	box-sizing:unset;
}
.page-con .pinyin-result-box li .item {
	display: block;
    min-width: 34px;
    height: 45px;
    border-radius: 4px;
    border: 1px dashed #C0C0C0;
    padding: 2px 5px;
	text-align: center;
}
.page-con .pinyin-result-box li .item .pinyin {
    font-size: 12px;
    height: 18px;
    line-height: 14px;
    /* transform: scale(0.7); */
	  text-align: center;
}
.page-con .pinyin-result-box li .item .hanzi {
    margin-top: -2px;
    font-size: 18px;
    font-weight: 400;
    color: #399EFD;
    line-height: 20px;
    height: 20px;
}
.page-con .pinyin-result-box li .item:hover,.page-con .pinyin-result-box li .item:hover .hanzi {
    color: #ffffff;
    background-color: #399EFD;
}
