a {
    cursor: pointer;
}

.el-button--text {
    color: #fff;
}

.el-button--text:active {
    color: #fff;
}

.el-button--text:focus {
    color: #fff;
}

.el-collapse-item__arrow {
    display: none !important;
}

.hover_poni {
    cursor: pointer;
}

h1 {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}

.content_flex {
    display: flex;
}

.content_flex div {
    margin-top: 40px;
    margin-left: 20px;
}

.content_flex img {
    width: 43%;
}

.help_content {
    background: #1F222C;
    border-radius: 8px 8px 0 0;
}

.help_url_name {
    font-size: 15px;
    color: #AEAEAE;
    border-bottom: 1px solid #333641;
    padding-left: 32px;
    height: 46px;
}

.help_url_name span {
    font-size: 24px;
    position: relative;
    top: 4px;
}

.help_content p {
    font-size: 16px;
    color: #B0B7BD;
}

.help_content b {
    color: #fff;
}

.help_content img {
    border: 3px solid #2b2f3b;
}

.help_article {
    padding: 0 30px;
}

.footer_line {
    margin-top: 40px;
    border-top: 1px solid #333641;
    text-align: center;
}

.footer_line span {
    background: #1F222C;
    padding: 0 20px;
    position: relative;
    top: -16px;
    color: #595B65;
}

.small_title {
    font-size: 17px !important;
    color: #fff !important;
}

.home_header {
    background: #161823;
}

.home_header_button {
    padding: 0 12px;
}

.firend_link {
    display: inline-block !important;
    width: 108px;
}

.header_button_invite {
    background: #2c313d;
    border: 1px solid #face15;
    color: #face15;
}

.header_button_invite:hover, .header_button_invite:active, .header_button_invite:visited, .header_button_invite:focus {
    background: #2c313d !important;
    border: 1px solid #face15 !important;
    color: #face15 !important;
}

.home_bottom {
    background: url('https://static.douchacha.com/img/bottom_base.png') no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.title {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 10px;
}

.qunDialog>img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 20px auto 10px;
}

.content>img {
    height: 18px;
    display: block;
    margin: 0 auto;
}

.contentBox {
    width: 320px;
    margin: 19px auto 0;
    padding: 20px 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentBoxTab {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contentBoxTab>i {
    font-size: 24px;
    color: rgba(216, 171, 141, 1);
}

.contentBoxTab>p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

.home_bottom_content {
    height: 190px;
    flex-shrink: 0;
}

.friendlist {
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    width: 1076px;
    margin: 30px auto 0;
}

.friendlist>p {
    flex-shrink: 0;
}

.friendlist .a_link {
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}
.friendlist .a_link:hover{
    color: #fff;
}
.friendlist .a_link:last-child {
    border: none;
}

.home_bottom {
    flex-direction: column;
}

.search_btn {
    position: absolute;
    width: 367px;
    height: 35px;
    right: 0;
    top: 70px;
}