#contact {
    width: 1300px;
    margin: 0 auto;
}

#contact_title {
    width: 232px;
    height: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    opacity: 1;
    margin: 60px auto 60px auto;
}

.title_c {
    width: 232px;
    height: 34px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.title_e {
    width: 232px;
    height: 16px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    color: #999999;
}

#contact_way {
    width: 1300px;
    display: flex;
}

.way_li {
    width: 400px;
    height: 570px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    opacity: 1;
    border-radius: 10px;
    display: flex;
}

.way_li:nth-child(1) {
    background-image: url("../images/way_li_1.png");
}

.way_li:nth-child(2) {
    background-image: url("../images/way_li_2.png");
}

.way_li:nth-child(3) {
    background-image: url("../images/way_li_3.png");
}

#contact_way .way_li:not(:first-child) {
    margin-left: 50px;
}

.way_li_content {
    width: 400px;
    text-align: center;
    height: 300px;
    margin-top: 240px;
}

.way_li_content p:first-child {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.way_li_content p {
    margin-top: 6px;
}

.way_li_content p:not(:first-child) {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

#container {
    overflow: hidden;
    width: 660px;
    height: 360px;
    margin: 0 0 0 40px;
}

.info {
    z-index: 999;
    width: auto;
    min-width: 16rem;
    padding: .75rem 1.25rem;
    margin-left: 1.25rem;
    position: fixed;
    top: 1rem;
    background-color: rgba(265, 265, 265, 0.9);
    border-radius: .25rem;
    font-size: 14px;
    color: #666;
    box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.3);
}

#zoominput {
    height: 24px;
    width: 80px;
    padding-left: 8px;
}

#change-btn {
    height: 30px;
    background: #5679ea;
    border: 0;
    padding: 0 10px 0 10px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}

#contact_content {
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
}

#c_content {
    width: 600px;
    height: 300px;
    background-image: url("../images/c_content.png");
    text-align: center;
}

.c_li {
    margin-top: 30px;
    margin-left: 40px;
    display: flex;
}

.c_li img {
    width: 52px;
    height: 52px;
    display: block;
    margin-top: 3px;
}


.c_li p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    opacity: 1;
    margin-left: 12px;
    margin-top: 3px;
    width: 80px;
    height: 27px;
    border-left: 4px solid #0099FF;
    line-height: 22px;
}

.c_li p:last-child {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    opacity: 1;
    margin-left: 30px;
}
