.Alarger {
    width: 100%;
}

.Alarger img {
    width: 100%;
}

.Yposition {
    background-color: #F6F6F6;
    padding: 27px 0;
}

.location {
    display: flex;
    align-items: center;
}

.Blackbox {
    width: 10px;
    height: 26px;
    background: #1C1C1C;
}

.Yourtion {
    display: flex;
    margin-left: 16px;
}

.Yourtion span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
/* 内容 */

.Mecontent {
    margin-bottom: 72px;
}

.Ch-me {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 75px;
}

.En-me {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 34px;
}
/* 表单 */

.formelem {
    width: 1100px;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
    padding-top: 30px;
    padding-bottom: 63px;
    position: relative;
}

.formelem input {
    width: 600px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
}

.formelem label {
    width: 65px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-right: 25px;
}

.formelem textarea {
    width: 600px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
    outline: none;
    cursor: pointer;
}

.form-input {
    display: flex;
    margin-bottom: 15px;
}

.form-btn {
    width: 120px;
    height: 38px;
    background: #30B2E8;
    color: #fff;
    border: 1px solid #30B2E8;
    float: right;
}

.form-btn:after {
    content: "";
    display: block;
    clear: both;
}

.formelem form {
    width: 675px;
    margin: 0 auto;
    /* background-image: url("./img-pc/gbgi.jpg"); */
    /* position: relative; */
}

.formelem img {
    width: 900px;
    position: absolute;
    left: 100px;
    bottom: 0;
    z-index: -1;
}