html {
    font-size: 100px;
    font-size: max(26.66666667vw, 100px)
}

@media (min-width: 768px) {
    html {
        font-size:100px
    }
}

@media (min-width: 1680px) {
    html {
        font-size:100px
    }
}

@media (min-width: 1920px) {
    html {
        font-size:5.20833333vw
    }
}

body {
    font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans","Hiragino Sans GB",'微软雅黑',STHeiti,"WenQuanYi Micro Hei",Arial,SimSun,sans-serif;
    font-size: .14rem
}

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote {
    margin: 0;
    padding: 0
}

ul,ol,li {
    list-style: none
}

i {
    font-style: normal
}

a {
    text-decoration: none
}

body {
    background-color: #f5f6fa
}

.f-item {
    min-width: 0;
    min-height: 0
}

.thumb {
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.btn-blue {
    background-color: #0166ff;
    color: #fff
}

.btn-blue:hover {
    background-color: #0052cd
}

.avatar {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden
}

.avatar .thumb {
    padding-top: 100%
}

.icon-talk-hot-4 {
    color: #e20000
}

.icon-talk-hot-3 {
    color: #ff6000
}

.icon-talk-hot-2 {
    color: #f90
}

.icon-talk-hot-1 {
    color: #fa455f
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.f-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.f-items .f-box {
    width: 100%;
    height: 100%
}

.f-item {
    min-width: 0;
    min-height: 0
}

.f-items,.f-item,.f-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.oh {
    overflow: hidden
}

.part-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    padding: .71428571em 0
}

.part-header.header-fixed .h-bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #3385ff;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.1);
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@supports (((-webkit-backdrop-filter: saturate(180%) blur(6px)) or (backdrop-filter: saturate(180%) blur(6px))) or (-webkit-backdrop-filter : saturate(180%) blur(6px))) {
    .part-header.header-fixed .h-bg {
        -webkit-backdrop-filter:saturate(180%) blur(6px);
        backdrop-filter: saturate(180%) blur(6px);
        background: rgba(51,133,255,0.9)
    }
}

.part-header .h-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.part-header a {
    color: #fff
}

.part-header a:hover {
    color: #ff6000
}

.part-header .btn:hover {
    color: #fff
}

.part-header .header-logo {
    font-size: inherit;
    font-weight: normal;
    padding: 0 2.85714286em;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.part-header .header-logo:hover {
    color: #fff
}

.part-header .header-logo .txt {
    display: none
}

.part-header .header-logo .ico {
    font-size: 220%
}

.part-header .header-logo .ico::before {
    width: auto
}

.part-header .header-main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.part-header .head-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 1.42857143em
}

.part-header .site-title {
    font-size: inherit;
    font-weight: normal;
    padding: .35714286em .71428571em;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    background-color: rgba(255,255,255,0.1);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    line-height: 1.71428571em;
    margin-right: 1.42857143em
}

.part-header .site-title .logo-img {
    display: inline-block;
    vertical-align: middle;
    width: 1.71428571em
}

.part-header .site-title .logo-img .thumb {
    padding-top: 100%
}

.part-header .site-title .txt {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: inherit
}

.part-header .menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    line-height: 2.14285714em;
    padding: 0 1.07142857em;
    margin: 0 .14285714em;
    -webkit-border-radius: .28571429em;
    -moz-border-radius: .28571429em;
    border-radius: .28571429em
}

@media (min-width: 1680px) {
    .part-header .menu-item {
        margin:0 .35714286em
    }
}

.part-header .menu-item:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.1)
}

.part-header .hr-item {
    margin-left: 1.42857143em
}

.part-header .header-contact .btn {
    line-height: 2.28571429em;
    -webkit-border-radius: .57142857em;
    -moz-border-radius: .57142857em;
    border-radius: .57142857em;
    padding: 0 .92857143em
}

.part-header .header-contact .btn:hover {
    color: #fff
}

.part-header .header-contact .ico {
    margin-right: .14285714em
}

.part-header .header-message {
    display: block;
    margin: 0
}

.part-header .header-message .message-btn {
    height: auto;
    line-height: inherit;
    padding: 0
}

.part-header .header-message .message-btn .ico {
    padding: 0
}

.part-header .header-message .message-btn .icon-message {
    font-size: 142.85714286%;
    color: #fff
}

.part-header .header-message .message-btn .count-total {
    right: -8px;
    top: -2px
}

.part-header .header-login .login-panel {
    margin-left: 0
}

.part-header .header-login .login-panel #login {
    margin: 0;
    padding-bottom: 0
}

.part-header .header-login .login-down {
    padding-top: .71428571em
}

.part-header .ht-tougao .sub-txt {
    display: inline-block;
    line-height: 1.5em;
    font-size: 66.66666667%;
    -webkit-border-radius: .83333333em;
    -moz-border-radius: .83333333em;
    border-radius: .83333333em;
    background-color: #ee3e31;
    color: #fff;
    white-space: nowrap;
    height: 1.5em;
    padding: 0 .41666667em
}

.part-header .ht-tougao .ht-a {
    display: inline-block;
    position: relative;
    padding: .35714286em 1.42857143em .35714286em .71428571em;
    cursor: pointer
}

.part-header .ht-tougao .ht-a .ico {
    font-size: 142.85714286%;
    color: #fff;
    opacity: .7
}

.part-header .ht-tougao .ht-a .icon-002 {
    color: #ffda77;
    opacity: 1
}

.part-header .ht-tougao .ht-a .sub-txt {
    position: absolute;
    right: 0;
    top: .5em
}

.part-header .head-search {
    display: none
}

@media (min-width: 1330px) {
    .part-header .head-search {
        display:block;
        position: relative
    }
}

.part-header .head-search .search-input {
    font-size: inherit;
    display: block;
    background-color: #fff;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    line-height: 1.42857143em;
    height: 2.42857143em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 5.71428571em .5em 1.21428571em;
    color: #3c3c3c;
    border: none;
    width: 22em
}

@media (min-width: 1680px) {
    .part-header .head-search .search-input {
        width:30em
    }
}

.part-header .head-search .search-input.placeholder,.part-header .head-search .search-input::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1
}

.part-header .head-search .search-input.placeholder,.part-header .head-search .search-input::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1
}

.part-header .head-search .search-input.placeholder,.part-header .head-search .search-input::-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1
}

.part-header .head-search .search-input.placeholder,.part-header .head-search .search-input::placeholder {
    color: #b5b5b5;
    opacity: 1
}

.part-header .head-search .search-input:-ms-input-placeholder {
    color: #b5b5b5
}

.part-header .head-search .search-input::-ms-input-placeholder {
    color: #b5b5b5
}

.part-header .head-search .search-btn {
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 1.21428571em;
    line-height: 2.42857143em;
    -webkit-border-radius: 0 .42857143em .42857143em 0;
    -moz-border-radius: 0 .42857143em .42857143em 0;
    border-radius: 0 .42857143em .42857143em 0;
    border: none;
    background-color: #ff6000;
    color: #fff;
    cursor: pointer
}

.part-header .head-search .search-btn:hover {
    background-color: #cc4d00
}

@media (max-width: 1679.5px) {
    .part-header .header-tougao {
        display:none
    }
}

@media (max-width: 1023.5px) {
    .part-header .header-message {
        display:none
    }
}

@media (max-width: 1023.5px) {
    .part-header .head-right {
        display:none
    }

    .part-header .menu {
        display: none
    }

    .part-header .header-main {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 767.5px) {
    .part-header {
        padding:.28571429em 0
    }

    .part-header .header-logo {
        padding: 0 1.07142857em
    }

    .part-header .header-logo .ico {
        font-size: 185.71428571%
    }

    .part-header .site-title {
        margin-right: 1.07142857em;
        line-height: 1.42857143em;
        padding: .21428571em .71428571em;
        background-color: rgba(0,0,0,0.1)
    }

    .part-header .site-title .logo-img {
        width: 1.07142857em
    }

    .part-header .site-title .txt {
        font-size: 85.71428571%
    }
}

.part-navigations .titles-wrap {
    background-color: #fff;
    padding: .2rem .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    position: relative
}

@media (min-width: 768px) {
    .part-navigations .titles-wrap {
        -webkit-box-shadow:0 .1rem .3rem 0 rgba(70,86,125,0.15);
        -moz-box-shadow: 0 .1rem .3rem 0 rgba(70,86,125,0.15);
        box-shadow: 0 .1rem .3rem 0 rgba(70,86,125,0.15)
    }
}

.part-navigations .pt {
    white-space: nowrap;
    font-size: .16rem;
    color: #3c3c3c;
    line-height: .18rem;
    margin-bottom: .1rem;
    text-align: center
}

.part-navigations .titles {
    width: 2.88rem
}

.part-navigations .ptitle {
    display: block;
    color: #5a5a5a;
    padding: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem
}

.part-navigations .ptitle:hover {
    color: #ff6000;
    background-color: #f1f7fc
}

.part-navigations .ptitle .ico {
    display: block;
    width: .4rem;
    line-height: .4rem;
    margin: 0 auto .08rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#28c687), to(#24fba5));
    background: -webkit-linear-gradient(top, #28c687 0%, #24fba5 100%);
    background: -moz- oldlinear-gradient(top, #28c687 0%, #24fba5 100%);
    background: -o-linear-gradient(top, #28c687 0%, #24fba5 100%);
    background: linear-gradient(180deg, #28c687 0%, #24fba5 100%)
}

.part-navigations .ptitle strong {
    display: block;
    white-space: nowrap;
    font-size: .12rem;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: normal
}

.part-navigations .f-item:nth-child(6n+2) .ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#4093fb), to(#83baff));
    background: -webkit-linear-gradient(top, #4093fb 0%, #83baff 100%);
    background: -moz- oldlinear-gradient(top, #4093fb 0%, #83baff 100%);
    background: -o-linear-gradient(top, #4093fb 0%, #83baff 100%);
    background: linear-gradient(180deg, #4093fb 0%, #83baff 100%)
}

.part-navigations .f-item:nth-child(6n+3) .ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e51), to(#ff9975));
    background: -webkit-linear-gradient(top, #ff7e51 0%, #ff9975 100%);
    background: -moz- oldlinear-gradient(top, #ff7e51 0%, #ff9975 100%);
    background: -o-linear-gradient(top, #ff7e51 0%, #ff9975 100%);
    background: linear-gradient(180deg, #ff7e51 0%, #ff9975 100%)
}

.part-navigations .f-item:nth-child(6n+4) .ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff980f), to(#ffbf6a));
    background: -webkit-linear-gradient(top, #ff980f 0%, #ffbf6a 100%);
    background: -moz- oldlinear-gradient(top, #ff980f 0%, #ffbf6a 100%);
    background: -o-linear-gradient(top, #ff980f 0%, #ffbf6a 100%);
    background: linear-gradient(180deg, #ff980f 0%, #ffbf6a 100%)
}

.part-navigations .f-item:nth-child(6n+5) .ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#966ce0), to(#c2a0ff));
    background: -webkit-linear-gradient(top, #966ce0 0%, #c2a0ff 100%);
    background: -moz- oldlinear-gradient(top, #966ce0 0%, #c2a0ff 100%);
    background: -o-linear-gradient(top, #966ce0 0%, #c2a0ff 100%);
    background: linear-gradient(180deg, #966ce0 0%, #c2a0ff 100%)
}

.part-navigations .f-item:nth-child(6n) .ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#c044fb), to(#dd94ff));
    background: -webkit-linear-gradient(top, #c044fb 0%, #dd94ff 100%);
    background: -moz- oldlinear-gradient(top, #c044fb 0%, #dd94ff 100%);
    background: -o-linear-gradient(top, #c044fb 0%, #dd94ff 100%);
    background: linear-gradient(180deg, #c044fb 0%, #dd94ff 100%)
}

@media (max-width: 767.5px) {
    .part-navigations .titles-wrap {
        -webkit-border-radius:0 0 .1rem .1rem;
        -moz-border-radius: 0 0 .1rem .1rem;
        border-radius: 0 0 .1rem .1rem;
        padding: .1rem;
        -webkit-box-shadow: 0 0 .4rem rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 .4rem rgba(0,0,0,0.1);
        box-shadow: 0 0 .4rem rgba(0,0,0,0.1)
    }

    .part-navigations .titles {
        width: 100%
    }

    .part-navigations .pt {
        margin: .1rem 0
    }
}

.part-header-title {
    position: relative
}

.part-header-title.show-menu .part-navigations {
    display: block
}

.part-header-title .part-navigations {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: .14rem;
    display: none
}

@media (min-width: 768px) {
    .part-header-title .part-navigations .titles-wrap::before {
        content:'';
        display: block;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: .5rem;
        bottom: 100%
    }
}

@media (max-width: 767.5px) {
    .part-header-title {
        position:static
    }

    .part-header-title .part-navigations {
        padding-top: 0;
        right: 0
    }
}

.part-top-show {
    position: relative;
    padding-top: max(12vw, 200px);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%)
}

.part-top-show::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2vw;
    height: max(2vw, 38px);
    z-index: 2;
    background-image: url(/ui/img/title-bg-new.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.part-top-show #aidr {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.part-top-show canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.part-top-show .figures {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.part-top-show .figures .container {
    position: relative
}

.part-top-show .figure {
    display: block;
    height: 9em;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.part-top-show .figure.f1 {
    width: 7.5em;
    background-image: url(../images/img-sc-1.png);
    left: 10.71428571em
}

.part-top-show .figure.f2 {
    width: 5em;
    background-image: url(../images/img-sc-2.png);
    left: 19.28571429em
}

.part-top-show .figure.f3 {
    width: 6em;
    background-image: url(../images/img-sc-3.png);
    left: auto;
    right: 10%
}

@media (max-width: 1329.5px) {
    .part-top-show .figure {
        width:5.71428571em
    }

    .part-top-show .figure.f1 {
        left: 3.57142857em
    }

    .part-top-show .figure.f2 {
        left: 10.71428571em
    }

    .part-top-show .figure.f3 {
        right: 2.85714286em
    }
}

@media (max-width: 767.5px) {
    .part-top-show {
        padding-top:max(37.33333333vw, 140px)
    }

    .part-top-show::before {
        height: 6vw
    }

    .part-top-show .figure {
        width: 3.21428571em
    }

    .part-top-show .figure.f1 {
        width: 4.5em;
        left: .71428571em
    }

    .part-top-show .figure.f2 {
        width: 3.2em;
        left: 5em
    }

    .part-top-show .figure.f3 {
        width: 3.5em;
        right: 1.42857143em
    }
}

.part-uisdc-jingangqu {
    margin-bottom: 2.85714286em
}

@media (max-width: 1329.5px) {
    .part-uisdc-jingangqu {
        display:none
    }
}

.part-uisdc-jingangqu .recommends .current {
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F7FF), to(#ffffff));
    background: -webkit-linear-gradient(top, #F2F7FF 0%, #ffffff 100%);
    background: -moz- oldlinear-gradient(top, #F2F7FF 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #F2F7FF 0%, #ffffff 100%);
    background: linear-gradient(180deg, #F2F7FF 0%, #ffffff 100%)
}

.part-uisdc-jingangqu .recommends .current .f-box {
    color: #0166ff
}

.part-hao {
    background-color: #fff;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    padding: 1.42857143em
}

.part-hao .hao-wrap {
    position: relative
}

.part-hao .part-hao-menu {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: .71428571em
}

@media (max-width: 767.5px) {
    .part-hao {
        -webkit-border-radius:.35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        padding: 1.42857143em 1.07142857em
    }
}

.part-hao-menu .menu-wrap {
    font-size: 107.14285714%;
    line-height: 1.73333333em;
    padding: 0 0 .66666667em;
    margin: 0 -0.6em;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto
}

.part-hao-menu .menu-wrap::-webkit-scrollbar {
    display: none
}

.part-hao-menu a {
    color: #000
}

.part-hao-menu a:hover {
    color: #0166ff
}

.part-hao-menu .m-item {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: top
}

.part-hao-menu .m-item .title-label {
    display: inline-block;
    vertical-align: top;
    padding: .21428571em .5em;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em
}

.part-hao-menu .m-item .subtitle-label {
    display: inline-block;
    vertical-align: top;
    padding: .21428571em .5em;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    color: #ff6000;
    background: #ffefe6;
    margin-left: .71428571em
}

.part-hao-menu .m-item:first-child .title-label {
    background-color: #ff6000;
    color: #fff
}

.part-hao-menu .gap {
    display: inline-block;
    vertical-align: top;
    height: 1.06666667em;
    margin: 0 .66666667em;
    margin-top: .53333333em;
    border-left: 1px solid rgba(0,0,0,0.08)
}

.part-hao-hot .h-items {
    margin: 0 -0.21428571em -0.28571429em
}

.part-hao-hot .h-item {
    padding: 0 .21428571em;
    margin-bottom: .28571429em
}

.part-hao-hot .h-box {
    color: #323232;
    padding: .71428571em;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    position: relative
}

.part-hao-hot .h-box.active {
    background-color: rgba(1,102,255,0.05);
    color: #0166ff
}

.part-hao-hot .h-box.active .a-hover {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.part-hao-hot .a-in {
    display: block;
    font-size: 107.14285714%;
    line-height: 1.33333333em;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.part-hao-hot .a-in .thumb {
    display: inline-block;
    vertical-align: top;
    width: 1.33333333em;
    margin-right: .33333333em;
    padding-top: 1.33333333em;
    -webkit-border-radius: .26666667em;
    -moz-border-radius: .26666667em;
    border-radius: .26666667em;
    overflow: hidden
}

.part-hao-hot .a-in .thumb .link-text-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    font-size: 70%;
    font-weight: 700;
    border-radius: inherit
}

.part-hao-hot .a-hover {
    position: absolute;
    left: 50%;
    bottom: 80%;
    visibility: hidden;
    opacity: 0;
    padding-bottom: .35714286em;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.part-hao-hot .a-hover .desc {
    display: block;
    padding: .28571429em .85714286em;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    background: rgba(88,92,106,0.9);
    color: #fff;
    position: relative
}

.part-hao-hot .a-hover .desc::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: .21428571em solid transparent;
    border-top-color: rgba(88,92,106,0.9)
}

.part-hao-hot .a-hover .txt {
    display: block;
    font-size: 85.71428571%;
    white-space: nowrap;
    max-width: 10em;
    overflow: hidden
}

@media (max-width: 1329.5px) {
    .part-hao-hot .h-item:nth-child(19),.part-hao-hot .h-item:nth-child(20),.part-hao-hot .h-item:nth-child(21) {
        display:none
    }

    .part-hao-hot .a-in {
        line-height: 1.66666667em
    }

    .part-hao-hot .a-in .thumb {
        width: 1.66666667em;
        padding-top: 1.66666667em
    }
}

@media (max-width: 767.5px) {
    .part-hao-hot .a-in {
        line-height:1.86666667em
    }

    .part-hao-hot .a-in .thumb {
        width: 1.86666667em;
        padding-top: 1.86666667em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin-right: .66666667em
    }

    .part-hao-hot .h-box {
        padding-left: 0;
        padding-right: 0
    }
}

.part-read .r-items {
    margin: 0 -0.71428571em -1.42857143em
}

.part-read .r-item {
    padding: 0 .71428571em;
    margin-bottom: 1.42857143em
}

@media (min-width: 768px) {
    .part-read .r-item:last-child {
        display:none
    }
}

@media (min-width: 1680px) {
    .part-read .r-item:last-child {
        display:block
    }
}

@media (max-width: 767.5px) {
    .part-read {
        display:none
    }
}

.part-read-block .read-wrap {
    background-color: #fff;
    padding: 1.42857143em;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    -webkit-box-shadow: 0 1px 5px rgba(8,114,246,0.04);
    -moz-box-shadow: 0 1px 5px rgba(8,114,246,0.04);
    box-shadow: 0 1px 5px rgba(8,114,246,0.04)
}

.part-read-block .b-title {
    font-size: inherit;
    margin-bottom: 1.07142857em
}

.part-read-block .b-title a {
    display: block;
    line-height: 1.42857143em;
    position: relative;
    color: #000
}

.part-read-block .b-title a:hover {
    color: #0166ff
}

.part-read-block .b-title a:hover .see-more {
    background-color: #0166ff;
    color: #fff
}

.part-read-block .b-title .thumb,.part-read-block .b-title .title {
    display: inline-block;
    vertical-align: top
}

.part-read-block .b-title .thumb {
    width: 1.42857143em;
    padding-top: 1.42857143em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: .57142857em
}

.part-read-block .b-title .title {
    font-size: 114.28571429%
}

.part-read-block .b-title .see-more {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 85.71428571%;
    font-weight: normal;
    height: 1.66666667em;
    padding: 0 .66666667em;
    -webkit-border-radius: 1.66666667em;
    -moz-border-radius: 1.66666667em;
    border-radius: 1.66666667em;
    background-color: rgba(1,102,255,0.05);
    color: #0166ff
}

.part-read-block .read-list {
    margin-bottom: -0.85714286em
}

.part-read-block .read-list li {
    display: block;
    height: 1.42857143em;
    overflow: hidden;
    margin-bottom: .85714286em
}

.part-read-block .read-list li:nth-child(1) .index {
    color: #fe2d46
}

.part-read-block .read-list li:nth-child(2) .index {
    color: #ff6000
}

.part-read-block .read-list li:nth-child(3) .index {
    color: #faa90e
}

.part-read-block .read-list a {
    display: block;
    position: relative;
    color: #323232;
    padding-left: 1.42857143em
}

.part-read-block .read-list a:hover {
    color: #000
}

.part-read-block .read-list a:hover .txt {
    background-position: 0 bottom;
    -webkit-background-size: 0 1px, 100% 1px;
    -moz-background-size: 0 1px, 100% 1px;
    -o-background-size: 0 1px, 100% 1px;
    background-size: 0 1px, 100% 1px
}

.part-read-block .txt {
    display: block;
    line-height: 1.42857143em;
    height: 1.42857143em;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(rgba(100,200,200,0)), to(rgba(100,200,200,0))),-webkit-gradient(linear, left top, right top, from(#323232), color-stop(#323232), to(#323232));
    background: -webkit-linear-gradient(left, rgba(100,200,200,0), rgba(100,200,200,0)),-webkit-linear-gradient(left, #323232, #323232, #323232);
    background: -moz- oldlinear-gradient(left, rgba(100,200,200,0), rgba(100,200,200,0)),-moz- oldlinear-gradient(left, #323232, #323232, #323232);
    background: -o-linear-gradient(left, rgba(100,200,200,0), rgba(100,200,200,0)),-o-linear-gradient(left, #323232, #323232, #323232);
    background: linear-gradient(90deg, rgba(100,200,200,0), rgba(100,200,200,0)),linear-gradient(90deg, #323232, #323232, #323232);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px, 0 1px;
    -moz-background-size: 100% 1px, 0 1px;
    -o-background-size: 100% 1px, 0 1px;
    background-size: 100% 1px, 0 1px;
    -webkit-transition: -webkit-background-size .2s;
    transition: -webkit-background-size .2s;
    -o-transition: -o-background-size .2s;
    -moz-transition: background-size .2s, -moz-background-size .2s;
    transition: background-size .2s;
    transition: background-size .2s, -webkit-background-size .2s, -moz-background-size .2s, -o-background-size .2s
}

.part-read-block .index {
    display: block;
    width: 1.42857143em;
    position: absolute;
    left: 0;
    top: 0;
    color: #9f9f9f
}

.part-custom-menu .cm-items {
    margin: 0 -0.71428571em -1.42857143em
}

.part-custom-menu .cm-item {
    padding: 0 .71428571em;
    margin-bottom: 1.42857143em
}

.part-custom-menu .cm-item:nth-child(5n+2) .cm-wrap {
    color: #643277;
    background: -webkit-linear-gradient(352.79deg, #e3ceed 0%, #fcecff 126.55%);
    background: -moz- oldlinear-gradient(352.79deg, #e3ceed 0%, #fcecff 126.55%);
    background: -o-linear-gradient(352.79deg, #e3ceed 0%, #fcecff 126.55%);
    background: linear-gradient(97.21deg, #e3ceed 0%, #fcecff 126.55%)
}

.part-custom-menu .cm-item:nth-child(5n+2) .cm-wrap::before {
    background: -webkit-linear-gradient(314.13deg, rgba(236,214,247,0.6) 15.81%, rgba(249,233,253,0.6) 50.75%);
    background: -moz- oldlinear-gradient(314.13deg, rgba(236,214,247,0.6) 15.81%, rgba(249,233,253,0.6) 50.75%);
    background: -o-linear-gradient(314.13deg, rgba(236,214,247,0.6) 15.81%, rgba(249,233,253,0.6) 50.75%);
    background: linear-gradient(135.87deg, rgba(236,214,247,0.6) 15.81%, rgba(249,233,253,0.6) 50.75%)
}

.part-custom-menu .cm-item:nth-child(5n+2) .cm-ico {
    color: rgba(184,147,232,0.4)
}

.part-custom-menu .cm-item:nth-child(5n+3) .cm-wrap {
    color: #5d312a;
    background: -webkit-linear-gradient(352.79deg, #ffe8d9 0%, #fcead9 108.8%, #fbead9 126.55%);
    background: -moz- oldlinear-gradient(352.79deg, #ffe8d9 0%, #fcead9 108.8%, #fbead9 126.55%);
    background: -o-linear-gradient(352.79deg, #ffe8d9 0%, #fcead9 108.8%, #fbead9 126.55%);
    background: linear-gradient(97.21deg, #ffe8d9 0%, #fcead9 108.8%, #fbead9 126.55%)
}

.part-custom-menu .cm-item:nth-child(5n+3) .cm-wrap::before {
    background: -webkit-linear-gradient(314.13deg, rgba(255,217,191,0.4) 15.81%, rgba(250,227,208,0.4) 50.75%);
    background: -moz- oldlinear-gradient(314.13deg, rgba(255,217,191,0.4) 15.81%, rgba(250,227,208,0.4) 50.75%);
    background: -o-linear-gradient(314.13deg, rgba(255,217,191,0.4) 15.81%, rgba(250,227,208,0.4) 50.75%);
    background: linear-gradient(135.87deg, rgba(255,217,191,0.4) 15.81%, rgba(250,227,208,0.4) 50.75%)
}

.part-custom-menu .cm-item:nth-child(5n+3) .cm-ico {
    color: rgba(224,158,121,0.4)
}

.part-custom-menu .cm-item:nth-child(5n+4) .cm-wrap {
    color: #6e3636;
    background: -webkit-linear-gradient(352.79deg, #f8d3d3 0%, #fceeea 126.55%);
    background: -moz- oldlinear-gradient(352.79deg, #f8d3d3 0%, #fceeea 126.55%);
    background: -o-linear-gradient(352.79deg, #f8d3d3 0%, #fceeea 126.55%);
    background: linear-gradient(97.21deg, #f8d3d3 0%, #fceeea 126.55%)
}

.part-custom-menu .cm-item:nth-child(5n+4) .cm-wrap::before {
    background: -webkit-linear-gradient(314.13deg, rgba(248,212,212,0.5) 15.81%, rgba(250,224,224,0.5) 50.75%);
    background: -moz- oldlinear-gradient(314.13deg, rgba(248,212,212,0.5) 15.81%, rgba(250,224,224,0.5) 50.75%);
    background: -o-linear-gradient(314.13deg, rgba(248,212,212,0.5) 15.81%, rgba(250,224,224,0.5) 50.75%);
    background: linear-gradient(135.87deg, rgba(248,212,212,0.5) 15.81%, rgba(250,224,224,0.5) 50.75%)
}

.part-custom-menu .cm-item:nth-child(5n+4) .cm-ico {
    color: rgba(224,121,121,0.4)
}

.part-custom-menu .cm-item:nth-child(5n) .cm-wrap {
    color: #366e3f;
    background: -webkit-linear-gradient(352.79deg, #c3edcf 0%, #effcea 126.55%);
    background: -moz- oldlinear-gradient(352.79deg, #c3edcf 0%, #effcea 126.55%);
    background: -o-linear-gradient(352.79deg, #c3edcf 0%, #effcea 126.55%);
    background: linear-gradient(97.21deg, #c3edcf 0%, #effcea 126.55%)
}

.part-custom-menu .cm-item:nth-child(5n) .cm-wrap::before {
    background: -webkit-linear-gradient(314.13deg, rgba(212,248,220,0.6) 15.81%, rgba(224,250,231,0.6) 50.75%);
    background: -moz- oldlinear-gradient(314.13deg, rgba(212,248,220,0.6) 15.81%, rgba(224,250,231,0.6) 50.75%);
    background: -o-linear-gradient(314.13deg, rgba(212,248,220,0.6) 15.81%, rgba(224,250,231,0.6) 50.75%);
    background: linear-gradient(135.87deg, rgba(212,248,220,0.6) 15.81%, rgba(224,250,231,0.6) 50.75%)
}

.part-custom-menu .cm-item:nth-child(5n) .cm-ico {
    color: rgba(128,210,161,0.4)
}

.part-custom-menu .cm-item .cm-wrap:hover .cm-go .txt {
    color: #323232;
    background-color: #fff
}

.part-custom-menu .cm-wrap {
    background: -webkit-linear-gradient(352.79deg, #d3dbf8 0%, #eaeffc 126.55%);
    background: -moz- oldlinear-gradient(352.79deg, #d3dbf8 0%, #eaeffc 126.55%);
    background: -o-linear-gradient(352.79deg, #d3dbf8 0%, #eaeffc 126.55%);
    background: linear-gradient(97.21deg, #d3dbf8 0%, #eaeffc 126.55%);
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    padding: .92857143em 1.07142857em;
    position: relative;
    overflow: hidden;
    color: #363f6e;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.part-custom-menu .cm-wrap::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47.22222222%;
    height: 0;
    padding-top: 29.44444444%;
    background: -webkit-linear-gradient(314.13deg, rgba(212,220,248,0.6) 15.81%, rgba(224,231,250,0.6) 50.75%);
    background: -moz- oldlinear-gradient(314.13deg, rgba(212,220,248,0.6) 15.81%, rgba(224,231,250,0.6) 50.75%);
    background: -o-linear-gradient(314.13deg, rgba(212,220,248,0.6) 15.81%, rgba(224,231,250,0.6) 50.75%);
    background: linear-gradient(135.87deg, rgba(212,220,248,0.6) 15.81%, rgba(224,231,250,0.6) 50.75%);
    -webkit-border-radius: 100% 10% 0 0;
    -moz-border-radius: 100% 10% 0 0;
    border-radius: 100% 10% 0 0
}

.part-custom-menu .cm-in {
    position: relative
}

.part-custom-menu .cm-ico {
    position: absolute;
    right: 0;
    bottom: 0;
    color: rgba(155,163,191,0.4)
}

.part-custom-menu .cm-ico .ico {
    font-size: 214.28571429%
}

.part-custom-menu .cm-title {
    font-size: 114.28571429%;
    line-height: 1.25em;
    height: 1.25em;
    overflow: hidden;
    margin-bottom: .3125em
}

.part-custom-menu .cm-go .txt {
    font-size: 85.71428571%;
    line-height: 1.66666667em;
    display: inline-block;
    padding: 0 .58333333em;
    color: #fff;
    -webkit-border-radius: 1.66666667em;
    -moz-border-radius: 1.66666667em;
    border-radius: 1.66666667em;
    background: rgba(0,0,0,0.08);
    text-transform: uppercase
}

.part-custom-menu .cm-go .ico {
    display: inline-block;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

@media (max-width: 1329.5px) {
    .part-custom-menu {
        display:none
    }
}

@media (max-width: 767.5px) {
    .part-custom-menu {
        display:block
    }

    .part-custom-menu .cm-items {
        display: block;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto
    }

    .part-custom-menu .cm-items::-webkit-scrollbar {
        display: none
    }

    .part-custom-menu .cm-item {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 .625em 0 0
    }

    .part-custom-menu .cm-wrap {
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        padding: .85714286em 2.57142857em .85714286em 1.07142857em
    }

    .part-custom-menu .cm-in {
        position: static
    }

    .part-custom-menu .cm-title {
        position: relative;
        font-size: 100%;
        margin-bottom: 0
    }

    .part-custom-menu .cm-ico {
        right: .71428571em;
        bottom: 50%;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%)
    }

    .part-custom-menu .cm-ico .ico {
        font-size: 128.57142857%
    }

    .part-custom-menu .cm-go {
        display: none
    }
}

.part-item-post {
    border-bottom-color: rgba(0,0,0,0.03)
}

.part-item-post .item-cont {
    position: relative;
    padding-left: 18.57142857em;
    min-height: 10em
}

.part-item-post .item-main {
    position: static;
    padding-right: 0
}

.part-item-post .item-main:hover .thumb {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.part-item-post .item-top {
    margin-bottom: .15rem
}

.part-item-post .item-top .top-item {
    line-height: .2rem
}

.part-item-post .item-top .author-avatar {
    width: .2rem;
    height: .2rem
}

.part-item-post .item-thumb {
    right: auto;
    left: 0;
    width: 15.71428571em
}

.part-item-post .item-thumb .thumb {
    padding-top: 63.63636364%
}

@media (min-width: 768px) {
    .part-item-post .item-title {
        font-size:.2rem;
        margin-bottom: .12rem
    }
}

.part-item-post .item-title a {
    padding-bottom: 0
}

.part-item-post .item-entry {
    color: #8a8a8a;
    font-size: 92.85714286%
}

.part-item-post .item-entry a {
    color: #8a8a8a
}

.part-item-post .item-meta .meta-tag .btn {
    margin-right: .12rem
}

.part-item-post .item-meta .btn {
    background-color: #f5f6fa;
    line-height: 1.83333333em;
    color: #8a8a8a
}

.part-item-post .item-meta .btn:hover {
    color: #fff;
    background-color: #ff6000
}

.part-item-post.item-type-post .item-entry {
    height: .23rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.part-item-post.item-type-post .item-entry a {
    display: inline
}

.part-item-post.item-type-group .item-cont {
    min-height: 15.71428571em
}

.part-item-post.item-type-group .item-thumb .thumb {
    padding-top: 100%
}

.part-item-post.item-type-group .item-entry {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 767.5px) {
    .part-item-post {
        margin-bottom:.71428571em;
        padding-bottom: 0;
        border: none
    }

    .part-item-post .item-wrap {
        background-color: #fff;
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        padding: 1.07142857em
    }

    .part-item-post .item-cont {
        padding-left: 0;
        padding-right: 8.57142857em;
        min-height: 5em
    }

    .part-item-post .item-thumb {
        width: 7.85714286em;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0
    }

    .part-item-post .item-thumb .thumb {
        padding-top: 63.63636364%
    }

    .part-item-post.item-type-group .item-cont {
        min-height: 7.85714286em
    }

    .part-item-post.item-type-group .item-entry {
        display: none
    }

    .part-item-post .item-entry {
        display: none
    }

    .part-item-post .item-title {
        padding: 0
    }

    .part-item-post .item-meta .meta-tag .btn {
        font-size: .12rem;
        line-height: 1.66666667em;
        margin-right: .66666667em
    }
}

.part-people-see .p-items {
    margin: 0 -0.71428571em -1.42857143em
}

.part-people-see .p-item {
    padding: 0 .71428571em;
    margin-bottom: 1.42857143em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.part-people-see .p-item:nth-child(4n+2) .item-ico {
    background: #66c48c
}

.part-people-see .p-item:nth-child(4n+3) .item-ico {
    background: #5cb7ee
}

.part-people-see .p-item:nth-child(4n) .item-ico {
    background: #8e94ff
}

.part-people-see .p-box {
    background: rgba(245,246,250,0.5);
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    padding: 1.78571429em;
    text-align: center;
    color: #323232
}

.part-people-see .p-box:hover {
    color: #0166ff;
    background: #f5f6fa
}

.part-people-see .p-box .item-ico {
    display: block;
    margin: 0 auto 1.07142857em;
    width: 3.57142857em;
    line-height: 3.57142857em;
    text-align: center;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    background: #e9702f
}

.part-people-see .p-box .item-ico .ico {
    font-size: 142.85714286%;
    color: #fff
}

.part-people-see .p-box .item-title {
    display: block;
    font-size: 107.14285714%;
    margin-bottom: .4em
}

.part-people-see .p-box .item-count {
    display: block;
    font-size: 85.71428571%;
    color: #8a8a8a
}

@media (max-width: 1023.5px) {
    .part-people-see .p-item:last-child {
        display:none
    }
}

@media (max-width: 767.5px) {
    .part-people-see .p-items {
        margin:0 -0.35714286em -0.71428571em
    }

    .part-people-see .p-item {
        padding: 0 .35714286em;
        margin-bottom: .71428571em
    }

    .part-people-see .p-box {
        background-color: #fff;
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        padding: 1.42857143em .71428571em
    }
}

.part-aigc .btns {
    padding-top: 2.85714286em;
    text-align: center
}

.part-aigc .btns .btn {
    display: inline-block;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    position: relative
}

.part-aigc .btns .btn .txt {
    display: block;
    width: 18.85714286em;
    line-height: 3.28571429em;
    -webkit-box-shadow: 0 5px 30px rgba(8,114,246,0.2);
    -moz-box-shadow: 0 5px 30px rgba(8,114,246,0.2);
    box-shadow: 0 5px 30px rgba(8,114,246,0.2)
}

.part-aigc .btns .btn .txt-hover {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: .57142857em
}

.part-aigc .btns .btn .txt-hover .in {
    display: block;
    position: relative;
    background: rgba(1,102,255,0.1);
    font-size: 92.85714286%;
    color: #0166ff;
    line-height: 1.84615385em;
    height: 1.84615385em;
    -webkit-border-radius: 1.84615385em;
    -moz-border-radius: 1.84615385em;
    border-radius: 1.84615385em;
    white-space: nowrap;
    padding: 0 1.38461538em
}

.part-aigc .btns .btn .txt-hover .in::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    border: .23076923em solid transparent;
    border-top-color: rgba(1,102,255,0.1)
}

@media (max-width: 767.5px) {
    .part-aigc .btns .btn {
        display:block
    }

    .part-aigc .btns .btn .txt {
        width: auto
    }
}

.ai-widget .w-wrap {
    background-color: #fff;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    padding: 1.42857143em
}

.ai-widget .w-title {
    font-size: inherit;
    line-height: 1.85714286em;
    margin-bottom: 1.42857143em
}

.ai-widget .w-title .title {
    font-size: 142.85714286%;
    color: #000
}

.ai-widget .w-title .title a {
    color: #000
}

.ai-widget .w-title .subtitle {
    font-weight: normal;
    font-size: 85.71428571%;
    color: #8a8a8a;
    margin-left: .83333333em
}

.ai-widget .w-btns {
    margin-top: 1.42857143em
}

.ai-widget .w-btns .btn {
    display: block;
    line-height: 2.85714286em;
    color: #616367;
    background-color: #f9f9fa;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.ai-widget .w-btns .btn:hover {
    background-color: #0166ff;
    color: #fff
}

@media (max-width: 767.5px) {
    .ai-widget .w-wrap {
        background-color:transparent;
        padding: 0
    }

    .ai-widget .w-content {
        background-color: #fff;
        padding: 1.07142857em;
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em
    }

    .ai-widget .w-title {
        margin-bottom: 1em
    }
}

.ai-sidebar {
    position: relative
}

.ai-sidebar .ai-widget {
    margin-bottom: 1.42857143em
}

.uisdc-live:hover .live-title-img .show {
    display: none
}

.uisdc-live:hover .live-title-img .hover {
    display: block
}

.uisdc-live:hover .live-content {
    display: block
}

.uisdc-live .live-content {
    display: none
}

.uisdc-live .live-title-img .show {
    display: block
}

.uisdc-live .live-title-img .hover {
    display: none
}

.uisdc-live .uisdc-live-modal {
    position: static;
    display: block
}

.uisdc-live .uisdc-live-modal .u-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 5.8rem;
    width: max(5.8rem, 580px);
    background: -webkit-gradient(linear, left top, left bottom, from(#2cc7ac), to(#21d2b4));
    background: -webkit-linear-gradient(top, #2cc7ac 0%, #21d2b4 100%);
    background: -moz- oldlinear-gradient(top, #2cc7ac 0%, #21d2b4 100%);
    background: -o-linear-gradient(top, #2cc7ac 0%, #21d2b4 100%);
    background: linear-gradient(180deg, #2cc7ac 0%, #21d2b4 100%);
    -webkit-box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    padding: 1.78571429em 1.78571429em 2.5em
}

.uisdc-live .uisdc-live-modal .u-live {
    position: relative;
    font-size: .14rem;
    font-size: max(.14rem, 14px)
}

.uisdc-live .uisdc-live-modal .u-title {
    font-size: 142.85714286%;
    color: #fff;
    margin-bottom: .3em
}

.uisdc-live .uisdc-live-modal .u-subtitle {
    font-size: inherit;
    color: #fff;
    font-weight: normal;
    margin-bottom: .8em
}

.uisdc-live .uisdc-live-modal .u-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.uisdc-live .uisdc-live-modal .u-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.uisdc-live .uisdc-live-modal .u-btitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    color: rgba(255,255,255,0.7);
    font-size: inherit;
    line-height: 2.5em;
    font-weight: normal;
    text-align: center
}

.uisdc-live .uisdc-live-modal .u-c-wrap::after {
    clear: both
}

.uisdc-live .uisdc-live-modal .u-author {
    float: left;
    width: 3.5rem;
    width: max(3.5rem, 350px)
}

.uisdc-live .uisdc-live-modal .u-sidebar {
    float: right;
    width: 1.6rem;
    width: max(1.6rem, 160px);
    position: relative
}

.uisdc-live .uisdc-live-modal .u-sidebar::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.76rem;
    top: min(-0.76rem, -76px);
    padding-top: 65%;
    background-image: url(https://image.uisdc.com/wp-content/uploads/uisdc-live/1-3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.uisdc-live .uisdc-live-modal .d-wrap {
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background-color: #fff;
    padding: 1.42857143em;
    position: relative
}

.uisdc-live .uisdc-live-modal .a-title-div {
    position: relative;
    padding-left: 3.92857143em;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 1.28571429em
}

.uisdc-live .uisdc-live-modal .a-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.85714286em;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.uisdc-live .uisdc-live-modal .a-avatar .thumb {
    padding-top: 100%
}

.uisdc-live .uisdc-live-modal .a-title {
    font-size: 114.28571429%;
    color: #000;
    margin-bottom: .5em
}

.uisdc-live .uisdc-live-modal .a-info {
    font-weight: normal;
    font-size: 85.71428571%;
    color: #8a8a8a;
    line-height: 1.5em;
    margin-bottom: 1.5em
}

.uisdc-live .uisdc-live-modal .a-list li {
    display: block;
    color: #525252;
    font-size: inherit;
    line-height: 1.42857143em;
    padding-left: 1.42857143em;
    position: relative;
    margin-bottom: .71428571em
}

.uisdc-live .uisdc-live-modal .a-list li:last-child {
    margin-bottom: 0
}

.uisdc-live .uisdc-live-modal .a-list .num {
    position: absolute;
    left: 0;
    top: .16666667em;
    display: block;
    font-size: 85.71428571%;
    width: 1.33333333em;
    height: 1.33333333em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #23D2B4;
    color: #fff;
    text-align: center;
    line-height: 1.33333333em
}

.uisdc-live .uisdc-live-modal .s-title {
    font-size: inherit;
    color: #00B007;
    font-weight: normal;
    margin-bottom: .71428571em;
    text-align: center
}

.uisdc-live .uisdc-live-modal .s-ewm {
    margin-bottom: 1em
}

.uisdc-live .uisdc-live-modal .s-ewm img {
    display: block;
    width: 100%
}

.uisdc-live .uisdc-live-modal .s-txt {
    font-weight: normal;
    font-size: inherit;
    text-align: center;
    color: #8a8a8a
}

@media (min-width: 768px) {
    .part-widget-dubao .w-wrap {
        background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(220,234,255,0.5)), color-stop(30%, rgba(255,255,255,0)));
        background-image: -webkit-linear-gradient(top, rgba(220,234,255,0.5) 0%, rgba(255,255,255,0) 30%);
        background-image: -moz- oldlinear-gradient(top, rgba(220,234,255,0.5) 0%, rgba(255,255,255,0) 30%);
        background-image: -o-linear-gradient(top, rgba(220,234,255,0.5) 0%, rgba(255,255,255,0) 30%);
        background-image: linear-gradient(180deg, rgba(220,234,255,0.5) 0%, rgba(255,255,255,0) 30%)
    }
}

.part-widget-dubao .w-item {
    margin-bottom: 1.42857143em
}

.part-widget-dubao .w-a {
    position: relative;
    display: block;
    padding-left: 3.28571429em;
    color: #323232
}

.part-widget-dubao .w-a:hover {
    color: #ff6000
}

.part-widget-dubao .w-a .index {
    position: absolute;
    left: 0;
    top: .07142857em;
    font-size: 200%;
    width: 1.07142857em;
    color: #000;
    opacity: .15;
    line-height: 1;
    font-family: Impact
}

.part-widget-dubao .w-a .title {
    display: block;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.42857143em;
    height: 2.85714286em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 767.5px) {
    .part-widget-dubao .w-a .title {
        font-size:114.28571429%
    }
}

.part-widget-aigc .w-item {
    margin-bottom: 1.71428571em
}

.part-widget-aigc .w-a {
    position: relative;
    display: block;
    padding-left: 1.71428571em;
    color: #323232
}

.part-widget-aigc .w-a:hover {
    color: #ff6000
}

.part-widget-aigc .w-a .index {
    position: absolute;
    left: 0;
    top: 0;
    color: #c1c1c1
}

.part-widget-aigc .w-a .index .ico {
    font-size: 114.28571429%
}

.part-widget-aigc .w-a .title {
    display: block;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.42857143em;
    height: 2.85714286em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.part-widget-aigc .w-item:nth-child(2) .w-a .index {
    color: #ff6000
}

.part-widget-aigc .w-item:nth-child(3) .w-a .index {
    color: #f90
}

.part-widget-aigc .item-wrap {
    display: block;
    background-color: #3385ff;
    color: #fff;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    padding: 1.07142857em 1.42857143em;
    position: relative;
    overflow: hidden
}

.part-widget-aigc .item-wrap:hover {
    color: rgba(255,255,255,0.8)
}

.part-widget-aigc .item-wrap .item-title {
    font-size: inherit;
    font-weight: normal;
    margin-bottom: .57142857em;
    position: relative;
    z-index: 2
}

.part-widget-aigc .item-wrap .item-author {
    font-size: 85.71428571%;
    line-height: 1.66666667em;
    font-weight: normal;
    color: rgba(255,255,255,0.6);
    position: relative;
    z-index: 2
}

.part-widget-aigc .item-wrap .avatar {
    display: inline-block;
    vertical-align: top;
    width: 1.66666667em;
    margin-right: .41666667em
}

.part-widget-aigc .item-wrap .ico {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -1.42857143em;
    overflow: hidden
}

.part-widget-aigc .item-wrap .ico::before {
    color: #fff;
    font-size: 642.85714286%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .4
}

.part-widget-aigc .item-wrap .ico::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #3385ff), to(rgba(51,133,255,0.2)));
    background-image: -webkit-linear-gradient(right, #3385ff 30%, rgba(51,133,255,0.2));
    background-image: -moz- oldlinear-gradient(right, #3385ff 30%, rgba(51,133,255,0.2));
    background-image: -o-linear-gradient(right, #3385ff 30%, rgba(51,133,255,0.2));
    background-image: linear-gradient(to left, #3385ff 30%, rgba(51,133,255,0.2))
}

@media (max-width: 767.5px) {
    .part-widget-aigc .item-wrap .item-title {
        font-size:114.28571429%
    }

    .part-widget-aigc .w-a .title {
        font-size: 114.28571429%
    }
}

.part-widget-product .w-item {
    margin-bottom: 1.42857143em
}

.part-widget-product .w-a {
    display: block;
    padding-left: 4.57142857em;
    position: relative;
    color: #323232
}

.part-widget-product .w-a:hover {
    color: #ff6000
}

.part-widget-product .item-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.42857143em;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    overflow: hidden
}

.part-widget-product .item-thumb .thumb {
    padding-top: 100%
}

.part-widget-product .item-title {
    font-size: inherit;
    font-weight: normal;
    margin-bottom: .21428571em;
    width: 6em;
    line-height: 1.71428571em;
    height: 1.71428571em;
    overflow: hidden
}

.part-widget-product .item-desc {
    font-size: 85.71428571%;
    font-weight: normal;
    color: #8a8a8a;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    width: 10em
}

.part-widget-product .item-btns {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.part-widget-product .item-btns .btn {
    font-size: 85.71428571%;
    padding: 0 1.25em;
    line-height: 2em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em
}

@media (max-width: 767.5px) {
    .part-widget-product .item-title {
        font-size:114.28571429%
    }
}

.part-widget-hangye .w-title {
    position: relative
}

.part-widget-hangye .w-title .btn {
    font-size: 85.71428571%;
    font-weight: normal;
    line-height: 1.83333333em;
    padding: 0 .83333333em;
    -webkit-border-radius: 1.83333333em;
    -moz-border-radius: 1.83333333em;
    border-radius: 1.83333333em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.part-widget-hangye .w-item {
    margin-bottom: 1.57142857em
}

.part-widget-hangye .w-a {
    display: block;
    position: relative;
    padding-right: 8.57142857em;
    min-height: 4.57142857em;
    color: #000
}

.part-widget-hangye .w-a:hover {
    color: #ff6000
}

.part-widget-hangye .w-a:hover .item-thumb .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.part-widget-hangye .item-thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 7.14285714em;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    overflow: hidden
}

.part-widget-hangye .item-thumb .thumb {
    padding-top: 64%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.part-widget-hangye .item-title {
    font-size: inherit;
    font-weight: normal;
    line-height: 1.42857143em;
    height: 2.85714286em;
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: .71428571em
}

.part-widget-hangye .item-cat {
    font-size: 85.71428571%;
    line-height: 1.66666667em;
    font-weight: normal;
    color: #b5b5b5
}

@media (max-width: 767.5px) {
    .part-widget-hangye .item-title {
        text-align:left;
        font-size: 114.28571429%
    }

    .part-widget-hangye .w-a {
        min-height: 5em
    }

    .part-widget-hangye .item-thumb {
        width: 7.85714286em
    }
}

.part-widget-hotsearch .w-item {
    margin-bottom: 1.42857143em
}

.part-widget-hotsearch .w-item:nth-child(1) .index {
    background: #f00
}

.part-widget-hotsearch .w-item:nth-child(2) .index {
    background: #ff6000
}

.part-widget-hotsearch .w-a {
    display: block;
    position: relative;
    line-height: 1.14285714em;
    color: #323232
}

.part-widget-hotsearch .w-a:hover {
    color: #ff6000
}

.part-widget-hotsearch .index {
    display: inline-block;
    vertical-align: top;
    font-size: 85.71428571%;
    width: 1.33333333em;
    background: #faa90e;
    -webkit-border-radius: .33333333em;
    -moz-border-radius: .33333333em;
    border-radius: .33333333em;
    color: #fff;
    text-align: center;
    margin-right: .66666667em
}

.part-widget-hotsearch .title {
    display: inline-block;
    vertical-align: top;
    max-width: 10em;
    overflow: hidden;
    white-space: nowrap
}

.part-widget-hotsearch .title .icon {
    display: inline-block;
    vertical-align: top;
    margin-left: .35714286em
}

.part-widget-hotsearch .count {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #b5b5b5;
    font-size: 85.71428571%
}

@media (max-width: 767.5px) {
    .part-widget-hotsearch .title {
        font-size:114.28571429%
    }

    .part-widget-hotsearch .w-a {
        line-height: 1.42857143em
    }

    .part-widget-hotsearch .index {
        width: 1.66666667em
    }
}

.part-widget-course .w-item {
    margin-bottom: 1.42857143em
}

.part-widget-course .item-wrap {
    display: block;
    color: #000;
    position: relative;
    padding-right: 8.57142857em;
    min-height: 4.57142857em
}

.part-widget-course .item-wrap:hover {
    color: #ff6000
}

.part-widget-course .item-wrap:hover .item-thumb .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.part-widget-course .item-thumb {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.14285714em;
    -webkit-border-radius: .42857143em;
    -moz-border-radius: .42857143em;
    border-radius: .42857143em;
    overflow: hidden
}

.part-widget-course .item-thumb .thumb {
    padding-top: 64%
}

.part-widget-course .item-tag {
    font-size: inherit;
    margin-bottom: .57142857em
}

.part-widget-course .item-tag .tag {
    display: inline-block;
    vertical-align: top;
    font-size: 85.71428571%;
    font-weight: normal;
    line-height: 1.66666667em;
    height: 1.66666667em;
    background: #e5f0ff;
    -webkit-border-radius: .33333333em;
    -moz-border-radius: .33333333em;
    border-radius: .33333333em;
    padding: 0 .5em 0 0;
    color: #0166ff;
    overflow: hidden
}

.part-widget-course .item-tag .ico {
    display: inline-block;
    vertical-align: top;
    width: 1.66666667em;
    text-align: center;
    background-color: #0166ff;
    color: #fff
}

.part-widget-course .item-title {
    font-size: inherit;
    font-weight: normal;
    line-height: 1.42857143em;
    height: 2.85714286em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 767.5px) {
    .part-widget-course .item-wrap {
        min-height:5em
    }

    .part-widget-course .item-thumb {
        width: 7.85714286em
    }

    .part-widget-course .item-title {
        font-size: 114.28571429%
    }
}

.part-widget-wechat-group .wechat-group .wg {
    font-size: 85.71428571%
}

.part-widget-wechat-group .wechat-group li .count {
    border-color: #8d969e
}

.part-widget-wechat-group .add-admin {
    padding: 1.07142857em
}

.part-widget-show .show-item {
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    overflow: hidden;
    display: none
}

.part-widget-show .show-item.show {
    display: block
}

.part-widget-show .show-item a {
    display: block
}

.part-widget-show .show-item img {
    display: block
}

.part-a-group .item-wrap {
    display: block;
    color: #000
}

.part-a-group .item-wrap:hover {
    color: #ff6000
}

.part-a-group .p-title {
    font-size: 128.57142857%;
    margin-bottom: 1.11111111em
}

.part-a-group .i-items {
    margin: 0 -0.71428571em -1.42857143em
}

.part-a-group .i-item {
    padding: 0 .71428571em;
    margin-bottom: 1.42857143em
}

.part-a-group .i-item:last-child {
    display: none
}

@media (min-width: 1024px) {
    .part-a-group .i-item:last-child {
        display:block
    }
}

.part-a-group .i-box {
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    overflow: hidden
}

.part-a-group .i-box:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.part-a-group .thumb {
    padding-top: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media (max-width: 767.5px) {
    .part-a-group {
        background-color:#fff;
        padding: 1.07142857em;
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        margin-bottom: .71428571em;
        border: none
    }

    .part-a-group .p-title {
        font-weight: normal;
        font-size: 114.28571429%;
        margin-bottom: .625em
    }

    .part-a-group .i-items {
        margin: 0 -0.35714286em -0.71428571em
    }

    .part-a-group .i-item {
        padding: 0 .35714286em;
        margin-bottom: .71428571em
    }

    .part-a-group .i-box {
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em
    }
}

.part-a-knowledge .item-wrap {
    position: relative;
    padding-left: 18.57142857em;
    min-height: 20em
}

.part-a-knowledge .item-thumb {
    right: auto;
    left: 0;
    width: 15.71428571em
}

.part-a-knowledge .item-thumb:hover .item-href {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.part-a-knowledge .item-thumb .item-href {
    display: block;
    width: 100%;
    padding-top: 127.27272727%;
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.part-a-knowledge .item-thumb .thumb {
    padding-top: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.part-a-knowledge .item-thumb .thumb img {
    -o-object-fit: contain;
    object-fit: contain
}

.part-a-knowledge .item-main {
    padding-right: 0;
    position: static
}

.part-a-knowledge .item-title {
    font-size: inherit;
    line-height: 1.57142857em;
    margin-bottom: 1.57142857em
}

.part-a-knowledge .item-title a {
    display: block;
    color: #000;
    padding-bottom: 0
}

.part-a-knowledge .item-title a:hover {
    color: #ff6000
}

.part-a-knowledge .item-title .label {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: .16666667em;
    -moz-border-radius: .16666667em;
    border-radius: .16666667em;
    font-size: 85.71428571%;
    color: #0166ff;
    border: 1px solid #0166ff;
    padding: 0 .66666667em
}

.part-a-knowledge .item-title .title {
    font-size: 128.57142857%
}

.part-a-knowledge .lessons {
    margin-bottom: 2.85714286em
}

.part-a-knowledge .lessons li {
    display: block;
    overflow: hidden
}

.part-a-knowledge .lessons li:nth-child(odd) {
    background: #fafcff
}

.part-a-knowledge .lessons li a {
    position: relative;
    display: block;
    line-height: 2.14285714em;
    overflow: hidden;
    color: #7c808a;
    padding: 1em 2.14285714em
}

.part-a-knowledge .lessons li a:hover {
    color: #0166ff
}

.part-a-knowledge .lessons .ico,.part-a-knowledge .lessons .lesson,.part-a-knowledge .lessons .title {
    display: inline-block;
    vertical-align: top;
    font-weight: normal
}

.part-a-knowledge .lessons .ico,.part-a-knowledge .lessons .lesson {
    margin-right: 2.14285714em
}

.part-a-knowledge .item-meta {
    font-weight: normal;
    color: #8a8a8a
}

.part-a-knowledge .item-meta a {
    color: #8a8a8a
}

.part-a-knowledge .item-meta a:hover {
    color: #ff6000
}

.part-a-knowledge .meta {
    display: inline-block;
    vertical-align: top;
    font-size: 85.71428571%;
    line-height: 1.66666667em;
    margin-right: 2.5em
}

.part-a-knowledge .author .avatar {
    display: inline-block;
    vertical-align: top;
    width: 1.66666667em;
    margin-right: .04rem
}

@media (max-width: 767.5px) {
    .part-a-knowledge {
        background-color:#fff;
        padding: 1.07142857em;
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        margin-bottom: .71428571em
    }

    .part-a-knowledge .item-wrap {
        position: relative;
        padding-left: 0;
        padding-right: 8.92857143em;
        min-height: 10em
    }

    .part-a-knowledge .item-thumb {
        left: auto;
        right: 0;
        bottom: 0;
        top: auto;
        width: 7.85714286em
    }

    .part-a-knowledge .item-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .part-a-knowledge .item-meta {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: .12rem
    }

    .part-a-knowledge .item-title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        margin-bottom: .57142857em
    }

    .part-a-knowledge .item-title .label {
        display: none
    }

    .part-a-knowledge .item-title a {
        max-height: none
    }

    .part-a-knowledge .item-title .title {
        display: block;
        font-size: 114.28571429%;
        font-weight: normal;
        line-height: 1.375em;
        max-height: 2.75em;
        text-align: justify;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .part-a-knowledge .lessons {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .part-a-knowledge .lessons li {
        padding: .5em .71428571em
    }

    .part-a-knowledge .lessons li a {
        padding: 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto
    }

    .part-a-knowledge .lessons li a::-webkit-scrollbar {
        display: none
    }

    .part-a-knowledge .lessons li:last-child {
        display: none
    }

    .part-a-knowledge .lessons .ico {
        margin-right: .35714286em
    }

    .part-a-knowledge .lessons .lesson {
        display: none
    }

    .part-a-knowledge .lessons .title {
        display: inline;
        font-size: 85.71428571%
    }
}

.part-footer-fixed {
    position: fixed;
    right: 10px;
    bottom: .15rem;
    z-index: 11;
    padding-left: .3rem;
    display: none
}

@media (min-width: 1024px) {
    .part-footer-fixed {
        display:block
    }
}

@media (min-width: 2056px) {
    .part-footer-fixed {
        right:auto;
        left: 50%;
        padding-left: 0;
        margin-left: 960px
    }
}

.part-footer-fixed.hide {
    z-index: -1
}

.part-footer-fixed .uisdc-live {
    position: relative;
    margin-bottom: 10px
}

@media (max-width: 1679.5px) {
    .part-footer-fixed .uisdc-live {
        display:none
    }
}

.part-footer-fixed .uisdc-live .live-title-img {
    width: .46rem
}

.part-footer-fixed .uisdc-live .live-content {
    position: absolute;
    right: 100%;
    bottom: 0;
    padding-right: 10px
}

.part-footer-fixed .f-nav {
    position: relative
}

.part-footer-fixed .f-nav:hover .part-navigations {
    display: block
}

.part-footer-fixed .f-nav .item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.part-footer-fixed .f-nav .part-navigations {
    position: absolute;
    right: 100%;
    bottom: 0;
    padding-right: 14px;
    display: none
}

.part-footer-fixed .f-nav .part-navigations .titles-wrap::before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 100%;
    bottom: 15px
}

.part-footer-fixed .menus {
    width: .46rem;
    margin-bottom: .1rem
}

@media (max-width: 1679.5px) {
    .part-footer-fixed .menus {
        display:none
    }
}

.part-footer-fixed .menus .item {
    border-bottom: none;
    position: relative
}

.part-footer-fixed .menus .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2
}

.part-footer-fixed .menus .item:first-child {
    -webkit-border-top-left-radius: .06rem;
    -moz-border-radius-topleft: .06rem;
    border-top-left-radius: .06rem;
    -webkit-border-top-right-radius: .06rem;
    -moz-border-radius-topright: .06rem;
    border-top-right-radius: .06rem
}

.part-footer-fixed .menus .item:last-child {
    -webkit-border-bottom-left-radius: .06rem;
    -moz-border-radius-bottomleft: .06rem;
    border-bottom-left-radius: .06rem;
    -webkit-border-bottom-right-radius: .06rem;
    -moz-border-radius-bottomright: .06rem;
    border-bottom-right-radius: .06rem
}

.part-footer-fixed .gotop .pt {
    display: none
}

.part-footer-fixed .gotop .part-navigations {
    position: absolute;
    right: 100%;
    bottom: 0;
    padding-right: 14px;
    display: none
}

.part-footer-fixed .gotop .part-navigations .titles-wrap::before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 100%;
    bottom: 15px
}

.part-footer-fixed .gotop .item {
    background-color: #0166ff;
    color: #fff;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem
}

.part-footer-fixed .gotop .item:hover {
    background-color: #0052cd;
    color: #fff
}

@media (max-width: 1679.5px) {
    .part-footer-fixed .gotop .item {
        width:36px;
        height: 36px;
        line-height: 36px
    }
}

.part-footer-fixed .gotop:hover .part-navigations {
    display: block
}

.part-footer-fixed .item {
    position: relative;
    display: block;
    width: .46rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .46rem;
    line-height: .46rem;
    text-align: center;
    font-size: .2rem;
    color: #999;
    cursor: pointer;
    background: rgba(255,255,255,0.8)
}

@media (min-width: 768px) {
    .part-footer-fixed .item {
        background:#fff
    }
}

.part-footer-fixed .item:hover {
    color: #ff6000
}

.part-footer-fixed .item a {
    color: #999
}

.part-footer-fixed .item a:hover {
    color: #ff6000
}

.part-footer-fixed .ewm:hover .code-div {
    display: block
}

.part-footer-fixed .code-div {
    position: absolute;
    right: 100%;
    bottom: -0.5rem;
    display: none;
    margin-right: -0.2rem;
    padding-right: .3rem
}

.part-footer-fixed .code-div .ewmDiv {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    padding: .15rem;
    border: 1px solid #e8e8e8
}

.part-footer-fixed .code-div .ewm-item {
    width: 2rem;
    overflow: hidden
}

.part-footer-fixed .code-div .ewm-item .code-wrap {
    width: 40%;
    float: left
}

.part-footer-fixed .code-div .ewm-item .ewm-main {
    margin-left: 45%;
    text-align: center
}

.part-footer-fixed .code-div .ewm-wechat {
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: .1rem
}

.part-footer-fixed .code-div .ewm-wechat h5 {
    color: #47c333
}

.part-footer-fixed .code-div .ewm-weibo a h5 {
    color: #f30
}

.part-footer-fixed .code-div .ewm-weibo a:hover h5 {
    text-decoration: underline
}

.part-footer-fixed .code-div .code {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: .1rem
}

.part-footer-fixed .code-div h5 {
    font-size: .12rem;
    color: #f30
}

.part-footer-fixed .code-div p {
    font-size: .12rem;
    line-height: 1.3;
    margin: .05rem 0 .08rem
}

.part-footer-fixed .code-div a {
    color: #525252
}

.part-footer-fixed .code-div .item {
    float: left;
    width: 2.02rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .8rem .4rem .15rem;
    font-size: .12rem;
    text-align: center
}

.part-footer-fixed .code-div .wechat {
    background-image: url(https://image.uisdc.com/wp-content/uploads/2019/01/wechat2x.png)
}

.part-footer-fixed .code-div .weibo {
    background-image: url(https://image.uisdc.com/wp-content/uploads/2019/01/weibo2x.png)
}

.part-footer-fixed .item:hover .icon-comme::before {
    content: '\e845'
}

.part-footer-fixed .item .icon-comme {
    font-size: .22rem
}

.part-footer-fixed .item:hover .icon-comme {
    font-size: .26rem
}

.part-footer-fixed .open-uisdc-live-side {
    cursor: pointer;
    width: .46rem;
    margin-bottom: .1rem
}

@media (max-width: 1023.5px) {
    .part-footer-fixed .open-uisdc-live-side {
        display:none
    }
}

.part-footer-fixed .open-uisdc-live-side img {
    display: block;
    width: 100%
}

.part-footer-fixed .open-uisdc-live-side .hover {
    display: none
}

.part-footer-fixed .open-uisdc-live-side:hover .show {
    display: none
}

.part-footer-fixed .open-uisdc-live-side:hover .hover {
    display: block
}

@media (max-width: 1919.5px) {
    .part-footer-fixed .fixed-right {
        display:block;
        right: .1rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.part-main-menu {
    background: -webkit-gradient(linear, right top, left top, from(rgba(245,246,250,0.3)), to(rgba(242,242,242,0)));
    background: -webkit-linear-gradient(right, rgba(245,246,250,0.3) 0%, rgba(242,242,242,0) 100%);
    background: -moz- oldlinear-gradient(right, rgba(245,246,250,0.3) 0%, rgba(242,242,242,0) 100%);
    background: -o-linear-gradient(right, rgba(245,246,250,0.3) 0%, rgba(242,242,242,0) 100%);
    background: linear-gradient(270deg, rgba(245,246,250,0.3) 0%, rgba(242,242,242,0) 100%)
}

.part-main-menu .c-wrap {
    position: relative
}

.part-main-menu .c-menus {
    padding-top: 1.78571429em;
    padding-bottom: 1.78571429em
}

.part-main-menu .m-item {
    display: block;
    text-align: center;
    color: #323232;
    margin-bottom: 1.78571429em
}

.part-main-menu .m-item:last-child {
    margin-bottom: 0
}

.part-main-menu .m-item:hover {
    color: #0166ff
}

.part-main-menu .m-item:hover .m-ico {
    background-color: #0166ff;
    color: #fff
}

.part-main-menu .m-ico {
    display: block;
    margin: 0 auto .57142857em;
    width: 2.57142857em;
    line-height: 2.57142857em;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    background: rgba(1,102,255,0.05);
    color: #0166ff
}

.part-main-menu .m-ico .ico {
    font-size: 128.57142857%
}

.part-main-menu .m-title {
    display: block;
    font-size: 85.71428571%
}

@media (max-width: 1023.5px) {
    .part-main-menu .c-menus {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .part-main-menu .m-item {
        width: 12.5%
    }
}

@media (max-width: 767.5px) {
    .part-main-menu .c-menus {
        padding:0;
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto
    }

    .part-main-menu .c-menus::-webkit-scrollbar {
        display: none
    }

    .part-main-menu .m-item {
        display: inline-block;
        width: auto;
        padding: 0 1em;
        line-height: 2.14285714em;
        -webkit-border-radius: .35714286em;
        -moz-border-radius: .35714286em;
        border-radius: .35714286em;
        margin-bottom: 0
    }

    .part-main-menu .m-item:first-child {
        background-color: #fff;
        color: #0166ff
    }

    .part-main-menu .m-title {
        font-size: 114.28571429%
    }

    .part-main-menu .m-ico {
        display: none
    }
}

.part-main-content .c-wrap {
    background-color: #fff;
    padding: 2.14285714em 5.71428571em
}

.part-main-content .part-custom-menu {
    margin-bottom: 2.85714286em
}

.part-main-content .part-uisdc-aigc {
    margin-bottom: 5em
}

.part-main-content .a-title {
    font-size: 171.42857143%;
    color: #0166ff;
    margin-bottom: 1.08333333em
}

.part-main-content .part-people-see,.part-main-content .part-uiii-aigc {
    margin: 0 -5.71428571em 5em;
    -webkit-border-radius: 1.42857143em 0 0 0;
    -moz-border-radius: 1.42857143em 0 0 0;
    border-radius: 1.42857143em 0 0 0;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .part-main-content .part-people-see,.part-main-content .part-uiii-aigc {
        padding-top:2.14285714em
    }

    .part-main-content .part-people-see::before,.part-main-content .part-uiii-aigc::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 0;
        padding-top: 12.7399651%;
        padding-top: max(12.7399651%, 10.42857143em);
        background: -webkit-linear-gradient(275deg, rgba(211,230,255,0.2) 7.18%, rgba(255,255,255,0.2) 59.82%);
        background: -moz- oldlinear-gradient(275deg, rgba(211,230,255,0.2) 7.18%, rgba(255,255,255,0.2) 59.82%);
        background: -o-linear-gradient(275deg, rgba(211,230,255,0.2) 7.18%, rgba(255,255,255,0.2) 59.82%);
        background: linear-gradient(175deg, rgba(211,230,255,0.2) 7.18%, rgba(255,255,255,0.2) 59.82%)
    }
}

.part-main-content .part-people-see .a-wrap,.part-main-content .part-uiii-aigc .a-wrap {
    padding: 0 5.71428571em;
    position: relative
}

.part-main-content .part-people-see {
    margin-bottom: 1.42857143em
}

@media (max-width: 1679.5px) {
    .part-main-content .c-wrap {
        padding:2.14285714em 2.85714286em
    }

    .part-main-content .part-uisdc-aigc {
        margin-bottom: 2.85714286em
    }

    .part-main-content .part-people-see,.part-main-content .part-uiii-aigc {
        margin: 0 -2.85714286em 2.85714286em
    }

    .part-main-content .part-people-see .a-wrap,.part-main-content .part-uiii-aigc .a-wrap {
        padding: 0 2.85714286em
    }
}

@media (max-width: 767.5px) {
    .part-main-content .c-wrap {
        padding:0;
        background-color: transparent
    }

    .part-main-content .a-title {
        font-size: 142.85714286%;
        color: #000
    }

    .part-main-content .a-title .ico {
        display: none
    }

    .part-main-content .part-uisdc-aigc {
        margin-bottom: 1.42857143em
    }

    .part-main-content .part-people-see {
        display: none
    }

    .part-main-content .part-uiii-aigc {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0 0 1.42857143em
    }

    .part-main-content .part-uiii-aigc .a-wrap {
        padding: 0
    }

    .part-main-content .part-custom-menu {
        margin-bottom: .71428571em
    }
}

.part-home-main .m-wrap {
    background-color: #fcfcfd;
    -webkit-border-radius: .71428571em;
    -moz-border-radius: .71428571em;
    border-radius: .71428571em;
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.part-home-main .part-main-menu {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 9.28571429em
}

.part-home-main .part-main-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 1023.5px) {
    .part-home-main .m-wrap {
        display:block
    }

    .part-home-main .part-main-menu {
        width: auto
    }
}

@media (max-width: 1023.5px) {
    .part-home-main {
        margin-bottom:1.42857143em
    }
}

@media (max-width: 767.5px) {
    .part-home-main {
        margin-bottom:0
    }

    .part-home-main .m-wrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent
    }

    .part-home-main .part-main-menu {
        margin-bottom: 1.42857143em
    }
}

.part-home-row {
    margin: 0 -0.71428571em 2.85714286em
}

.part-home-row .part-home-main,.part-home-row .part-home-sidebar {
    padding: 0 .71428571em
}

@media (max-width: 1329.5px) {
    .part-home-row .part-home-sidebar {
        display:none
    }
}

@media (max-width: 1023.5px) {
    .part-home-row {
        margin-bottom:0
    }

    .part-home-row .part-home-sidebar .part-widget-show,.part-home-row .part-home-sidebar .part-widget-wechat-group {
        display: none
    }
}

@media (max-width: 767.5px) {
    .part-home-row {
        display:block;
        margin: 0
    }

    .part-home-row .part-home-main,.part-home-row .part-home-sidebar {
        padding: 0
    }

    .part-home-row .part-home-sidebar {
        display: block
    }
}

.home-content {
    padding-top: 1.42857143em
}

.home-content .part-read,.home-content .part-hao {
    margin-bottom: 1.42857143em
}

@media (max-width: 767.5px) {
    .home-content .container {
        margin:0 .71428571em
    }
}

/*# sourceMappingURL=./styles.css.map */
