* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: "PingFang SC", PingFangSC, BlinkMacSystemFont, "思源黑体", "思源宋体", Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", "黑体", Heiti, sans-serif, SimSun, "宋体", serif;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input {
    outline: none;
}
button:active {
    outline: none;
}
ul li {
    list-style: none;
}
ul li {
    margin: 0;
    padding: 0;
}
.row {
    margin: 0;
    padding: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none!important;
    box-shadow: none;
}
.clearFix:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/*媒体查询*/
html {
    font-size: 16px;
}
/*@media screen and (min-width: 320px) {*/
/*    html {*/
/*        font-size:21.3px;*/
/*    }*/
/*}*/
.main {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .main {
        width: 100% !important;
        padding: 0 20px;
    }
}
@media screen and (max-width: 375px) {
    .main {
        width: 100% !important;
    }
}
/*适配面包屑字体大小*/
@media screen and (max-width: 750px) {
    .breadcrumb {
        font-size: 10px !important;
    }
    .header {
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 1200px) {
    .footer .footer_head .items {
        width: 100%;
    }
    .footer .footer_head .items:last-child {
        margin: 40px 0 0 0!important;
    }
    .footer .footer_mid .mid_left p span {
        width: 100%;
    }
    .footer .footer_mid .mid_left p span:nth-child(n-1) {
        margin-top: 10px !important;
    }
    .footer .footer_mid .mid_right {
        margin: 40px 0 !important;
    }
}
.hot_1 {
    background: linear-gradient(45deg, #855ad9, #a973f3) !important;
    box-shadow: 0px 0px 8px 0px rgba(82, 55, 135, 0.4);
}
.hot_2 {
    background: linear-gradient(45deg, #4473e5, #6c95f8) !important;
    box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_3 {
    background: linear-gradient(45deg, #ec845b, #f99d78) !important;
    box-shadow: 0px 0px 8px 0px rgba(237, 134, 93, 0.4);
}
.hot_4 {
    background: linear-gradient(45deg, #5bcca1, #88dabb) !important;
    box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_5 {
    background: linear-gradient(45deg, #855ad9, #a973f3) !important;
    box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_6 {
    background: linear-gradient(45deg, #4473e5, #6c95f8) !important;
    box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_7 {
    background: linear-gradient(45deg, #e27708, #e58e52) !important;
    box-shadow: 0px 0px 8px 0px #b39f7d;
}
.hot_8 {
    background: linear-gradient(45deg, #41d3e7, #6cf8b7) !important;
    box-shadow: 0px 0px 8px 0px #25316c;
}
.footer {
    width: 100%;
    background: #413161;
    overflow: hidden;
}
.footer .footer_head {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.footer .footer_head .items:last-child {
    margin-left: 20px;
}
.footer .footer_head .items h2 {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 12px;
}
.footer .footer_head .items span {
    font-size: 14px;
    color: #8C849B;
}
.footer .footer_mid {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer_mid .mid_left h2 {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 12px;
}
.footer .footer_mid .mid_left p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer .footer_mid .mid_left p span {
    color: #8C849B;
    font-size: 14px;
    margin-right: 40px;
}
.footer .footer_mid .mid_left p span svg {
    color: #8C849B;
}
.footer .footer_mid .mid_right img {
    width: 120px;
    height: 40px;
}
.footer .footer_bottom {
    position: relative;
    line-height: 26px;
    font-size: 13px;
    color: #8C849B;
    text-align: center;
    padding: 20px 0 ;
    width: 100%;
}
.footer .footer_bottom a {
    color: #8C849B;
}
.footer .footer_bottom:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #4B3B6B;
}
.header {
    margin: 0 auto;
    min-height: 88px;
    width: 1200px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    z-index: 5;
}
.header .head_title {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    color: #8965CF;
    text-align: left;
    padding-left: 60px;
}
.header .head_title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("https://static.jzmbti.com/front/images/logo.png") no-repeat;
    background-size: 40px 40px ;
}
.header .head-nva {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
}
.header .head-nva a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    color: #2E1F4A;
}
.header .head-nva a:hover {
    font-size: 18px;
    color: #8965CF;
    font-weight: 600;
}
.header .head-nva .active {
    color: #8965CF;
    font-weight: 600;
}
.header .head_log {
    display: flex;
    align-items: center;
}
.header .head_log .search {
    position: relative;
    height: 40px;
}
.header .head_log .search input {
    line-height: 40px;
    border: none;
    width: 100%;
    height: 100%;
    background-color: #f0eef5;
    border-radius: 30px;
    text-indent: 14px;
    font-size: 14px;
}
.header .head_log .search svg {
    position: absolute;
    font-size: 25px;
    height: 25px;
    width: 25px;
    right: 25px;
    top: 50%;
    color: #B1AAC1;
    transform: translateY(-50%);
}
.header .head_log .user {
    height: 60px;
    line-height: 60px;
}
.header .head_log .user img {
    width: 38px;
    height: 38px;
    object-fit: fill;
    border-radius: 50%;
}
.header .head_log .user span {
    font-size: 16px;
    color: #2E1F4A;
    margin-left: 16px;
}
.header .head_log .showAside {
    margin-top: 10px;
    float: right;
}
.header .head_log .showAside svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.offcanvas-end {
    width: 50%;
}
.offcanvas-end .offcanvas-body {
    text-align: center;
}
.offcanvas-end .offcanvas-body ul {
    padding: 0;
}
.offcanvas-end .offcanvas-body ul li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.offcanvas-end .offcanvas-body ul li a {
    color: #2e1f4a;
    padding-bottom: 10px;
}
.offcanvas-end .offcanvas-body ul li .active {
    color: #8965cf;
    border-bottom: #8965cf 2px solid;
    bottom: -20px;
}
.show_data {
    width: 100%;
    height: 106px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.show_data .show_data_item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #e6e6e6;
    justify-content: space-evenly;
}
.show_data .show_data_item:last-of-type {
    border-right: none;
}
.show_data .show_data_item .show_data_item_title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #612fc6;
    line-height: 1.4;
}
.show_data .show_data_item .show_data_item_title .show_data_item_title_small {
    font-size: 16px;
}
.show_data .show_data_item .show_data_item_desc {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 1.4;
}
.center {
    background: url("https://static.jzmbti.com/front/images/bgT.png") repeat;
    background-size: 1920px 1438px;
    position: relative;
}
.center .begin_test {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
.center .begin_test .test {
    cursor: pointer;
    width: 172px;
    height: 46px;
    border-radius: 46px;
    text-align: center;
    line-height: 46px;
    background: linear-gradient(180deg, #936edd, #704cb6);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}
.center .begin_test .test:hover {
    opacity: 0.88;
}
.center .begin_test .test img {
    width: 20px;
    height: 20px;
}
.center .test1 {
    position: absolute;
    top: 304px;
}
.center .test2 {
    margin-top: 50px;
}
.center .midMain {
    position: relative;
    padding-bottom: 80px;
    padding-top: 406px;
}
.center .midMain .sixteen {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.center .midMain .sixteen .sort {
    padding: 0;
    height: 400px;
}
.center .midMain .sixteen .sort .sort_title {
    font-size: 40px;
    margin-left: 28px;
    font-weight: 800;
    color: #8965cf;
    opacity: 0.2;
    transform: translateY(50px);
    font-family: "Source";
}
.center .midMain .sixteen .sort .sort_peoples {
    float: left;
    width: 100%;
    transform: translateY(50px);
    display: flex;
    justify-content: space-between;
}
.center .midMain .sixteen .sort .sort_peoples a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.center .midMain .sixteen .sort .sort_peoples a:hover {
    transform: translateY(-10px);
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people {
    text-align: center;
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people .sort_people_wrapper {
    display: flex;
    align-items: flex-end;
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people .people_nan {
    margin-right: -13px;
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people .people_nv {
    margin-left: -13px;
    margin-bottom: -8px;
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people img {
    width: auto;
    height: 160px;
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people .people_name {
    margin-top: 20px;
    font-size: 20px;
    color: #523787;
    font-weight: 600;
}
.center .midMain .sixteen .sort .sort_peoples a .sort_people .people_drc {
    font-size: 16px;
    color: #2e1f4a;
    margin-top: 12px;
    opacity: 0.6;
}
.center .midMain .sixteen .sort .sort_bottom {
    width: 100%;
    margin-top: 200px;
    height: 140px;
    background: linear-gradient(180deg, #dfd2ec, transparent);
}
.center .midMain .sixteen .practical .sort_title {
    color: #8965cf;
}
.center .midMain .sixteen .practical .people_name {
    color: #8965cf !important;
}
.center .midMain .sixteen .practical .people_drc {
    color: #8965cf !important;
}
.center .midMain .sixteen .practical .sort_bottom {
    background: linear-gradient(180deg, #dfd2ec, transparent);
}
.center .midMain .sixteen .tradition .sort_title {
    color: #ce6e34;
}
.center .midMain .sixteen .tradition .people_name {
    color: #ce6e34 !important;
}
.center .midMain .sixteen .tradition .people_drc {
    color: #ce6e34 !important;
}
.center .midMain .sixteen .tradition .sort_bottom {
    background: linear-gradient(180deg, #f6dccc, transparent);
}
.center .midMain .sixteen .ideal .sort_title {
    color: #7f8170;
}
.center .midMain .sixteen .ideal .people_name {
    color: #7f8170 !important;
}
.center .midMain .sixteen .ideal .people_drc {
    color: #7f8170 !important;
}
.center .midMain .sixteen .ideal .sort_bottom {
    background: linear-gradient(180deg, #e3e4dc, transparent);
}
.center .midMain .sixteen .reason .sort_title {
    color: #4862c9;
}
.center .midMain .sixteen .reason .people_name {
    color: #4862c9 !important;
}
.center .midMain .sixteen .reason .people_drc {
    color: #4862c9 !important;
}
.center .midMain .sixteen .reason .sort_bottom {
    background: linear-gradient(180deg, #d0d6f1, transparent);
}
.cardAll {
    overflow: hidden;
    background: linear-gradient(180deg, #eae4f5, #f8f7fb 63%);
}
.cardAll .nav {
    border: none;
}
.cardAll .cardTitle {
    max-width: 1200px;
    text-align: center;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cardAll .cardTitle a {
    position: relative;
    display: block;
    height: 30px;
    padding: 0 10px;
    font-size: 20px;
    color: #36235c;
    font-weight: 400;
}
.cardAll .cardTitle a:hover {
    color: #8965cf;
}
.cardAll .cardTitle a:after {
    opacity: 0;
    position: absolute;
    bottom: -8px;
    content: "";
    height: 3px;
    width: 50%;
    text-align: center;
    background: #8965cf;
    left: 50%;
    transform: translateX(-50%);
}
.cardAll .cardTitle .active {
    color: #8965cf;
    font-weight: 600;
}
.cardAll .cardTitle .active:after {
    opacity: 1;
}
.cardAll .cards {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cardAll .cards:after {
    content: "";
    width: 380px;
    border: 1px solid transparent;
}
.cardAll .cards .card {
    position: relative;
    width: 30%;
    border: none;
    transition: 0.5s;
}
.cardAll .cards .card:nth-child(n-3) {
    margin-bottom: 30px;
}
.cardAll .cards .card .hot {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100px;
    height: 38px;
    border-radius: 0 37px 37px 0;
    line-height: 37px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    border: none;
}
.cardAll .cards .card img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.cardAll .cards .card .card_bottom {
    position: relative;
    width: 100%;
    padding: 20px 20px 12px 20px;
}
.cardAll .cards .card .card_bottom .title {
    cursor: pointer;
    color: #2e1f4a;
    font-size: 22px;
    font-weight: 600;
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.cardAll .cards .card .card_bottom .time {
    font-size: 14px;
    color: #b3acc4;
    box-sizing: content-box;
    height: 20px;
    padding: 12px 0;
}
.cardAll .cards .card .card_bottom .time:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 54px;
    left: 0;
    height: 1px;
    background: #f2f1f8;
}
.cardAll .cards .card .card_bottom footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    margin-top: 12px;
}
.cardAll .cards .card .card_bottom footer .user {
    width: 140px;
}
.cardAll .cards .card .card_bottom footer .user img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 8px;
}
.cardAll .cards .card .card_bottom footer .user span {
    font-size: 14px;
    font-weight: 500;
    color: #2e1f4a;
}
.cardAll .cards .card .card_bottom footer .signs {
    display: flex;
    justify-content: end;
    height: 25px;
    overflow: hidden;
    flex-wrap: wrap;
}
.cardAll .cards .card .card_bottom footer .signs .sign {
    right: 20px;
    bottom: 14px;
    padding: 0 10px;
    box-sizing: content-box;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    background: #f4f0fc;
    margin-left: 10px;
    border-radius: 2px;
}
.cardAll .cards .card .card_bottom footer .signs .sign a {
    color: #8965cf;
}
.cardAll .cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 2px 10px 0px rgba(46, 31, 74, 0.2);
}
.cardAll .showAll {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.cardAll .showAll a {
    display: block;
    width: 172px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    color: #523787;
    border: #523787 2px solid;
    border-radius: 46px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}
.cardAll .showAll a img {
    width: 20px;
    height: 20px;
    vertical-align: center;
}
.cardAll .showAll a:hover {
    border-color: #8965cf;
    color: #8965cf;
}
@media screen and (max-width: 1200px) {
    .card {
        width: 100% !important;
        max-width: 380px;
    }
    .cards {
        justify-content: space-around !important;
    }
}
@media screen and (max-width: 1200px) {
    .cardTitle li {
        width: 20% !important;
    }
    .cardTitle li a {
        height: 24px !important;
        margin-top: 30px !important;
    }
    .cardTitle li a:after {
        width: 20% !important;
    }
}
@media screen and (max-width: 600px) {
    .cardTitle li a {
        margin-top: 20px !important;
        font-size: 12px !important;
    }
    .cardTitle li a:after {
        width: 50% !important;
        bottom: -4px !important;
    }
}
@media screen and (max-width: 600px) {
    .sort {
        height: 280px !important;
    }
    .sort .sort_title {
        transform: translateY(30px) !important;
        font-size: 24px !important;
        margin-left: 16.8px !important;
    }
    .sort .sort_peoples .sort_people img {
        height: 108px !important;
    }
    .sort .sort_peoples .sort_people .people_name {
        margin-top: 12px !important;
        font-size: 12px !important;
    }
    .sort .sort_peoples .sort_people .people_drc {
        font-size: 9.6px !important;
        margin-top: 7.2px !important;
    }
    .sort .sort_bottom {
        margin-top: 120px !important;
        height: 84px !important;
    }
}
@media screen and (max-width: 750px) {
    .header .head_log .user {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 600px) {
    .begin_test {
        transform: scale(0.7) !important;
    }
    .test1 {
        top: 110px !important;
    }
    .midMain {
        padding-top: 180px !important;
    }
    .midMain .show_data {
        width: 90%;
        height: 66px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 12px 0;
    }
    .midMain .show_data .show_data_item .show_data_item_title {
        font-size: 16px;
    }
    .midMain .show_data .show_data_item .show_data_item_title .show_data_item_title_small {
        font-size: 10px;
    }
    .midMain .show_data .show_data_item .show_data_item_desc {
        font-size: 12px;
    }
    .midMain:before {
        top: -250px !important;
        background-size: 1200px auto !important;
    }
    .midMain .test2 {
        margin-top: 0 !important;
    }
}
