footer {
    width: 100%;
    background: #404040;
    overflow: hidden;
    line-height: 13px;
    height: 120px;
}


footer .footer_box {
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

footer .footer_box .footer_left {
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    padding-left: 0;
    /*float: left;*/
}

footer .footer_box .footer_left .ipcs {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
}

footer .footer_box .footer_left .nav-list {
    margin-top: -5px;
}

footer .footer_box .footer_left .nav-list {
    width: 100%;
    text-align: center;
    line-height: 32px;
}

.nav-list {
    padding-left: 10px;
}

footer .footer_box .footer_left .nav-list a {
    color: #fff;
    font-size: 14px;
}

footer a {
    text-decoration: none;
}

.icp_box {
    font-size: 13px;
    color: #fff;
    text-align: left;
    display: flex;
    margin-top: 10px;
}

.icp_box p {
    margin: 0;
    padding-left: 30px;
    line-height: 24px;
}

footer .footer_box .footer_right {
    width: 330px;
    height: 100px;
    background: #f3f3f3;
    /*border: 1px solid #e5e5e5;*/
    /*float: right;*/
}

.footer_right_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}

.footer_right_input {
    display: flex;
    justify-content: center;
}

.footer_right label {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 13px;
    color: #000;
}

.footer_input_w {
    width: 115px;
    height: 16px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.footer_right input[type=text] {
    font: normal !important;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 0;
    border: 1px solid #ccc;
    line-height: normal !important;
    box-sizing: content-box;
}

.footer_right input[type=checkbox] {
    margin: 0;
    margin-top: 0;
    line-height: normal;
    height: auto;
    width: auto;
}

.footer_button_1_box {
    text-align: center;
    margin-top: -7px;
}

#footer_button1 {
    width: 24px;
    height: 74px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-image: url(/images/footer_btn_bg.png);
    background-position: center;
    letter-spacing: 0.1em;
    padding: 0;
    border-width: 0;
}

#ym-add-img {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 901;
    height: 50px;
    background-image: url(/images/footer_input_bg.jpg);
    background-position: center;
    overflow: hidden;
}

#ym-add-img-wrapper {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
}

#ym-add-img-wrapper label {
    line-height: 50px;
    margin-left: 20px;
    margin-right: 10px;
    color: #fff;
    font-weight: 400;
    margin-bottom: auto;
    font-size: 16px;
    display: inline;

}

#ym-add-img-wrapper input {
    border: 1px solid #ccc;
    background-color: #fff;
    font-weight: normal;
}

#name1,
#phone1,
#date1,
#zz1 {
    height: 25px;
}

#name1 {
    width: 85px;
}

#phone1 {
    width: 130px;
}

#date1 {
    width: 140px;
}

#zz1 {
    width: 215px;
}

#footer_button {
    width: 120px;
    height: 27px;
    text-align: center;
    /*line-height: 25px;*/
    font-size: 18px;
    color: #2f2e2e;
    background: #fff;
    border-radius: 10px/15px;
    margin-left: 15px;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: "微软雅黑", "MicrosoftYaHei", HELVETICA;
    border-width: 0;
    /*
    box-shadow: 3px 3px 3px #999;
    */
}

body {
margin-bottom: 50px;
}
