@charset "utf-8";

html {
    font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal
}

label,
input,
select,
img,
button {
    vertical-align: middle
}

img,
input,
button,
textarea {
    border: 0;
}

ol,
ul {
    list-style: none
}

button {
    cursor: pointer;
}

input,
button,
textarea,
select {
    background: transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

a,
li,
input,
button,
section,
span,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #737785;
}

a {
    text-decoration: none;
    display: block;
    color: #383838
}

:focus {
    outline: 0
}

/*reset*/
.home-menu {
    width: 100%;
    height: 100%;
}


.notice {
    background: #F3F6F6;
    border-radius: 2.13vw;
    margin: 4vw;
    height: 124vw;
    overflow-y: scroll;
}

.notice-header {
    background: url(../background/banner\ bg.png);
    width: 100%;
    height: 33.6vw;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 4vw 4vw 0 4vw;
}

.notice-title {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 4vw 0 3.2vw 0;
}

.notice-body {
    margin: 0 5.33vw 0 5.33vw;
    line-height: 1.5;
}

.notice-footer {
    text-align: right;
}

.notice-footer p {
    font-size: 1.4rem;
}

.text-weight {
    font-weight: 600;
    font-size: 1.4rem;
}

.mb12 {
    margin-bottom: 3.2vw;
    font-size: 1.4rem;
}

.logo {
    height: 8vw;
    width: 8vw;
    padding-right: 1.33vw;
    padding-left: 4vw;
    margin-top: 8.53vw;

}

.main-title {
    width: 100%;
}

.subtitle-group {
    /* display: grid; */
    margin-top: 8vw;
}

.subtitle {
    background: url(../background/banner\ bg.png);
    height: 33.6vw;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 4vw 4vw 0 4vw;
    display: flex;
}

.subtitle1 {
    font-family: PingFangSC-Semibold;
    font-size: 2rem;
    color: #20667F;
    letter-spacing: 0;
    line-height: 5.87vw;
    font-weight: 600;
}

.subtitle2 {
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    color: #20667F;
    letter-spacing: 0;
    font-weight: 400;
}

.subtitle3 {
    font-family: PingfangSC-Semibold;
    font-size: 1.5rem;
    color: #72A1B2;
    letter-spacing: 0;
    line-height: 4.27vw;
    font-weight: 600;
    margin-top: 4vw;
}

.consult {
    /* margin: 13.33vw 0 0 8vw; */
    width: 13.33vw;
    height: 13.33vw;
    margin-top: 13.33vw;
    margin-right: 5.33vw;
}

.consultPic {
    width: 18.67vw;
    height: 18.67vw;
}

.consult-btn {
    background: #47CAD3;
    border-radius: 2.13vw;
    height: 13.33vw;
    text-align: center;
    margin: 4vw;
    position: absolute;
    bottom: 0;
    width: 93vw;
}

.btn {
    color: white;
    font-size: 1.8rem;
    margin-top: 3.73vw;
}

.second-page-btn {
    height: 18.67vw;
    background: #F3F6F6;
    border-radius: 2.133vw;
    /* margin: 4vw; */
}

.second-page-btn-text {
    font-family: PingFangSC-Medium;
    font-size: 1.6rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 500;
    width: 70vw;
    text-align: left;

}


.nav-icon span {
    display: inline-block;
    width: 0;
    height: 0;
    border: 1.333vw solid transparent;
    border-left: 1.333vw solid #50B8FF;
    position: relative;
    margin-left: -2.667vw;

}

.nav-icon:hover span {
    border: 1.333vw solid transparent;
    border-left: 1.333vw solid #50B8FF;
    top: 0.533vw;

}

.mb4 {
    margin-bottom: 4vw;
}

/* .guidance {
    width: 100%;
    margin: 4vw;
} */

.notice2 {
    background: #F3F6F6;
    border-radius: 2.13vw;
    margin: 4vw;
    height: 18.67vw;
}

.second-page-btn-img {
    width: 10.67vw;
    height: 10.67vw;
    padding: 4vw;
}

.certificate-text {
    font-family: PingFangSC-Regular;
    font-size: 1.4rem;
    color: #333333;
    text-align: justify;
    line-height: 1.5;
    font-weight: 400;
}

.m4 {
    margin: 4vw;
}

.sub-text {
    border-left: 0.267vw solid #E4E4E4;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
    color: #666666;
}

.qrcode {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.internet-tip {
    width: 100%;
}

.internet-tip p {
    margin: 4vw;
    text-indent: 2em;
    font-size: 1.4rem;
    line-height: 2;
}

/* .window {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    background-color: #20667F;
    z-index: 20;
    text-align: center;
}

.window:target {
    display: block;
}

.window_content {
    width: 500px;
    height: 400px;
    margin: 15% auto;
    z-index: 30;
    background-color: pink;
} */

.dialog {
    background-color: #fff;
    height: 40vw;
    left: 10%;
    position: fixed !important;
    position: absolute;
    top: 40%;
    width: 80vw;
    z-index: 20;
    display: none;
    border: 0.267vw solid #E4E4E4;
}

.dialog p {
    font-size: 1.6rem;
    text-align: center;
    margin: 8vw;
height: 14vw;
}

.dialog:target {
    display: block;
}

.dialog-btn{
display:flex;
border-top:0.267vw solid #E4E4E4;
justify-content: space-around;

}
.close-btn {
    text-align: center;
    bottom: 0;
    height: 13vw;
    margin-top: 2.67vw;
}