.locationNav {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.locationNav a {margin: 0 4px;}

.apply {
    width: 100%;
    display: flex;
}
.apply .applyOption {
    width: 265px;
    height: 460px;
    background: #00AB8E;
    position: relative;
    margin-right: 20px;
}
.apply .applyOption .applyOptionTitle {
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 30px;
}
.apply .applyOption .applyOptionUl {
    width: 90%;
    height: 360px;
    position: absolute;
    top: 110px;
    right: 0;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px 0px #E5E5E5;
    background: #FFFFFF;
}
.apply .applyOption .applyOptionUl p {
    width: 100%;
    margin: 60px 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.apply .applyOption .applyOptionUl p.active {color: #00AB8E;}
.apply .applyOption .applyOptionUl .applyOptionImg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.applyFormBox {
    width: 915px;
    height: 730px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.applyFormBox .applyForm {width: 300px;position: relative}
.applyForm .formItem {
    width: 100%;
    display: flex;
    font-size: 18px;
    margin: 20px 0;
    color: #626262;
}
.applyForm h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 40px;
}
.applyForm .formItem .label {
    display: inline-block;
    width: 80px;
    text-align-last: justify;
}
.applyForm .formItem .select {
    width: 160px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
}
.applyForm .formItem .input {
    width: 200px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    text-indent: 5px;
}
.applyForm .submitForm {
    width: 180px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    background: #00AB8E;
    margin-top: 60px;
    margin-left: 75px;
    cursor: pointer;
}

.contactUs {
    width: 915px;
    height: 730px;
    background: #FFFFFF;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.contactUs .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px;
}
.contactUs .contactUsDetail {font-size: 16px}
.contactUs .contactUsDetail .split {margin-left: 32px}
.contactUs .contactImg {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.contactUs .QRCode {
    width: 260px;
    height: 280px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.contactUs .contactImg img {width: 260px;height: 260px;}
.contactUs .contactImg .QRCodeDetail {width: 100%;height: 20px;text-align: center;}
