body {
    /* background-color: #231815; */
    position: relative;
    width: 100vw;
    height: auto;
    /* height: 210vh; */
}

.pc {
    position: relative;
    z-index: 1;
    /* 使内容在背景图上方 */
    color: white;
    padding: 20px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    /* 设置虚化效果 */
    z-index: -1;
    /* 使背景图在内容下方 */
}

.header {
    /* background-image: url('http://img.ubo.vip/official/header_bar.png'); */
}

.content {
    padding-top: 1px;
    width: 100%;
    /* min-height: 1600px; */
    /* background-image: url('http://img.ubo.vip/official/about/about_bg.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-color: #231815; */
    background-color: none;
}

.content-pic {
    width: 100%;
    background-color: #231815;
}

.content-pic img {
    margin: 0 auto;
    margin-top: 130px;
    width: 100%;
    /* width: 1400px;
  height: 561px; */
    /* background-image: url('../images/aboutme.png');
  background-repeat: no-repeat;
  background-size: 100%; */
    background-color: #231815;
}

.content-text {
    /* background-color: #231815; */
}

.content-title {
    padding-top: 120px;
    padding-bottom: 87px;
    text-align: center;
    /* color: #a1734c; */
    font-size: 36px;
    font-weight: bold;
}

.content-detail {
    margin: 0 auto;
    width: 600px;
    /* padding-left: 600px;
  padding-right: 600px; */
    /* color: #333333; */
    font-size: 18px;
    line-height: 40px;
}


/* 联系方式 */

.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: #231815;
    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: #a1734c;
}


/* 主播权益 */

.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 {
    bottom: 0px;
    position: absolute;
    height: 50px;
    margin: 0 auto;
    /* margin-top: 142px; */
    width: 100%;
    /* color: #a0734c; */
    font-size: 15px;
    /* background-color: #231815; */
}

.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; */
}