* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {

    max-width: 100%;

    height: auto;

}

.web {
    display: none;
}

#nav .liShow {

    color: #E70012;
    border-bottom: 2px solid #E70012;
    padding-bottom: 7px;

}

.content {
    margin-top: 80px;
    padding: 20px 16px 40px;
    color: #212121;
    font-weight: 200;
}

.content .clearfix {
    display: flex;
}

.content .clearfix li {
    margin-right: 20px;
}

.content .page {
    padding: 24px 16px;
}

.content .page .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content .page .pagination li {
    float: right;
    line-height: 36px;
    min-width: 20px;
    text-align: center;
}

.content .page .pagination li .page_select {
    line-height: 36px;
    height: 36px;
    border: #c8c8c8 1px solid;
    border-radius: 4px;
}

.content .page .pagination li .page_select option {
    background-color: #FFFFFF;
    height: 12px;
}

.content .page .pagination li input {
    line-height: 36px;
    height: 36px;
    border: #c8c8c8 1px solid;
    border-radius: 4px;
    margin: 0 10px;
    width: 40px;
}

.content table {
    width: 100%;
    margin-top: 20px;
}

.content table .content_2_title {
    width: calc(100% - 150px);
}

.content table .mobile, .mobile_block {
    width: 150px;
    text-align: right;
}

.content table tr {
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0 !important;
    display: flex;
    vertical-align: top;
    padding: 12px 0;
    font-size: 14px;
}