* {
    margin: 0;
    padding: 0;
    list-style: none;
    user-select: none;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

.top-img {
    width: 100%;
}

.top-img>img {
    width: 100%;
    height: 100%;
}

.top-img-pic {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: url(./Images/1.jpg);
}
.top {
    width: 100%;
    height: 60px;
    display: flex;
    background: #eaeaea;
    align-items: center;
}

.top>img {
    width: 230px;
    margin: 0 10px;
}

.iconMenu {
    width: 20px;
    height: 3px;
    border-top: 3px solid #0060B1;
    border-bottom: 3px solid #0060B1;
    background-color: #0060B1;
    padding: 4px 0;
    background-clip: content-box;
    display: inline-block;
    margin-left: auto;
    margin-right: 10px;
}

.middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hands {
    width: 100%;
    height: 26vh;
}

.contact_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 4px;
    margin-top: 24px;
}

.contact_title>p:first-child {
    color: #6A6A6A;
    letter-spacing: 3px;
    font-size:10px;
}

.contact_title>p:last-child {
    font-weight:800;
    font-size: 22px;
    margin-top: 4px;
}

.map {
    width: 90%;
    height: 230px;
    margin-top: 34px;
}

.connent_box {
    width: 90%;
    box-shadow: 0px 2px 10px rgb(214, 214, 214);
}

.connent_box>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 30px;
}

.connent_box>div:first-child {
    margin-top: 18px;
}

.connent_box>div>img {
    width: 23px;
    height: 23px;
}

.connent_box>div>span {
    color: #6A6A6A;
    font-size: 12px;
    margin-left: 10px;
}

.input_box {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 80%;
}

.input {
    height: 38px;
    border: none;
    background-color: #F3F3F3;
    margin-bottom: 20px;
    padding-left: 15px;
}

.verification_box {
    display: flex;
}

.verification {
    height: 38px;
    width: 100%;
    border: none;
    background-color: #F3F3F3;
    padding-left: 15px;
}

.code {
    width: 40%;
    height: 38px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-left: 40px;
    background-color: #F3F3F3;
    user-select: none;
    margin-bottom: 20px;
}

.code>span:nth-child(1) {
    color: #972C2C;
}

.code>span:nth-child(2) {
    color: #2C3197;
}

.code>span:nth-child(3) {
    color: #84972C;
}

.code>span:nth-child(4) {
    color: #2C975A;
}

.message {
    height: 140px;
    border: none;
    background-color: #F3F3F3;
    padding-left: 15px;
    padding-top: 15px;
    resize: none;
}

.submit {
    width: 75%;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    background-color: #00B5EC;
    color: #FFF;
    margin-top: 30px;
    cursor: pointer;
}


/* <<<<<<<<<<<<<<<<<<底部>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.bottom {
    width: 100%;
    color: #FFF;
    background-color: #13BAEE;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.friendLinks {
    width: 80%;
    margin-left: 6px;
    margin-top: 10px;
}

.line {
    width: 80%;
    margin-top: 5px;
    border-top: 1px dashed #FFF;
}

.customerService {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

