.menubox {
    width: 100%;
    height: 3.125rem;
    padding: 0 0.625rem;
    position: relative;
}

.logo a:first-child {
    display: inline-block;
    width: 6.5625rem;
    margin-right: 1.5625rem;
}

.logo a:last-child {
    display: inline-block;
    width: 4.4375rem;
}

.openlist,
.closelist {
    width: 2.1875rem;
    height: 2.1875rem;
}

.closelist {
    display: none;
}

.nav {
    display: none;
    width: 100%;
    height: calc(100vh - 3.125rem);
    background-color: #14288c;
    position: absolute;
    top: 3.125rem;
    left: 0;
    z-index: 99999;
    overflow-y: auto;
}

.nav li {
    width: 100%;
}

.nav>li:nth-child(2),
.nav>li:nth-child(4),
.nav>li:nth-child(5),
.lBox>li:nth-child(even) {
    background-color: #3650d2;
}

.lBox {
    background-color: #14288c;
}

.nav li a {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 3.125rem;
    color: #ffffff;
}

.lBox li {
    padding: 0 1rem;
}

.nav div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 1.2rem;
}

.nav div a {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.25;
}

.banner {
    display: flex;
}

.box1,
.box3,
.box4 {
    width: 100%;
    padding: 1.875rem 1rem 2.5rem;
}

.box1 {
    background: url('../images/Foreigners/m/bg1.jpg') no-repeat left bottom;
    background-size: 100% auto;
}

.title {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto 0.9375rem;
    text-align: center;
}

.title::before {
    content: '';
    display: block;
    width: 2.25rem;
    height: 0.125rem;
    background: #31ebff;
    margin: 0 auto 0.625rem;
}

.more {
    width: 4.375rem;
    margin: 1.25rem auto 0;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

.more a {
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
}

.box1 p {
    text-align: center;
    margin-bottom: 0.9375rem;
}

.box1 p a {
    font-size: 0.8125rem;
    line-height: 1.25;
}

.box1 p img {
    width: 16.875rem;
    margin: 0 auto;
}

.box1 .title {
    color: #0d72c1;
}

.box1 .more {
    border-bottom: 1px solid #0f7dd5;
}

.box1 .more a {
    color: #0f7dd5;
}

.box2 {
    width: 100%;
    padding: 1.875rem 0.625rem 2.5rem;
    background: url('../images/Foreigners/m/bg2.jpg') no-repeat;
    background-size: 100% 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 25.5rem;
}

.swiper-slide ul li {
    height: 3.1875rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.swiper-slide ul li:nth-child(even) {
    background: rgba(14, 32, 82, 0.1);
}

.swiper-slide ul li:nth-child(odd) {
    background: rgba(14, 32, 82, 0.2);
}

.swiper-slide ul li a {
    font-size: 0.8125rem;
    color: #ffffff;
}

.swiper-pagination {
    position: unset;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9375rem;
}

.swiper-pagination-bullet {
    width: 7rem;
    height: 7rem;
    opacity: 1;
    border-radius: unset;
    margin: 0 !important;
}

.swiper-pagination-bullet:nth-child(1) {
    background: url('../images/Foreigners/m/comer.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet:nth-child(2) {
    background: url('../images/Foreigners/m/RESIDENT.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet:nth-child(3) {
    background: url('../images/Foreigners/m/job_hunter.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background: url('../images/Foreigners/m/comer_on.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background: url('../images/Foreigners/m/RESIDENT_on.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background: url('../images/Foreigners/m/job_hunter_on.png') no-repeat;
    background-size: 100% 100%;
}

.listbook a {
    display: flex;
}

.box3 {
    background: #55ade8;
}

.timeline {
    padding: 0.9375rem 0 0.3125rem;
}

.day a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dayimg {
    width: 3.125rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dayimg img {
    width: 1.6875rem;
}

.daytime {
    font-size: 1rem;
    color: #ffffff;
    flex: auto;
}

.daytitle {
    width: 14.375rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    line-height: 3.125rem;
    color: #ffffff;
    padding: 0 1rem;
}

.daytitle:nth-child(odd) {
    background: rgba(14, 32, 82, 0.2);
}

.daytitle:nth-child(even) {
    background: rgba(14, 32, 82, 0.1);
}

.dayspot {
    width: 0.21875rem;
    height: 1.875rem;
    border-radius: 0.109375rem;
    background: rgba(14, 32, 82, 0.1);
    margin-left: 1.453125rem;
}

.box4 {
    background: url('../images/Foreigners/m/bg3.jpg') no-repeat;
    background-size: 100% 100%;
}

.box4 dl {
    display: flex;
    align-items: center;
    background: #3192ff;
    margin-bottom: 0.625rem;
}

.box4 dl dt a {
    display: flex;
}

.box4 dl dt img {
    width: 7.5rem;
    height: 5rem;
}

.box4 dl dd {
    padding: 0 1rem;
}

.box4 dl dd a {
    font-size: 0.8125rem;
    line-height: 1.25;
    color: #ffffff;
}

.footer {
    background: #ffffff;
    color: #666666;
    border-top: 1px solid #e96c17;
    margin: 0;
}

.footer a {
    color: #666666 !important;
}