@charset "UTF-8";

/* 顶部 start */
.top {
    position: relative;
    top: 0;
    width: 100%;
    height: 88px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
.top .topCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.logo {
    font-size: 0;
}

.logo img {
    display: block;
    height: 38px;
}

.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 40px;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 41px;
}


.mainMenu a {
    font-size: 18px;
    color: #1d2129;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
}

.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
    color: #257eec;
    font-weight: bold;
}

.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 72px;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}
.toplogin {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.toplogin a {
    display: block;
    width: 112px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    color: var(--themeColor);
    font-size: 16px;
    border: 1px solid var(--themeColor);
    transition: all 0.3s linear;
}
.toplogin a:hover {
    background: linear-gradient(to right, #42a4ff,#4280ff);
    border-color: #42a4ff;
    color: #fff;
}
/* 顶部 end */

/* ————— 底部 start ————— */
.footer {
    background: linear-gradient(to top,#1f2937,#203373);
}
.footerT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
}
.footerT .footerTL img {
    height: 38px;
}
.footerT .footerTL .tip {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-top: 22px;
}
.footerT .footerTR .pic {
    width: 100px;
    border-radius: 6px;
    overflow: hidden;
}
.footerT .footerTR .pic::before {
    padding-top: 100%;
}
.footerT .footerTR .text {
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
    text-align: center;
}
.copyRight {
    border-top: 1px solid rgb(246,246,246,0.3);
    height: 58px;
    line-height: 58px;
    color: rgb(255, 255, 255,0.7);
    font-size: 14px;
}
.copyRight a {
    color: rgb(255, 255, 255,0.7);
    font-size: 14px;
}
.copyRight a:hover {
    color: #fff;
}
.copyRight a.beian {
    padding-left: 30px;
    background: url(../images/beian.png) left center no-repeat;
    background-size: 18px;
    margin-left: 12px;
}
/* ————— 底部 end   ————— */


/* ————— 助手内页结构 start   ————— */
.aidePageC {
    display: flex;
}
/* ————— 助手内页顶部 start   ————— */
.aideTop {
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #fff;
    border-bottom: 1px solid #f0f3f8;
    box-sizing: border-box;
}
.aideTop img {
    height: 38px;
}
/* ————— 助手内页顶部 end   ————— */
/* ————— 助手内页侧边菜单 start   ————— */
.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 16px 42px;
    width: 250px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all .3s linear;
}
.sidebar.active {
    width: 72px;
    padding: 10px 12.5px 42px;
}
.searchBox {
    padding-left: 20px;
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.sidebar.active .searchBox {
    padding-left: 0;
    column-gap: 0;
}
.searchBox .input {
    width: 180px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid var(--themeColor);
    background-color: #f2f7ff;
    display: flex;
    column-gap: 10px;
    padding: 0 20px;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.3s linear;
    overflow: hidden;
    /* 防止收缩时被压缩 */
    flex-shrink: 0;
}
.sidebar.active .searchBox .input {
    width: 0;
    opacity: 0;
    padding: 0;
    column-gap: 0;
    border: none;
    /* 过渡到宽度0后，完全不可见 */
    visibility: hidden;
}
.searchBox .input .icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/search.png) left center no-repeat;
    background-size: 16px 16px;
}
.searchBox .input input {
    width: 112px;
    border: none;
    font-size: 14px;
}
.sidebar.active .searchBox .input input {
    display: none;
}
.searchBox .input input::placeholder {
    font-size: 14px;
    color: #86909c;
}
.searchBox .open {
    width: 20px;
    height: 20px;
    background: url(../images/open.png) left center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.sidebar.active .searchBox .open {
    width: 47px;
    height: 40px;
    background: url(../images/open.png) center no-repeat;
    background-size: 20px 20px;
}
.sideMenu {
    padding: 10px 0 42px;
    border-bottom: 1px solid #f3f3f3;
}
.sidebar.active .sideMenu {
    border-bottom: none;
}
.sideMenu a {
    display: block;
    padding: 0 20px 0 48px;
    width: 100%;
    box-sizing: border-box;
    height: 47px;
    line-height: 47px;
    background-size: auto 19px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s linear;
}
.sidebar.active .sideMenu a {
    background-position: center;
    padding: 0;
    border-radius: 8px;
}
.sideMenu a span {
    width: fit-content;
    transition: all 0.3s linear;
}
.sidebar.active .sideMenu a span {
    width: 0;
    opacity: 0;
}
.sideMenu a.hover,.sideMenu a:hover {
    background-color: #f2f7ff;
    color: #4280ff;
}
.sideMenu a:nth-child(1) {
    background-image: url(../images/sy1.png);
}
.sideMenu a:nth-child(1).hover,.sideMenu a:nth-child(1):hover {
    background-image: url(../images/sy1h.png);
}
.sideMenu a:nth-child(2) {
    background-image: url(../images/sy2.png);
}
.sideMenu a:nth-child(2).hover,.sideMenu a:nth-child(2):hover {
    background-image: url(../images/sy2h.png);
}
.sideMenu a:nth-child(3) {
    background-image: url(../images/sy3.png);
}
.sideMenu a:nth-child(3).hover,.sideMenu a:nth-child(3):hover {
    background-image: url(../images/sy3h.png);
}
.sideMenu a:nth-child(4) {
    background-image: url(../images/sy4.png);
}
.sideMenu a:nth-child(4).hover,.sideMenu a:nth-child(4):hover {
    background-image: url(../images/sy4h.png);
}
.latelyTalk {
    padding: 40px 10px 0;
}
.latelyTalk .name {
    padding-left: 30px;
    font-size: 14px;
    color: #86909c;
    line-height: 19px;
    background: url(../images/time.png) left center no-repeat;
    background-size: 21px 19px;
}
.sidebar.active .latelyTalk .name {
    display: none;
}
.latelyTalk dl {
    margin-top: 25px;
    height: 72px;
    overflow-y: auto;
}
.latelyTalk dl dd {
    height: 24px;
    margin-top: 14px;
}
.sidebar.active .latelyTalk dl dd {
    display: none;
}
.latelyTalk dl dd:first-child {
    margin-top: 0;
}
.latelyTalk dl dd a {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    transition: all 0.3s linear;
}
.latelyTalk dl dd a:hover {
    color: #4280ff;
}
.points {
    margin-top: 23px;
    padding: 25px 6px 12px;
    border: 1px solid #4280ff;
    border-radius: 10px;
    background-color: #e4eeff;
}
.sidebar.active .points {
    display: none;
}
.points2 {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #4280ff;
    background: url(../images/points2.png) center no-repeat,rgb(228,238,255,0.5);
    background-size: 13px 12px;
    margin: 0 auto;
}
.sidebar.active .points2 {
    display: block;
}
.points .num {
    font-size: 16px;
    color: #1d2129;
    padding-left: 6px;
}
.points .num span {
    font-weight: bold;
}
.points .dy {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
    color: #4280ff;
    margin-top: 18px;
}
.points .dy .icon {
    width: 18px;
    height: 17px;
    background: url(../images/dy.png) left center no-repeat;
    background-size: cover;
}
.userInfo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
}
.userInfo .icon {
    width: 20px;
    height: 20px;
    background: url(../images/bzzx.png) center no-repeat;
    background-size: cover;
}
.sidebar.active .icon {
    display: none;
}
.userInfo .name {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    position: relative;
}
.userInfo .name .logOut {
    position: absolute;
    background: linear-gradient(to right, #4280ff, #6497ff);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    left: 0;
    bottom: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    transition: all .5s linear;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}
.userInfo .name .logOut:hover {
    background: #4280ff;
}
.userInfo .name:hover .logOut {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}
.userInfo .name::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    border: 10px solid transparent;
    border-top: 10px solid #4280ff;
    transition: all .5s linear;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}
.userInfo .name:hover::before {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}
.sidebar.active .userInfo .logOut {
    line-height: 26px;
}
.sidebar.active .userInfo .name {
    justify-content: center;
}
.userInfo .name .avatar {
    width: 30px;
    height: 30px;
    background: url(../images/user.png) center no-repeat;
    background-size: cover;
}
.userInfo .name .nameC {
    font-size: 14px;
    display: block !important;
    color: #333333;
}
.sidebar.active .userInfo .name .nameC {
    display: none !important;
}
/* ————— 助手内页侧边菜单 end   ————— */

/* ————— 助手内页右侧内容区域 start   ————— */
.aidePageR {
    flex: 1;
    box-sizing: border-box;
    background: #f8f8f8;
}
/* 有背景图的 */
.aidePageRBg {
    background: url(../images/aidePageRBg.png) center no-repeat;
    background-size: 100% 100%;
}
.aidePageRCon {
    width: 100%;
    height: calc(100vh - 62px);
    box-sizing: border-box;
    overflow-y: auto;
}
.aidePageRCon1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aidePageRPr {
    position: relative;
}
/* ————— 助手内页右侧内容区域 end   ————— */


/* ————— 助手内页结构 end   ————— */
