a {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    zoom: 1;
}

.container:before,
.container:after {
    content: "";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 92%;
    }
}

@media (min-width:1620px) {
    .container {
        width: 1700px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    content: "";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    display: flex;
    zoom: 1;
}

/* .row:before,
.row:after {
    content: "";
    display: table;
} */

.row:after {
    clear: both;
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

@media (min-width:768px) {
    .col-sm-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width:992px) {
    .col-md-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width:1620px) {
    .col-xl-12 {
        float: left;
        width: 100%;
    }
}

.col-xs-11,
.col-sm-11,
.col-lg-11,
.col-xl-11 {
    min-height: 1px;
}

.col-md-11 {
    float: right;
    /* width: calc(100vw - 189px); */
}

.barur{
    display: inline-flex;
    align-items: flex-start;
    /* flex-direction: row; */
    align-content: flex-start;
    flex-wrap: wrap;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1 {
    min-height: 1px;
    margin-left: 30px;
    /* margin-right: 40px; */
    float: left;
    /* width: 140px; */
}
.col-md-1 {
    float: left;
    /* width: 1320px; */
    margin-top: 60px;
    margin-left: 50px;
    z-index: 500;
}

.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-10 {
    float: left;
    width: 83.333333333333%;
}

@media (min-width:768px) {
    .col-sm-10 {
        float: left;
        width: 83.333333333333%;
    }
}

@media (min-width:992px) {
    .col-md-10 {
        float: left;
        width: 83.333333333333%;
    }
}

@media (min-width:1200px) {
    .col-lg-10 {
        float: left;
        width: 83.333333333333%;
    }
}

@media (min-width:1620px) {
    .col-xl-10 {
        float: left;
        width: 83.333333333333%;
    }
}

.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

@media (min-width:768px) {
    .col-sm-9 {
        float: left;
        width: 75%;
    }
}

@media (min-width:992px) {
    .col-md-9 {
        float: left;
        width: 75%;
    }
}

@media (min-width:1200px) {
    .col-lg-9 {
        float: left;
        width: 75%;
    }
}

@media (min-width:1620px) {
    .col-xl-9 {
        float: left;
        width: 75%;
    }
}

.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-8 {
    float: left;
    width: 66.666666666667%;
}

@media (min-width:768px) {
    .col-sm-8 {
        float: left;
        width: 66.666666666667%;
    }
}

@media (min-width:992px) {
    .col-md-8 {
        float: left;
        width: 66.666666666667%;
    }
}

@media (min-width:1200px) {
    .col-lg-8 {
        float: left;
        width: 66.666666666667%;
    }
}

@media (min-width:1620px) {
    .col-xl-8 {
        float: left;
        width: 66.666666666667%;
    }
}

.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-7 {
    float: left;
    width: 58.333333333333%;
}

@media (min-width:768px) {
    .col-sm-7 {
        float: left;
        width: 58.333333333333%;
    }
}

@media (min-width:992px) {
    .col-md-7 {
        float: left;
        width: 58.333333333333%;
    }
}

@media (min-width:1200px) {
    .col-lg-7 {
        float: left;
        width: 58.333333333333%;
    }
}

@media (min-width:1620px) {
    .col-xl-7 {
        float: left;
        width: 58.333333333333%;
    }
}

.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

@media (min-width:768px) {
    .col-sm-6 {
        float: left;
        width: 50%;
    }
}

@media (min-width:992px) {
    .col-md-6 {
        float: left;
        width: 50%;
    }
}

@media (min-width:1200px) {
    .col-lg-6 {
        float: left;
        width: 50%;
    }
}

@media (min-width:1620px) {
    .col-xl-6 {
        float: left;
        width: 50%;
    }
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-5 {
    float: left;
    width: 41.666666666667%;
}

@media (min-width:768px) {
    .col-sm-5 {
        float: left;
        width: 41.666666666667%;
    }
}


.container01{
    max-width: 100%;
}

@media (min-width:992px) {
    .col-md-5 {
        float: left;
        width: 41.666666666667%;
    }
}

@media (min-width:1200px) {
    .col-lg-5 {
        float: left;
        width: 41.666666666667%;
    }
}

@media (min-width:1620px) {
    .col-xl-5 {
        float: left;
        width: 41.666666666667%;
    }
}

.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4 {
    min-height: 1px;

}

.col-xs-4 {
    float: left;
    width: 33.333333333333%;
}

@media (min-width:768px) {
    .col-sm-4 {
        float: left;
        width: 33.333333333333%;
    }
}

@media (min-width:992px) {
    .col-md-4 {
        float: left;
        width: 33.333333333333%;
    }
}

@media (min-width:1200px) {
    .col-lg-4 {
        float: left;
        width: 33.333333333333%;
    }
}

@media (min-width:1620px) {
    .col-xl-4 {
        float: left;
        width: 33.333333333333%;
    }
}

.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

@media (min-width:768px) {
    .col-sm-3 {
        float: left;
        width: 25%;
    }
}

@media (min-width:992px) {
    .col-md-3 {
        float: left;
        width: 25%;
    }
}

@media (min-width:1200px) {
    .col-lg-3 {
        float: left;
        width: 25%;
    }
}

@media (min-width:1620px) {
    .col-xl-3 {
        float: left;
        width: 25%;
    }
}

.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2 {
    min-height: 1px;

}

.col-xs-2 {
    float: left;
    width: 16.666666666667%;
}

@media (min-width:768px) {
    .col-sm-2 {
        float: left;
        width: 16.666666666667%;
    }
}

@media (min-width:200px) {
    .col-md-2 {
        float: left;
        width: 246px;
        margin: 10px 8px;
        background: #ffffff;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
        border-radius: 10px;
    }
}

.col-md-2:hover{

    float: left;
    margin: 10px 8px;
    background: #ffffff;
    box-shadow: 0px 12px 24px rgba(41, 43, 53, 0.19);
    border-radius: 10px;
    /* transform: scale(1.01); */
    transition: 0.2s;

}


@media (min-width:1200px) {
    .col-lg-2 {
        float: left;
        width: 16.666666666667%;
    }
}

@media (min-width:1620px) {
    .col-xl-2 {
        float: left;
        width: 16.666666666667%;
    }
}





body,
p,
ul,
ol,
h1,
h2,
h3,
h4 {
    margin: 0;
}

body,
div,
p,
ul,
ol,
header,
footer,
section,
h1,
h2,
h3,
h4 {
    box-sizing: border-box;
}

body {
    font-family: Tahoma, Verdana, "Microsoft Yahei", sans-serif;
}

a {
    text-decoration: none;
    transition: .03s;
}

a:hover {
    transition: .03s;
    text-decoration: none;
}

li {
    list-style: none;
}

.body-website {
    background-color: #fbfbfb;
}

.hidden {
    visibility: hidden !important;
}

.hide {
    display: none !important;
}

.header {
    background: #16d268;
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
    z-index: 10;
}

.header .logo {
    float: left;
    width: 320px;
    position: relative;
}

.header .logo strong {
    width: 288px;
    display: inline-block;
    overflow: hidden;
}

/*.header .logo strong:hover img {*/
/*top:auto;*/
/*bottom:-1px;*/
/*}*/
.header .logo strong a {
    display: block;
    width: 100%;
    padding-bottom: 28.125%;
    position: relative;
    transition: 0;
}

.header .logo strong a:hover {
    transition: 0;
}

.header .logo strong a img {
    width: 181px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
}

.header .arrow {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 1;
    border-radius: 100%;
    transition: .02s;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}

.header .arrow i {
    display: block;
    transform: rotate(90deg);
    transform-origin: center;
    transition: .02s;
}

.header .arrow i:before {
    margin: 0;
}

.header .arrow.hover {
    transition: .02s;
}

.header .arrow.hover i {
    transform: rotate(270deg);
}

.header .arrow.hover+.subnav {
    visibility: visible;
    opacity: 1;
    top: 92%;
    height: 218px;
    transition: .01s;
}

.header .arrow+.subnav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 92%;
    height: 0;
    box-sizing: border-box;
    transition: .01s;
    background-color: #fff;
    list-style: none;
    border-radius: 3%;
    padding: 9px 0px;
    z-index: 2;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.header .arrow+.subnav.show {
    visibility: visible;
    opacity: 1;
    top: 92%;
}

.header .arrow+.subnav::before {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: -5px;
    right: 12px;
}

.header .arrow+.subnav li {
    margin: 0;
    padding: 3px 0;
    line-height: 16px;
}

.header .arrow+.subnav a {
    display: block;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 50px;
    font-weight: normal;
    transition: .01s;
}

.header .arrow+.subnav a:hover {
    background-color: #f7f8fa;
    color: #3295d9;
    transition: .01s;
}

@media (min-width:1620px) {
    .header .arrow i::before {
        left: -1px;
        transform-origin: center 40%;
    }
}

@media (max-width:991px) {
    .header {
        padding-top: 10px;
    }

    .header .logo {
        width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }

    .header .logo strong {
        width: 60%;
        max-width: 280px;
        height: 70px;
    }

    .header .arrow {
        margin-top: -10px;
    }

    .header .arrow .icon-play-circled {
        display: block;
        width: 100%;
        height: 0;
        border-radius: 0;
        border-bottom: 2px solid #fff;
        transform: rotate(0deg);
        transition: .02s;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .header .arrow .icon-play-circled::before,
    .header .arrow .icon-play-circled::after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        background-color: transparent;
        border-bottom: 2px solid #fff;
        position: absolute;
    }

    .header .arrow .icon-play-circled::before {
        top: -8px;
    }

    .header .arrow .icon-play-circled::after {
        bottom: -9px;
    }

    .header .arrow.hover .icon-play-circled {
        transform-origin: center;
        border-bottom-color: transparent;
        transform: rotate(180deg);
        transition: .02s;
    }

    .header .arrow.hover .icon-play-circled::before,
    .header .arrow.hover .icon-play-circled::after {
        top: 0;
    }

    .header .arrow.hover .icon-play-circled::before {
        transform: rotate(45deg);
    }

    .header .arrow.hover .icon-play-circled::after {
        transform: rotate(-45deg);
    }

    .header .arrow i {
        display: none;
    }

    .header .arrow.hover+ul.subnav {
        top: 100%;
        height: auto;
    }

    .header .arrow+ul.subnav {
        height: 90px;
        line-height: 90px;
        width: 100%;
        border-radius: 6px;
        text-align: center;
        padding: 0 10px;
    }

    .header .arrow+ul.subnav li {
        position: relative;
        top: -6px;
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px;
        display: inline-block;
    }

    .header .arrow+ul.subnav li a {
        background-color: #ffc301;
        padding: 16px 0;
        color: #fff;
        text-align: center;
        border-radius: 3px;
    }

    .header .arrow+ul.subnav li a:hover {
        color: #fff;
        background-color: #0062a5;
    }
}

@media (max-width:767px) {
    .header .arrow+ul.subnav {
        line-height: auto;
        padding: 15px 10px 0;
    }

    .header .arrow+ul.subnav li {
        float: left;
        margin-bottom: 10px;
    }
}

.primary-menus {
    margin-left: 320px;
}

.primary-menus ul {
    list-style: none;
    padding: 0;
}

.primary-menus ul li {
    display: inline-block;
    color: #fff;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}

.primary-menus ul li a {
    color: #fff;
}

.primary-menus ul li a:hover {
    color: #3c3c3c;
}

/*.primary-menus ul li:first-child {*/
/*cursor:auto;*/
/*color:#d9efff;*/
/*}*/
/*.primary-menus ul li:first-child:hover {*/
/*color:#d9efff;*/
/*background-color:transparent;*/
/*}*/
.primary-menus ul li:hover {
    background: #fff;
    color: #3c3c3c;
}

.primary-menus ul li:hover a {
    color: #3c3c3c;
}

.primary-menus ul li.current {
    background: #fff;
    color: #3c3c3c;
}

.primary-menus .cont {
    position: relative;
    top: -1px;
}

.primary-menus .right-link {
    position: absolute;
    right: 0;
    top: 0;
}

.primary-menus .right-link a {
    display: inline-block;
    margin-top: 10px;
    padding-left: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.primary-menus .right-link a:hover {
    color: #000000;
}

.primary-menus .left-cont {
    margin-right: 270px;
}

.primary-menus .left-cont .search.hidden {
    display: none;
}

.primary-menus .left-cont form {
    width: 100%;
    position: relative;
}

.primary-menus .left-cont input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 20px;
    height: 42px;
    padding: 11px 100px 11px 26px;
    border-radius: 3px;
    color: #9f9f9f;
    outline: none;
}

.primary-menus .left-cont input:focus {
    color: #3c3c3c;
}

.primary-menus .left-cont button {
    height: 42px;
    box-sizing: border-box;
    width: 100px;
    margin-left: -5px;
    cursor: pointer;
    background-color: #000000;
    color: #fff;
    border: none;
    font-size: 15px;
    line-height: 42px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
}

.primary-menus .left-cont button:hover {
    background-color: #494949;
}

@media (max-width:1199px) {
    .primary-menus ul li {
        padding: 0 12px;
    }
}

@media (max-width:991px) {
    .primary-menus {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    .primary-menus .right-link {
        display: none;
    }

    .primary-menus .left-cont {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .primary-menus ul li {
        padding: 0 5px;
        font-size: 13px;
        height: 28px;
        line-height: 24px;
        margin-right: 6px;
    }

    .primary-menus ul li:first-child {
        display: none;
    }

    .primary-menus .left-cont input {
        height: 34px;
        line-height: 14px;
        font-size: 13px;
        padding: 10px 6em 10px 10px;
        border-radius: 0 3px 3px 3px;
    }

    .primary-menus .left-cont button {
        height: 34px;
        line-height: 34px;
        width: 6em;
        font-size: 12px;
    }
}

.header-bar {
    background: #fff;
    padding: 9px 0;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #e9eef5;
}

.header-bar .bar-left {
    float: left;
}

.header-bar ul {
    padding: 0;
    list-style: none;
}

.header-bar ul li {
    display: inline-block;
    position: relative;
}

.header-bar ul li a {
    color: #3c3c3c;
    text-decoration: none;
    font-size: 14px;
    padding: 0 16px;
}

.header-bar ul li a:hover {
    color: #3c69fc;
    text-decoration: underline;
}

.header-bar ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 0;
    border-left: 1px solid #ccc;
    height: 10px;
}

.header-bar ul li:first-child a {
    padding-left: 0;
}

.header-bar ul li:first-child a::before {
    display: none;
}

.header-bar .bar-right {
    float: right;
}

.header-bar .bar-right span {
    color: #a0a0a0;
}

.header-bar .bar-right a {
    display: inline-block;
    vertical-align: middle;
    color: #3c3c3c;
    font-size: 14px;
}

.header-bar .bar-right a:hover {
    color: #ffc301;
    text-decoration: underline;
}

.header-bar .bar-right a i {
    margin: 0 8px 0 16px;
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    overflow: hidden;
}

.header-bar .bar-right a i img {
    width: 100%;
}

@media (max-width:1199px) {

    .header-bar .bar-right,
    .header-bar .bar-left {
        font-size: 12px;
    }

    .header-bar .bar-right a,
    .header-bar .bar-left a {
        font-size: 12px;
    }
}

@media (max-width:991px) {
    .header-bar .bar-left {
        float: none;
        text-align: center;
        margin-bottom: 24px;
    }

    .header-bar .bar-right {
        float: none;
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .header-bar {
        padding: 0 0 14px;
    }

    .header-bar .bar-left {
        float: none;
        margin-top: 10px;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .header-bar .bar-left a {
        padding: 0 8px;
    }

    .header-bar .bar-left ul li {
        display: none;
    }

    .header-bar .bar-left ul li:nth-child(2),
    .header-bar .bar-left ul li:nth-child(3),
    .header-bar .bar-left ul li:nth-child(4),
    .header-bar .bar-left ul li:nth-child(1) {
        display: inline-block;
    }

    .header-bar .bar-right {
        float: none;
        margin-top: 10px;
        text-align: center;
    }

    .header-bar .bar-right a {
        margin: 0;
    }

    .header-bar .bar-right a i {
        width: 24px;
        height: 24px;
    }
}

.header-recommend {
    padding: 18px 0;
    font-size: 12px;
}

.header-recommend .focus {
    float: right;
    color: #929292;
    margin-left: 18px;
}

.header-recommend .focus a {
    color: #929292;
    padding: 0 4px;
    animation: flash 0.5s;
}

.header-recommend .focus a:hover {
    color: #ffc301;
    text-decoration: underline;
}

.header-recommend .link {
    float: right;
}

.header-recommend .link a {
    color: #f84b44;
}

.header-recommend .link a:hover {
    text-decoration: underline;
}

@media (max-width:991px) {
    .header-recommend {
        padding: 12px 0;
    }

    .header-recommend .container {
        display: none;
    }
}

@media (max-width:1199px) {
    .header-recommend {
        font-size: 12px;
    }

    .header-recommend span,
    .header-recommend a {
        white-space: nowrap;
    }
}

@keyframes flash {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.login form {
    width: 300px;
    margin: 10px auto;
    position: relative;
}

.login h2 {
    text-align: center;
    color: #999;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
}

.login input {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    padding-right: 50px;
    border-radius: 3px;
    color: #9f9f9f;
    outline: none;
}



.content-sidebar {
    font-size: 14px;
    color: #191919;
    left: 50px;
    /* margin-top: 75px; */
    z-index: 500;
}

.content-sidebar.fixed {
    position: fixed;
    /* top: 100px; */
    margin-top: 0;
    z-index: 500;
    height: 90%; /* 或者你想要的任何高度 */
    overflow-y: auto; /* 添加垂直滚动条 */
}

.content-sidebar.fixed dl {
    margin: 0px 0 0;
}

.content-sidebar.absolute {
    position: absolute;
    bottom: 0;
}



.content-sidebar dd {
    margin: 0;
    padding: 1px 0;
    letter-spacing: 0.5px;
    margin-inline-start: 0px;
}

.content-sidebar dd a {
    color: #343434;
    background: transparent;
    width: 120px;
    height: 30px;
    text-align: center;
    display: flex;
    border-radius: 3px;
    /* box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.185); */
    align-items: center;
    justify-content: center;
}

.content-sidebar dd a:hover {
    color: #000000;
    background: #BCFF00;
    width: 120px;
    height: 30px;
    border-radius: 3px;

}

.content-sidebar dd.current a {
    color: #000000;
    background: #BCFF00;
    width: 120px;
    height: 30px;
    text-align: center;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

@media (max-width:1px) {
    .content-sidebar {
        font-size: 12px;
        margin-left: 0;
        padding-right: 0;
    }

    .content-sidebar dt {
        display: none;
    }
}

@media screen and (max-width:1px) {
    .content-sidebar {
        display: none;
    }
}

.content .row {
    position: relative;
    /* padding-bottom: 30px; */
}

.part {
    /* margin-bottom: 24px; */
    border-radius: 10px;
    padding-top: 60px;
    margin-top:-46px;
}

.part h2 {
    padding: 13px 10px;
    border-bottom: 1px solid #f1f4f9;
    line-height: 16px;
}

.part h2 strong {
    color: #3c3c3c;
    font-size: 22px;
    position: relative;
}

.part h2 span {
    color: #999;
    font-size: 13px;
    float: right;
    line-height: 23px;
}

.part h2 a {
    display: inline-block;
    margin-top: 4px;
    color: #000000;
}

.part h2 a:hover {
    color: #ffc301;
}

.part h2 a.left {
    float: none;
}

.part .items {
    padding-top: 0px;
}

.part .item {
    margin-top: 0px;

}

.part .item .item-more {
    position: absolute;
    right: 8%;
    top: 14px;
    width: 18px;
    height: 18px;
    z-index: 1;
    background-image: url("../icon-more.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.part .item a {
    display: block;
    width: 100%;
    padding: 14px 0%;
    box-sizing: border-box;
    transition: none;
    border-radius: 10px;
}

/*.part .item a:hover {*/
/*    background-color:#f6f6f6;*/
/*}*/
.part .item a img {
    width: 98%;
    height: 110px;
    border-radius: 4px;
    object-fit: cover;

}



.part .item a h3 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    height: 21px;
    line-height: 21px;
    margin-bottom: 4px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.part .item a h3 i {
    color: #f84b44;
}

.part .item a p {
    color: #737373;
    font-size: 12px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.pages {
    margin: 0px auto;
    width: 755px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pages li {
    display: inline;
    margin-left: 20px;
    padding: 10px;
    background: #eeeaea;
}

.pages li.active {
    background: #2a9fff;
}

@media (max-width:1199px) {
    .part .item a {
        padding: 12px 8px;
    }
}

@media (max-width:991px) {
    .part .item a {
        padding: 14px 18px;
    }
}

@media (max-width:767px) {
    .part h2 {
        padding: 16px 24px;
    }

    .part .items {
        padding: 15px;
    }

    .part .item a {
        padding: 12px 8px;
    }
}

.content-words {
    text-align: center;
    line-height: 30px;
    padding: 40px 0 0;
}

.content-words h3 {
    font-size: 22px;
    color: #3295d9;
    line-height: 40px;
}

.content-words p {
    font-size: 14px;
    color: #a0a0a0;
}

@media (max-width:767px) {
    .content-words {
        padding: 0 0 20px;
    }
}

.content-linkto {
    margin: 50px 0;
}

.content-linkto a {
    display: block;
    width: 100%;
    position: relative;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

.content-linkto a:hover::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.content-linkto img {
    width: 100%;
}

@media (max-width:767px) {
    .content-linkto {
        margin-bottom: 20px;
    }
}

.footer-widgets {
    background-color: #fff;
    padding-bottom: 40px;
}

.footer-widgets .widget h2 {
    color: #1c95dc;
    font-size: 20px;
    margin: 56px auto 38px;
}

.footer-widgets .widget h2 a {
    color: #1c95dc;
}

@media (max-width:991px) {
    .footer-widgets .footer-widgets-items {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widgets .footer-widgets-items .widget {
        text-align: center;
    }

    .footer-widgets .footer-widgets-items .widget.widget-product .cont {
        text-align: left;
    }
}

@media (max-width:991px) and (max-width:767px) {
    .footer-widgets .footer-widgets-items>div {
        width: 100%;
    }

    .footer-widgets .footer-widgets-items h2 {
        color: #1c95dc;
        font-size: 20px;
        margin: 20px auto;
    }
}

.widget-sjs {
    overflow: hidden;
}

@media (max-width:767px) {
    .widget-sjs {
        display: none;
    }
}

.widget-sjs .cont {
    margin-left: -8px;
    zoom: 1;
}

.widget-sjs .cont:before,
.widget-sjs .cont:after {
    content: "";
    display: table;
}

.widget-sjs .cont:after {
    clear: both;
}

.widget-sjs .cont a {
    display: flex;
    display: block;
    float: left;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px 16px;
}

.widget-sjs .cont a:hover i {
    background-color: #529cdb;
    color: #fff;
}

.widget-sjs .cont a i {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    position: relative;
    background-color: #f3f8fb;
    color: #1c95dc;
}

.widget-sjs .cont a i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 32px;
}

@media (min-width:1620px) {
    .widget-sjs .cont {
        width: 288px;
    }
}

@media (max-width:991px) {
    .widget-sjs .cont {
        margin: 0 auto;
        width: 288px;
    }
}

@media (max-width:767px) {
    .widget-product {
        display: none;
    }
}

.widget-product ul {
    padding: 0;
}

.widget-product ul a {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-product ul a:hover {
    color: #1c95dc;
}

.widget-product ul a:hover i {
    background: #1c95dc;
}

.widget-product ul a i {
    display: inline-block;
    margin-right: 3px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #a0a0a0;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    vertical-align: middle;
    margin-top: -2px;
}

.widget-product ul li:nth-child(1) i {
    background: #1c95dc;
}

.widget-product ul li:nth-child(2) i {
    background: #1c95dc;
}

.widget-product ul li:nth-child(3) i {
    background: #1c95dc;
}

.widget-wechat h2 {
    width: 192px;
}

.widget-wechat .cont {
    text-align: center;
}

.widget-wechat .wechat-img {
    margin-bottom: 18px;
}

.widget-wechat .wechat-img img {
    width: 192px;
    border-radius: 3px;
    box-shadow: 0 0 18px rgba(50, 149, 217, 0.2);
    border: 1px solid #e2eef7;
}

.widget-wechat p {
    margin-bottom: 9px;
    color: #a1a1a1;
    font-size: 13px;
}

.widget-wechat p span {
    color: #1c95dc;
}

.widget-wechat p i {
    font-style: normal;
    white-space: nowrap;
}

@media (min-width:1620px) {
    .widget-wechat .wechat-img {
        margin-bottom: 27px;
    }

    .widget-wechat p {
        margin-bottom: 12px;
    }
}

@media (max-width:1199px) {
    .widget-wechat p {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .widget-wechat p {
        font-size: 16px;
    }

    .widget-wechat .p2 {
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    .widget-site {
        margin-left: 20px;
    }
}

.widget-site .count {
    color: #1c95dc;
    margin-top: 10px;
}

.widget-site .count strong {
    font-size: 66px;
}

.widget-site .count span {
    display: inline-block;
    width: 44px;
    height: 44px;
}

.widget-site .count span img {
    width: 100%;
}

.widget-site p {
    color: #a1a1a1;
    margin: 12px 0 40px;
    font-size: 14px;
}

.widget-site .icon-time {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}

.widget-site i::before {
    margin-right: 0;
}

.widget-site h4 {
    color: #1c95dc;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}

.widget-site h4 a {
    display: inline-block;
    padding: 6px 8px 6px 4px;
    background-color: #1c95dc;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.widget-site h4 a:hover {
    background-color: #0062a5;
}

.widget-site h6 {
    margin: 5px 0;
    color: #c7c7c7;
}

.widget-site h6 a {
    color: #c7c7c7;
}

.widget-site h6 a:hover {
    color: #1c95dc;
}

.widget-site p {
    margin: 16px 0 44px;
}

.widget-site h4 {
    margin-bottom: 32px;
}

.widget-site h6 {
    margin: 10px 0;
}

@media (min-width:1620px) {
    .widget-site p {
        margin: 0 0 70px;
    }

    .widget-site h4 {
        margin-bottom: 32px;
    }

    .widget-site h6 {
        margin: 10px 0;
    }
}

@media (max-width:767px) {
    .widget-site {
        margin-bottom: 20px;
    }
}

.footer-copyright {
    text-align: center;
    padding: 28px 0 20px;
    font-size: 12px;
    line-height: 18px;
    color: rgb(156, 163, 175);
}

@media (min-width:1200px) {
    .footer-copyright {
        height: 60px;
    }
}

.footer-copyright p {
    margin-bottom: 8px;
}

.footer-copyright p span {
    padding: 0 6px;
    white-space: nowrap;
}

.footer-copyright p a {
    color: rgb(156, 163, 175);
}

.footer-copyright p a:hover {
    color: rgb(105, 152, 232);
}

@media (max-width:991px) {
    .footer-copyright {
        line-height: 24px;
        font-size: 12px;
    }

    .footer-copyright p {
        margin-bottom: 10px;
    }
}

.fixed-bar {
    position: fixed;
    right: 5px;
    bottom: 135px;
    display: none;
}

@media (min-width:1200px) {
    .fixed-bar {
        display: block;
    }
}

@media (min-width:1620px) {
    .fixed-bar {
        left: 50%;
        right: auto;
        margin-left: 840px;
    }
}

.fixed-bar a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    position: relative;
    color: #bbc1d1;
    font-size: 22px;
}

.fixed-bar a.fixed-weibo {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fixed-bar a:hover {
    background: #ffc301;
    color: #fff;
}

.fixed-bar a.fixed-wechat {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fixed-bar a.fixed-wechat:hover .wechat_div {
    visibility: visible;
    opacity: 1;
    color: #000;
}

.fixed-bar a .wechat_div {
    padding: 10px;
    width: 278px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}

.fixed-bar a .wechat_div .thumb {
    float: left;
    width: 112px;
    margin-right: 10px;
    line-height: 0;
}

.fixed-bar a .wechat_div .wechat_info {
    float: left;
    width: 136px;
    text-align: left;
    line-height: 1em;
}

.fixed-bar a .wechat_div .wechat_info h3 {
    margin: 15px 0 10px;
    font-size: 16px;
    color: #525252;
    font-weight: bold;
}

.fixed-bar a .wechat_div .wechat_info h4 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    color: #969696;
}

.fixed-bar a .wechat_div .wechat_info p {
    font-size: 12px;
    color: #969696;
}

.fixed-bar #back-top a {
    background: #000000;
    color: #fff;
    /*border-radius:3px;*/
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fixed-bar #back-top a:hover i {
    font-size: 30px;
}

/*新增*/
.oauth {
    float: right;
}

.oauth img {
    width: 50%;
    float: right;
}

.top-right .right-logout {
    float: right;
    font-size: 13px;
}

.top-right .right-logout a {
    color: #ffffff;
}

.top-right .right-logout a:hover {
    color: #000000;
}

.top-right {
    float: right;
    position: relative;
    line-height: 35px;
}

.top-right h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    color: #fff;
    font-size: 13px;
    float: right;
}

.top-right h2 img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
}

.top-right-ul {
    display: none;
    position: absolute;
    min-width: 100px;
    right: 0;
    top: 0;
    z-index: 1;
    padding-top: 42px;
}

.top-right ul {
    display: block;
    min-width: 100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    z-index: 2;
}

.top-right:hover .top-right-ul {
    display: block
}

.top-right ul li {
    float: left;
    width: 100%;
    height: 35px;
    list-style: none;
    background: #fff;
}

.top-right ul li a {
    color: #333;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    display: block;
    overflow: hidden;
}

.top-right ul li a:hover {
    background: #EEE8AA;
}

.top-right ul li a i {
    margin-right: 6px;
    position: relative;
    top: 1px;
    color: #ff5722;
}

.item {
    position: relative;
}

.custom {
    border-radius: 10px;
    /*box-shadow: 0px 1px 2px #999;*/
    /*border-top: 1px solid #dfdfdf;*/
    background-color: #f9f9f9;
}

.item .operation {
    position: absolute;
    right: 3px;
    top: 5px;
    /*width: 20px;*/
    /*height: 45px;*/
    color: #aaa;
}

.layui-icon {
    width: 20px;
    float: left;
    cursor: pointer;
}

.layui-icon:hover {
    color: #0C0C0C;
}

.div_add_site .err-msg,
.div_edit_site .err-msg {
    text-align: center;
    color: red;
    font-size: 12px;
}

@media (max-width: 767px) {
    .top-right {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10;
    }

    .top-right a.oauth {
        width: 70px;
        overflow: hidden;
        height: 24px;
    }

    .top-right a.oauth img {
        width: 115px;
        height: 24px;
        margin: 0 auto;
        float: none;
        vertical-align: top;
        margin-left: -23px;
    }
}

.cursor-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    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;
}

.cursor-dot {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2182ff;
}

.cursor-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #000e33;
    border-radius: 50%;
}

.circle-link {
    cursor: none;
}


.navbar-link_spacer {
    width: 2rem;
    height: 1rem;
}

.navbar-link {
    display: none;
}

.navbar-link.footer {
    display: block;
}

.navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 14, 51, 0.37)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 14, 51, 0.37), hsla(0, 0%, 100%, 0));
    color: #fff;
}

.navbar-content {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-link {
    display: block;
    -webkit-transition: color 80ms ease;
    transition: color 80ms ease;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Noto Serif SC', serif;
}

.navbar-link:hover {
    color: #2182ff;
}

.navbar-link.w--current {
    color: #2182ff;
}

.navbar-link.footer {
    font-size: 1rem;
}

.w-webflow-badge {
    display: none;
}



.icon {
    width: 100px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: -10px;
}