* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}



ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #2A81FF;
}

input,
textarea {
    outline: 0
}

a,
button,
img,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B0B3B9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #B0B3B9;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B0B3B9;
}

input::placeholder,
textarea::placeholder {
    color: #B0B3B9;
}

.bd-no-scroll,
.bd-no-scroll body {
    overflow: hidden;
    height: 100%
}

.hidden,
[v-cloak] {
    display: none !important
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " "
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tap-active {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(240, 240, 240, .7)
}

body {
    overflow-x: hidden;
    width: 100%
}


.c6 {
    color: #666666;
}

.c9 {
    color: #999999;
}

.c-e1 {
    color: #E10000;
}

.c-ff7300 {
    color: #FF7300;
}


.f12 {
    font-size: 12px;
}

.f11 {
    font-size: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 15px
}

.g-o {
    margin: 0px auto;
    width: 1200px;
}




body {
    background: #fafafa;
    overflow-x: hidden;
}


* {
    box-sizing: border-box;
}



.body {
   margin-top: 0.96rem;
    width: 7.5rem;
    box-sizing: border-box;
    min-height: 100vh;
}



/* 头部样式 */
.box-fixed {
position: fixed;
top: 0;
max-width: 7.5rem;
width: 100%;
z-index: 99;
}
.job_top {
padding: 0.18rem 0.3rem 0.18rem 0.22rem;
background: #FFF;
display: flex;
justify-content: space-between;
}

.job_top .job_logo {
width: 2.84rem;
height: 0.55rem;
}

.job_top .job_button {
height: 0.56rem;
padding: 0.09rem 0.39rem 0.08rem 0.4rem;
justify-content: center;
align-items: center;
border-radius: 0.67rem;
background: var(--129, linear-gradient(123deg, #FF8000 11.81%, #F60 69.63%));

color: #ffffff;
font-family: "PingFang SC";
font-size: 0.28rem;
font-style: normal;
font-weight: bold;
line-height: 0.39rem;
}
.job_img_wrap{
   display: flex;
   align-items: center;
   justify-content: left;
}
.job_img_wrap .job_img{
   display: block;
   width: 1.15rem;
   height: 0.55rem;
}
.job_img_wrap .black{
   width: 0.02rem;
   height: 0.3rem;
   flex-shrink: 0;
   background: #F60;
   margin:0 0.13rem;
   position: relative;
   top: 0.02rem;
}
.job_img_wrap .job_text{
 
   font-family: "PingFang SC";
   font-size: 0.35rem;
   font-style: normal;
   font-weight: 900;
   line-height: 0.49rem;
}
.job_fir{
   color: #333333;
   display: inline-block;
}
.job_sec{
   color: #ff6600;
   display: inline-block;
}
/* 头部样式结束 */


.body_top {
    position: relative;
    min-height: 4rem;
    overflow: hidden;
}



/* 顶部搜索栏 */
.body_top_header {
    width: 7rem;
    position: relative;
    z-index: 10;
    padding: 0.2rem 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.32rem;
}

.back_btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    flex-shrink: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 0.12rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.back_btn:active {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.back_btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.back_btn svg {
    width: 0.48rem;
    height: 0.48rem;
}

.search_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.24rem;
    height: 0.64rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.3rem;
}

.search_icon {
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.16rem;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
    opacity: 0.8;
}

.search_input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.4rem;
}

.search_input::placeholder {
    color: #B0B3B9;
}

/* 信息卡片 */
.info_card {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    border-radius: 0.3rem 0.3rem 0 0;
    padding: 0.4rem 0.3rem ;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.card_title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.56rem;
    margin-bottom: 0.3rem;
    font-family: "PingFang SC", sans-serif;
}

.info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
}

.info_item:last-child {
    margin-bottom: 0;
}

.info_label {
    color: #333333;
    font-weight: 400;
    flex-shrink: 0;
    min-width: 1.2rem;
}

.info_value {
    color: #333333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    word-break: break-all;
}

.nav_link {
    color: #1890FF;
    margin-left: 0.1rem;
    text-decoration: none;
}

.phone_link {
    color: #1890FF;
    text-decoration: none;
}

.official_link {
    color: #1890FF;
    text-decoration: none;
    word-break: break-all;
}

.nav_link:active,
.phone_link:active,
.official_link:active {
    opacity: 0.7;
}

/* 通关指南区域 */
.body_bottom {
    background: #fafafa;
    padding-bottom: 0.4rem;
}

/* Tab导航栏 */
.guide_tab_wrapper {
    position: relative;
    z-index: 50;
    background: #fafafa;
    border-bottom: 0.02rem solid #F0F0F0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.guide_tab_wrapper.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0.9rem;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.guide_tab_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0.2rem 0.3rem;
    gap: 0.24rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.guide_tab_container::-webkit-scrollbar {
    display: none;
}

.guide_tab_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0.12rem 0.24rem;
    font-size: 0.28rem;
    color: #666666;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-family: "PingFang SC", sans-serif;
}

.guide_tab_item.active {
    color: #5E82FF;
    font-weight: 600;
}

.guide_tab_item.active::after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0.24rem;
    right: 0.24rem;
    height: 0.04rem;
    background: #5E82FF;
    border-radius: 0.02rem;
}

/* 内容区域 */
.guide_section {
    padding: 0.3rem;
    /* margin-bottom: 0.4rem; */
    scroll-margin-top: 1.5rem;
    background-color: #fff;
    border-radius: 0.3rem;
    margin: 0.2rem 0.26rem ;
}

#section_guide{
    border-radius: 16pt;
    border: 1pt solid rgba(42, 129, 255, 0.5);
    background: rgba(238, 245, 255, 0.5);
 }

.section_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #000000;
    font-family: "PingFang SC", sans-serif;
}

.title_icon {
    margin-right: 0.16rem;
    width: 0.19rem;
    height: 0.3rem;
}

.title_text {
    color: #000000;
}

.policy_list {
    margin-bottom: 0.3rem;
}

.policy_item {
    position: relative;
    padding-left: 0.32rem;
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333333;
}

.policy_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.16rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #5E82FF;
    border-radius: 50%;
}

.section_content {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333333;
}

.content_label {
    color: #333333;
    margin-bottom: 0.16rem;
    font-weight: bold;
    font-size: 0.3rem;
}

.content_text {
  
    word-break: break-all;
}

.content_text a {
    text-decoration: none;
}

.empty_content {
    text-align: center;
    padding: 0.6rem 0;
    color: #999999;
    font-size: 0.28rem;
}

/* 通关情形按钮组 */
.scenario_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.16rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.scenario_buttons .content_label {
    margin-bottom: 0;
    margin-right: 0.16rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.scenario_btn {
    padding: 0.07rem 0.24rem;
    border: 0.02rem solid #E0E0E0;
    border-radius: 0.16rem;
    background: #FFFFFF;
    color: #333333;
    font-size: 0.28rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scenario_btn.active {
    border-color: #5E82FF;
    color: #5E82FF;
    background: #E9F2FF;
}

/* 通关情形内容切换 */
.scenario_content {
    display: none;
}

.scenario_content.active {
    display: block;
}

/* 城市列表 */
.city_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.32rem;
    margin-top: 0.16rem;
}

.city_link {
    padding: 0.12rem 0rem;
    font-size: 0.28rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.city_link:active {
    border-color: #5E82FF;
    color: #5E82FF;
    background: #E9F2FF;
}




