* {margin: 0; padding: 0; outline: 0;}

.dchBox .content .dchBox {
    width: 100%;
}
html, body {width: 100%; height: auto; overflow-x: hidden; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;position: relative;}
img {border:0;vertical-align:middle;}
a {text-decoration: none}
.dchBox{
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.dchBox .topNavs{
    width: 100%;
    height: 131px;
    overflow: hidden;
    box-shadow: 4px 2px 8px 0px hsla(0, 0%, 0%, 0.13);
}
.dchBox .topNavs .top1{
    width: 1000px;
    height: 89px;
    overflow: hidden;
    margin: 0 auto;
}
.dchBox .topNavs .top1 .img{
    float: left;
}
.dchBox .topNavs .top1 .img img{
    width: 142px;
    margin: -30px 0 0 0px;
}
.dchBox .topNavs .top1 .searchbox{
    width: 300px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #c1c1c1;
    overflow: hidden;
    display: flex;
    float: right;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top:30px;
}
.dchBox .topNavs .top1 .searchbox input{
    border-style: none;
    width: 100px;
    margin: 7px 18px;
    -webkit-box-shadow: 1px 1px 20px 14px #ffffff inset;
}
.dchBox .topNavs .top1 .searchbox .search .sub{
    background: url(https://www.dancihu.com/images/apps/search.png) no-repeat;
    width: 40px;
    height: 23px;
    z-index: 999999;
    position: absolute;
    margin: 6px 0 6px 40px;
    cursor: pointer;
    opacity: 0;
}
.dchBox .topNavs .top1 .searchbox .selected{
    width: 82px;
    height: 30px;
    background-color: #f85959;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.dchBox .topNavs .top1 .searchbox .search-icon{
    width: 24px;
    height: 23px;
}
.dchBox .topNavs .top1 .searchbox .search-icon img{
    width: 24px;
    height: 23px;
    position: absolute;
    margin: -26px 0px 0 182px;
    z-index: 999;
}
.dchBox .topNavs .top2{
    height: 41px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    column-gap: 89px;
    flex-direction: row;
    justify-content: space-between;
}
.dchBox .topNavs .top2 .nav-top{
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}
.dchBox .topNavs .top2 .nav-top .nav{
    display: flex;
}
.dchBox .topNavs .top2 .nav-top .hidden-selected{

    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    width: 91px;
    margin: 30px 0 0 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    align-items: center;
}
.dchBox .topNavs .top2 .nav-top .hidden-selected a{
    width: 91px;
    height: 30px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    text-align: center;
}
.dchBox .topNavs .top2 .nav-top .hidden-selected a:hover{
    color: #F85959;
    border-style: none;
}
.dchBox .topNavs .top2 a{
    height: 21px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
}
.dchBox .topNavs .top2  img {
    width: 10px;
    height: 5px;
    margin: 0px 0 0 5px;
}
.dchBox .topNavs .top2 a.active{
    height: 41px;
    line-height: 21px;
    border-bottom:3px #f85959 solid;
    box-sizing: border-box;
}
.dchBox .topNavs .top2 a:hover{
    height: 41px;
    line-height: 21px;
    border-bottom:3px #f85959 solid;
    box-sizing: border-box;
}
.dchBox .content{
    width: 986px;
    margin: 30px auto 30px auto;
}
.dchBox .content .hotTj{
    height: 160px;
    width: 100%;
    display: grid;
    grid-template-rows: 36px 36px 36px;
    align-content: space-between;
}
.dchBox .content .hotTj .hot-dictionary,.hot-app,.hot-idiom{
    display: flex;
    column-gap: 7px;
}
.dchBox .content .hotTj .claname{
    width: 97px;
    height: 36px;
    background-color: #f85959;
    border-radius: 22px;
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.dchBox .content .hotTj .hotlist{
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 894px;
    justify-content: space-between;
}
.dchBox .content .hotTj .hotlist a{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 95px;
}
.dchBox .content .hotTj .hotlist a:hover{
    color:#f85959 ;
}
.dchBox .content .hotBanner{
    width: 100%;
    height: 549px;
    margin: 59px 0 50px 0;
    display: grid;
    grid-template-rows: 352px 180px;
    row-gap: 18px;
}
.dchBox .content .hotBanner .swiper{
    height: 352px;
    overflow: hidden;
}
.dchBox .content .hotBanner .news1{
    display: grid;
    grid-template-columns: 631px 360px;
}
.dchBox .content .hotBanner .news1 .banner{
    overflow: hidden;
    height: 352px;
}
.dchBox .content .hotBanner .news1 .banner img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.dchBox .content .hotBanner .news1 .banner .bt{
    height: 60px;
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.5);
    text-align: left;
    overflow: hidden;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 0 10px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
}
.dchBox .content .hotBanner .news1 .banner .pageswiper {
    width: 72px;
    height: 20px;
    position: relative;
    bottom: 30px;
    margin-right: 30px;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dchBox .content .hotBanner .news1 .banner .prevup{
    width: 37px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    left: auto;
    position: relative;
    z-index: 99;
    --swiper-navigation-color: #ffff;
    --swiper-navigation-size: 16px;
    top: auto;
    bottom: 50%;
}
.dchBox .content .hotBanner .news1 .banner .nextto{
    width: 37px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    right: auto;
    position: relative;
    z-index: 99;
    margin-left: 590px;
    --swiper-navigation-color: #ffff;
    --swiper-navigation-size: 16px;
    top: auto;
    bottom: 198px;
}
.dchBox .content .hotBanner .news1 .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #d6d6d6;
}
.dchBox .content .hotBanner .news1 .banner .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #b3260b;
}
.dchBox .content .hotBanner .news1 .newslist{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 8px 8px 0px;
    justify-content: space-evenly;
    align-items: center;
}
.dchBox .content .hotBanner .news1 .newslist a{
    width: 310px;
    height: 57px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: dotted 1px #c1c1c1;
}
.dchBox .content .hotBanner .news1 .newslist a:hover{
    color:#f85959 ;
}
.dchBox .content .hotBanner .news1 .newslist a:last-child{
    border-style: none;
}
.dchBox .content .hotBanner .news2{
    display: grid;
    grid-template-columns: 233px 233px 233px 233px;
    column-gap: 18px;
}
.dchBox .content .hotBanner .news2 .newstj{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.dchBox .content .hotBanner .news2 .newstj img{
    width: 233px;
    height: 125px;
}
.dchBox .content .hotBanner .news2 .newstj a.txt{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.dchBox .content .hotBanner .news2 .newstj a.txt:hover{
    color:#f85959 ;
}
.dchBox .content .hot-dictionary-box{
    width: 100%;
    height: 620px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.dchBox .content .hot-dictionary-box .biaoti{
    width: 120px;
    margin: 0 20px;
    float: left;
}
.dchBox .content .hot-dictionary-box .biaoti h2{
    width: 114px;
    height: 80px;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 0 20px;
}
.dchBox .content .hot-dictionary-box .lan-selected{
    width: 246px;
    display: flex;
    column-gap: 29px;
    height: 32px;
    float: left;
    overflow: hidden;
    margin: 25px 0 0 62px;
}
.dchBox .content .hot-dictionary-box .lan-selected .selectedbtn.sel{
    color: #ffffff;
    background-color: #F85959;
}
.dchBox .content .hot-dictionary-box .lan-selected .selectedbtn{
    width: 105px;
    height: 32px;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    cursor:pointer;
}
.dchBox .content .hot-dictionary-box .dictionary{
    height: 530px;
    float: left;
    overflow: hidden;
    width: 100%;
    display: none;
}
.dchBox .content .hot-dictionary-box .dictionary.show{
    display: block;
}
.dchBox .content .xclalist{
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 960px;
    justify-content: space-evenly;
    top: 20px;
    z-index: 99999;
    margin: 0 0 0 10px;
    overflow: hidden;
    height: 90px;
}
.dchBox .content .xclalist .cla{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
}
.dchBox .content .xclalist .cla::after{
    content: '';
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    border-radius: 4.5px;
    display: block;
    margin: 15px 0 0 33px;
}
.dchBox .content .xclalist .cla a{
    color: #b6b6b6;
}
.dchBox .content .xclalist .cla a:before{
    content: '';
    border-bottom: 1px solid #dfdfdf;
    width: 65.5px;
    position: absolute;
    margin: 45px 0 0 -33px;
    overflow: hidden;
}
.dchBox .content .xclalist .cla a::after{
    content: '';
    border-bottom: 1px solid #dfdfdf;
    width: 180px;
    position: absolute;
    margin: 45px 0 0 -27px;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .claactive a{
    color: #F85959;
}
.dchBox .content .claactive a::after{
    color: #F85959 !important;
}
.dchBox .content .xclalist .claactive::after{
    background:#F85959 !important;
    border-style:none;
    width:11px;
    height:11px;
    border-radius:5.5px
}
.dchBox .content .xclalist .cla i{
    margin-left: 50px;
}
.dchBox .content .hot-dictionary-box .dictionary .pageswiper3{
    width: 1000px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    bottom: 470px;
    justify-content: space-around;
}
.dchBox .content .hot-dictionary-box .dictionary .pageswiper4{
    width: 1000px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    top: -470px;
    justify-content: space-around;
}
.dchBox .content .hot-dictionary-box .dictionary .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(110, 110, 110, 0);
    border:solid 1px #8d8a8a;
}

.dchBox .content .hot-dictionary-box .dictionary .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #f85959;
    border: #F85959 1px solid;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper,.dictionary-en-swiper{
    height: 530px;
    float: left;
    width: 100%;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh{
    width: 100%;
    height: 410px;
    margin: 100px 0 0 0;
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1{
    display: flex;
    height: 240px;
    overflow: hidden;
    width: 906px;
    margin: 0 auto;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .sear{
    width: 442px;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .xbiaoti{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh li{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .moreto{
    width: 59px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .sear .charlist{
    display: grid;
    grid-template-columns: 73px 73px 73px 73px 73px;
    grid-template-rows: 74px 74px;
    grid-gap: 10px;
    margin: 20px 0 0 0;
    justify-content: space-between;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .sear .charlist img{
    position: relative;
    width: 75px;
    height: 75px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .sear .charlist a{
    font-family: Microsoft YaHei;
    font-size: 43px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 75px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    position: absolute;
    z-index: 999;
    margin: -80px 15px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .jinfan{
    margin: 0 0 0 33px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .sear .charlist a:hover{
    color:#f95757
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .jinfan .cilist{
    display: grid;
    grid-template-rows: 32px 32px 32px 32px;
    grid-template-columns: 133px 133px 133px;
    overflow: hidden;
    margin: 20px 0 0 0;
    grid-gap: 10px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .jinfan .cilist a.ci{
    width: 133px;
    height: 32px;
    background-color: #f9f9f9;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .jinfan .cilist .ci.active{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #f85959;
    width: 133px;
    height: 32px;
    background-color: rgba(248, 89, 89, 0.1);
    text-align: center;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line1 .jinfan .cilist a:hover{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #f85959;
    width: 133px;
    height: 32px;
    background-color: rgba(248, 89, 89, 0.1);
    text-align: center;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2{
    height: 200px;
    overflow: hidden;
    width: 906px;
    margin: 20px auto auto auto;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2 .shuowenlist{
    display: grid;
    grid-template-columns: 97px 97px 97px 97px 97px 97px 97px 97px;
    margin: 21px 0 0 0;
    justify-content: space-around;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2 .shuowenlist .imgborder{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2 .shuowenlist .imgborder .img{
    width: 97px;
    height: 97px;
    border: solid 1px #dfdfdf;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2 .shuowenlist .imgborder .img img{
    width: 97px;
    height: 97px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2 .shuowenlist .imgborder a{
    width: 97px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zh .line2 .shuowenlist .imgborder a:hover{
    color: #F85959;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa{
    width: 100%;
    height: 410px;
    margin: 100px 0 0 0;
    position: absolute;
    overflow: hidden;
    display: grid;
    grid-template-columns: 441px 437px;
    justify-content: center;
    column-gap: 52px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .xbiaoti{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa li{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .moreto{
    width: 59px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj{

}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj .shufalist{
    display: grid;
    grid-template-columns: 136px 136px 136px;
    row-gap: 21px;
    margin: 20px 0 0 0;
    justify-content: space-between;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj .shufalist .sf{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj .shufalist .sf img{
    width: 136px;
    height: 136px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj .shufalist .sf img:hover{
    border: solid 1px #f85959;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj .shufalist .sf a{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    width: 139px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufatj .shufalist .sf a:hover{
    color: #F85959;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufazjtj .zjlist{
    margin: 20px 0 0 0;
    display: grid;
    grid-template-columns: 133px 133px 133px;
    column-gap: 19px;
    row-gap: 22px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufazjtj .zjlist a{
    text-align: center;
    height: 32px;
    background-color: #f9f9f9;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufazjtj .zjlist a:hover{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shufa .shufazjtj .zjlist a.active{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj{
    width: 920px;
    height: 410px;
    margin: 100px auto 0 auto;
    position: absolute;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj .xbiaoti{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj li{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 0 40px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj .moreto{
    width: 59px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj .cylist{
    display: grid;
    grid-template-columns: 133px 133px 133px 133px 133px 133px;
    margin: 20px 0 0 30px;
    column-gap: 18px;
    row-gap: 20px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj .cylist a{
    width: 133px;
    height: 32px;
    background-color: #f9f9f9;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj .cylist a.active{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .cytj .cylist a:hover{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici{
    width: 100%;
    height: 410px;
    margin: 100px 0 0 0;
    position: absolute;
    overflow: hidden;
    display: grid;
    grid-template-columns: 441px 437px;
    justify-content: center;
    column-gap: 52px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .xbiaoti{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici li{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .moreto{
    width: 59px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj{

}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj .shicilist{
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
    height: 360px;
    justify-content: space-between;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj .shicilist .sc{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 467px;
    height: 85px;
    background-color: #f9f9f9;
    justify-content: center;
    align-items: flex-start;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj .shicilist .sc a{
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 0 20px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj .shicilist .sc a:hover{
    color: #F85959;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj .shicilist .sc .xq{
    margin: 0 0 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c1c1c1;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicitj .shicilist .sc .xq a{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicimjtj .mjlist{
    display: flex;
    flex-direction: column;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicimjtj .mjlist a{
    font-family: Microsoft YaHei;
    width: 100%;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: dotted 1px #c1c1c1;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicimjtj .mjlist a:last-child,a:first-child{
    border-style: none;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicimjtj .mjlist a:hover{
    color: #f85959;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .shici .shicimjtj .mjlist a.active{
    color: #f85959;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj{
    width: 920px;
    height: 410px;
    margin: 100px auto 0 auto;
    position: absolute;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj .xbiaoti{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj li{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 0 40px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj .moreto{
    width: 59px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj .zjlist1{
    display: grid;
    grid-template-columns: 133px 133px 133px 133px 133px 133px;
    gap: 20px;
    margin: 20px 0 0 30px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj .zjlist1 a{
    width: 120px;
    height: 32px;
    background-color: #f9f9f9;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj .zjlist1 a.active{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-swiper .zjtj .zjlist1 a:hover{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en{
    width: 920px;
    height: 410px;
    margin: 100px auto 0 auto;
    position: absolute;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .xbiaoti{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en li{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 0 40px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .moreto{
    width: 59px;
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
    background:none;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .moreto:hover{
    background:none;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .yylist{
    display: grid;
    grid-template-columns: 190px 190px 190px 190px;
    gap: 20px;
    margin: 20px 0 0 30px;
    justify-content: space-between;
    justify-items: center;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en a{
    width: 133px;
    height: 32px;
    background-color: #f9f9f9;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    overflow: hidden;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en a.active{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en a:hover{
    color: #f85959;
    background-color: rgba(248, 89, 89, 0.1);
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .sxlist{
    display: grid;
    grid-template-columns: 133px 133px 133px 133px 133px 133px ;
    gap: 20px;
    margin: 20px 0 0 30px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .zzlist{
    display: grid;
    grid-template-columns: 133px 133px 133px 133px 133px 133px ;
    gap: 20px;
    margin: 20px 0 0 30px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .jalist{
    display: grid;
    grid-template-columns: 133px 133px 133px 133px 133px 133px ;
    gap: 20px;
    margin: 20px 0 0 30px;
}
.dchBox .content .hot-dictionary-box .dictionary .dictionary-en-swiper .en .kklist{
    display: grid;
    grid-template-columns: 133px 133px 133px 133px 133px 133px ;
    gap: 20px;
    margin: 20px 0 0 30px;
}
.dchBox .content .hot-app-box{
    margin: 51PX 0 0 0;
    width: 100%;
    height: 526px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.dchBox .content .hot-app-box .biaoti{
    width: 100%;
    display: flex;
    align-items: baseline;
    column-gap: 760px;
    margin: 0 20px;
}
.dchBox .content .hot-app-box .biaoti h2{
    width: 114px;
    height: 80px;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 0 20px;
}
.dchBox .content .hot-app-box .biaoti a{
    width: 59px;
    height: 70px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #b6b6b6;
}
.dchBox .content .hot-app-box .applist{
    overflow: hidden;
}
.dchBox .content .hot-app-box  .xclalist{
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 960px;
    justify-content: space-around;
    top: 10px;
    z-index: 999999;
    overflow: hidden;
    height: 90px;
    margin: 0 0 0 10px;
}
.dchBox .content .hot-app-box .xclalist .cla{
    height: 24px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
}
.dchBox .content .hot-app-box .xclalist .cla a{
    color: #b6b6b6;
}
.dchBox .content .hot-app-box .claactive a{
    color: #F85959 !important;
}
.dchBox .content .hot-app-box .xclalist .cla i{
    margin-left: 50px;
}
.dchBox .content .hot-app-box .applist .app-grid{
    position: relative;
    margin-top: 100px;
    display: grid;
    justify-content: space-evenly;
    row-gap: 40px;
    grid-template-columns: 100px 100px 100px 100px 100px 100px 100px;
}
.dchBox .content .hot-app-box .applist .app-grid .app {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.dchBox .content .hot-app-box .applist .app-grid .app img{
    width: 100px;
    height: 100px;
    border-radius: 12px;
}
.dchBox .content .hot-app-box .applist .app-grid .app span{
    width: 100px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.dchBox .content .hot-app-box .applist .app-grid .app span:hover{
    color:#f85959
}
.dchBox .content .hot-app-box .applist .pageswiper2{
    width: 1000px;
    position: relative;
    bottom: 340px;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    justify-content: space-around;
}
.dchBox .content .hot-app-box .applist  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(110, 110, 110, 0);
    border:solid 1px #8d8a8a;
}
.dchBox .content .hot-app-box .applist  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #f85959;
    border: #F85959 1px solid;
}
.dchBox .content .hot-app-box .applist .appxclaswiper{
    width: 71px;
    height: 24px;
}

.dchBox .content .hot-lxy {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.dchBox .content .hot-lxy .xheader{
    width: 100%;
    height: 127px;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 127px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.dchBox .content .hot-lxy .mask{
    width: 986px;
    position: absolute;
    bottom: 50px;
    height: 12%;
    background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -moz-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -o-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: linear-gradient(top, hsla(0,0%,100%,0), #fff);
}
.dchBox .content .hot-lxy .lxylist{
    margin: 0 0 114px 0;
    width: 100%;
    transition: height 3s;
    column-count: 4;
    column-gap: 10px;
    position: relative;
}
.dchBox .content .hot-lxy .lxylist .lxycard{
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px
    rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height:max-content;
    box-sizing: border-box;
    break-inside: avoid;
    margin-bottom: 20px;
}
.dchBox .content .hot-lxy .lxylist .lxycard:hover{
    box-shadow: 0px 0px 20px 0px
    rgba(0, 0, 0, 0.3);
}
.dchBox .content .hot-lxy .lxylist .lxycard h2{
    margin: 0 0 0 20px;
    font-family: Microsoft YaHei;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    height: 50px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.dchBox .content .hot-lxy .lxylist .lxycard h2 a{
    color: #000000;
}
.dchBox .content .hot-lxy .lxylist .lxycard h2:before{
    background-color: #f85959;
    width: 3px;
    height: 21px;
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
}
.dchBox .content .hot-lxy .lxylist .lxycard:hover h2 a {
    color: #f85959;
}
.dchBox .content .hot-lxy .lxylist .lxycard .detail{
    width: 196px;
    margin: 0 0 26px 20px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #343434;
}
.dchBox .content .hot-lxy .lxylist .lxycard .detail a{
    color: #343434;
}
.dchBox .content .hot-lxy .lxylist .lxycard .zan{
    width: 196px;
    height: 40px;
    margin: 0 auto 18px auto;
    overflow: hidden;
}
.dchBox .content .hot-lxy .lxylist .lxycard .zan .time{
    height: 16px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: left;
}
.dchBox .content .hot-lxy .lxylist .lxycard .zan .hit{
    float: right;
    width: 40px;
    height: 17px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}
.dchBox .content .hot-lxy .lxylist .lxycard .zan .hit img{
    float: left !important;
    width: 17px !important;
    height: 17px !important;
}
.dchBox .content .hot-lxy .lxylist .lxycard .zan .hit span{
    width: 20px;
    height: 16px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #b6b6b6;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: flex-end;
}
.dchBox .content .hot-lxy .lxylist .lxycard .detail img{
    width: 196px;
    margin: 3px 0;
}
.dchBox .content .hot-lxy .morelx{
    position: absolute;
    z-index: 99999;
    width: 82px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #f85959;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #f85959;
    text-align: center;
    margin: 0 450px;
    bottom: 50px;
}
.dchBox .footer{
    border-top: solid 1px #f85959;
    width: 100%;
    min-height: 190px;
    clear: both;
    overflow: hidden;
}
.dchBox .footer .line1{
    width: 1000px;
    min-height: 54px;
    margin: 0 auto;
}
.dchBox .footer .line1 span{
    height: 54px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #000000;
    float: left;
}
.dchBox .footer .line1 a{
    font-family: Microsoft YaHei;
    font-size: 14px;
    letter-spacing: 0px;
    color: #c1c1c1;
    height: 54px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    display: block;
    float: left;
    width: 100px;
    text-align: center;
}
.dchBox .footer .line1 a:hover{
    color:#000000;
}
.dchBox .footer .line2{
    width: 1000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.dchBox .footer .line2 .f-left{
    margin: 20px 0 0 0;
    width: 650px;
    height: 106px;
    overflow: hidden;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.dchBox .footer .line2 .f-left .col1 img{
    width: 201px;
    height: 190px;
}
.dchBox .footer .line2 .f-left .col2{
    margin: 0 0 0 22px;
    height: 106px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.dchBox .footer .line2 .f-left .col2 span{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.dchBox .footer .line2 .f-left .col2 a{
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.dchBox .footer .line2 .f-left .col2 a:hover{
    color:#f95757
}
.dchBox .footer .line2 .f-right{
    width: 90px;
    height: 120px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}
.dchBox .footer .line2 .f-right .qycode{
    width: 86px;
    height: 86px;
    overflow: hidden;
    background-color: #666666;
}
.dchBox .footer .line2 .f-right .qycode img{
    width: 86px;
    height: 86px;
}
.dchBox .footer .line2 .f-right span{
    width: 86px;
    text-align: center;
    height: 20px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #b8b8b8;
}

#rinfo {
    font-size: 13px;
    color: red;
    margin-left: 5px;
}
#submit{
    margin:0 0 0 421px;
}
#close{
    margin-left: 70px;
}