* {
    padding: 0;
    margin: 0;
    box-sizing: border-box !important;
}

body {
    width: 100%;
    height: 100%;
}

.bottom_wrapper a {
    color: #ffffff;
    text-decoration: none;
}

.bottom_left_content>.left_text_size span,
.bottom_content2 span,
.bottom_left_content3 span {
    color: #f5f5f5;
    font-size: 14px;
}

.bottom_wrapper {
    width: 100%;
    min-width: 1400px;
    box-sizing: border-box;
    height: 260px;
    background: #333333;
}

.names_bottom {
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.names_bottom .bottom_content {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.names_bottom .bottom_content .bottom_left_content {
    width: 248px;
    height: 150px;
    /* padding-right: 162px; */
}

.names_bottom .bottom_content .bottom_left_content>span {
    font-size: 18px;
    font-weight: 400;
}

.left_text_size>div {
    padding-bottom: 10px;
}

.left_text_size>div>a {
    width: 56px;
    height: 19px;
    padding: 0 20px 10px 0;
}

.bottom_left_content2 {
    /* padding-right: 200px; */
}

.bottom_left_content3 {}

.right_photo {
    display: flex;
    flex-direction: row;
    width: 300px;
    height: 110px;
    border: 2px solid #ffffff;
    border-radius: 12px;
}

.flex_bottom_img>img {
    width: 72px;
    height: 72px;
    margin: 6px;
}

.flex_bottom_img>span {
    padding-top: 10px;
}

.flex-bottom-input {
    padding-left: 10px;
}

.flex-bottom-input>img {
    display: flex;
    padding: 10px 0;
}

.right_photo .flex_bottom_img {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 6px;
    margin: 10px;
}

.bottom_content2 {
    padding-top: 30px
}


/*浮动按钮样式*/

#floatbtn {
    right: 49%;
}


/*跳转二维码样式*/

.layui-layer-page .layui-layer-content {
    text-align: center;
    padding: 20px 0;
}