body {
    display: flex;
    flex-direction: column;
    background-color: #231815;
    position: relative;
    width: 100vw;
    height: auto;
}

.header {
    /* background-image: url('http://img.ubo.vip/official/header_bar.png'); */
}

.content {
    width: 100%;
    /* min-height: 2800px; */
    /* background-image: url('http://img.ubo.vip/official/contact/contact_bg.png');
  background-repeat: no-repeat;
  flex: 1; */
    /* background-color: #231815; */
}

.pc {
    position: relative;
    z-index: 1;
    /* 使内容在背景图上方 */
    color: white;
    padding: 20px;
    height: 100%;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    /* 设置虚化效果 */
    z-index: -1;
    /* 使背景图在内容下方 */
}


/* 联系方式 */

.contact-wrapper {
    margin: 0 auto;
    width: 1112px;
    display: flex;
    justify-content: space-around;
    /* background-color: #231815; */
}

.contact-item {
    margin-top: 285px;
}

.contact-item-icon {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    /* background-color: #231815; */
}

.contact-item-icon img {
    width: 100%;
    height: 100%;
    background-color: #160905;
    border-radius: 50%;
}

.contact-item-key {
    padding-top: 41px;
    padding-bottom: 21.5px;
    text-align: center;
    font-size: 24px;
    /* color: #010101; */
}

.contact-item-value {
    text-align: center;
    font-size: 20px;
    color: #f1e6dc;
}
.serveice-mail{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;

}

.form-container {

    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: black;
    margin-top: 80px;
    margin-bottom: 50px;
}

input[type="text"],
input[type="email"],
textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
    /* margin-bottom: 20px; */
}

textarea {
    height: 100px;
    resize: vertical;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}


/* 主播权益 */

.rights-wrap {
    margin: 0 auto;
    width: 750px;
    display: flex;
    justify-content: space-around;
}

.rights-title {
    margin: 0 auto;
    margin-top: 191px;
    /* color: #010101; */
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.rights-item {
    margin-top: 144px;
}

.rights-item-icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.rights-item-icon img {
    width: 100%;
    height: 100%;
}

.rights-item-key {
    padding-top: 41px;
    padding-bottom: 21.5px;
    text-align: center;
    font-size: 24px;
    /* color: #010101; */
}

.rights-item-value {
    text-align: center;
    font-size: 20px;
    color: #a1734c;
}


/* 升级主播可享权益 */

.rights-text-item {
    margin: 80px auto;
    width: 587px;
    height: 94px;
    background-color: #e6d1b9;
    border-radius: 20px;
    text-align: center;
    line-height: 94px;
    font-size: 30px;
    color: #a1734c;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 50px;
    margin: 0 auto;
    /* margin-top: 142px; */
    width: 100%;
    color: #a0734c;
    font-size: 15px;
}

.item-wrapper ul {
    display: flex;
    align-items: center;
}

.item-wrapper ul li {
    margin: 0 15px;
}

.icp-number {
    /* margin-top: 13px; */
    font-size: 12px;
    text-align: center;
}

.icp-number a {
    color: #a0734c;
}

.police-number {
    margin-top: 12px;
    margin-bottom: 41px;
    text-align: center;
}

.police-number img {
    width: 17px;
    height: 17px;
}

.police-number a {
    color: #a0734c;
}