.contact-header {
    width: 100%;
    height: 50vh;
    background: url('../img/list/teamBg.png') 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: 40%;
    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: 92%;
    border: 1px dotted #bcbcbc;
    padding: 1vh 1vh 2vh;
    box-sizing: border-box;
    font-size: 8px;
    color: #006c86;
    text-align:left;
    margin:0 auto;
}

.contact-item .abs .abs-title {
    margin-bottom: 2vh;
}

.contact-item .contact-name {
    display: flex;
    margin: 20px 8px;
    font-size: 14px;
}

.contact-item .contact-name p {
    display: inline-flex;
    align-items: center;
    margin-right:3px;
}

.contact-name p:first-child {
    width: 18vw;
}

.contact-item .contact-name p:first-child label span:first-child {
    margin-right: 1px;
}

.contact-item .contact-name p label {
    color: #006c86;
    margin-left: -10px;
    margin-right: -5px;
}

.contact-item .contact-name p input {
    width: 60%;
    border-radius: 0.2vw;
    border: 1px solid #a0a0a0;
    outline: none;
}

.contact-select,
.contact-infos {
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-select label,
.contact-infos label {
    color: #006c86;
}

    .contact-select select {
        width: 65%;
        outline: none;
        height: 25px;
        border: 1px solid lightgray;
        border-radius: 5px !important;
        -moz-box-shadow: inset 5px 5px 3px #ccc;
        -webkit-box-shadow: inset 5px 5px 3px #ccc;
        box-shadow: inset 5px 5px 3px #ccc;
        -moz-box-shadow: 2px 2px 3px #ccc;
        -webkit-box-shadow: 2px 2px 3px #ccc;
        box-shadow: 2px 2px 3px #ccc;
    }

.contact-infos {
    display: flex;
    margin-bottom: 5vh;
}

.contact-infos span {
    width: 14px;
}

.contact-infos label {
    margin-right: 5px;
}
.filea {
    width: 30px;
    height:30px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: url('../img/jietu.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
    .filea input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }
.contact-select input {
    width: 62%;
    outline: none;
}

.contact-infos textarea {
    width: 62%;
    height: 60px;
    outline: none;
}

.contact-sub {
    margin-top:20px;
    margin-left: 3.5vw;
}

.contact-sub input {
    padding: 5px 15px;
    font-size: 14px;
    background: #009e9f;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 5px;
}
.label-yzm{
    width:90px;
}
.text-yzm {
    margin-right: 2%;
    outline: none;
    width: 40%;
    height: 18px;
    border: 1px solid lightgray;
    border-radius: 5px !important;
    -moz-box-shadow: inset 5px 5px 3px #ccc;
    -webkit-box-shadow: inset 5px 5px 3px #ccc;
    box-shadow: inset 5px 5px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}
.yzmdiv{
    margin:0 auto;
    width:85%;
}
.contact-text {
    margin-top: 4vh;
    margin-left: 3px;
    font-size: 8px;
    color: #006c86;
}

.web_bg {
    width: 100%;
    height: 100%;
    font-style: sans-serif;
}

.bgimg {
    width: 100%;
    height: 200px;
    text-align: center;
    background: url("../img/profile.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bgdiv {
    width: 80%;
    height: 20px;
    padding-top: 14px;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
}

.bgdiv-bt {
    padding-left:20px;
    color: #006882;
}

.bgdiv-bt-font {
    font-size: 16px;
    color: #006c86;
    font-weight: normal;
    letter-spacing:2px;
}

.bgdiv-zx {
    padding-left: 20px;
    width: 88%;
    margin: 1px auto 0 auto;
}

.bgdiv-wz {
    width: 25em;
    margin: 1em auto;
    padding-left: 4.1em;
    text-align: left;
    font-size: 1.9em;
    color: #006882;
}

.textdiv {
    width: 100%;
    text-align: center;
    height:700px;
}

.textdiv-text {
    width: 80%;
    height: 615px;
    margin: -40px auto 0 auto;
    color: #006882;
    padding-top: 3em;
    background-color: #fff;
    box-shadow: 0px 0px 40px #778899;
}

.textdiv-bt {
    font-size: 2.3em;
}

.textdiv-text1-nr {
    border: 2px dashed #778899;
    width: 18em;
    margin: 0.3em auto 2em auto;
    padding: 0.6em 0.5em 1em 0.5em;
    text-align: left;
    font-size: 1.9em;
    color: #006882;
}

.textdiv-text2-nr {
    border: 2px dashed #778899;
    width: 18em;
    margin: 0.3em auto;
    padding: 0.6em 0.5em 1em 0.5em;
    text-align: left;
    font-size: 1.9em;
    color: #006882;
}

.textdiv-btn {
    width: 16em;
    margin: 4em auto 0 auto;
}

.jwimg {
    width: 6em;
    margin: 3.5em auto 0 auto;
}

.jwtext {
    font-size: 1.2em;
    color: #778899;
}


.text-input {
    width: 100px;
    height: 18px;
    border: 1px solid lightgray;
    border-radius: 5px !important;
    -moz-box-shadow: inset 5px 5px 3px #ccc;
    -webkit-box-shadow: inset 5px 5px 3px #ccc;
    box-shadow: inset 5px 5px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}

.text-tel {
    height: 18px;
    border: 1px solid lightgray;
    border-radius: 5px !important;
    -moz-box-shadow: inset 5px 5px 3px #ccc;
    -webkit-box-shadow: inset 5px 5px 3px #ccc;
    box-shadow: inset 5px 5px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}
.text-xq {
    border: 1px solid lightgray;
    border-radius: 5px !important;
    -moz-box-shadow: inset 5px 5px 3px #ccc;
    -webkit-box-shadow: inset 5px 5px 3px #ccc;
    box-shadow: inset 5px 5px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}
