* {
    margin: 0;
    padding: 0;
}

img {
    border: none
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

div {
    display: block
}

body {
    background: #F7F8FA;
    font-family: "Microsoft Yahei";
}

body button {
    font-family: "Microsoft Yahei";
}

/* 字体图标引入 */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 正文 */
.content {
    width: 1692px;
    margin: 0 auto;
    position: relative;
}

.content .content {
    width: 100%;
}

.content-9 {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.content-b {
    width: 1652px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}

.pa {
    position: absolute
}

.mr40 {
    margin-right: 40px
}

.pl20 {
    padding-left: 20px
}

.h30 {
    width: 100%;
    height: 30px;
    overflow: hidden
}

.h30:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both
}

.h90 {
    height: 90px !important;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.box-shadow {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
}

.box-shadow:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.box-shadow-content {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    /*border: 1px solid #f5f5f5;*/
}

.box-shadow-content:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.copyBox {
    width: 1px;
    height: 1px;
    position: fixed;
    z-index: -99;
    opacity: 0;
}

.copyBtn {
    font-size: 14px;
    color: #0acf97;
    font-weight: bold;
    cursor: pointer;
}

.box-r5 {
    border-radius: 20px;
    overflow: hidden;
}

.box-r10 {
    border-radius: 10px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.t1s {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.t5s {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tt {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tt img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.yy img {
    -moz-box-shadow: 0px 0px 20px 1px #8c8883;
    box-shadow: 0px 0px 20px 1px #8c8883;
}

/*公共样式*/
pre {
    max-width: 100%;
    margin: 15px auto;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-left: 4px solid #58749c;
    background: #fbfbfb;
    white-space: pre-wrap;
    word-wrap: break-word;
    letter-spacing: 1.5px;
    line-height: 22px;
    background-size: 100% 44px
}

button:disabled, button[disabled], input:disabled, input[disabled], select:disabled, select[disabled], textarea:disabled, textarea[disabled] {
    background-color: #e9e9e9;
    cursor: not-allowed;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.2125rem + 2px);
    padding: .45rem 1.9rem .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url('../images/sxjt.png') no-repeat right .75rem center/18px 18px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.custom-text {
    display: block;
    width: 96%;
    height: calc(2.2125rem + 2px);
    padding: 0 2%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    outline: none;
}

.list-xq {
    font-size: 12px;
    color: #999;
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-xq em {
    font-style: normal
}

.list-xq em a {
    color: #fff;
    padding: 5px 10px;
    background: #ff0000;
    border-radius: 5px
}

button, input, select, textarea {
    outline: 0;
    border: none;
}

.layui-layer-btn a {
    font-size: 14px;
}

/*公共导航*/
.base-bt {
    height: 50px;
    line-height: 50px;
    margin: 40px auto 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.base-bt-left {
    display: flex;
}

.base-bt span {
    font-size: 26px;
    color: #1b2337;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 40px;
}

.base-bt ul {
    display: inline-block;
}

.base-bt ul li {
    margin-right: 10px;
    display: inline-block;
}

.base-bt ul li:hover a {
    color: #0773fc;
}

.base-bt ul li a {
    color: #505a71;
    font-size: 14px;
    background-color: #F7F8FA;
    padding: 8px 24px;
    border-radius: 19px;
}

.base-bt ul li.active a {
    color: #0773fc;
}

.base-bt em {
    font-style: normal;
    float: right;
    font-size: 14px;
    color: #505a71;
    font-weight: bold;
}

.base-bt em a {
    color: #505a71;
}

/*按钮*/
.btn {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
    cursor: pointer;
}

.btn-sm {
    padding: 4px 7px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
    cursor: pointer;
    font-size: 12px;
}

.btn:hover {
}

.btn-primary {
    background-color: #4e5bf2;
    -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5)
}

.btn-secondary {
    background-color: #6c757d;
    -webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, .5);
    box-shadow: 0 2px 6px 0 rgba(108, 117, 125, .5)
}

.btn-success {
    background-color: #0acf97;
    -webkit-box-shadow: 0 2px 6px 0 rgba(10, 207, 151, .5);
    box-shadow: 0 2px 6px 0 rgba(10, 207, 151, .5)
}

.btn-primary {
    background-color: #727cf5;
    -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5)
}

.btn-danger {
    background-color: #fa5c7c;
    -webkit-box-shadow: 0 2px 6px 0 rgba(250, 92, 124, .5);
    box-shadow: 0 2px 6px 0 rgba(250, 92, 124, .5)
}

.btn-warning {
    background-color: #ffbc00;
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 188, 0, .5);
    box-shadow: 0 2px 6px 0 rgba(255, 188, 0, .5)
}

.btn-info {
    background-color: #39afd1;
    -webkit-box-shadow: 0 2px 6px 0 rgba(57, 175, 209, .5);
    box-shadow: 0 2px 6px 0 rgba(57, 175, 209, .5)
}

.btn-light {
    background-color: #e3eaef;
    -webkit-box-shadow: 0 2px 6px 0 rgba(227, 234, 239, .5);
    box-shadow: 0 2px 6px 0 rgba(227, 234, 239, .5);
    color: #313a46;
}

.btn-dark {
    background-color: #313a46;
    -webkit-box-shadow: 0 2px 6px 0 rgba(49, 58, 70, .5);
    box-shadow: 0 2px 6px 0 rgba(49, 58, 70, .5)
}

/*导航*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 3000;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 5px 0 rgb(192 192 192 / 63%) !important;
}

.header #menu_hover_bg {
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 75px;
    z-index: 9;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
}

.header .logo {
    float: left;
    width: 186px;
    height: 45px;
    padding: 15px 0
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo img {
    width: auto;
    height: 100%;
}


/* 导航按钮 */
.header .menu {
    float: left
}

.header .menu ul li {
    float: left;
    position: relative;
}

.header .menu ul > li.active > h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #f71718;
    left: 50%;
    margin-left: -25px;
    bottom: 16px
}

.header .menu ul li .nav-icon-hot {
    width: 40px;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.header .menu ul li .nav-icon-hot img {
    position: absolute;
    left: -115px;
    top: -123px;
}

.header .menu ul li h2 {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center
}

.header .menu ul > li.intro > h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ff9c01;
    left: 50%;
    margin-left: -25px;
    bottom: 16px
}

.header .menu ul > li > h2 > img {
    right: -25px;
    top: 21px
}

.header .menu ul li h2 a {
    padding: 0 17px;
    line-height: 75px;
    display: block;
    height: 75px;
    color: #2B2D35;
    font-size: 16px
}

.header .menu ul li .sub_menu {
    display: block !important;
    transform: scale(0.6);
    will-change: transform;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
    pointer-events: none;
    background: #FFFFFF;
    box-shadow: var(--box-shadow-2);
    border-radius: 8px;
    position: absolute;
    top: 75px;
    left: 0px;
    width: 760px;
    z-index: 3000;
}

.header .menu ul li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: auto;
}

/*  顶部导航 */
.sub_menu {
    width: max-content;
    background: #FFFFFF;
    box-shadow: var(--box-shadow-2);
    border-radius: 8px;
    position: absolute;
    top: 72px;
    left: -200px;
}

.sub_menu .sub_menu_top_box {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
}

.sub_menu .sub_menu_top_box * {
    font-size: 16px;
    color: #333;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title {
    display: flex;
    align-items: center;
    flex: 1;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title > a {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title > a .iconfont {
    margin-left: 12px;
    color: #666666;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title > a:hover {
    color: #1a9;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title > a:hover .iconfont {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title_more {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_menu .sub_menu_top_box .sub_menu_top_title .icon-nav-box-left {
    width: 45px;
    height: 45px;
    margin-right: 10px
}

.sub_menu .sub_menu_top_box .sub_menu_top_title .icon-nav-box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub_menu .sub_menu_top_box .sub_menu_top_title .icon-nav-box-jiantou {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: flex
}

.sub_menu .sub_menu_top_box .sub_menu_top_title .icon-nav-box-jiantou img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub_menu .sub_menu_top_box .sub_menu_top_title_more .icon-nav-box-hot {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.sub_menu .sub_menu_top_box .sub_menu_top_title_more .icon-nav-box-hot img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub_menu .sub_menu_top_box .cate-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.sub_menu .sub_menu_top_sub {
    padding: 8px 30px 0;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}

.sub_menu .sub_menu_top_content {
    padding: 30px;
}

.sub_menu .sub_menu_top_img_list_box {
    display: flex;
}

.sub_menu .sub_menu_top_content .sub_menu_top_img_list {
    position: relative;
    flex-shrink: 0;
    width: 216px;
    background: #FFFFFF;
    margin-right: 20px
}

.sub_menu .sub_menu_top_content .sub_menu_top_img_list:last-of-type {
    margin-right: 0
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum {
    position: relative;
    width: 100%;
    height: 132px;
    z-index: 1
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum .origin-pic {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum .origin-pic-z1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -7px;
    left: 0;
    z-index: -1;
    transform: scale(.95);
    overflow: hidden;
    border-radius: 4px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum .origin-pic-z1 img {
    filter: blur(16px)
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum .origin-pic-z2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -14px;
    left: 0;
    opacity: .5;
    z-index: -2;
    transform: scale(.9);
    overflow: hidden;
    border-radius: 4px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.sub_menu .sub_menu_top_content .wt-h-searchChannelAlbum .origin-pic-z2 img {
    filter: blur(16px);
    opacity: .64
}

.sub_menu .sub_menu_top_content .sub_menu_top_img_list .wt-h-searchChannelTit {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 24px);
    padding: 8px 12px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    border-radius: 0 0 4px 4px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.sub_menu .sub_menu_top_content .sub_menu_top_img_list:hover .origin-pic-z1 {
    top: -9px
}

.sub_menu .sub_menu_top_content .sub_menu_top_img_list:hover .origin-pic-z2 {
    top: -18px
}

.sub_menu .sub_menu_top_content .sub_menu_top_img_list:hover .wt-h-searchChannelTit {
    color: rgba(255, 255, 255, 1)
}

.sub_menu .sub_menu_top_nav {
    display: flex;
    margin-top: 14px;
    flex-wrap: wrap
}

.sub_menu .sub_menu_top_nav ul {
    margin-right: 2%;
    width: 23%;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sub_menu .sub_menu_top_nav ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.sub_menu .sub_menu_top_nav ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cbcbcb;
}

.sub_menu .sub_menu_top_nav ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fdfdfd;
}

.sub_menu .sub_menu_top_nav ul:last-child {
    margin-right: 0;
}

.sub_menu .sub_menu_top_nav ul li {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 0 16px;
}

.sub_menu .sub_menu_top_nav ul li.first::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
    background: #30A3D5;
}

.sub_menu .sub_menu_top_nav ul li > a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    transition: all .24s;
}

.sub_menu .sub_menu_top_nav ul li.first > a {
    font-size: 16px;
    color: #333;
}

.sub_menu .sub_menu_top_nav ul li > a:hover,
.sub_menu .sub_menu_top_nav ul li.first > a:hover {
    color: #30A3D5;
}

/* 顶部导航-自定义-视频教程 */
.header .menu ul li .sub-menu-shipin {
    width: 760px;
}

.header .menu ul li .sub-menu-shipin .sub_menu_top_img_list_box {
    justify-content: space-around;
}

/*.header .menu ul li .sub-menu-shipin .sub_menu_top_content .sub_menu_top_img_list {*/
/*    width: 31.333%;*/
/*    margin-right: 2%;*/
/*}*/

/*.header .menu ul li .sub-menu-shipin .sub_menu_top_content .wt-h-searchChannelAlbum {*/
/*    height: 152px;*/
/*}*/

.header .menu ul li .sub-menu-shipin .sub_menu_top_nav {
    display: flex;
    margin-top: 14px;
    flex-wrap: nowrap
}

.header .menu ul li .sub-menu-shipin .sub_menu_top_nav ul {
}

/* 登录 */
.header .login {
    padding-top: 15px;
    float: right
}

.header .login a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.header .login a:nth-child(1) {
    background: url(../images/login_icon.png) no-repeat left center;
    padding-left: 30px
}

.header .login a:nth-child(2) {
    background: #fd8a08;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center
}

#spjc-box h2 i {
    margin-left: -10px;
}


/*导航-右侧登陆等信息*/
.header-login .nav-right {
    float: right;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.header-login .nav-right .search-nav-panel {
    height: 60px;
    line-height: 60px;
    margin-right: 10px
}

.header-login .search-nav-panel .searchbox {
    width: 270px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    top: 10px;
    box-shadow: 0px 3px 10px 0px rgb(15 37 74 / 6%);
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
}

.header-login .search-nav-panel .search-nav-select {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    font-size: 14px;
    color: #999;
    text-align: center;
    cursor: pointer;
    z-index: 1
}

.header-login .search-nav-panel .search-nav-select > span {
    display: inline-block;
    width: 70px
}

.header-login .search-nav-panel .search-nav-select > span i {
    display: inline-block;
    vertical-align: 4px;
    width: 1px;
    height: 1px;
    border: solid #999;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 10px;
}

.header-login .search-nav-panel .search-nav-select .search-subnav-lists {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    width: 80px;
    padding: 4px 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(206, 216, 231, .3);
    box-shadow: 0 4px 20px 0 rgba(206, 216, 231, .3);
    border-radius: 0 0 4px 4px
}

.header-login .search-nav-panel .search-nav-select .search-subnav-lists > span.active, .header-login .search-nav-panel .search-nav-select .search-subnav-lists > span:hover {
    color: #ffffff;
    background: #ff0000
}

.header-login .search-nav-panel .search-nav-select .search-subnav-lists > span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    text-align: center
}

.header-login .search-nav-panel .searchbox > label {
    width: 100%;
    margin: 0;
    float: right;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 0 0 0 73px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
}

.header-login .search-nav-panel .searchbox .soft-searchkey {
    width: 100%;
    border: none;
    height: 30px;
    font-size: 14px;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding-right: 30px;
    background-color: #fff;
    outline: none;
    font-weight: normal;
}

.header-login .search-nav-panel .searchbox .search-icon {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 6.5px);
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../images/index-icon.png) -22px -126px;
    display: inline-block
}

.div_link {
    display: flex;
    width: 180px;
}

.div_link a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 0 10px
}

.div_link a span {
    color: #2B2D35;
    font-weight: bold;
}

.div_link a .div_app_alt {
    position: absolute;
    text-align: center;
    width: 180px;
    height: 0;
    top: 60px;
    right: 0;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(40, 40, 40, .09);
    box-shadow: 0 2px 7px 0 rgba(40, 40, 40, .09);
    border-radius: 0 0 4px 4px
}

.div_link a .div_app_alt p {
    position: relative
}

.div_link a .div_app_alt img {
    width: 130px;
    height: 130px;
    background: #282828;
    opacity: .8;
    margin: 20px 0 14px;
    border-radius: 4px
}

.div_link a .div_app_alt .p_text {
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    color: #333
}

.div_link a .div_app_alt .p-text-sm {
    height: 11px;
    line-height: 100%;
    color: #999;
    font-size: 12px;
    margin-top: 9px
}

.div_link a .div_app_alt p {
    position: relative
}

.public-top-login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.public-top-login.logined .unlogin-block {
    display: none
}

.public-top-login .unlogin-block {
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.public-top-login .unlogin-block-box {
    width: 110px;
    height: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgb(15 37 74 / 6%);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    position: relative;
}

.public-top-login .unlogin-block-box::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    right: 0;
    top: 14px;
    border-radius: 2px;
    margin: 0 auto;
    background: linear-gradient(
            270deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
}

.public-top-login .unlogin-block .v-line {
    width: 1px;
    height: 14px;
    background-color: #282828;
    margin: 0 10px 0 10px;
    display: inline-block
}

.public-top-login .unlogin-block a {
    color: #2B2D35;
    cursor: pointer
}

.public-top-login .unlogin-block a:hover {
    color: #30A3D5;
    font-weight: bold;
}

/* 未登录 */
.public-top-login .unlogin-block:hover .unlogin-more {
    opacity: 1;
    visibility: visible;
}

.public-top-login .unlogin-block .unlogin-more {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 75px;
    right: 0;
    box-sizing: border-box;
    width: 520px;
    height: 316px;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(34, 87, 179, 0.2);
    border-radius: 10px;
    transition: 0.2s;
    text-align: left;
}

.public-top-login .unlogin-more .unlogin-moreTitle {
    width: 100%;
    height: 83px;
    background: linear-gradient(180deg, #EFF7FF 0%, #FFFFFF 100%);
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #2B2D35;
    line-height: 83px;
    padding-left: 30px;
    box-sizing: border-box;
}

.public-top-login .unlogin-moreFont-box {
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.public-top-login .unlogin-moreFont {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.public-top-login .unlogin-moreIcon-box {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.public-top-login .unlogin-moreIcon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.public-top-login .unlogin-moreFont .unlogin-moreFont-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.public-top-login .unlogin-moreFont-info {
    padding-top: 10px;
}

.public-top-login .unlogin-moreFont-name {
    font-size: 18px;
    color: #2B2D35;
    line-height: 25px;
}

.public-top-login .unlogin-moreFont-desc {
    font-size: 14px;
    color: #AFB3C3;
    line-height: 20px;
    margin-top: 5px;
}

.public-top-login .unlogin-moreLink-box {
    position: relative;
}

.public-top-login .unlogin-moreLink-bg {
    display: block;
    width: 420px;
    height: 40px;
    margin: 0 auto;
    background: #39AEFF;
    border-radius: 23px;
    opacity: 0.5;
    filter: blur(8px);
}

.public-top-login .unlogin-moreLink {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-top: 2px;
    width: 440px;
    height: 44px;
    margin-left: -220px;
    background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF !important;
    cursor: pointer;
    line-height: 44px;
    transition: .2s;
    z-index: 1;
}

.public-top-login .unlogin-moreLink:hover {
    transform: translateY(-5px);
}

/* 登录后 */
.public-top-login.logined .login-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.public-top-login .login-block {
    height: 100%;
    display: flex;
    align-items: center;
}

.public-top-login .lecturer-block .study-history, .public-top-login .login-block .study-history {
    position: relative;
    width: auto;
    margin-right: 10px;
    padding-left: 23px;
    display: block
}

.public-top-login .user-wrap-block {
    padding: 0 2px 0 0px;
    position: relative
}

.public-top-login .user-wrap-block .a-user {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 60px;*/
    /*height: 60px*/
}

.public-top-login .user-wrap-block .avater {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff
}

.public-top-login .user-info-box {
    -webkit-transform: scale(.01);
    transform: scale(.01);
    opacity: 0;
    -webkit-transform-origin: 100% 5%;
    transform-origin: 100% 5%;
    position: absolute;
    top: 75px;
    left: -283px;
    width: 330px;
    height: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(40, 40, 40, .3);
    box-shadow: 0 3px 6px 0 rgba(40, 40, 40, .3);
    border-radius: 0 0 4px 4px;
    cursor: default;
    line-height: 1
}

.public-top-login .user-info-box .user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    position: relative
}

.public-top-login .user-info-box .user-info .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.public-top-login .user-info-box .user-info .info > img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-block
}

.public-top-login .user-info-box .user-info .info .detail {
    margin-left: 10px
}

.public-top-login .user-info-box .user-info .info .detail > h5 {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px
}

.public-top-login .user-info-box .user-info .vip-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.public-top-login .user-info-box .user-info .vip-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.public-top-login .user-info-box .user-info .vip-lists a img {
    display: inline-block
}

.public-top-login .user-info-box .user-info .vip-lists a {
    color: #999;
    font-size: 14px;
}

.public-top-login .user-info-box .user-info .user-lists {
    float: right;
    min-height: 46px
}

.public-top-login .user-info-box .user-info .user-lists a {
    font-size: 14px;
    color: #666666;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.public-top-login .user-info-box .user-info .user-lists > span {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 4px;
    font-size: 12px;
    color: #666
}

.public-top-login .user-info-box .user-info .user-lists > span p {
    display: inline-block
}

.public-top-login .user-info-box .user-info .user-lists > span.btn_sign_out {
    text-align: right;
    margin-top: 9px;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.public-top-login .user-info-box .vip-box {
    padding: 20px 0
}

.public-top-login .user-info-box .all-vip-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 290px;
    height: 40px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fcf2db;
    border-radius: 4px
}

.public-top-login .user-info-box .all-vip-link > i {
    display: inline-block;
    margin-right: 10px;
    width: 19px;
    height: 20px;
    background: url(../images/index-icon.png) no-repeat -230px -175px;
}

.public-top-login .user-info-box .all-vip-link > span {
    display: inline-block;
    font-size: 14px;
    color: #666
}

.public-top-login .user-info-box .all-vip-link > span > em {
    margin-left: 5px;
    color: #ff4a3b;
    font-style: normal;
}

.public-top-login .user-info-box .links-lists {
    padding-top: 20px;
    border-top: 1px dashed #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.public-top-login .user-info-box .links-lists > a {
    height: 17px;
    color: #999;
    font-size: 14px;
    position: relative;
    padding-left: 22px
}

.public-top-login .user-info-box .user-wrap-msg a {
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
    border-top: 1px dashed #eee;
    padding: 15px 0 15px 15px;
    line-height: 18px;
    cursor: pointer
}

.public-top-login .user-info-box .user-wrap-msg a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.public-top-login .user-info-box .user-wrap-msg a i {
    width: 6px;
    height: 6px;
    background: #ff4e36;
    border-radius: 50%;
    position: absolute;
    left: 0;
    margin-top: 7px
}

.public-top-login .user-info-box .bottom-btn {
    width: 290px;
    height: 42px;
    line-height: 42px;
    color: #999;
    font-size: 14px;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    position: relative
}

.anim {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.public-top-login .lecturer-block, .public-top-login .login-block {
    display: none
}

.public-top-login .user-wrap-block {
    padding: 0 2px 0 0px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.public-top-login .user-wrap-block .a-user {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 60px;*/
    /*height: 60px*/
}

.public-top-login .user-wrap-block .avater {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff
}

.public-top-login .user-info-box .user-info .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.public-top-login .user-info-box .user-info .info > img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-block
}

.public-top-login .user-info-box .user-info .info .detail {
    margin-left: 10px
}

.public-top-login .user-info-box .user-info .info .detail > h5 {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px
}

.public-top-login .user-info-box .user-info .vip-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.public-top-login .user-info-box .user-info .user-lists {
    float: right;
    min-height: 46px
}

.public-top-login .user-info-box .user-info .user-lists > span {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 4px;
    font-size: 12px;
    color: #666
}

.public-top-login .user-info-box .user-info .user-lists > span.btn_sign_out {
    text-align: right;
    margin-top: 9px;
    font-size: 14px;
    color: #999;
    cursor: pointer
}

.public-top-login .user-wrap-block:hover .user-info-box {
    -webkit-transition: opacity .25s, -webkit-transform .3s;
    transition: opacity .25s, -webkit-transform .3s;
    transition: opacity .25s, transform .3s;
    transition: opacity .25s, transform .3s, -webkit-transform .3s;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.public-top-login .user-info-box .links-lists .center-a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 17px;
    height: 17px;
    background: url('../images/index-icon.png') no-repeat -283px -177px
}

.public-top-login .user-info-box .links-lists .vip-a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 17px;
    height: 17px;
    background: url('../images/index-icon.png') no-repeat -337px -177px
}

.public-top-login .user-info-box .links-lists .info-a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url('../images/index-icon.png') no-repeat -391px -177px
}

.div_link .A_app:hover .div_app_alt {
    height: 210px;
    -webkit-transition: opacity .25s, -webkit-transform .3s;
    transition: opacity .25s, -webkit-transform .3s;
    transition: opacity .25s, transform .3s;
    transition: opacity .25s, transform .3s, -webkit-transform .3s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header-login .search-nav-panel .search-nav-select:hover .search-subnav-lists {
    opacity: 1;
    max-height: 400px;
    -webkit-transition: max-height .5s;
    transition: max-height .5s
}

/*.js_UserLogin:last-child {*/
/*    background: #fd8a08;*/
/*    border-radius: 4px;*/
/*    color: #fff !important;*/
/*    margin-left: 10px;*/
/*    width: 60px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    padding: 5px 10px;*/
/*    text-align: center;*/
/*}*/

.public-top-login .login-icon-vip {
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    /*background: url("__INDEX__/images/index-icon.png") no-repeat -490px -74px;*/
}

.public-top-login .login-icon-phone {
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    /*background: url("__INDEX__/images/index-icon.png") no-repeat -490px -21px;*/
}

.public-top-login .login-icon-down {
    margin-right: 5px;
    font-size: 19px;
    font-weight: bold;
    /*background: url("__INDEX__/images/index-icon.png") no-repeat -438px -21px;*/
}

/*附加*/
.men_sol_left .list.sol_list a {
    padding-bottom: 5px !important;
    border: 1px solid #f3f3f3;
    background: #fefefe;
    border-radius: 3px;
}

.qddm_box .list.sol_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qddm_box .list.sol_list a {
    width: 170px !important;
    height: 55px !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 5px !important;
    border: 1px solid #f3f3f3;
    background: #fefefe;
    border-radius: 3px;
}

.qddm_box .list:before {
    display: none;
}

.rjfx_box .list.sol_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.rjfx_box .list.sol_list a {
    margin-right: 18px !important;
}

.bgsc_box .list.sol_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.bgsc_box .list.sol_list a {
    margin-right: 18px !important;
}

/* 搜索框 */
/*搜索层*/
.search-index-box {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 2000;
}

.search-block-bg {
    width: 796px;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(270deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    border-radius: 30px;
    opacity: 0.4;
    filter: blur(30px);
}

.search-content {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0px auto;
    width: 776px;
    height: 60px;
    z-index: 6;
    background: #FFFFFF;
    border-radius: 30px;
}

.search-content .search-left {
    box-sizing: border-box;
    width: 676px;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

.search-inputContent {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 564px;
    height: 100%;
}

.search-inputField {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: none;
    padding: 0 47px 0 25px;
    background: none;
}

/* 搜索按钮 */
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 100px;
    height: 60px;
    background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-btn .search-icon-box {
    width: 35px;
    height: 35px;
}

.search-btn .search-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-btn:hover {
    background: linear-gradient(225deg, #2BB9FF 0%, #219FF6 50%, #6580FF 100%);
}

/*首页banner*/
/*头部 导航 + banner*/
.banner-box {
    position: relative;
    height: 520px;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 520px;
}

.index-banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.banner-background {
    width: 100%;
    height: 100%;
}

.banner-background {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-background::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(
            180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
}

.banner .banner-center {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

.index-banner .swiper-slide {
}

.index-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.index-page {
    position: absolute;
    bottom: 45px !important;
    z-index: 300;
    text-align: center;
    width: 100%;
}

.index-page span {
    width: 40px;
    height: 10px;
    border-radius: 0;
}

.banner-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    z-index: 300;
    background: url("../images/lr.png") 0 60% no-repeat;
}

.banner-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 300;
    background: url("../images/lr.png") -50px 60% no-repeat;
}

.banner-l:hover {
    background: url("../images/lr.png") -153px 60% no-repeat;
}

.banner-r:hover {
    background: url("../images/lr.png") -102px 60% no-repeat;
}

.banner-right {
    width: 40%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.banner-right-box {
    width: 100%;
    height: 195px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.banner-right-box:first-child {
    margin-bottom: 10px;
}

.banner-right-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-right-box a {
    width: 49%;
    height: 100%;
    display: block;
    position: relative;
}

.banner-right-box a p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #ffffffad;
    color: #ff0000;
}

.index-page .swiper-pagination-bullet {
    opacity: 0.1;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    margin: 0 5px;
}

.index-page .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1;
}

.ban01bg p {
    position: absolute;
    top: 60px;
    left: 30%;
    z-index: 500;
}

/*banner-下导航*/
.hot-nav {
    height: 80px;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.hot-nav dl {
    width: 12%;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s;

    position: relative;
    display: flex;
    box-sizing: border-box;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgb(34 87 179 / 10%);
    border-radius: 10px;
    border: 1px solid #E1EEFF;
    font-size: 14px;
    color: #AFB3C3;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
}

.hot-nav dl:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);

    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(57, 174, 255, 0.2) 100%);
    background: -webkit-linear-gradient(
            45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(57, 174, 255, 0.2) 100%);
    background: linear-gradient(
            45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(57, 174, 255, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#3339aeff', GradientType=1);
}

.hot-nav dl a {
    display: flex;
    justify-content: space-between;
}

.hot-nav dl dt {
    width: 60px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.hot-nav dl dt img {
    width: 49px;
    display: block;
    margin: 0 auto;
}

.hot-nav dl dd {
}

.hot-nav dl dd span {
    font-size: 16px;
    color: #1b2337;
    font-weight: 700;
}

.hot-nav dl dd p {
    font-size: 14px;
    color: #8693ab;
    line-height: 14px;
    margin-top: 8px;
}

/*视频*/
.video-box {
}

.video-box ul {
    display: none;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.video-box ul li {
    width: 15.5%;
    margin: 0 0 25px;
    background: #ffffff;
    float: left;
    margin-right: 1.4%;
}

.video-box ul li:nth-child(6n) {
    margin-right: 0;
}

.video-box-home ul li:nth-child(5n) {
    margin-right: 0;
}

.video-box ul li .video-img {
    width: 100%;
    height: 160px;
    position: relative;
}

.video-box ul li .video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box ul li .video-text {
    padding: 15px 18px;
}

.video-box ul li .video-title {
    cursor: pointer;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.video-box ul li .video-title a {
    color: #333;
}

.video-box ul li .video-mx {
    font-size: 12px;
    color: #999;
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video-box ul li .video-mx em {
    font-style: normal;
}

.video-box ul li .video-mx em a {
    color: #fff;
    padding: 5px 10px;
    background: #ff0000;
    border-radius: 5px;
}

.content-title-cur a {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/*PPT*/
.ppt-box {
}

.ppt-box ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.ppt-box ul li {
    width: 15.5%;
    margin: 0 0 25px;
    background: #ffffff;
    float: left;
    margin-right: 1.4%;
}

.ppt-box ul li:nth-child(6n) {
    margin-right: 0;
}

/*.ppt-box ul li .ppt-img { width: 100%; height: 368px; border-radius: 0 0 5px 5px; overflow: hidden; position: relative;}*/
.ppt-box ul li .ppt-img {
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}

.ppt-box ul li .ppt-img i {
    display: none;
}

.ppt-box ul li:hover i {
    display: block;
}

.ppt-box ul li .ppt-img img {
    width: 100%;
}

.ppt-box ul li .ppt-text {
    padding: 15px 18px;
}

.ppt-box ul li .ppt-title {
    cursor: pointer;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ppt-box ul li .ppt-title a {
    color: #333;
}

.ppt-box ul li .ppt-mx {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ppt-box ul li .ppt-mx em {
    font-style: normal;
    width: 50%;
    font-size: 12px;
    line-height: 28px;
    box-sizing: border-box;
    border-right: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}

.ppt-box ul li .ppt-mx em:nth-child(2n) {
    border-right: none;
    text-indent: 8px;
}

.ppt-box ul li .ppt-mx em:nth-child(3) {
    border-bottom: none;
}

.ppt-box ul li .ppt-mx em:nth-child(4) {
    border-bottom: none;
}

.ppt-box ul li .ppt-mx em a {
    color: #ff0000;
}

/*模板*/
.template-box {
}

.template-box ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.template-box ul li {
    width: 15.5%;
    margin: 0 0 25px;
    background: #ffffff;
    float: left;
    margin-right: 1.4%;
}

.template-box ul li:nth-child(6n) {
    margin-right: 0;
}

.template-box ul li .template-img {
    width: 100%;
    height: 280px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}

.template-box ul li .template-img i {
    display: none;
}

.template-box ul li:hover i {
    display: block;
}

/*.template-box ul li .template-img img { width: 100%; height: 100%; object-fit: cover;}*/
.template-box ul li .template-img img {
    width: 100%;
}

.template-box ul li .template-text {
    padding: 15px 18px;
}

.template-box ul li .template-title {
    cursor: pointer;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.template-box ul li .template-title a {
    color: #333;
}

.template-box ul li .template-mx {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.template-box ul li .template-mx em {
    font-style: normal;
    width: 50%;
    font-size: 12px;
    line-height: 28px;
    box-sizing: border-box;
    border-right: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}

.template-box ul li .template-mx em:nth-child(2n) {
    border-right: none;
    text-indent: 8px;
}

.template-box ul li .template-mx em:nth-child(3) {
    border-bottom: none;
}

.template-box ul li .template-mx em:nth-child(4) {
    border-bottom: none;
}

.template-box ul li .template-mx em a {
    color: #ff0000;
}

/*横幅广告*/
.index-gg {
}

.index-gg ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-gg li {
    width: 24%;
    height: 118px;
}

.index-gg li img {
    width: 100%;
}

/*特效*/
.texiao-box {
}

.texiao-box ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.texiao-box ul li {
    width: 15.5%;
    margin: 0 0 25px;
    background: #ffffff;
    float: left;
    margin-right: 1.4%;
}

.texiao-box ul li:nth-child(6n) {
    margin-right: 0;
}

.texiao-box ul li .texiao-img {
    width: 100%;
    height: 160px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}

.texiao-box ul li .texiao-img i {
    display: none;
}

.texiao-box ul li:hover i {
    display: block;
}

/*.texiao-box ul li .texiao-img img { width: 100%; height: 100%; object-fit: cover;}*/
.texiao-box ul li .texiao-text {
    padding: 15px 18px;
}

.texiao-box ul li .texiao-title {
    cursor: pointer;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.texiao-box ul li .texiao-title a {
    color: #333;
}

.texiao-box ul li .texiao-mx {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.texiao-box ul li .texiao-mx em {
    font-style: normal;
    width: 50%;
    font-size: 12px;
    line-height: 28px;
    box-sizing: border-box;
}

.texiao-box ul li .texiao-mx em a {
    color: #ff0000;
}

/*软件*/
.program-box {
}

.program-box ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.program-box ul li {
    width: 13.5%;
    margin: 0 0 25px;
    background: #ffffff;
    padding: 15px 18px;
    display: flex;
    justify-content: space-between;
    float: left;
}

.program-box ul li .program-img {
    width: 60px;
    height: 60px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}

.program-box ul li .program-img i {
    display: none;
}

.program-box ul li:hover i {
    display: block;
}

.program-box ul li .program-img img {
    width: 100%;
}

.program-box ul li .program-text {
    width: 150px;
    display: flex;
    align-items: center;
}

.program-box ul li .program-title {
    cursor: pointer;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    program-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.program-box ul li .program-title a {
    color: #333;
}

.program-box ul li .template-title a {
    color: #333;
}

.program-box ul li .program-mx {
    font-size: 12px;
    color: #999;
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.program-box ul li .program-mx em {
    font-style: normal;
}

.program-box ul li .program-mx em a {
    color: #ff0000;
}

/*Word*/
.word-box {
}

.word-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.word-box ul li {
    width: 15.5%;
    margin: 0 0 25px;
    background: #ffffff;
}

.word-box ul li .word-img {
    width: 100%;
    height: 360px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
}

.word-box ul li .word-img i {
    display: none;
}

.word-box ul li:hover i {
    display: block;
}

.word-box ul li .word-img img {
    width: 100%;
}

.word-box ul li .word-text {
    padding: 15px 18px;
}

.word-box ul li .word-title {
    cursor: pointer;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.word-box ul li .word-title a {
    color: #333;
}

.word-box ul li .word-mx {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.word-box ul li .word-mx em {
    font-style: normal;
    width: 50%;
    font-size: 12px;
    line-height: 28px;
    box-sizing: border-box;
    border-right: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}

.word-box ul li .word-mx em:nth-child(2n) {
    border-right: none;
    text-indent: 8px;
}

.word-box ul li .word-mx em:nth-child(3) {
    border-bottom: none;
}

.word-box ul li .word-mx em:nth-child(4) {
    border-bottom: none;
}

.word-box ul li .word-mx em a {
    color: #ff0000;
}

/*新闻资讯*/
.news-box {
    background: #ffffff;
}

.news-box ul {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    margin-bottom: 50px;
}

.news-box ul li {
    width: 32%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #eee;
}

.news-box ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}

.news-box ul li em {
    width: 190px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-size: 14px;
    color: #999;
    float: left;
}

.news-box ul li:nth-child(3n) {
    border: none;
}

.news-title-cur a {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/*首页公共部分*/
.down-type {
    position: absolute;
    top: 15px;
    right: 0;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
}

.down-type-a {
    background: #f00;
}

.down-type-b {
    background: #f00;
}

.down-type-c {
    background: #f00;
}

/*底部*/
.footer {
    background-color: #6568ca;
}

.footer-floor1 {
    width: 100%;
    height: 200px;
    padding: 40px 0 40px
}

.footer-list {
    width: 75%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.footer-nav-box {
}

.footer-nav-box:nth-child(2) {
    width: 260px;
    height: 220px;
}

.footer-nav-box:nth-child(6) {
    width: 180px;
    height: 220px;
}

.footer-nav-bt {
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-nav-bt a {
    color: #d9daf9;
}

.footer-list ul {
    height: 185px;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 15px;
}

.footer-list li {
    line-height: 32px;
    width: 95px;
}

.footer-list li a {
    color: #d9daf9;
    font-size: 14px;
    text-decoration: none
}

.footer-list li a:hover {
    text-decoration: underline;
    color: #fff
}

.footer-list .flist-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px
}

.footer-floor2 {
    width: 100%;
    border-top: 1px solid #9699f9;
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.footer-floor2 p {
    text-align: center;
    color: #d9daf9;
    font-size: 12px;
    line-height: 30px
}

.footer-floor2 p span {
}

.footer-floor2 a {
    color: #b6e2f2
}

.footer-floor2 a:hover {
    color: #a8d0e0;
    text-decoration: underline
}

.foot-link {
    margin: 0 15px;
    text-decoration: none;
    color: #b6e2f2
}

.foot-link:hover {
    text-decoration: underline
}

.footer-right {
    width: 300px;
    float: right
}

.telephone {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff
}

.telephone span {
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    background: url("../images/phone_32px.png");
    margin-left: 16%
}

.telephone .tel-number {
    font-size: 22px;
    font-weight: 400;
    text-align: right
}

.official-plat {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative
}

.official-plat ul {
    float: right;
    margin-top: 7px
}

.official-plat ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    float: left;
    margin-right: 12px
}

.official-plat ul li span img {
    width: 30px;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 1px;
}

.official-plat ul li .wxxcx-icon {

}

.official-plat ul li .bdxcx-icon {

}

.official-plat ul li .azxcx-icon {

}

.official-plat ul li {
    height: 45px
}

.official-plat ul li {
    height: 32px;
    width: 100%;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 15px;
}

.official-plat .footer-ewm > p {
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff
}

.official-plat .wxxcx {
    position: absolute;
    top: 0;
    left: 10px;
}

.official-plat .bdxcx {
    position: absolute;
    top: 0;
    left: 10px;
    display: none
}

.official-plat .appxcx {
    position: absolute;
    top: 0;
    left: 10px;
    display: none
}

#wx-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 12px;
    right: -20px;
    z-index: 10
}

#bd-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 58px;
    right: -20px;
    z-index: 10
}

#app-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 105px;
    right: -20px;
    z-index: 10
}

.footer-top-nav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #9699f9;
    padding: 10px 0 20px
}

.footer-top-nav ul {
    display: flex;
    justify-content: space-between;
}

.footer-top-nav-list li {
    float: left;
    height: 36px;
    text-align: center;
    box-sizing: border-box;
}

.footer-top-nav-list li:first-child {
    border-left: none
}

.footer-top-nav-list li a {
    display: flex;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: no-repeat 2% center;
    color: #fff;
    font-size: 16px
}

.footer-top-nav-list li a:hover {
    color: #bfe7f5
}

.footer-top-nav-list li a.superiority-text {
}

.footer-top-nav-list li a span:first-child {
    font-size: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.footer-top-nav-list li a span:last-child {
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
}

.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.marquee {
    width: 8000%;
    height: 60px
}

.wave-list-box {
    float: left
}

.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1
}

.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none
}

.wave-box {
    position: relative;
    height: 60px;
}

.footer-ewm img {
    width: 135px;
    height: 135px;
}

.footer-icon {
}

.footer-icon-qq {
    width: 95px;
    height: 30px;
    display: inline-block;
}

.footer-icon-qq-qun {
    width: 95px;
    height: 30px;
    display: inline-block;
}

/*---------------------内页---------------------*/

/*banner*/
.n-ban {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.n-ban img {
    position: absolute;
    top: 0;
    left: 0;
    /*margin-left: -960px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*banner-搜索*/
.top-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cont-block {
    display: block;
    text-align: center
}

.cont-block .top-select-title {
    display: block;
    padding: 130px 0 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bg-alink {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.top-select-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.soft-course-lists .course-wrap > li:hover {
    margin-top: -6px;
    -webkit-transform: none;
    transform: none
}

.top-select-title > h3 {
    font-size: 40px;
    color: #fff;
    margin-right: 40px;
    line-height: 100%;
    font-weight: normal;
}

.top-select-title > span {
    font-size: 16px;
    color: #777
}

.top-select-box {
    position: relative;
    z-index: 9
}

.top-select-box .search-nav-panel {
    height: 60px
}

.top-select-box .search-nav-panel .searchbox {
    width: 660px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    position: relative
}

.top-select-box .search-nav-panel .searchbox > label {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 4px;
    display: inline-block
}

.top-select-box .search-nav-panel .searchbox .inp-place {
    position: absolute;
    left: 17px;
    font-size: 16px;
    pointer-events: none
}

.top-select-box .search-nav-panel .searchbox .inp-place a, .top-select-box .search-nav-panel .searchbox .inp-place a:hover {
    color: #bdc7d1
}

.top-select-box .search-nav-panel input::-moz-placeholder {
    color: #d2d1d1
}

.top-select-box .search-nav-panel input:-ms-input-placeholder {
    color: #d2d1d1
}

.top-select-box .search-nav-panel input::-webkit-input-placeholder {
    color: #d2d1d1
}

.top-select-box .search-nav-panel .soft-searchkey {
    width: 100%;
    border: none;
    height: 60px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 75px;
    color: #fffefe;
    background: hsla(0, 0%, 100%, .2)
}

.top-select-box .search-nav-panel .soft-searchkey:focus {
    background-color: #fff;
    color: #666
}

.top-select-box .search-nav-panel .soft-searchkey:focus::-webkit-input-placeholder {
    color: #999
}

.top-select-box .search-nav-panel .soft-searchkey:focus::-moz-placeholder {
    color: #999
}

.top-select-box .search-nav-panel .soft-searchkey:focus::-ms-input-placeholder {
    color: #999
}

.top-select-box .search-nav-panel .searchbtn {
    position: absolute;
    cursor: pointer;
    width: 100px;
    height: 61px;
    background-color: #ff0000;
    border-radius: 50px;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-select-box .search-nav-panel .search-icon {
    width: 30px;
    height: 30px;
    background: url(../images/index-icon.png) no-repeat -68px -120px;
    display: inline-block;
}

.top-select-box .hot-lists {
    width: 660px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #ebebeb;
    text-align: left
}

.top-select-box .hot-lists a {
    position: relative;
    z-index: 9;
    color: #ebebeb;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 15px
}

.top-select-box .hot-lists a:hover {
    color: #f3793d
}

.top-select-box .foot-focus-laber, .top-select-box .foot-focus-laber li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}

.foot-focus-laber li.active {
    color: #FF6A5C
}

/*单选复选美化*/
.RadioStyle input {
    display: none
}

.RadioStyle label, .RadioStyle button {
    border-radius: 4px;
    padding: 5px 10px;
    color: #666;
    cursor: pointer;
}

.RadioStyle input:checked + label {
    font-weight: 500;
    color: #f3793d;
    background-color: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.RadioStyle input:disabled + label {
    opacity: .7
}

/*栏目分类*/
.channel-class {
    width: 100%;
}

.channel-class-box {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    box-shadow: 0 0 8px 0 hsla(0, 0%, 55.3%, .3);
    background: #fbfbfb;
}

.channel-class-box a {
    color: #666;
}

.channel-class-box dl {
    padding: 15px 0;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid #ecebeb;
}

.channel-class-box dl:last-child {
    border: none;
}

.channel-class-box dl dt {
    width: 80px;
    line-height: 27px;
    color: #666;
    display: block;
    text-align: right;
    margin-right: 16px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.channel-class-box dl dd {
    display: flex;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
}

.channel-class-box dl dd a {
    margin-right: 10px;
    background: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.channel-class-box dl dd button {
    margin-right: 10px;
    background: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    color: #5a5a5a;
    cursor: pointer;
    font-size: 14px;
}

.channel-class-box dl dd .select-box {
    margin-right: 10px;
    line-height: 27px;
}

.channel-class-box dl dd .active {
    font-weight: 500;
    color: #f3793d;
    background-color: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.breadcrumbs i:before {
    content: '>>';
    font-style: normal;
    margin: 0 5px;
}

#channelSelectBox {
}

/*分页*/
.xm_page {
    margin: 20px auto 30px;
}

.xm_page .pagination {
    margin: 0 auto
}

.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.35rem 0.65rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #313a46;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem rgba(114, 124, 245, .25);
    box-shadow: 0 0 0 .15rem rgba(114, 124, 245, .25)
}

.page-item {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

/*排序*/
.channel-order {
    width: 100%;
}

.channel-order, .channel-order a {
    position: relative;
    font-size: 14px;
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.channel-order .content {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.channel-order-left {
    display: flex;
}

.channel-order-left li {
    list-style-type: none;
}

.channel-order-left a {
    list-style-type: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.channel-order-left a:before {
    position: absolute;
    content: '>';
    top: -1px;
    right: -23px;
    color: #ababab;
    font-size: 18px;
}

.breadcrumbs li:last-child a:before {
    display: none;
}

.channel-order-right {
}

.channel-order-left .active {
    color: #f3793d;
}

.select-btn-box {
}

.select-btn-box button {
}

.select-reset {
    margin-right: 5px;
}

.select-go {
}

/*内容页-box*/
.n-content {
    min-height: 400px;
    margin-top: 20px;
}

.content-left {
    width: 80%;
    float: left
}

.content-right {
    width: 18%;
    float: right;
    border-radius: 20px;
}

.program-box {
}

/*栏目页-软件*/
.program-box.channel-program li {
    width: 13%;
    flex-direction: column;
    text-align: center;
}

.program-box.channel-program li .program-img {
    margin: 10px auto 15px;
    width: 80px;
    height: 80px;
}

.program-box.channel-program li .program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program-box.channel-program li .program-text {
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.program-box.channel-program li .program-mx {
    width: 100%;
}

.program-box.channel-program li .program-mx i {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
}

/*栏目页-文章*/
.channel-news-box {
}

.channel-news-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.channel-news-box ul li {
    width: 49%;
    height: 160px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.channel-news-box ul li .channel-news-img {
    width: 30%;
    padding: 15px;
}

.channel-news-box ul li .channel-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.channel-news-box ul li .channel-news-text {
    width: 68%;
    padding: 18px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.channel-news-box ul li .channel-news-title {
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.channel-news-box ul li .channel-news-title a {
    color: #606367;
}

.channel-news-box ul li .news-smalltext {
    width: 100%;
    font-size: 14px;
    color: #6d6e6f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px auto;
}

.channel-news-box ul li .channel-news-mx {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    color: #6f7275;
    display: flex;
    justify-content: space-between;
    font-style: normal;
}

.channel-news-box ul li .channel-news-mx a {
    color: #fff;
    padding: 5px 10px;
    background: #ff0000;
    border-radius: 5px;
}

.channel-news-box ul li .channel-news-mx em {
    font-style: normal;
}

/*栏目页-右侧新闻*/
.content-right {
    background: #ffffff;
}

.content-right .about-news {
    padding: 30px;
}

.content-right .about-news .t1 {
    font-size: 18px;
    line-height: 24px;
    color: #383838;
    margin-bottom: 20px;
}

.content-right .about-news .t2 {
    font-size: 15px;
    line-height: 23px;
    color: #5a5959;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*transition: all ease .5s*/
}

.content-right .about-news .t4 {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5
}

/*栏目页-资源悬赏*/
.content-reward-left {
    width: 75%;
    float: left;
}

.channel-reward-box {
}

.channel-reward-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.channel-reward-box ul li {
    width: 100%;
    height: 240px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.channel-reward-box ul li .channel-reward-img {
    width: 320px;
    padding: 15px;
}

.channel-reward-box ul li .channel-reward-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.channel-reward-box ul li .channel-reward-text {
    width: calc(70% - 330px);
    padding: 25px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.channel-reward-box ul li .channel-reward-title {
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.channel-reward-box ul li .channel-reward-title a {
    color: #606367;
}

.channel-reward-box ul li .reward-smalltext {
    width: 100%;
    font-size: 14px;
    color: #6d6e6f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 15px auto;
    line-height: 24px;
}

.channel-reward-box ul li .channel-reward-mx {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    color: #6f7275;
    display: flex;
    justify-content: space-between;
    font-style: normal;
}

.channel-reward-box ul li .channel-reward-mx a {
    color: #fff;
    padding: 5px 10px;
    background: #ff0000;
    border-radius: 5px;
}

.channel-reward-box ul li .channel-reward-mx em {
    font-style: normal;
}

.channel-reward-reply {
    width: 30%;
    border-left: 1px solid #ebebeb;
}

/*栏目页-右侧新闻*/
.content-reward-right {
    width: 23%;
    float: right;
}

.content-reward-right {
    background: #ffffff;
    border-radius: 20px;
}

.content-reward-right .about-reward {
    padding: 30px;
}

.content-reward-right .about-reward .t1 {
    font-size: 18px;
    line-height: 24px;
    color: #383838;
    margin-bottom: 20px;
}

.content-reward-right .about-reward .t2 {
    font-size: 15px;
    line-height: 23px;
    color: #5a5959;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*transition: all ease .5s*/
}

.content-reward-right .about-reward .t3 {
    color: #6d6e6f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    margin: 10px 0 10px 0;
}

.content-reward-right .about-reward .t4 {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5
}


/*------------------详情页-----------------*/
/*面包屑*/
.inside_nav_container {
    width: 100%;
    color: #777;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 16px;
}

.inside_nav_content a {
    color: #777
}

.inside_nav_content {
    display: flex;
}

.inside_nav_content li {
    list-style-type: none;
}

.inside_nav_content a {
    list-style-type: none;
    display: inline-block;
    /*margin-left: 15px;*/
    margin-right: 30px;
    position: relative;
}

.inside_nav_content a:before {
    position: absolute;
    content: '>';
    top: -1px;
    right: -23px;
    color: #ababab;
    font-size: 18px;
}

/*上一篇下一篇*/
.fenye2 {
    width: 100%;
    font-size: 16px;
    color: #636363;
    font-weight: normal;
    margin-top: 30px;
    border-top: 1px solid #c1c1c1;
    padding-top: 20px;
}

.fenye2 h6 {
    width: 100%;
    font-size: 16px;
    color: #636363;
    font-weight: normal;
    margin-bottom: 10px;
}

.fenye2 a {
    color: #666666;
}

/*详情页-公共*/
.editor {
    font-size: 16px;
    line-height: 26px;
    color: #615d5d;
}

.editor img {
    max-width: 900px;
    height: auto;
    margin: 15px auto;
    display: block
}

/*新闻内页*/
.detail-banner {
    margin: 100px auto 30px;
    background: #ffffff;
}

.detail-banner-box {
    height: 220px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.detail-banner-img {
    width: 320px;
    height: 100%;
    margin-right: 30px;
}

.detail-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-banner-text {
    width: -webkit-calc(100% - 825px);
    width: -moz-calc(100% - 825px);
    width: calc(100% - 825px);
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-banner-text .t1 {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
}

.detail-banner-text .box-time {
    width: 100%;
    font-size: 15px;
    color: #666666;
    margin: 0px auto;
    font-weight: normal;
}

.detail-banner-text .box-time i {
    margin: 0 5px;
}

/*.detail-banner-text .t2 { width: 96%; padding: 0 2%; height: 57px; line-height: 57px; font-size: 20px; font-weight: normal; color: #ffffff; background: url("../images/detail-banner-gg.png") no-repeat; background-size: 100%; display: flex; justify-content: space-between; align-items: center;}*/
.detail-banner-text .t2 {
    width: 96%;
    padding: 0 2%;
    height: 65px;
    font-size: 20px;
    font-weight: normal;
    color: #585858;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-banner-text .t2-text {
    font-size: 15px;
}

.detail-banner-text .t2-text b {
    font-size: 18px;
    font-weight: normal;
}

.detail-banner-text .t2-vip {
    font-size: 12px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ff0000;
    cursor: pointer;
    background: #ffffff;
}

.detail-banner-text .t2-vip a {
    color: #ff0000;
    display: flex;
    align-items: center
}

.detail-banner-text .t2-icon-vip {
    background: url("../images/icon-vip01.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    display: inline-block;
}

.detail-banner-text .t3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.detail-banner-text .t3 .t3-left {
    width: 160px;
    display: flex;
}

.detail-banner-text .t3 .t3-left img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.detail-banner-text .t3 .t3-left div {
    cursor: pointer;
}

.detail-banner-text .t3 .t3-left .t3-left-jb {
    padding: 3px 10px;
    border-radius: 4px;
    color: #ff5473 !important;
    margin-right: 10px !important;
    font-size: 12px;
    background: rgba(255, 84, 115, .1);
    display: flex;
    align-items: center;
    height: 28px;
    /*-webkit-box-shadow: 0 2px 6px 0 rgb(255 84 115 / 25%);*/
    /*box-shadow: 0 2px 6px 0 rgb(255 84 115 / 25%);*/
}

.detail-banner-text .t3 .t3-left .t3-left-sc {
    padding: 3px 10px;
    border-radius: 4px;
    color: #0084ff !important;
    background: rgba(0, 132, 255, .1);
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 28px;
    /*-webkit-box-shadow: 0 2px 6px 0 rgb(0 132 255 / 25%);*/
    /*box-shadow: 0 2px 6px 0 rgb(0 132 255 / 25%);*/
}

.detail-banner-text .t3 .t3-left .t3-left-sc i {
    margin-left: 5px
}

.detail-banner-text .t3 .t3-right {
    width: 125px;
    display: flex;
    justify-content: space-between;
}

/*内容详情*/
.detail-new-text {
    width: -webkit-calc(100% - 605px) !important;
    width: -moz-calc(100% - 605px) !important;;
    width: calc(100% - 605px) !important;;
}

.detail-new-text .t2 {
    height: 110px;
}

/*素材简介*/
.detail-file {
    width: 380px;
    height: 100%;
    /*margin: 0 15px 0 5px;*/
}

.detail-file-box {
    width: 90%;
    padding: 15px;
}

.detail-file-text {
    /*background: url('../images/icon-5.png') no-repeat center right;*/
    display: flex;
    align-items: center;
    font-size: 15px;
}

.detail-file-text img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.detail-file-text span {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.detail-file-box ul {
    font-size: 15px;
    line-height: 33px;
    color: #666;
    margin-top: 12px;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-file-box ul li {
    border-bottom: 1px dashed #ececec;
    color: #676464;
    display: flex;
    align-items: center
}

.detail-file-box ul li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.detail-file-box ul li:last-child {
    border: none;
}

.detail-file-box ul li span {
    color: #9e9494;
}

.user-info {
    height: 100%;
    margin: 0 5px;
}

.user-info-msg {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0 15px 0;
}

.user-info-msg-img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.user-info-msg-img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user-info-msg-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-info-msg-name a {
    font-size: 16px;
    color: #565656;
    margin-bottom: 3px;
}

.user-info-msg-name small {
    font-size: 14px;
    color: #929292;
}

.user-info-vip {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 2px;
}

.user-info-vip-box {
    width: 100%;
    height: 58px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-info-vip-box .num {
    color: #0acf97;
}

.user-info-vip-box .num-text {
    color: #8492a6;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5px;
}

.user-info-vip-box .num-text img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.home-btn {
    width: 100% !important;
}

.user-info-login {
    display: flex;
    justify-content: center
}

.user-info-login div {
    width: 60px;
    margin: 0 15px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

/*详情*/
.detail-box {
    position: relative;
    z-index: 2;
    display: table
}

.detail-box .leftbox {
    width: 73%;
    float: left;
}

.detail-box .leftbox .detail-content {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    background: #ffffff;
    padding: 3% 4%;
}

.detail-box .leftbox .detail-content .editor img {
}

.detail-box .leftbox .detail-tag {
    border-top: 1px solid #f1f1f1;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 2%;
}

.detail-box .leftbox .detail-tag .t1 {
    font-size: 18px;
    line-height: 24px;
    color: #c3c3c3
}

.detail-box .leftbox .detail-tag .list {
    width: 100%;
    display: table;
    margin-top: 12px
}

.detail-box .leftbox .detail-tag .list li {
    width: 30.3%;
    float: left;
    padding-left: 15px;
    position: relative
}

.detail-box .leftbox .detail-tag .list li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    top: 21px
}

.detail-box .leftbox .detail-tag .list li a {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 46px;
    transition: all ease .5s
}

.detail-box .leftbox .detail-tag .list li:hover a {
    color: #21abd7
}

.detail-box .leftbox .detail-case {
    margin-top: 46px;
    border-top: 1px solid #f1f1f1;
    background: #ffffff;
    padding: 2%;
}

.detail-box .leftbox .detail-case .t1 {
    font-size: 18px;
    line-height: 30px;
    color: #999;
}

.detail-box .leftbox .detail-case .list {
}

.detail-box .leftbox .detail-case .list ul {
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.detail-box .leftbox .detail-case .list li {
    width: 23.5%;
    margin-bottom: 15px;
}

.detail-box .leftbox .detail-case .list li a {
    width: 100%;
    display: block
}

.detail-box .leftbox .detail-case .list li .img {
    width: 100%;
    height: 180px;
}

.detail-box .leftbox .detail-case .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-box .leftbox .detail-case .list li:hover .img img {
}

.detail-box .leftbox .detail-case .list li .t2 {
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #797676;
    padding: 0 15px;
    margin: 15px 0 5px 0;
    transition: all ease .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.detail-box .leftbox .detail-case .list li .t4 {
    font-size: 14px;
    color: #666666;
    padding: 10px 15px 0 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
}

.detail-box .leftbox .detail-case .list li:hover .t2 {
    color: #21abd7
}

.detail-box .rightbox {
    width: 21%;
    float: right;
    background: #ffffff;
    padding: 2%;
}

.detail-box .rightbox .img {
    width: 100%
}

.detail-box .rightbox .about-news {
    width: 100%;
}

.detail-box .rightbox .about-news .t1 {
    font-size: 18px;
    line-height: 24px;
    color: #c3c3c3
}

.detail-box .rightbox .about-news .list {
    width: 100%;
    margin-top: 7px
}

.detail-box .rightbox .about-news .list li {
    width: 92%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.detail-box .rightbox .about-news .list li:last-child {
    border-bottom: none
}

.detail-box .rightbox .about-news .list li a {
    width: 100%;
    display: block
}

.detail-box .rightbox .about-news .list li .t2 {
    font-size: 16px;
    line-height: 50px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all ease .5s
}

.detail-box .rightbox .about-news .list li:hover .t2 {
    color: #21abd7
}

.detail-box .rightbox .about-news .list li .t3 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.detail-box .rightbox .about-news .list li .t4 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1660px) {
    .ny-banner .boxs {
        margin: 0 30px
    }

    .ny-banner .nb-menu {
        padding-left: 30px
    }
}

@media (max-width: 1400px) {
}

@media (max-width: 1370px) {
    .ny-banner {
        height: 400px
    }

    .ny-banner .boxs.n1 {
        padding-top: 193px
    }
}

@media (max-width: 1200px) {
    .ny-banner .boxs.n2 .box .t2 {
        padding: 10px;
        line-height: 30px
    }

    .detail-box .leftbox {
        width: 70%
    }

    .detail-box .leftbox .detail-tag .list li a {
        font-size: 14px
    }
}

@media (max-width: 900px) {
    .ny-banner .boxs.n1 .t1 {
        font-size: 24px
    }

    .ny-banner .nb-menu {
        height: 50px
    }

    .ny-banner .boxs .breadcrumbs {
        line-height: 50px;
        left: 0
    }

    .ny-banner .boxs.n2 .box {
        padding-bottom: 50px
    }

    .ny-banner .boxs.n2 .box .t1 {
        font-size: 24px
    }

    .ny-banner .boxs.n2 .box .t2 {
        padding: 10px 0
    }

    .detail-box .leftbox {
        width: 100%
    }

    .detail-box .rightbox {
        display: none
    }
}

@media (max-width: 767px) {
    .ny-banner .boxs.n1 .t1 {
        font-size: 20px
    }

    .ny-banner .boxs.n1 .t2 {
        font-size: 14px;
        line-height: 20px
    }

    .ny-banner .boxs .breadcrumbs {
        font-size: 12px;
        left: 0
    }

    .ny-banner .boxs.n2 .box .t2 {
        margin-top: 0;
        line-height: 20px
    }

    .detail-box {
        padding: 24px 10px 24px;
        margin: -60px auto 40px
    }

    .detail-box .leftbox .detail-tag {
        margin-top: 25px;
        padding-top: 25px
    }

    .detail-box .leftbox .detail-tag .t1 {
        font-size: 16px
    }

    .detail-box .leftbox .detail-tag .list li {
        width: 50%
    }

    .detail-box .leftbox .detail-tag .list li:after {
        top: 15px
    }

    .detail-box .leftbox .detail-tag .list li a {
        font-size: 12px;
        line-height: 30px
    }

    .detail-box .leftbox .detail-case {
        margin-top: 25px
    }

    .detail-box .leftbox .detail-case .t1 {
        font-size: 16px;
        margin-top: 20px
    }

    .detail-box .leftbox .detail-case .list {
        margin-top: 15px
    }

    .detail-box .leftbox .detail-case .list li {
        width: 100%;
        margin-right: 0
    }
}

/*详情页-举报*/
.popup-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    background: #414346c2;
    display: none
}

.popup-box {
    width: 560px;
    position: fixed;
    margin-left: -280px;
    left: 50%;
    top: 200px;
    z-index: 9999;
    background: #ffffff;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 20px 1px #8c8883;
    box-shadow: 0px 0px 20px 1px #8c8883;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-bt {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.popup-bt h4 {
    color: #6c757d;
    display: flex;
    justify-content: space-between
}

.popup-bt .close {
    float: right;
    font-size: 1.3125rem;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.popup-body {
    padding: 1em;
}

.popup-body h5 {
    color: #6c757d;
    font-size: 16px;
    font-weight: normal;
}

.login-tips {
    padding: 15px 0 0px 0;
    font-size: 14px;
    color: #6c757d;
}

.login-tips a {
    color: #f00;
}

.popup-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

/* 详情页-发帖弹窗 */
.invitation-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    background: #414346c2;
    align-items: center;
    justify-content: center;
    display: none
}

.invitation-box {
    width: 650px;
    position: absolute;
    /*margin-left: -325px;*/
    /*left: 50%;*/
    /*top: 200px;*/
    z-index: 9999;
    background: #ffffff;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 20px 1px #8c8883;
    box-shadow: 0px 0px 20px 1px #8c8883;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invitation-bt {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.invitation-bt h4 {
    color: #6c757d;
    display: flex;
    justify-content: space-between
}

.invitation-bt .close {
    float: right;
    font-size: 1.3125rem;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.invitation-body {
    padding: 1em;
}

.invitation-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

/*内容布局*/
.invitation-body {
    color: #2b2b2b;
    padding: 15px 30px;
}

.content-title {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
}

.invitation-form-box {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.invitation-reply-time {
    font-size: 14px;
    color: #0ACF97;
}

.invitation-form-title {
    font-size: 14px;
    width: 90px;
    display: flex;
    align-items: center;
}

.invitation-form-title p {
    font-size: 14px;
    color: #f03a58;
}

.invitation-form-input {
    width: 100%;
}

.invitation-form-input input {
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    width: 92%;
    padding: 10px 3%;
}

.invitation-form-input textarea {
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    width: 92%;
    padding: 10px 3%;
    height: 80px;
    font-family: "Microsoft Yahei";
}

.invitation-type-box {
    display: flex;
    height: 32px;
}

.invitation-type-box .invitation-type {
    width: 46%;
    display: flex;
    align-items: center;
}

.invitation-type-box .invitation-type input {
    width: 30px;
    display: flex;
}

.invitation-type-box .invitation-type label {
    /*width: 46%;*/
    display: flex;
    cursor: pointer;
}

.invitation-tips {
    font-size: 12px;
    color: #6d6e6f;
    line-height: 20px;
}

/*详情页-下载验证*/
.download-yzm {
    margin-bottom: 15px;
}

.verify-wrap {
    height: 40px;
    line-height: 40px;
}

.verify-wrap .drag-progress {
    height: 40px;
    line-height: 40px;
}

.verify-wrap .drag-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.verify-wrap .fix-tips, .verify-msg {
    height: 40px;
    line-height: 40px;
}

/* 资源悬赏  */
.channel-reward-reply {
    background: #f7f8fa;
}

.channel-reward-reply-box {
    height: 190px;
    margin: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.channel-reward-reply-box .reward-reply-list {
    margin-bottom: 5px;
    display: flex;
}

.channel-reward-reply-box .reward-reply-list p {
    font-size: 14px;
    color: #6d6e6f;
    width: 70px;
}

.channel-reward-reply-box .reward-reply-list .reward-title-text {
    width: calc(100% - 70px);
    font-size: 14px;
    color: #6d6e6f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
}

.channel-reward-reply-box .reward-title .reward-title-text {
    width: calc(100% - 70px);
    font-size: 14px;
    color: #6d6e6f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 20px;
}

.channel-reward-reply-box .reward-shangjin-box {
    display: flex;
    justify-content: space-between;
}

.channel-reward-reply-box .reward-shangjin {
    width: 50%;
}

.channel-reward-reply-box .reward-tougao {
    width: 50%;
}

.channel-reward-reply-box .reward-btn-box {
    display: flex;
    justify-content: end;
}

.channel-reward-reply-box .reward-btn-box-tougao {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #727CF5;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.channel-reward-reply-box .reward-btn-box-tougao-end {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #a0a1a9;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.channel-reward-reply-box .reward-btn-box-xiangqing {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0ACF97;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

/*详情页-下载box*/
.fileBoxWait {
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #8e8e8e;
}

.fileBoxWait img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.fileBoxError {
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #8e8e8e;
}

.fileBoxError img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
}

.downloadText {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.downloadText span {
    width: 130px;
    color: #6c757d;
}

.downloadText input {
}

.downloadText button {
    width: 80px;
    height: 40px;
}

.downloadTextTips {
    font-size: 14px;
    color: #928e8e;
}

/* --------------------------------详情页-发帖弹窗-------------------------------- */
.invitationReply-bg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    background: #414346c2;
    align-items: center;
    justify-content: center;
    display: none;
}

.invitationReply-box {
    width: 650px;
    position: absolute;
    /*margin-left: -325px;*/
    /*left: 50%;*/
    /*top: 200px;*/
    z-index: 9999;
    background: #ffffff;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 20px 1px #8c8883;
    box-shadow: 0px 0px 20px 1px #8c8883;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.invitationReply-bt {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.invitationReply-bt h4 {
    color: #6c757d;
    display: flex;
    justify-content: space-between
}

.invitationReply-bt .close {
    float: right;
    font-size: 1.3125rem;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}

.invitationReply-body {
    padding: 1em;
}

.invitationReply-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

/*内容布局*/
.invitationReply-body {
    color: #2b2b2b;
    padding: 15px 30px;
}

.content-title {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
}

.invitationReply-form-box {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.invitationReply-form-title {
    font-size: 14px;
    width: 90px;
    display: flex;
    align-items: center;
}

.invitationReply-form-title p {
    font-size: 14px;
    color: #f03a58;
}

.invitationReply-form-input {
    width: 100%;
}

.invitationReply-form-input input {
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    width: 92%;
    padding: 10px 3%;
}

.invitationReply-form-input textarea {
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    width: 92%;
    padding: 10px 3%;
    height: 80px;
    font-family: "Microsoft Yahei";
}

.invitationReply-type-box {
    display: flex;
    /*height: 32px;*/
    flex-wrap: wrap;
}

.invitationReply-type-box .invitationReply-type {
    width: 33%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.invitationReply-type-box .invitationReply-type input {
    width: 30px;
    display: flex;
}

.invitationReply-type-box .invitationReply-type label {
    /*width: 46%;*/
    display: flex;
    cursor: pointer;
    font-size: 14px;
}

.invitationReply-tips {
    font-size: 12px;
    color: #6d6e6f;
    line-height: 20px;
}

/*------------------------------发帖，回帖列表-----------------------------------*/
.reward-list-more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F1F1F1;
    color: #2b2b2b;
    font-size: 15px;
    cursor: pointer;
    display: none;
}

.reward-list-box {

}

.reward-list-box .rewardList {

}

.reward-list-box .rewardList .rewardList-li {
    width: 94%;
    background: #f5f5f5;
    padding: 20px 3%;
    margin: 20px 0;
    font-size: 14px;
    color: #585858;
}

.reward-list-box .rewardList .reward-user-title {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.reward-list-box .rewardList .reward-user-title .reward-user-title-left {
}

.reward-list-box .rewardList .reward-user-title .reward-user-title-right {
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0ACF97;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}

.reward-list-box .reward-reply-list-box {
    padding: 15px;
    background: #ffffff;
    margin: 15px 0px 15px 15px;
}

.reward-list-box .reward-reply-list-box .reward-reply-list-flex {
    display: flex;
    justify-content: space-between;
}

.reward-reply-list-btn-box {
    width: 100%;
    display: flex;
    justify-content: right;
}

.reward-reply-list-btn-box .reward-reply-list-btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E5F2FF;
    color: #0084ff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

.reward-reply-list-btn-box .reward-reply-list-btn.showTypeFalse {
    background: #f1f1f1;
    color: #837f7f;
}

.nvitationReply-down-type {
    font-size: 14px;
    color: #2b2b2b;
}

/*-----------------------------单页-独立文章-----------------------------------*/
.article {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.article-left {
    width: 300px;
    background: #ffffff;
}

.article-left li {
    position: relative;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
}

.article-left li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-left: 20px;
}

.article-left li.active {
    background-color: #f9f9f9;
}

.article-left li.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 30px;
    background-color: #ff0000;
}

.article-right {
    width: -webkit-calc(100% - 330px);
     width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
    background: #ffffff;
    font-size: 16px;
    line-height: 32px;
    color: #545252
}

/* 下载 - 发帖求资源 */


/*单页-留言*/
.single-message .sugg-top-url {
    width: 100%;
    height: 796px;
    background: url(../images/suggest.jpg)
}

.single-message .container {
    width: 900px
}

.single-message .h2-title {
    padding: 97px 0 30px;
    font-size: 36px;
    font-weight: 700;
    color: #ffd200;
    line-height: 100%;
    text-align: center;
    text-stroke: 1px #191504;
    -o-text-stroke: 1px #191504;
    -ms-text-stroke: 1px #191504;
    -moz-text-stroke: 1px #191504;
    -webkit-text-stroke: 1px #191504;
    text-shadow: 1px 4px 0 #d6d2ce
}

.single-message .h2-title i {
    position: relative;
    display: inline-block;
    top: -6px;
    width: 9px;
    height: 9px
}

.single-message .h2-title i, .single-message .h2-title i:after {
    background: #ffd200;
    border: 1px solid #191605;
    border-radius: 50%
}

.single-message .h2-title i:after {
    content: "";
    position: absolute;
    top: 2px;
    width: 5px;
    height: 5px
}

.single-message .feeb-lab {
    margin-bottom: 20px;
}

.single-message .feeb-lab label {
    background: #f6f6f6;
    margin-right: 10px;
}

.single-message .feeb-lab input:checked + label {
    background: #ffffff
}

.single-message .feeb-lab .lab-list {
    position: relative;
    display: inline-block;
    width: 96px;
    margin-right: 10px;
    height: 28px;
    cursor: pointer;
    font-size: 16px;
    color: #9a9a9a;
    line-height: 28px;
    text-align: center;
    background: rgba(255, 255, 247, .85);
    border: 1px solid #fffff7;
    border-radius: 5px
}

.single-message .feeb-lab .active {
    border: 1px solid #ffd200
}

.single-message .feeb-lab .active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 18px;
    background: url(../images/feeback.png)
}

.single-message .icon-left {
    left: -6px
}

.single-message .icon-left:after {
    left: -15px
}

.single-message .icon-right {
    right: -6px
}

.single-message .icon-right:after {
    right: -15px
}

.single-message .suggest-tarea {
    height: 110px;
    padding: 20px;
    margin-bottom: 15px
}

.single-message .sugg-inp, .single-message .suggest-tarea {
    width: 860px;
    font-size: 16px;
    color: #9a9a9a;
    background: #fff;
    opacity: .85;
    border-radius: 4px
}

.single-message .sugg-inp {
    height: 50px;
    padding: 0 20px;
    margin-bottom: 35px
}

.single-message .but-sub {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #343434;
    text-align: center;
    background: #ffd200;
    border-radius: 4px;
    cursor: pointer;
}

.single-message .sugg-bot-common {
    margin-top: -313px
}

.single-message .sugg-bot-common .h2-title {
    padding-bottom: 35px
}

.single-message .user-sug-list {
    margin-bottom: 30px;
    font-size: 0
}

.single-message .user-sug-list .div-link {
    display: inline-block;
    vertical-align: top
}

.single-message .user-sug-list .img-user {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    border-radius: 50%
}

.single-message .user-sug-list .text-link {
    position: relative;
    width: 708px;
    font-size: 16px;
    color: #666;
    background: rgba(255, 255, 247, .54);
    border: 1px solid #ffd200;
    border-radius: 10px
}

.single-message .user-sug-list .text-link:after {
    position: absolute;
    content: "";
    padding: 11px;
    top: 35px;
    background: #fffff7;
    border: solid #ffd200;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.single-message .user-sug-list p {
    line-height: 26px
}

.single-message .user-sug-list .div-text-reply {
    margin-top: 4px;
    font-size: 14px;
    color: #999
}

.single-message .user-sug-list .name-text {
    margin-bottom: 24px;
    color: #343434;
    line-height: 100%
}

.single-message .user-sug-list .name-text span {
    float: right;
    font-size: 14px;
    color: #9a9a9a
}

.single-message .sugg-com-list {
    margin-top: 35px
}

.single-message .left-list {
    padding-right: 76px
}

.single-message .left-list .img-link {
    margin-right: 26px
}

.single-message .left-list .text-link {
    padding: 21px 16px 23px 22px
}

.single-message .left-list .text-link:after {
    left: -12px;
    border-width: 0 0 1px 1px
}

.single-message .left-right {
    padding-left: 76px
}

.single-message .left-right .img-link {
    margin-left: 26px
}

.single-message .left-right .text-link {
    padding: 21px 22px 23px 16px
}

.single-message .left-right .text-link:after {
    right: -12px;
    top: 35px;
    border-width: 1px 1px 0 0
}

.single-message .left-right .name-text {
    text-align: right
}

.single-message .left-right .name-text span {
    float: left
}

/*支付相关-二维码*/
#wxPayQrCode {
}

#aliPayQrCode {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#aliPayQrCode img {
    width: 100%
}

/*积分充值-弹出页面*/
.pop_bd .diamond_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pop_bd .item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 120px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 12px;
}

.pop_bd .item .top {
    height: 78px;
    line-height: 65px
}

.pop_bd .name.padding_top {
    padding-top: 9px
}

.pop_bd .name {
    font-weight: 700;
    color: #9d68fe
}

.pop_bd .price {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 14px
}

.pop_bd .price:before {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    content: "";
    height: 1px;
    background-color: #e5e5e5
}

.pop_bd .item {
    cursor: pointer;
}

.pop_bd .item.active {
    border: 2px solid #8e65ec;
    background-color: rgba(142, 101, 236, .1)
}

.pop_bd .label {
    position: absolute;
    right: -1px;
    top: -11px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    padding: 0 8px;
    color: #fff;
    border-radius: 0 6px 0 6px;
    background-color: #f4453c
}

.pop_bd .input-wrapper {
    height: 78px;
    line-height: 78px;
    text-align: center
}

.pop_bd .ipx {
    padding: 30px 0;
    text-align: center;
    color: #9d68fe;
    font-weight: 700;
    background: 0 0;
    border: none;
    display: inline-block;
    width: auto;
    outline: none
}

.input-item.active .price {
    color: #ff5c38 !important;
}

/*.pop_bd .item:last-of-type .price{color:#999}*/
.pop_bd .item.red .price {
    color: #ff5c38
}

.payment-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(49, 49, 49, .5) none repeat scroll 0 0 !important;
    background: #333;
    z-index: 9999
}

.payment-box {
    width: 800px;
    height: 620px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 0 20px 30px;
    text-align: center;
    background-color: #fff !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 8px 0 hsl(0deg 0% 55% / 30%);
    box-shadow: 0 0 8px 0 hsl(0deg 0% 55% / 30%);
}

.payment-box .title {
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-align: left
}

.payment-box .title p {
    display: inline-block;
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    color: #222;
}

.payment-box .title images {
    width: 16px;
    height: 16px;
    top: 22px;
    right: 22px;
    position: absolute;
    cursor: pointer
}

.payment-box .payment-content {
    width: 300px;
    margin-left: 200px;
    margin-top: 40px;
}

.payment-box .payment-content .use-tip {
    font-size: 14px;
    color: #616161;
    margin: 0px -50px 20px;
    display: block;
}

.payment-box .payment-content .use-tip p {
    display: inline-block;
    font-size: 18px;
    color: #f03a58;
}

.payment-box .payment-content .qr-box {
    padding: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 24px
}

.payment-box .payment-content .qr-box .qr-code {
    width: 260px;
    height: 260px;
    background: url("https://oss.juyoubuluo.com/static/common/base/images/login.gif") no-repeat center center;
    background-size: 400px;
}

.payment-box .payment-content .qr-box .qr-code images {
    display: block;
    height: 100%;
    width: 100%
}

.payment-box .payment-content .qr-box p {
    margin-top: 10px;
    font-size: 14px;
    color: #222
}

.payment-box .payment-content .qr-box p span {
    color: #f03a58
}

.payment-box .payment-content .qr-box .images-tip {
    width: 170px;
    height: 152px;
    position: absolute;
    top: 0;
    right: -180px
}

.payment-box .payment-content .btns a {
    width: 140px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    float: right;
    line-height: 50px;
    cursor: pointer
}

.payment-box .payment-content .btns a.success {
    float: left;
    background-color: #f03a58;
    color: #fff;
    border-color: #f03a58
}

.weixin-saoma images {
    width: 258px;
    height: 258px;
    float: left;
    margin-top: 73px;
    margin-left: 1px
}

.weixin-saoma a {
    float: left;
    width: 120px;
    line-height: 35px;
    margin-top: 60px;
    text-align: center;
    font-size: 14px
}

.weixin-saoma a:hover {
    text-decoration: none
}

.weixin-saoma a.a {
    background-color: #5da42a;
    color: #fff
}

.weixin-saoma a.b {
    background-color: #f7f7f7;
    color: #666;
    margin-left: 10px
}

.payment-box .title img {
    width: 16px;
    height: 16px;
    top: 22px;
    right: 22px;
    position: absolute;
    cursor: pointer;
}

.payment-box .payment-content .qr-box .img-tip {
    width: 170px;
    height: 152px;
    position: absolute;
    top: 60px;
    right: -180px;
}

.fix-service {
    text-align: center;
}

/* 右侧-悬浮导航 */
/* 侧边 s */
/*.rightKefu-wrap{position: fixed;bottom: 10px;right: 10px;z-index: 10;}*/
.rightKefu-wrap {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 10;
}

/* 主要 */
.rightKefu-box {
    width: 50px;
    background: #F4F5F8;
    border-radius: 4px;
    padding-top: 2px;
}

.rightKefu-item {
    position: relative;
    width: 100%;
    height: 56px;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.rightKefu-item-inner {
    text-align: center;
    font-size: 14px;
    color: #AFB3C3;
    position: relative;
}

.rightKefu-item:hover .rightKefu-item-inner {
    color: #2093FF;
}

.rightKefu-item:hover .rightKefu-item-inner a {
    color: #2093FF;
}

.rightKefu-item-icon {
    height: 20px;
    line-height: 20px;
}

.rightKefu-item-icon i {
    font-size: 20px;
}

.rightKefu-item-name {
    line-height: 16px;
}

.rightKefu-box a {
    color: #AFB3C3;
}

.rightKefu-item-line {
    width: 10px;
    height: 4px;
    margin: 0 auto;
    background: #E4E6EE;
    border-radius: 3px;
}

.rightKefu-float {
    position: absolute;
    top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(15, 37, 74, 0.13);
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, top .2s;
}

.rightKefu-item-inner::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: 20px;
    height: 56px;
    display: none;
}

.rightKefu-item:hover .rightKefu-item-inner::before {
    display: block;
}

.rightKefu-item:hover .rightKefu-float {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/* 客服 */
.rightKefu-service {
    position: static;
}

.rightKefu-service .rightKefu-float {
    left: -280px;
    width: 270px;
    padding: 0px 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(15, 37, 74, 0.13);
    border-radius: 10px;
}

.rightKefu-service:hover .rightKefu-float {
    top: auto;
    bottom: 0;
}

.rightKefu-service .rightKefu-float-item {
    padding: 15px 0 20px;
    border-bottom: 1px dashed #DDDDDD;
    width: 100%;
    float: left;
}

.rightKefu-service .rightKefu-float-item-name {
    font-size: 14px;
    color: #2B2D35;
    line-height: 20px;
}

.rightKefu-service .rightKefu-float-item-time {
    font-size: 12px;
    color: #868A9D;
    line-height: 17px;
    margin-top: 10px;
}

.rightKefu-service .rightKefu-float-item-btn {
    margin-top: 10px;
}

.rightKefu-service .rightKefu-float-item-btn span {
    height: 22px;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    margin: 3px auto
}

.rightKefu-service .rightKefu-float-item-btn span.service-btn1 {
    background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    color: #FFFFFF;
    margin-right: 10px;
}

.rightKefu-service .rightKefu-float-item-btn span.service-btn1:hover {
    background: linear-gradient(225deg, #2BB9FF 0%, #219FF6 50%, #6580FF 100%);
}

.rightKefu-service .rightKefu-float-item-btn span.service-btn2 {
    background: linear-gradient(270deg, #F0F3FF 0%, #E8F5FF 50%, #EDF9FF 100%);
    color: #39AEFF;
}

.rightKefu-service .rightKefu-float-item-btn span.service-btn2:hover {
    background: linear-gradient(270deg, #DFE6FF 0%, #DBEFFF 50%, #DCF3FF 100%);
}

.rightKefu-service .rightKefu-float-item-tel {
    font-size: 16px;
    font-weight: 600;
    color: #39AEFF;
    line-height: 22px;
    margin-top: 8px;
}

.rightKefu-service .rightKefu-float-item2 .rightKefu-float-item-time {
    margin-top: 2px;
}

.rightKefu-service .rightKefu-float-item-desc {
    font-size: 12px;
    color: #868A9D;
    line-height: 17px;
    margin-top: 10px;
}

.rightKefu-service .rightKefu-float-item-img {
    width: 62px;
    height: 62px;
}

.rightKefu-service .rightKefu-float-item-img:first-child {
    margin-right: 5px;
}

.rightKefu-service .rightKefu-float-tips {
    font-size: 12px;
    color: #868A9D;
    line-height: 17px;
    margin-top: 14px;
    width: 100%;
    float: left;
}

/* 签到 */
.rightKefu-sign .rightKefu-float {
    left: -298px;
    width: 288px;
    padding: 16px 30px 11px;
}

.rightKefu-sign .rightKefu-float-item {
    position: relative;
    float: left;
    width: 56px;
    margin-right: 30px;
    cursor: pointer;
}

.rightKefu-sign .rightKefu-float-item:last-child {
    margin-right: 0px;
}

.rightKefu-sign .rightKefu-float-item-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
    line-height: 50px;
}

.rightKefu-sign .rightKefu-float-item1 .rightKefu-float-item-icon {
    background: linear-gradient(225deg, #00A7DB 0%, #6FDFF5 100%);
}

.rightKefu-sign .rightKefu-float-item2 .rightKefu-float-item-icon {
    background: linear-gradient(225deg, #FFAF52 0%, #FFD041 100%);
}

.rightKefu-sign .rightKefu-float-item3 .rightKefu-float-item-icon {
    background: linear-gradient(225deg, #FF5961 0%, #FF856C 100%);
}

.rightKefu-sign .rightKefu-float-item-icon i {
    font-size: 30px;
    color: #FFFFFF;
    transition: .2s;
    display: inline-block;
}

.rightKefu-sign .rightKefu-float-item-name {
    font-size: 14px;
    color: #868A9D;
    line-height: 20px;
    margin-top: 3px;
    text-align: center;
    transition: .2s;
}

.rightKefu-sign .rightKefu-float-item:hover .rightKefu-float-item-icon i {
    transform: rotate(-15deg);
}

.rightKefu-sign .rightKefu-float-item1:hover .rightKefu-float-item-name {
    color: #17B3E0;
}

.rightKefu-sign .rightKefu-float-item2:hover .rightKefu-float-item-name {
    color: #F09D26;
}

.rightKefu-sign .rightKefu-float-item3:hover .rightKefu-float-item-name {
    color: #EF3E3F;
}

.rightKefu-sign .rightKefu-float-item-tips {
    position: absolute;
    top: -6px;
    right: -20px;
    width: 34px;
    height: 17px;
    background: linear-gradient(215deg, #FF4A29 0%, #FF7A5F 100%);
    border-radius: 8px 9px 9px 0px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 17px;
}

/* 福利 */
.rightKefu-welfare {
    position: static;
}

.rightKefu-welfare .rightKefu-float {
    left: -396px;
    width: 386px;
    padding: 20px;
    min-height: 100px;
}

.rightKefu-welfare:hover .rightKefu-float {
    top: auto;
    bottom: 0;
}

.rightKefu-welfare .rightKefu-float-item {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.rightKefu-welfare .rightKefu-float-item:last-child {
    margin-bottom: 0px;
}

.rightKefu-welfare .rightKefu-float-item img {
    width: 100%;
    height: 100%;
}

.rightKefu-welfare-single {
    position: relative;
}

.rightKefu-welfare-single:hover .rightKefu-float {
    top: 0px;
    bottom: auto;
}

/* 社群 */
.rightKefu-group .rightKefu-float {
    left: -310px;
    width: 300px;
    font-size: 0;
    padding: 14px 0 10px;
    text-align: center;
}

.rightKefu-group .rightKefu-float-item {
    display: inline-block;
    margin: 0 10px;
}

.rightKefu-group .rightKefu-float-img {
    width: 130px;
    height: 130px;
}

.rightKefu-group .rightKefu-float-img img {
    width: 130px;
    height: 130px;
}

.rightKefu-group .rightKefu-float-img1 {
    background-position: 0 0;
}

.rightKefu-group .rightKefu-float-img2 {
    background-position: -100px 0;
}

.rightKefu-group .rightKefu-float-img3 {
    background-position: -200px 0;
}

.rightKefu-group .rightKefu-float-item p {
    font-size: 12px;
    color: #868A9D;
    line-height: 17px;
}

.rightKefu-group .rightKefu-float-item .font-color {
    color: #39AEFF;
}

.rightKefu-group .rightKefu-float-desc1 {
    margin-top: 10px;
}

/* 反馈 */
.rightKefu-feedback:hover .rightKefu-item-inner::before {
    display: none;
}

/* 返回顶部 */
.rightKefu-top {
    height: 48px;
    padding-top: 0;
}

.rightKefu-top .rightKefu-item-icon {
    height: 100%;
    line-height: 48px;
}

.rightKefu-top:hover .rightKefu-item-inner::before {
    display: none;
}

/* 侧边 e */

/* 弹窗 s */
/* 弹窗-反馈 */
.stPublic-win .feedback-cont {
    width: 534px;
    height: 398px;
    background: linear-gradient(180deg, #EFF7FF 0%, #FFFFFF 30%);
    box-shadow: 0px 6px 30px 0px rgba(34, 87, 179, 0.2);
    margin: -199px 0 0 -267px;
    padding-top: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.stPublic-win .feedback-cont .tit-top {
    text-align: center;
    border-bottom: none;
    height: 22px;
}

.stPublic-win .feedback-cont .tit-top h3 {
    position: relative;
    display: inline-block;
    line-height: 22px;
    font-weight: 400;
    color: #2B2D35;
}

.stPublic-win .feedback-cont .tit-top h3 .tit-top-star-left {
    position: absolute;
    left: -16px;
    bottom: -7px;
    font-size: 12px;
    color: #3D404B;
}

.stPublic-win .feedback-cont .tit-top h3 .tit-top-star-right {
    position: absolute;
    right: -20px;
    top: -8px;
    font-size: 16px;
    color: #3D404B;
}

.stPublic-win .feedback-cont .tit-top .closeBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    font-size: 20px;
    color: #DDDDDD;
    transition: .5s;
}

.stPublic-win .feedback-cont .tit-top .closeBtn:hover {
    transform: rotate(360deg);
}

.stPublic-win .form-mid {
    padding-top: 35px;
}

.stPublic-win .form-mid .from-item {
    position: relative;
    padding-left: 118px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.stPublic-win .form-mid .from-item label {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    font-size: 14px;
    color: #696E81;
    line-height: 40px;
    margin-left: 40px;
    width: auto;
}

.stPublic-win .form-mid .from-item .from-put {
    width: 375px;
    height: 100px;
    background: #F4F5F8;
    border-radius: 6px;
    margin-left: 0;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.stPublic-win .form-mid .from-item textarea.from-put {
    height: 100px;
    padding: 10px;
}

.stPublic-win .form-mid .from-item input.from-put {
    height: 40px;
    line-height: 40px;
}

.stPublic-win .form-mid .form-submit {
    width: 100%;
    padding-left: 0;
}

.stPublic-win .form-mid .form-submit p {
    font-size: 12px;
    color: #FF7E52;
    line-height: 17px;
    text-align: center;
}

.stPublic-win .form-mid .form-submit .subMit-btn {
    width: 290px;
    height: 44px;
    line-height: 44px;
    margin-left: 122px;
    background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    border-radius: 22px;
    margin-top: 10px;
}

.stPublic-win .form-mid .form-submit .subMit-btn:hover {
    background: linear-gradient(225deg, #2BB9FF 0%, #219FF6 50%, #6580FF 100%);
}

/* 弹窗 e */

/* 第三方分页插件 */
#kkpager {
    clear: both;
    color: #999;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
}

#kkpager a {
    float: left;
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
}

#kkpager span.disabled {
    float: left;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
}

#kkpager span.curr {
    float: left;
    border: 1px solid #31ACE2;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #F0FDFF;
    color: #31ACE2;
}

#kkpager a:hover {
    border: 1px solid #31ACE2;
    background-color: #31ACE2;
    color: #fff;
}

#kkpager span.normalsize {
}

#kkpager_gopage_wrap {
    position: relative;
    left: 0px;
    top: 0px;
}

#kkpager_btn_go {
    width: 44px;
    height: 24px;
    border: 0px;
    overflow: hidden;
    line-height: 140%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    background-color: #31ACE2;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: -2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

#kkpager_btn_go_input {
    width: 36px;
    height: 22px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #DFDFDF;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0px;
    top: 0px;
    outline: none;
}

#kkpager_btn_go_input.focus {
    border-color: #31ACE2;
}

#kkpager .pageBtnWrap {
    float: left;
}

#kkpager .infoTextAndGoPageBtnWrap {
    float: right;
}

#kkpager .spanDot {
    float: left;
    margin-right: 5px;
}

#kkpager .currPageNum {
    color: #FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap {
    /*padding-top:5px;*/
}

/*-------------------响应式------------------*/
@media screen and (max-width: 768px) {
    .content {
        width: 96%;
    }
}

@media screen and (max-width: 992px) {
    .content {
        width: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .content {
        width: 1182px;
    }
}

@media screen and (max-width: 1300px) {
    .content {
        width: 1300px;
    }
}

@media screen and (max-width: 1420px) {
    .content {
        width: 90%;
    }
}

@media screen and (max-width: 1700px) {
    .content {
        width: 90%;
    }
}


/*----------------------------------------------会员中心-----------------------------------------------*/


/* 2023年3月9日08:02:47-新增属性*/
/*分页*/
.xl-page-box {
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.xl-page-box .pagination {
    margin: 0 auto
}

.xl-page-box .pagination li {
    cursor: pointer;
}

.xl-page-box .pagination li span {
    position: relative;
    display: block;
    padding: 0.35rem 0.65rem;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
}

.xl-page-box .pagination li a {
    position: relative;
    display: block;
    padding: 0.35rem 0.65rem;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
}

.xl-page-box .pagination li.active span {
    background: #12B7F5;
    color: #ffffff;
}

.xl-page-box .pagination li.disabled {
    cursor: default
}

/*上一篇，下一篇*/
.content-more-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
}

.content-more-box .content-more {
    margin-top: 10px;
}

.content-more-box .content-more a {
    color: #1a1e21;
}

/*表单提交*/
.xl-contact-box {
    background-color: #f7fafd;
    padding: 100px 0;
}

.xl-contact-container {
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 576px) {
    .xl-contact-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .xl-contact-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .xl-contact-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .xl-contact-container {
        max-width: 1140px;
    }
}


@media (min-width: 1300px) {
    .xl-contact-container {
        max-width: 1320px;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .xl-contact-container {
        max-width: 1320px;
    }

}

@media (max-width: 1675px) {
    .search-nav-panel {
        display: none;
    }
}

@media (max-width: 1450px) {

    .search-nav-panel {
        display: none;
    }

    .detail-banner-text {
        width: -webkit-calc(100% - 575px);
        width: -moz-calc(100% - 575px);
        width: calc(100% - 575px);
        margin-right: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*首页-视频*/
    .video-box ul li {
        width: 24%;
        margin-right: 1.333%;
    }

    .video-box ul li:nth-child(6n) {
        margin-right: 1.333%;
    }

    .video-box ul li:nth-child(4n) {
        margin-right: 0;
    }

    /*首页-ppt*/
    .ppt-box ul li {
        width: 24%;
        margin-right: 1.333%;
    }

    .ppt-box ul li:nth-child(6n) {
        margin-right: 1.333%;
    }

    .ppt-box ul li:nth-child(4n) {
        margin-right: 0;
    }

    /*首页-模板*/
    .template-box ul li {
        width: 24%;
        margin-right: 1.333%;
    }

    .template-box ul li:nth-child(6n) {
        margin-right: 1.333%;
    }

    .template-box ul li:nth-child(4n) {
        margin-right: 0;
    }


    /*首页-特效*/
    .texiao-box ul li {
        width: 24%;
        margin-right: 1.333%;
    }

    .texiao-box ul li:nth-child(6n) {
        margin-right: 1.333%;
    }

    .texiao-box ul li:nth-child(4n) {
        margin-right: 0;
    }
    /*首页-word*/
    .word-box ul li {
        width: 24%;
        margin-right: 1.333%;
    }

    .word-box ul li:nth-child(6n) {
        margin-right: 1.333%;
    }

    .word-box ul li:nth-child(4n) {
        margin-right: 0;
    }
}

.xl-contact-title {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -5px;
    position: relative;
    z-index: 1;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.xl-contact-title h2 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1.4;
}

.xl-contact-input-box {
    width: 49%;
    float: left;
    position: relative;
}

.xl-contact-input-box-ml {
    margin-left: 2%;
}

.xl-contact-input-box .xl-contact-input {
    height: 50px;
    border: 0;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.xl-contact-input-box .xl-contact-input:focus {
    outline: none;
    border: 1px solid #dce0e1;
}

.xl-contact-input-box .xl-contact-input-request:after {
    position: absolute;
    content: '*';
    color: #ff0000;
    right: 15px;
    top: 17px;
    width: 8px;
    height: 8px;
    z-index: 10;
}

/*多文本*/
.xl-contact-textarea-box .xl-contact-textarea {
    height: 150px;
    border: 0;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.xl-contact-textarea-box .xl-contact-textarea:focus {
    outline: none;
    border: 1px solid #dce0e1;
}

/*提交按钮*/
.xl-contact-btn {
    display: flex;
    color: #fff;
    background-color: #ff4900;
    padding: 10px 25px;
    font-weight: 500;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    border-radius: 30px;
    margin: 15px auto 0;
}

/*错误提示*/
.xl-contact-errors {
    padding: 4px 8px;
    font-size: 12px;
    color: #f16363;
    opacity: 0;
}

/*渐变背景*/
.jianbianBg {
    background: linear-gradient(
            -45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 300% 300%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.tiaodong {
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 100px;
    }
}