@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: 10;
    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: 999;
    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%;
    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;
}
.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: #5468FF;
    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: #6b7cff;
}
.PC-Box .main-Box .left-Box .search-Box .classSearch-Box {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
    width: 300px;
    margin-top: 30px;
}
.PC-Box .main-Box .left-Box .search-Box .classSearch-Box .optionRow {
    display: flex;
    align-items: center;
}
.PC-Box .main-Box .left-Box .search-Box .classSearch-Box .optionRow .opIMG {
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.PC-Box .main-Box .left-Box .search-Box .classSearch-Box .optionRow .opText {
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .classSearch-Box .line2 {
    width: 1px;
    height: 20px;
    background-color: #d6d6d6;
}
.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: 60px 0 80px 0;
    box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard {
    width: 316px;
    height: 270px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 16px 40px 0px rgba(52, 67, 86, 0.15);
    border: 1px solid #f2f2f2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 2;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardTitle {
    font-family: 'Alibaba-PuHuiTi-Bold';
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bolder;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardTextGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardTextGroup .text {
    font-family: '楷体_GB2312';
    font-size: 34px;
    line-height: 34px;
    color: #3c3c3c;
    margin-bottom: 16px;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardTextGroup .pinyinGroup {
    font-size: 14px;
    color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardBtn {
    width: 89px;
    height: 40px;
    border-radius: 10px;
    background-color: #5468FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardBtn span {
    font-size: 12px;
    color: #ffffff;
    margin-right: 6px;
    font-weight: 500;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .mainCard .cardBtn .next {
    width: 22px;
    height: 22px;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .shadowCard1 {
    width: 274px;
    height: 137px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 16px 40px 0px rgba(52, 67, 86, 0.15);
    position: absolute;
    margin-top: -15px;
    z-index: 1;
}
.PC-Box .main-Box .left-Box .result-Box .card-Box .shadowCard2 {
    width: 240px;
    height: 151px;
    background-color: rgba(249, 249, 249, 0.5);
    border-radius: 25px;
    box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
    position: absolute;
    margin-top: -29px;
    z-index: 0;
}
.description-box {
    width: 865px;
    margin: 8px auto 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
}
.description-box .title-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.description-box .title-box .icon {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    overflow: hidden;
}
.description-box .title-box .text {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}
.description-box .description {
    font-size: 13px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #878b8b;
    line-height: 22px;
    padding-top: 10px;
    display: block;
}
