.hidden{
    display: none;
}
.content {
    padding: 0 0 50px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.location a{
    color: #2440b3;
}
.data_content_loading{
    text-align: center;
    padding: 50px 0 50px 0;
}
.layui-laypage a:hover {
    color: #005ad2;
}
.layui-laypage-next em, .layui-laypage-prev em{
    font-size: 14px;
}
#paging{
    width: 90%;
    margin: auto;
    margin-top: 35px;
}
.ul_test {
    width: 30px;
    position: fixed;
    top: 210px;
    right: 10px;
    background: #FFF;
    border: 1px solid #666;
}

.ul_test > li {
    width: 20px;
    height: 20px;
    background: #0000FF;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 5px;
}

.ul_test > li.test {
    width: 20px;
    height: 20px;
    background: black;
    margin-left: 5px;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.swiper-container {
    height: 270px !important;
}

.nl-top-ul li {
    float: left;
    width: 14.28%;
    text-align: center;
}
.xm-label-block{
    background-color: #1E9FFF !important;
}
.xm-option-icon{
    border-color: #1E9FFF !important;
}
.xm-option.selected>.xm-option-icon{
    color: #1E9FFF !important;
}
xm-select > .xm-label .scroll .label-content{
    padding: 2px 30px 0 10px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #4a68ec;
}