*{
    margin: 0px;
    padding: 0px;
    /* font-family: Arial, sans-serif; */
    font-family: Arial, '微软雅黑';
    text-decoration:none;
    box-sizing: border-box;
    color: #161616;
    margin: 0 auto;
    list-style: none;
}
.top nav .main_nav li:hover{
    border-bottom: solid 2px #9c64a7;
}

.Fs_bolg_container {
    display: flex;
    height: 85vh;
    position: relative;
    top: 100px;
    width: 70%;
    min-width: 1024px;
}
.join_sidebar {
    min-width: 200px;
    background-color: #ffffff;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-left:10px;
}
.join_sidebar ul {
    list-style-type: none;
    padding: 0;
}
.join_sidebar li {
    margin: 10px 0;
    text-align: center;
}
.join_sidebar li h2{
    color: #161616;
}
.b_content p{
    color: #161616;
    margin-bottom: 15px;
}
.join_sidebar a {
    color: #161616;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}
.join_sidebar a:hover {
    background-color: #9c64a7;
    color: #ffffff;
}
.join_sidebar a.active-link {
    background-color: #9c64a7;
    color: #ffffff;
}
.b_content {
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0 10px;
    overflow: auto;
    height: 85vh;
    border-radius: 20px;
}
.b_content::-webkit-scrollbar {
    display: none;
}
.content-section {
    display: none;
}
.content-section h2{
    margin: 10px 0 20px 0;
}
.content-section .bolg-time{
    color: #b5b5b5;
    margin-bottom: 5px;
}
.content-section.b_active {
    display: block;
}
.b_hidden {
    display: none;
}

/* 博客 */
#Fs_bolg_content1{
    padding: 0 20px;
    width: 85%;
}

#Fs_bolg_content1 img {
    max-width: 100%;
    height: auto;
    width: auto !important;
}

#Fs_bolg_content1 p:has(img) {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    height: auto !important;
}

.Fs_bolg_content h2{
    margin-top: 20px;
}
.Fs_bolg_content .bolg_time{
    color: #b5b5b5;
    margin: 5px 0;
}
.other_blog ul {
    display: flex;
    flex-wrap: wrap;
    background: #f0f0f0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 50px;
}
.other_blog li{
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    width:49%;
    height:auto;
    text-align: center;
    line-height:1.2;
   
}
.other_blog a {
    text-decoration: none;
    font-size:22px;
}
.other_blog li:hover a{
    color: #9c64a7;
}

.separator {
    background-color: black;
    margin: 20px 10px;
}
/* .other_blog li:hover a{
    color: #ffffff;
} */

/* 物流查询 */
.track_container{
    padding-top: 100px;
    width: 70%;
    min-width: 750px;
    height: 100vh;
    position: relative;
    color: #161616;
}
.track_container h2{
    text-align: center;
}
.track_container form {
    width: 80%;
    text-align: center;
    display: flex;
}
.track_container form input{
    font-size: 24px;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    display: inline;
    margin-top: 15px;
}
.track_container form input[type="text"]:focus{
    outline: none;
}
.track_container form .track_btn{
    font-size: 24px;
    width: 20%;
    height: 50px;
    border-radius: 10px;
    border: none;
    display: inline;
    color: #ffffff;
    background: #9c64a7;
    margin-top: 15px;
    cursor: pointer;
}
.track_container .numbers{
    width: 80%;
    height: 80px;
    background: #ffffff;
    width: 80%;
    font-size: 24px;
    position: relative;
    top: 20px;
    padding: 10px 10px;
    line-height: 60px;
    border-radius: 10px;
    display: flex;
}
.numbers span,.information span{
    min-width: 145px;
}
.track_container .information{
    width: 80%;
    height: 400px;
    background: #ffffff;
    width: 80%;
    font-size: 24px;
    position: relative;
    top: 40px;
    padding: 10px 10px;
    border-radius: 10px;
    display: flex;
}
.track_container .numbers_content{
    width: 80%;
}
.track_container .information .numbers_content{
    width: 80%;
    overflow: auto;
}
@media (max-width:1280px){
    .Fs_bolg_container {
        width: 100%;
    }
    .join_sidebar {
        width: 22%;
        min-width: 150px;
    }
    .track_container{
        width: 95%;
    }
}
@media (max-width:1024px){
    .Fs_bolg_container {
        width: 100%;
    }
    .join_sidebar {
        width: 22%;
        min-width: 150px;
    }
    .track_container{
        width: 95%;
    }
}
@media (max-width:750px){
    .Fs_bolg_container {
        width: 100%;
    }
    .join_sidebar {
        width: 22%;
        min-width: 150px;
    }
    .track_container{
        width: 100%;
    }
}
/* 登陆页面 */
.login_bg{
    min-width: 750px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(220deg,#ffffff,#ecc2f4);
}
.login_container{
    background-color: #fff;
    width: 800px;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    position: relative;
}
.form_box{
    position: absolute;
    top: -10%;
    right: 5%;
    background-color: #9c64a7;
    width: 400px;
    height: 550px;
    border-radius: 5px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 0.5s ease-in-out;
}
.login_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -50px;
}
.login_box h1{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #fff;
}
.login_box input{
    background-color: transparent;
    width: 70%;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 10px 0;
    text-indent: 10px;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 2px;
}
.login_box input::placeholder{
    color: #fff;
}
.login_box input:focus{
    color: #ffffff;
    outline: none;
    border-bottom: 1px solid #ffffff;
    transition: 0.5s;
}
.login_box input:focus::placeholder{
    opacity: 0;
}
.code{
    margin: auto;
    width: 70%;
    display: flex;
}
#inp{
    width: 60%;
}
.gcode{
    width: 40%;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 10px;
    /* 不给选择复制 */
    user-select: none;
    margin:8px 0;
}
.form_box button{
    width: 70%;
    margin-top: 35px;
    background-color: #f6f6f6;
    outline: none;
    border-radius: 8px;
    padding: 13px;
    color: #a262ad;
    font-weight: bold;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.con_box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2%;
}
.con_box h2{
    color: #9c64a7;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 4px;
}
.con_box .con_text{
    display: flex;
    width: 100%;
}
.con_box .con_text a{
    font-size: 12px;
    letter-spacing: 2px;
    color: #555555;
    text-align: center;
    cursor: pointer;
}
.con_box img{
    width: 300px;
    /* margin: 40px 0; */
}
.con_box button{
    margin-top: 3%;
    background-color: #fff;
    color: #a262ad;
    padding: 6px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */
.Privacy_Policy,.conditions{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
}
.alert{
    width: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    color: #161616;
    text-align: center;
    animation: moveFromBottom .3s linear;
}
.alert_title{
    line-height: 100px;
    border-bottom: 2px solid #cccccc;
    font-size: 26px;
    position: relative;
}
.close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px; 
    right: 30px;
    cursor: pointer;
}
.close:hover{
    color: #9c64a7;
}
.alert_content{
    justify-content: center;
    height: 500px;
    color: #161616;
    overflow: auto;
    text-align: left;
    padding: 10px 10px;
}
@keyframes moveFromTop{
    0%{
        margin-top: -600px;
    }
    100%{
        margin-top: 0;
    }
}
@keyframes moveFromBottom{
    0%{
        margin-bottom: -600px;
    }
    100%{
        margin-bottom: 0;
    }
}

.sure_box{
    line-height: 50px;
    font-size: 24px;
    position: relative;
    border-radius: 0 0 10px 10px;
    background: #9c64a7;
    cursor: pointer;
}
.sure_box .sure{
    color: #ffffff !important;
}

/* 返回顶部 */
.back{
    position: fixed;
    z-index: 9;
    top: 20px;
    left: 20px;
    color: #ffffff;
    transition: 1s;
    border-radius: 50%; 
    width: 70px; 
    height: 70px; 
    background-color: #9c64a7;
    opacity: 0.6;
}
.back img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
}
.back:hover{
    transform: translateX(-5px);
    color: #ffffff;
    opacity: 1;
}




/* 招聘页面 */
.job{
    padding-top: 100px;
    width: 100%;
}
.job1{
    width: 80%;
    padding: 30px;
}
.post{
    width: 100%;
    display: flex;
    align-items: center;
}
.post_text{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    padding: 0 10px;
}
.post_text h2{
    font-size: 2vw;
    padding: 5px 10px;
    text-align: left;
    margin: 5px;
}
.post_text p{
    font-size: 1.3vw;
    padding: 5px 10px;
    text-align: left;
    margin: 5px;
}
.post img {
    width: 45%; 
    transition: transform 0.5s ease; 
}
.post img:hover  {
    transform: scale(1.05);
}
@media (max-width:1024px){
    .post{
        flex-direction: column;
    }
    .post img {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }
    .post_text h2 {
        font-size: 24px;
    }
    .post_text p {
        font-size: 16px;
    }
    .post img:hover  {
        transform: scale(1);
    }
}

/* 博客二级页面 */
/* .bolg_content{
    width: 100%;
    padding-top: 120px;
}
.bolg_box{
    width: 80%;
    min-width: 750px;
}
.bolg_box ul{
    width: 100%;
}
.bolg_box ul li{
    width: 100%;
    height: 160px;
    display: flex;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-bottom: #cccccc solid 1px;
    transition: background-color 0.4s ease;
    cursor: pointer;
}
.bolg_box ul li:hover{
    background: #cccccc;
}
.bolg_box ul li .bolg_s_img{
    display: flex;
    align-items: center;
}
.bolg_box ul li .bolg_s_img .img_bolg{
    width: 200px;
    height: 130px;
}
.bolg_text_box{
    display: flex;
    align-items: center;
}
.bolg_content .bolg_text{
    display: flex;
    flex-direction: column;
}
.bolg_content h1,
.bolg_content p,
.bolg_content .bolg_icon{
    text-align: left;
    margin-left: 10px;
}
.bolg_content .bolg_text h1{
    font-size: 24px;
}
.bolg_content .bolg_text p{
    padding-top: 5px;
    font-size: 16px;
    height: 70px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bolg_content  .bolg_icon{
    display: flex;
    align-items: center;
}
.bolg_content .bolg_icon .icon_txt{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.bolg_content  .bolg_icon .icon_txt span{
    margin-left: 5px;
} */


.bolg_content {
    width: 1200px;
    padding: 0 10px;
    column-count: 3;
    -moz-column-gap:40px;
    -webkit-column-gap:40px;
    column-gap:10px;
    padding-top: 20px;
}
.bolg_content .item {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    break-inside: avoid;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.bolg_content .item p{
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
    color: #555555;
}
.img_bolg {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
}
.item h2 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
}
.item h2:hover{
    color: #9c64a7;
}
.item {
padding: 0 0 10px;
}
.bolg_content  .bolg_icon{
    display: flex;
    align-items: center;
    width: 100%;
}
.bolg_content .bolg_icon .icon_txt{
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}
.bolg_content  .bolg_icon .icon_txt span{
    margin-left: 5px;
}

.classification_bxo {
    width: 100%;
    max-width: 1200px;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.classification {
    flex: 1 1 calc(25% - 16px);
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background-color: #cccccc;
}
.classification:hover{
    background-color: #9c64a7;
    border-radius: 8px;
}
.classification:hover p{
    color: #f6f6f6;
}
.classification p {
    cursor: pointer;
    padding: 5px 10px;
    color: #9c64a7;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.classification.active p {
    background-color: #9c64a7;
    color: #f6f6f6;
}

@media screen and (max-width: 1200px) {
.bolg_content {
    column-count: 3;
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
}
.classification_bxo{
    padding: 120px 40px 0 40px;
}
}
@media screen and (max-width: 768px) {
.bolg_content {
    column-count: 2;
}
}
@media screen and (max-width: 480px) {
.bolg_content {
    column-count: 1;
}
}

