            .layui-layer-page .layui-layer-content {
                position: relative; overflow: auto; text-align: center; padding-top: 10px;
            }
            .button_orange {
                display: inline-block; box-sizing: border-box; color: #ffffff;
                background-color: #ff9800; font-size: 14px; font-style: normal;
                font-weight: 300; text-align: center; line-height: 33px;
                text-decoration: none; box-shadow: inset 0 -2px 2px #000000;
                border-radius: 6px; -moz-box-shadow: inset 0 -2px 2px #999999;
                -webkit-box-shadow: inset 0 -2px 2px #999999;
                border: none; padding: 0 8px;
            }
            .orOther{
                text-align: center; font-size: 20px; color: #101010;
                position: relative; margin: 12px auto;
            }
            .orOther > span{
                position: relative; z-index: 2; background-color: #ffffff;
                padding: 0 15px; font-size: 14px; color: #101010;
            }
            .orOther:after, .orOther:before {
                content:""; position: absolute; width: 100%; height: 1px;
                background-color: #E3E3E3; top: 50%; transform: translateY(-50%);
            }
            .orOther:after { left: 0; }
            .orOther:before { right: 0; }
            .footer_img{ max-width:450px; margin:0 auto; }
            #footer_copyright{ margin-bottom: 8px; }
            @media (max-width:600px){ .footer_img{ max-width: 80%; } }