#fb_main
{
    width: 100%;
    height: auto;
    margin-top: 60px;
    color: black;
    font-size: 22px;
    /* background-color: rgb(65, 62, 62); */
    background-color:white;
    /* #region 上下，左右居*/
    display:flex;
    justify-content:center;/** 左右居中 */
    /* #endregion */
}

#fb_div
{
    margin-top: 10px;
    width: 1920px;
    height: 1200px;
    /* margin-left: 50px; */
    /* background-color: aqua; */
    /* border: 1px solid rgb(58, 56, 56); */
    border: 1px solid #02A7F0;

}


#fb_title_div
{
    margin-left: 40px;
    width: 600px;
    height: 40px;
    margin-top: 60px;
}
#fb_title_text
{
    width: 400px;
    height: 30px;
    font-size: 18px;
}



#ty_sd_div
{
    margin-left: 40px;
    width: 600px;
    margin-top: 40px;
}
#type_sd_text
{
    width: 200px;
    height: 40px;
    font-size: 18px;
}


#fb_content_div
{
    margin-left: 40px;

    margin-top: 50px;
}

#fb_content
{
    font-size: 18px;
    width: 90%;
    color: black;
}


#contact_div
{
    
    position:absolute;
    left: 1100px;
    top:70px;
    color: black;
}

#wx_img_div
{
    position:absolute;
    top:15px;
}


#wx_img
{
    zoom: 80%;
}
#wx_text
{
    position:absolute;
    width: 400px;
    margin-left: 210px;
    top:20px;
}

#mail_text
{

    position:absolute;
    width: 400px;
    margin-left: 210px;
    top:90px;
}

#fb_contact_div
{
    margin-left: 40px;
    width: 100%;
    height: 10px;
}

#fb_contact
{
    width: 400px;
    height: 40px;
    font-size: 18px;
}

#fb_sub
{
    margin-left: 40px;

    width: 600px;
    height: 50px;
    margin-top: 70px;
}

#fb_submit
{
    width: 200px;
    height: 50px;
    font-size: 18px;
    border:none;
    background-color: #46BFF7;
    cursor: pointer;
}