.contact-header {
    width: 100%;
    height: 50vh;
    background: url('../img/list/teamBg.jpg') no-repeat;
    background-size: 100% 100%;
}

.team-tab {
    padding-top: 40vh;
    color: #ffffff;
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
}

.team-tab a {
    display: inline-block;
    color: #ffffff;
    padding: 0.7vw 1.4vw 1.2vw;
    background: url('../img/list/teamCheck.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2vw;
    cursor: pointer;
}

.team-tab a:last-child {
    margin: 0;
}

.team-tab a.active {
    background: url('../img/list/teamChecked.png') no-repeat;
    background-size: 100% 100%;
}

.content-header {
    width: 100%;
    padding: 1.2vh 0;
    border-bottom: 2px solid #e2e2e2;
    display: flex;
    align-items: center;
    color: #5d5d5d;
    font-size: 0.8vw;
}

.content-header img {
    width: 1.2vw;
}

.content-header a {
    color: #5d5d5d;
}

.content-header span {
    margin: 0 0.2vw;
}

.detail-items {
    margin-top: 1vh;
}

.contact-items {
    width: 80%;
    height: 80vh;
    background: url("../img/home/contactBg.png") no-repeat;
    background-size: 100% 100%;
    margin: 5vh auto;
    /*padding: 15vh 2vw 3vh;*/
    box-sizing: border-box
}

.contact-item {
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 2vh 2vw;
    box-sizing: border-box;
}

.contact-item .title {
    font-size: 0.9vw;
    color: #006c86;
    font-weight: 600;
}

.contact-item .line {
    width: 100%;
    height: 3px;
    background: #0e7c76;
    margin: 0.8vh 0;
}

.contact-item .abs {
    width: 100%;
    border: 1px dotted #bcbcbc;
    padding: 1vh 1vh 2vh;
    box-sizing: border-box;
    font-size: 0.7vw;
    color: #006c86;
}

.contact-item .abs .abs-title {
    margin-bottom: 2vh;
}

.contact-item .contact-name {
    display: flex;
    margin: 2vh 0;
    font-size: 0.7vw;
}

.contact-item .contact-name p {
    display: inline-flex;
    align-items: center;
}

.contact-name p:first-child {
    width: 18vw;
}

.contact-item .contact-name p:first-child label span:first-child {
    margin-right: 1.5vw;
}

.contact-item .contact-name p label {
    color: #006c86;
    margin-left: 0.1vw;
    margin-right: 0.3vw;
}

.contact-item .contact-name p input {
    width: 40%;
    border-radius: 0.2vw;
    border: 1px solid #a0a0a0;
    outline: none;
}

.contact-select,
.contact-infos {
    font-size: 0.7vw;
    margin-bottom: 1.2vh;
}

.contact-select label,
.contact-infos label {
    color: #006c86;
}

.contact-select select {
    width: 300px;
    outline: none;
}

.contact-infos {
    display: flex;
    margin-bottom: 5vh;
}

.contact-infos span {
    width: 14px;
}

.contact-infos label {
    margin-right: 5px;
}

.contact-infos textarea,
.contact-infos input,
.contact-select input {
    width: 300px;
    outline: none;
}

.contact-infos textarea {
    height: 6vh;
}

.contact-sub {
    margin-left: 3.5vw;
}

.contact-sub input {
    padding: 5px 15px;
    font-size: 0.7vw;
    background: #009e9f;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 5px;
}

.contact-text {
    margin-top: 4vh;
    margin-left: 3px;
    font-size: 0.6vw;
    color: #006c86;
}