.fixed2 {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 888;
    cursor: pointer
    }
.animat2 {
    width: 95%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    undefined: undefined;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out
    }
.popup_1 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    justify-content: center;
    align-items: center;
    max-width: 600px;
    border-radius: 10px;
    z-index: 100000
    }
.content_1 {
    width: 80%;
    background-color: #2e70aa;
    text-align: center;
    position: relative;
    padding: 20px;
    border-radius: 10px
    }
/* å¯éï¼ä¸ºä¸å¯ç¹å»çæé®æ·»å ä¸äºé¢å¤çæ ·å¼ */
:disabled {
    background-color: gray;
    cursor: not-allowed;
    /* é¼ æ æ¬åæ¶æ¾ç¤ºç¦æ­¢å¾æ  */
    }
/*.fenxi-btn_area {background: #1F2125;border-radius:15px;margin-top: 8%;margin-left: 3%;margin-right: 3%;}*/
.contact-form {
    position: relative;
    padding-bottom: 10px
    }
.contact-form div {
    padding: 5px 0
    }
.contact-form span {
    display: block;
    font-size: 16px;
    color: #929596;
    padding-bottom: 5px
    }
.contact-form input[type="text"], .contact-form textarea {
    padding: 10px;
    display: block;
    width: 95%;
    background: #f4f5f5;
    border: 1px solid rgba(245, 238, 243, 0.4);
    outline: none;
    color: #2C2C2C;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-appearance: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px
    }
.contact-form textarea {
    resize: none;
    height: 105px
    }
.contact-form input[type="text"]:hover, .contact-form input[type="text"]:focus, .contact-form textarea:hover, .contact-form textarea:focus {
    border-color: rgba(205, 204, 205, 0.6)
    }