.inlineBlock {
    display: inline-block;
}

.clear {
    clear: both;
}

.fadeContent {
    display: none;
}

.threeDots {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 头部样式 */
.phone_header {
    width: 100%;
    height: 52px;
    /* background-color: rgba(0, 0, 0, 0.43); */
}

.phone_logo {
    margin-left: 5%;
    width: 5rem;
    vertical-align: middle;
    margin-top: 12px;
}

.phone_open {
    width: 2rem;
    float: right;
    text-align: center;
    margin-top: 0.1rem;
}

.open {
    width: 24px;
    vertical-align: middle;
}

.phone_tabs {
    background-color: rgba(11, 11, 11, 0.71);
    z-index: 100000;
    position: absolute;
    top: 52px;
    width: 100%;
    overflow: hidden;
}

.phone_tabs_left {
    width: 80%;
    height: 100%;
    background-color: #ffffff;
}

.tabs_title {
    height: 60px;
    line-height: 60px;
    background-color: #F0F0F0;
    padding-left: 11%;
    color: #1C1C1C;
    font-size: 0.5rem;
}

.tabs_title_red {
    color: #B52416;
}

.tabs_title img {
    width: 18px;
    height: 12px;
    float: right;
    margin-top: 25px;
    margin-right: 16%;
}

.phone_tabs_left ul li:nth-child(2n) .tabs_title {
    background-color: #F8F8F8;
}

.tabs_content {
    background-color: #ffffff;
    padding-left: 11%;
    padding-right: 11%;
    font-size: 14px;
}

.tabs_content a {
    color: #4A4A4A;
}

.tabs_content div {
    border-bottom: 1px solid #8A8A8A;
    height: 47px;
    line-height: 47px;
}

.tabs_content a:last-child div {
    border: none;
    ;
}

.phone_tabs_right {
    width: 20%;
    float: right;
}

.close {
    width: 100%;
    height: 60px;
    background-color: #6C6C6C;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}

.phone_tabs li {}

.phone_tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}