* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    /* border: 0 none; */
    vertical-align: middle;
}

button {
    cursor: pointer;
}

.zxUrl {
    cursor: pointer;
}

html,
body {
    /* background: #f3f4f6; */
}

.p-wrap {
    width: 1200px;
    margin: 0 auto;
}

.logo img {
    width: 80%;
    height: auto;
}

.ani-img {
    transition: all 0.5s;
}

.ani-img:hover {
    transform: scale(1.2);
}

.head-top {
    background: #f3f1f2;
    height: 30px;
}

/* nav S */
.site-top-info {
    background: #f8f8f8;
    border-bottom: 1px solid #e4e4e46b;
}

.top-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-mj {
    padding: 10px 20px;
    background: red;
    color: #fff;
}

.top-info-wrap ul {
    display: flex;
    padding: 10px 0
}

.top-info-wrap ul li {
    margin-left: 15px;
    /* margin: 0 10px; */
}

.top-info-wrap ul li a {
    color: #474747;
    font-size: 14px;

}

.nav-wrap {
    width: 100%;
    height: 60px;
    /* position: fixed; */
    background-color: rgba(255, 255, 255, 1);
    z-index: 30;
    box-shadow: 0px 51px 80px rgba(0, 0, 0, 0.05);
    /* 兼容 */
    /* position: -webkit-sticky; */
    /* position: -ms-sticky; */
    /* position: -o-sticky; */
    /* 粘性定位*/
    /* position: sticky; */
    /* top: 0; */
}

.nav {
    display: flex;
    padding-left: 15px !important;
}

.nav ul {
    margin-left: 50px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.nav ul li {
    flex: 1;
    height: 60px;
}

.nav ul li a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 60px;
    background-image: linear-gradient(rgb(67, 164, 255), rgb(0, 112, 240));
    background-position: center bottom;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: .3s;
    background-position-y: 0px;
    background-clip: content-box;
}


.nav ul li a:hover {
    background-size: 100% 3px;
    color: #569fff;
}

.nav ul li .active {
    background-image: linear-gradient(rgb(67, 164, 255), rgb(0, 112, 240));
    background-position: center bottom;
    background-size: 100% 3px;
    background-repeat: no-repeat;
    transition: .3s;
    background-position-y: 0px;
    background-clip: content-box;
    background-color: rgba(226, 226, 226, 0.082);
}

.active-wrap {
    background: red;
}

/* nav E */

/* Footer S */
.footer {
    background: #18448f;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
}

.f-left-layout {
    width: 700px;
    /* background: red; */
}



.f-nav-list {
    display: flex;

}

.f-nav-list li {
    /* margin-right: 15px; */
}

.f-nav-list li a {
    color: #fff;
    font-size: 16px;
}

.f-nav-list li a:hover {
    font-weight: bold;
}

.f-channel {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin: 40px 0;
}

.xxlogo {
    margin-right: 25px;
}

.f-channel ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.f-channel ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.f-channel ul li img {
    margin-bottom: 8px;
    width: 50px;
    height: 50px;
}

.popup {
    position: relative;
    cursor: pointer;
}

.popup:hover .popup-con {
    display: block;
}

.popup-con {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.f-info {
    margin-top: 10px;
}

.f-info p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
}

.f-info a {
    font-size: 16px;
    color: #fff;
}


.f-right-layout {
    width: 450px;
    margin-left: 50px;
    height: 100%;
    background: #2b57a2;
    padding: 15px;
    border-radius: 5px;
}

.layui-form {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.ff-title {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    color: #2b57a2;
}

.layui-form-select dl dd.layui-this {
    background-color: #2b57a2a4 !important;
    color: #fff;
}

/* Footer E */

/* sider-menu S */
.sider-menu {
    position: fixed;
    background: #fff;
    top: 65%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 999;
    border-radius: 10px;
   
}

.sider-menu {
    background: #FF2E1A;
    /* background: #569fff; */
    padding: 175px 20px 120px 20px;
    background: url(/template/default/view/static/images/nf-popside.png) center no-repeat;
    background-size: 110px auto;
    
}

.sider-menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin: 10px 0;
    background-color: #fff;
    color: #FF2E1A;
    /* color: #5690ff; */
    border-radius: 10px ;
    font-size: 12px;
    /* overflow: hidden; */
}

.sider-menu li:nth-child(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sider-menu li:nth-child(4) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pop {
    /* width: 100px; */
    padding: 10px;
    border-radius: 10px;
    right: 76px;
    /* right: 70px; */
    position: absolute;
    display: none;
    top: -54px;
}

.sider-menu li .mi-title {
    margin-top: 5px;
    /* font-style: 14px; */
    color: #000;
}

.sider-menu li i {
    font-size: 25px;
}

.sider-menu li:hover {
    background: #fff;
    /* color: #569fff; */


}

.sider-menu li:hover .pop {
    /* display: block; */
    color: #000 !important;

}

.sider-menu li .mi-title:hover {
    /* color: #569fff; */

}

.sider-menu li i:hover {
    /* color: #569fff */
}

.sider-bm-form .layui-form {
    padding: 5px;
}

.sider-bm-form {
    background: #fff;
    width: 300px !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-weight: 700 !important;
}

.sider-bm-form input {
    font-weight: 400 !important;
}

.s-bm-title {
    color: #4b4b4b;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.s-bm-title i {
    font-size: 16px !important;
}

.s-bm-title2 {
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}

.wx-qrcode-wrap {
    /* background: #000; */
    /* padding: 5px; */
    width: 162px;
    height: 162px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #f3f4f6;
    overflow: hidden;
}

.wx-qrcode-wrap img {
    width: 162px;
    height: 162px;
}

/* sider-menu E */


/* page-status 当前页状态
page-index 返回首页
page-pre 前一页
page-numbar 分页容器
    page-num 未选中分页
    page-num-current 选中分页
page-next 下一页
page-last 最后一页 */

.page-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-status {
    margin-right: 20px;
}

.page-index {
    padding: 10px;
    border: 1px solid #18448f;
}

.page-index a {
    color: #18448f !important;
}

.page-pre {
    padding: 10px;
    border: 1px solid #18448f;
    border-left: none;
}

.page-pre a {
    color: #18448f !important;
}

.page-numbar {}

.page-num {}

.page-num-current {}

.page-next {}

.page-last {}


.layui-layer-rim {
    border: 0px solid #8d8d8d !important;
    border: 0px solid rgba(0,0,0,.3) !important;
    border-radius: 5px;
    box-shadow: none;
}

#skxhimg{
    width: 700px;
    height: 345px;
}


.jesong-container-mini-badge{
    width: 155px !important; 
    border-radius: 10px !important;
    background: #ff301c !important;
    right: 18px !important;
}
.jesong-badge-brand img{
    border-radius: 5px !important;
}

.jesong-container-mini-badge .jesong-badge-con {
    float: left;
    width: 65px !important;
    height: 100%;
    /* text-align: center; */
}