* {
    padding: 0;
    margin: 0;
}

.head {
    position: relative;
}

.huan_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.huan_2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.huan_3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.huan_5 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

input,
button,
select,
textarea {
    outline: none;
    border: none;
    background: none
}

textarea {
    resize: none;
    background: none
}

#right_float {
    padding-top: .625rem;
    position: fixed;
    right: .625rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    background: url('../img/6.png') no-repeat;
    background-size: 100% 100%;
    width: .9375rem;
    height: 5.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right_f_item {
    cursor: pointer;
    margin-top: .375rem;
    text-align: center;
    color: #555555;
    font-size: .15rem;
}

.right_f_item>img {
    display: block;
    margin: 0 auto .125rem;
}

.right_f_item:nth-child(1)>img {
    width: .475rem;
    height: .475rem;
}

.right_f_item:nth-child(2)>img {
    width: .475rem;
    height: .2875rem
}

.right_f_item:nth-child(3)>img {
    width: .475rem;
    height: .475rem
}

.right_f_item:nth-child(4)>img {
    width: .275rem;
    height: .15rem
}

.decc {
    text-indent: 2em
}

#footer {
    position: relative;
    padding: 20px 0;
    height: 135px;
    display: flex;
    background: #F7F5F5;
    align-items: center;
    flex-direction: column;
}

.footer_1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f1_item {
    cursor: pointer;
    color: #555555;
    font-size: 16px;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.f1_item:hover {
    color: rgb(17 58 110);
}

.f1_item:last-child {
    border: none;
}

.footer_2 {
    margin-top: 50px;
    font-size: 14px;
    color: #999999;
}

#footer>img {
    width: 100%;
    position: absolute;
    left: 0;
    height: .3rem;
    top: -0.3rem;
    z-index: 10;
}
/*�����������ֵ�����*/
a {
    color: #000;
    text-decoration: none;
}
/*������δ�����ʹ�������*/
a:link {
    text-decoration: none;
}
/*�Ѿ����ʹ�������*/
a:visited {
    text-decoration: none;
}
/*��껮��(ͣ��)������*/
a:hover {
    text-decoration: none;
}
/* ���ڵ�������ӣ������Ԫ���ϰ��»�û���ɿ�*/
a:active {
    text-decoration: none;
}
/* ��ý����ʱ�� ����ɿ�ʱ��ʾ����ɫ*/
a:focus {
    text-decoration: none;
}
#page-box {
    width: 100%;
    margin-top: 50px;
}

#page-box > .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-box > .pagination > li {
    display: inline-block;
    border: 1px solid #999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}
#page-box > .pagination > li:last-child{
    margin-right: 0;
}

#page-box > .pagination > li.active {
    background-color: #FF662A;
    color: #fff;
    border: 1px solid #FF662A;
}

#page-box > .pagination > li > a, #page-box > .pagination > li > span {
    width: 100%;
    height: 100%;
    display: block;
}

.layui-table th, tr, td {
    text-align: center;
    white-space: nowrap;
}