.contactus-main {
    /* width: 1200px;
    margin: 80px auto; */
}
/* 地图定位 */
#admap {
    width: 100%;
    height: 100%;
}
.contactus-address,.contactus-bg {
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.contactus-address {
    position: relative;
    margin-bottom: 70px;
    /* background: url('/indexResources/image/map-positioning-d4b2e6af6e33b6e278a2248fbe6409a4.png') center no-repeat; */
}
.contactus-address .logo {
    width: 128px;
    height: 65px;
    position: absolute;
    right: 362px;
    top: 165px;
}
.contact-information {
    position: absolute;
    top: 0;
    left: 0;
}
.contact-information,.contactus-form {
    width: calc(380px - 30px * 2);
    height: calc(440px - 30px * 2);
    display: inline-block;
    margin: 30px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.contact-information h3,.contactus-form h3 {
    font-size: 18px;
    color: #313131;
    letter-spacing: 1.58px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-information-info p {
    letter-spacing: 1.4px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}
.contact-information-info p:first-child {
    color: #646464;
    margin-bottom: 10px;
}
.contact-information-info p:last-child {
    color: #313131;
    margin-bottom: 20px;
}
/* 联系如意彩556-welcome首页 */
.contactus-bg {
    background: url('/indexResources/image/contact-us-170a7c73886d26b9573b95a85461855c.png') center no-repeat;
}
.contactus-form p {
    margin-bottom: 30px;
}
.contactus-bg {
    display: flex;
    justify-content: flex-end;
}
.contactus-form p input {
    text-indent: 12px;
    width: 320px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    font-size: 14px;
    font-family: '';
    /* color: #A0A0A0; */
    font-weight: 400;
}
.contactus-form-textarea {
    width: calc(320px - 12px * 2);
    height: calc(120px - 8px * 2);
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    resize: none;
    font-size: 14px;
    /* color: #A0A0A0; */
    font-family: '';
    font-weight: 400;
}
.contactus-form p button {
    width: 68px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0066FF;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 400;
}
/* 弹窗 */
.mask {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.50);
}
/* body {
    overflow-y: hidden !important;
} */
.modal-bg {
    width: 501px;
    height: 320px;
    position: relative;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
    border-radius: 4px;
    background: url('/indexResources/image/feedback-window-830220d2114cf8a17b21868f42965d84.png') center no-repeat;
}
.modal-bg h2 {
    padding-top: 118px;
    text-align: center;
}
.modal-bg p {
    margin-top: 20px;
    margin-bottom: 42px;
    text-align: center;
}
.modal-bg button {
    width: 100.2px;
    height: 40px;
    background: #0066FF;
    border-radius: 1.6px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
}<!--耗时1775405106.7103秒-->