.suspension {
    position: fixed;
    right: 40px;
    top: calc(50% - 105px);
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px 10px;
    z-index: 10;
}

.suspension > div {
    margin: 20px 0;
}

.suspension > div > a > img {
    height: 30px;
}

.suspension > div:nth-child(1) {
    margin: 0 0 20px 0;
}

.suspension > div:nth-last-child(1) {
    margin: 20px 0 0 0;
}

.suspension_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background: #FFFFFF;
    box-shadow: 0px -1px 0px 0px #EAEAEA;
    z-index: 10;
}

.suspension_bottom > div {
    text-align: center;
}

.suspension_bottom > .row > div > a {
    display: block;
}

.suspension_bottom > .row > div > a > img {
    width: 24px;
}

.suspension_bottom > .row > div > a > div {
    font-size: 9px;
    font-family: ArialMT;
    color: #333333;
}

/*模态框*/
.modal-header {
    padding: 20px 30px;
}

.modal-header > .modal-title {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
}

.modal-header > .btn-close:focus {
    box-shadow: none;
}

.modal-body {
    padding: 18px 30px 30px;
}

.modal_from_input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #999999;
    font-size: 18px;
    font-family: ArialMT;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.modal_from_input:-moz-placeholder {
    color: #999999;
}

.modal-body .button_class_1 {
    padding: 19px 48px;
    margin-top: 30px;
}

/*底部头部*/
.footer {
    background: #333333;
}

.footer_top {
    border-bottom: 1px solid #999999;
}

.footer_top_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 30px;
    border-bottom: 1px solid #999999;
}

.footer_top_nav > div {
    margin: 0 30px;
}

.footer_top_nav > div:nth-child(1) {
    margin: 0 30px 0 0;
}

.footer_top_nav > div:nth-last-child(1) {
    margin: 0 0 0 30px;
}

.footer_top_nav > div > a {
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
}

.footer_top_nav > div > a > img {
    height: 45px;
}

.footer_top_main {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 20px;
}

.footer_top_main_title {
    font-size: 18px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.footer_top_main_text {
    font-size: 16px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 18px;
}

.footer_top_main_text > a {
    font-size: 16px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 0.6);
}

.footer_top_main_text:nth-last-child(1) {
    margin-bottom: 0;
}

.footer_top_main_text > a > .img_group {
    height: 27px;
    margin: 0 7.5px;
}

.footer_top_main_text > a:nth-child(1) > .img_group {
    margin: 0 7.5px 0 0;
}

.footer_top_main_text > a:nth-last-child(1) > .img_group {
    margin: 0 0 0 7.5px;
}

.footer_top_main_form_input {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
}

.footer_top_main_form_input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer_top_main > form > .button_class_1 {
    width: 100%;
    font-size: 16px;
    font-family: ArialMT;
    padding: 15px 0;
}


.Submit:focus {
    background: #C71010;
    box-shadow: 0px 0px 4px 0px red;
}

.Submit:active:focus {
    background: #C71010;
    box-shadow: 0px 0px 4px 0px red;
}

/*底部版权所属*/
.footer_bottom {
    display: flex;
    justify-content: flex-end;
}

.footer_bottom_text {
    margin: 20px 0;
    font-size: 16px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {
    .footer_top_nav > div {
        margin: 10px 20px;
    }

    .footer_top_nav > div:nth-last-child(1) {
        margin: 10px 20px 10px 0;
    }

    .footer_top_nav > div:nth-last-child(1) {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 992px) {
    .suspension {
        top: auto;
        right: 12px;
        bottom: 72px;
        padding: 3px;
    }

    .suspension > div {
        margin: 0;
    }

    .suspension > div > a > img {
        height: 24px;
    }

    .suspension > div:nth-child(1) {
        margin: 0;
    }

    .suspension > div:nth-last-child(1) {
        margin: 0;
    }

    .suspension_bottom {

    }

    /*模态框*/
    .modal-header {
        padding: 20px 15px;
    }

    .modal-header > .modal-title {
        font-size: 16px;
    }

    .modal-header > .btn-close:focus {

    }

    .modal-body {
        padding: 18px 15px 30px;
    }

    .modal_from_input {
        font-size: 13px;
        padding: 12px;
        margin-bottom: 12px;
    }

    .modal_from_input:-moz-placeholder {

    }

    .modal-body .button_class_1 {
        padding: 13px 26px;
        margin-top: 18px;
    }

    /*底部头部*/
    .footer {
        background: #333333;
        margin-bottom: 60px;
    }

    .footer_top {
        border-bottom: 1px solid #999999;
    }

    .footer_top_nav {
        padding: 18px 0;
    }

    .footer_top_nav > div {
        margin: 15px 22.5px 0;
    }

    .footer_top_nav > div:nth-child(1) {
        width: 100%;
        margin: 0;
    }

    .footer_top_nav > div:nth-last-child(1) {
        margin: 15px 0 0 22.5px;
    }

    .footer_top_nav > div > a {
        font-size: 13px;
    }

    .footer_top_nav > div > a > img {
        height: 45px;
    }

    .footer_top_main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 0 18px 0;
    }

    .footer_top_main > .col-lg-3 {
        width: 100%;
    }

    .footer_top_main_title {
        font-size: 16px;
        margin: 20px 0 12px;
    }

    .footer_top_main_text {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .footer_top_main_text > a {
        font-size: 13px;
    }

    .footer_top_main_text:nth-last-child(1) {
        margin-bottom: 0;
    }

    .footer_top_main_text > a > .img_group {
        height: 20px;
        margin: 0 12.5px;
    }

    .footer_top_main_text > a:nth-child(1) > .img_group {
        margin: 0 12.5px 0 0;
    }

    .footer_top_main_text > a:nth-last-child(1) > .img_group {
        margin: 0 0 0 12.5px;
    }

    .footer_top_main_form_input {
        width: 100%;
        padding: 12px;
        font-size: 13px;
    }

    .footer_top_main_form_input:-moz-placeholder {
    }

    .footer_top_main > form > .button_class_1 {
        width: 100%;
        font-size: 16px;
        padding: 13px 0;
        margin-top: 4px;
    }

    /*底部版权所属*/
    .footer_bottom {
        display: flex;
        justify-content: center;
    }

    .footer_bottom_text {
        margin: 18px 0;
        font-size: 13px;
        text-align: center;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}