@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: #f6f9fd;
    margin: 0 auto;
}
a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    display: block;
    color: #333;
}
div,
span,
a,
canvas,
div,
h1,
h2,
html,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
img {
    display: block;
}
a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
button {
    border: none;
    outline: none;
}
.M-Box {
    display: none;
}
#headerPC {
    position: sticky;
    z-index: 1;
    top: 0;
}
.Share-popup {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}
.disable {
    pointer-events: none;
}
.PC-Box {
    width: 100%;
    margin: 0 auto;
}
.PC-Box .crumbs-Box {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.PC-Box .crumbs-Box a {
    font-size: 12px;
    color: #AAAEB3;
    transition: all 0.3s;
}
.PC-Box .crumbs-Box a:hover {
    color: #50A1FF;
}
.PC-Box .crumbs-Box .crumbsArrow {
    width: 14px;
    height: 14px;
    margin: 0 5px;
}
.PC-Box .main-Box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.PC-Box .main-Box .left-Box {
    width: 865px;
}
.PC-Box .main-Box .left-Box .search-Box {
    width: 100%;
    height: 242px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}
.PC-Box .main-Box .left-Box .search-Box .tag {
    width: 70px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    position: absolute;
    right: 30px;
    top: 43px;
}
.PC-Box .main-Box .left-Box .search-Box .red {
    background-color: rgba(255, 110, 106, 0.15);
    color: #ff6a65;
}
.PC-Box .main-Box .left-Box .search-Box .yellow {
    background-color: rgba(240, 173, 78, 0.15);
    color: #f39f27;
}
.PC-Box .main-Box .left-Box .search-Box .blue {
    background-color: rgba(91, 192, 222, 0.15);
    color: #5bc0de;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup {
    display: flex;
    align-items: center;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .toolIcon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 15px;
    border: 0.75px solid #f0f0f0;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt {
    display: flex;
    flex-direction: column;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt h1 {
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 4px;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt span {
    font-size: 12px;
    color: #9B9EAC;
}
.PC-Box .main-Box .left-Box .search-Box .line {
    width: 100%;
    height: 1px;
    background-color: #F5F6F7;
    margin: 30px 0;
}
.PC-Box .main-Box .left-Box .search-Box .searchBar-Box {
    display: flex;
    position: relative;
}
.PC-Box .main-Box .left-Box .search-Box .searchBar-Box .searchInput {
    width: 433px;
    height: 46px;
    border-radius: 10px 0 0 10px;
    border: 1.5px solid #D6D7D7;
    border-right: none;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 14px;
    color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .searchBar-Box .subBtn {
    width: 100px;
    height: 46px;
    background-color: #FE6B1B;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.PC-Box .main-Box .left-Box .search-Box .searchBar-Box .subBtn:hover {
    background-color: #ff7d38;
}
.PC-Box .main-Box .left-Box .search-Box .egCnt {
    font-size: 12px;
    color: #9B9EAC;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.PC-Box .main-Box .left-Box .result-Box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box {
    display: flex;
    flex-direction: column;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotTitle {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .ImgGroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .ImgGroup .wordRow {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 7px;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .ImgGroup .wordRow .wordIMG {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-bottom: 7px;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .ImgGroup .wordRow:first-child {
    margin: 0;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .refreshBtn {
    width: 94px;
    height: 36px;
    border: 1px solid #FE6B1B;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .refreshBtn .refreshIcon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .hotWordCnt .refreshBtn span {
    font-size: 14px;
    color: #FE6B1B;
}
.PC-Box .main-Box .left-Box .result-Box .hotText-Box .line {
    width: 100%;
    height: 1px;
    background-color: #F5F6F7;
    margin: 40px 0;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box {
    display: flex;
    flex-direction: column;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeTitle {
    font-size: 16px;
    line-height: 16px;
    color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .themeGroup {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .themeGroup .textRow {
    width: 106px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .themeGroup .textRow span {
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .themeGroup .textRow:nth-child(7n) {
    margin-right: 0;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .themeGroup .textRow:hover {
    border: none;
    background-color: #FE6B1B;
    color: #fff;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .refreshBtn {
    width: 94px;
    height: 36px;
    border: 1px solid #FE6B1B;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .refreshBtn .refreshIcon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .themeCnt .refreshBtn span {
    font-size: 14px;
    color: #FE6B1B;
}
.PC-Box .main-Box .left-Box .result-Box .theme-Box .line {
    width: 100%;
    height: 1px;
    background-color: #F5F6F7;
    margin: 40px 0;
}
.PC-Box .main-Box .left-Box .result-Box .ToolIntroduce-Box {
    display: flex;
    flex-direction: column;
}
.PC-Box .main-Box .left-Box .result-Box .ToolIntroduce-Box .ToolIntroduceTitle {
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 4px;
}
.PC-Box .main-Box .left-Box .result-Box .ToolIntroduce-Box .ToolIntroduceCnt {
    font-size: 14px;
    color: #6D7278;
    line-height: 24px;
}
