/* 全局浮窗二维码样式 */
.right_layut {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
}
@media screen and (min-width: 767px) {
    #lianxiForm {
        margin: 30px 70px 30px 100px;
        width: 100%;
    }
    #submitForm {
        margin: 30px 70px 30px 100px;
        width: 100%;
    }
    .floatWindow {
        position: unset;
        margin-top: 30px;
    }
    .right_layut button {
        background-color: rgb(255 255 255);
    }
    .right_layut button:hover {
        background-color: firebrick;
        color: rgb(255, 255, 255);
    }
}
@media screen and (max-width: 767px) {
    /* 手机端二维码显示位置修改 */
    .kf {
        margin-top: 250px;
    }
    .kf_list li div {
        display: flex;
        flex-direction: row;
    }
    .top_center ul {
        width: 100%;
    }
    /* 苹果机div变为了a标签 */
    .kf_list li a {
        padding-left: 6px;
    }
    .floatWindow {
        position: unset;
        margin-left: -45%;
        margin-top: 30px;
    }
    .floatWindow .list .item {
        width: 30px;
        height: 40px;
    }
    .floatWindow {
        position: fixed;
        right: -35px;
        bottom: 3.2%;
        width: 65px;
        z-index: 99;
        cursor: pointer;
    }
    .kf_main{
        display: flex;
        width: 230px;
    }
    .kf_main_box {
        width: 100%;
    }
    .kf_list {
        background-color: transparent;
    }
    .kf_right {
        background-color: #fff;
    }
    .iconfont {
        font-size: 40px;
    }
    .Form_title {
        margin: 0 15px 25px 15px;
    }
    .input_box {
        height: 40px;
        display: flex;
        border: 1px solid #e9e9e9;
        margin: 10px 40px 10px 40px;
    }
    .div_input {
        margin-left: 10px;
    }
    .sumit_box {
        display: flex;
        justify-content: center;
        height: 60px;
    }
    .submit_button {
        width: 35%;
        margin-bottom: 15px;
    }
    .captcha {
        height: 40px;
        display: flex;
        margin: 10px 40px 10px 40px;
    }
}
