body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
    margin: 0;
    padding: 0;
}
body {
    font-family: PingFang SC;
}
body {
    background: #FAFAFA;
}
ul, ol {
    list-style: none;
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
button {
    margin: 0;
    padding: 0;
    border: 0px solid transparent;
    outline: none;
}
body {
    min-width: 1260px;
}
header.header-fixed {
    min-width: 1260px;
}
.content {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}
.topset {
    cursor: pointer;
}
.ui-wx {
 position: relative;
 display: none;
}
.ui-wx img {
 width: 130px;
 position: absolute;
}
.ui-wx.blue-wx {
 display: block;
}
header.header-fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}
.site-logo img {
    width: 120px;
    max-width: 100%;
    height: auto;
}
.site-logo {
    float: left;
    padding-right: 48px;
}
body * {
    transition: all 200ms;
}
.site-nav {
    float: left;
}
.site-nav>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.site-nav>ul>li {
    display: inline-block;
    margin-right: 16px;
}
.site-nav>ul>li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding: 4px 10px;
    transition: auto !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.site-nav>ul>li.hot {
    position: relative;
}
.site-nav>ul>li.more {
    position: relative;
}
.head-height {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    height: 72px;
}
li.menu-active {
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(56, 142, 228, 0.1) 0%, rgba(56, 142, 228, 0) 100%);
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-nav>ul>li.menu-active a {
    color: #388EE4;
    padding: 4px 12px 4px 12px;
}
.site-nav li.hot:before {
    content: "";
    background: url(../images/badge_new.png) no-repeat;
    background-size: 18px;
    right: -10px;
    top: -2px;
    width: 18px;
    height: 18px;
    position: absolute;
}
.bannerclass {
    position: absolute;
    left: 21.3%;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    bottom: 24.5%;
}
.swiper-slide a {
    position: relative;
    display: block;
}
.site-nav li.more:before {
    content: "";
    background: url(../images/dropdown.png) no-repeat;
    background-size: 16px;
    right: -10px;
    top: 7px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.site-nav>ul>li.members a {
    color: #68400B;
}
input#suchbegriff {
    border: 1px solid #e8eef6;
    border-radius: 50px;
    background-color: #fff;
    color: #111E2C;
    font-size: 13px;
    padding: 0 20px 1px 22px;
    height: 36px;
    outline: none;
    width: 100%;
    box-shadow: 0 0 38px 42px #fff inset;
}
input::-webkit-search-cancel-button{
    display: none;
}
input[type=search]::-ms-clear{
    display: none;
}
.site-search {
    width: 200px;
    margin-right: 24px;
}
form.search-form {
    position: relative;
    bottom: 0px;
}
.search img {
    position: absolute;
    width: 14px;
    right: 10px;
}
button.search {
    position: absolute;
    right: 0px;
    bottom: 25px;
}
.topset {
    align-items: center;
    position: relative;
}
.topset-image img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.user-down:before {
    content: "";
    background: url(../images/dropmore.png) no-repeat;
    background-size: 16px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 16px;
    height: 16px;
}
.topset a {
    display: flex;
}
.user-down {
    position: relative;
}
.topset-text {
    position: relative;
    font-size: 16px;
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    color: #000;
}
.topset-image {
    padding-right: 8px;
}
.topset-image.user-vip:before {
    content: "v";
    right: 3px;
    bottom: -2px;
    width: 16px;
    height: 16px;
    position: absolute;
    color: #fff;
    background-color: #FF9900;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: scale(0.8);
}

.topset-image.user-vip {
    position: relative;
}
.clear {
    clear: both;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bannerclass:hover {
    color: #388EE4;
}
.notice {
    border-radius: 8px;
    background: #FFFFFF;
    float: right;
    width: 400px;
    height: 300px;
    padding-top: 15px;
    padding-left: 30px;
    box-shadow: 0px 1px 8px 0px rgba(17, 30, 44, 0.02);
    margin-left: 20px;
}
.notice h3 {
    color: #111E2C;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 16px;
}
.notice ul li {
    padding-bottom: 16px;
}
.notice ul li a {
    color: #264360;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
}
.banner-fixe {
    margin: 30px 30px 15px 30px;
    display: flex;
}
.notice ul li a.new-ico:before {
    background: url(../images/new.png) no-repeat;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
}
.notice ul {
    width: 100%;
}
.notice ul li a {
    width: 330px;
    cursor: pointer;
}
.ui-website img {
    width: 24px;
    height: 24px;
}
.occupation-title {
    display: flex;
    align-items: center;
}
.a-route {
    color: #111E2C;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    padding-left: 8px;
    padding-right: 20px;
}
.a-span {
    opacity: 0.5;
    color: #111E2C;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
}
.occupation-con {
    margin: 0px 30px 30px 30px;
}
.occupation-list .ul-flex {
    display: flex;
    justify-content: space-between;
}
.occupation-list {
    padding-top: 10px;
}
.occupation-list .ul-flex li img {
    position: relative;
}
.curriculum {
    position: relative;
    top: -100px;
    left: 20px;
}
.curriculum h3 {
    color: #FFFFFF;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}
.curriculum span {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}
.occupation-list .ul-flex li {
    height: 150px;
}
.banner {
    margin: 70px auto 0;
    display: flex;
}
header.header-fixed {
    position: fixed;
    height: 74.47px;
}
.ui-md-study.on {
    display: block;
}
.ui-md-study {
    display: none;
}
.study {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
}
.ui-md.activea {
    color: #111E2C;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    font-weight: 600;
    position: relative;
}
.ui-md {
    opacity: 1;
    color: #111E2C;
    font-weight: 100;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
}
.ui-study-tab {
    display: flex;
}
.ui-study-tab .ui-md {
    padding-right: 24px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 2px;
}
.study {
    padding: 10px 30px 30px 30px;
    margin-bottom: 20px;
    height: 280px;
}
.ui-md-study li img {
    width: 280px;
    height: 160px;
    border-radius: 8px;
}
.ui-md-study li a h6 {
    color: #111E2C;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    width: 280px;
    margin-top: 16px;
    height: 48px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-flex {
    display: flex;
    justify-content: space-between;
}
.ui-md.activea:before {
    content: "";
    border-radius:
            6px;
    /* background: #388EE4; */
    position: absolute;
    width: 12px;
    height: 4px;
    bottom: -2px;
    left: 42px;
}
.toolbar {
    padding: 60px 65px 60px 65px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
}
.toolbar ul li img {
    width: 68px;
    height: 68px;
}
.toolbar ul li {
    text-align: center;
}
.toolbar ul li h6 {
    color: #111E2C;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 12px;
}
.toolbar ul li span {
    color: #111E2C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
}
.link-flex {
    display: flex;
    padding-bottom: 20px;
}
.didi {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
    width: 400px;
    height: 420px;
    padding: 30px 30px 30px 30px;
    margin-right: 20px;
}
.didi-title a {
    color: #388EE4;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    box-sizing: inherit;
}
.didi-title {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.didi-list li {
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.didi-list li p a {
    color: #0000006b;
}
.didi-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.didi-list li a {
    color: #264360;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}
.wx {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
    width: 400px;
    height: 420px;
    padding: 30px 30px 30px 30px;
}
.wx-title {
    padding-bottom: 24px;
}
.wx-title a {
    color: #388EE4;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
}
.wx-list ul li {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    padding: 12px 20px 12px 20px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wx-list ul li h3 {
    color: #264360;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    display: inline-block;
}
.wx-list ul li img {
    padding-left: 16px;
    border-left: 1px solid rgba(17, 30, 44, 0.3);
}
.basics {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
    padding: 30px 30px 30px 30px;
    width: 820px;
    height: 324px;
}
.didi-title span {
    opacity: 0.5;
    color: #111E2C;
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
    float: right;
}
.basics-list ul li {
    border-radius: 8px;
    background: #F5F6F7;
    padding: 12px 30px 12px 30px;
    margin: 0px 20px 20px 0px;
}
.basics-list ul li a {
    display: flex;
    align-items: center;
}
.basics-list ul li h3 {
    color: #111E2C;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    float: left;
}
.basics-list ul li img {
    float: left;
    padding-right: 5px;
}
.ui-ask {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
    padding: 30px 30px 30px 30px;
    width: 420px;
    height: 764px;
}
.ask-list li a {
    color: #264360;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: block;
    width: 360px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ask-list li {
    padding-bottom: 16px;
        width: 360px;
}
.four-lower {
    padding-bottom: 20px;
}
.course {
    padding: 30px 30px 30px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #f8fafc;
    /* border: 1px solid rgba(17, 30, 44, 0.08); */
    /* box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02); */
}
.course-lower {
    padding-bottom: 36px;
}
.seo-title {
    border-radius: 8px;
    background: linear-gradient(-115.01deg, #92B8E5 0%, #245CA0 100%);
    width: 280px;
    padding: 40px 40px 40px 40px;
    display: inline-block;
    height: 288px;
    position: relative;
}
.seo-title h3 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 8px;
}
.seo-title span {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    text-align: left;
    font-weight: 100;
}
.seo-color {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 40px;
    width: 200px;
    height: 46px;
    line-height: 3;
    text-align: center;
}
.login a img {
    width: 45%;
    border-radius: 50%;
}
.login a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-see a:hover {
    background: #388EE4;
    color: #ffffff;
}
.swiper-hidden {
    width: 780px;
    height: 300px;
    overflow: hidden;
}
.swiper-slide img {
    height: 300px;
    width: 780px;
}
.login a h3 {
    color: #333;
    font-weight: 600;
    width: 60px;
    font-size: 16px;
    padding-left: 10px;
}
.seo-color a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    font-family: PingFang SC;
    font-weight: 500;
}

.seo-color span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    font-family: PingFang SC;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.ui-seo-list img.lazyload {
    border-radius: 8px 8px 0px 0px;
    background: #C4C4C4;
    width: 280px;
    height: 160px;
}
.ui-seo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.ui-seo-list ul li {
    width: 280px;
    margin-left: 25px;
}
.seo-list-y {
    border-radius: 0px 0px 8px 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 20px 22px 20px;
}
.seo-list-y h6 {
    height: 62px;
}
.seo-list-y h6 {
    width: 240px;
    color: #111E2C;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.seo-list-y i {
    font-style: normal;
}
.seo-list-y span {
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
    color: #111E2C;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}
.ui-seo-list li:first-child {
    margin-left: 0;
}
.swiper-slide img {
    border-radius: 8px;
    background: linear-gradient(-82.66deg, #0072FF 0%, #5698DA 100%);
}
.seo-title.ui-build {
    border-radius: 8px;
    background: linear-gradient(-115.01deg, #D1DCED 0%, #767A82 100%);
}
.seo-title.ui-sem {
    border-radius: 8px;
    background: linear-gradient(-115.01deg, #92B8E5 0%, #6531E0 100%);
}
.seo-title.ui-applets {
    border-radius: 8px;
    background: linear-gradient(-115.01deg, #48D267 0%, #00B027 100%);
}
.seo-title.ui-business {
    border-radius: 8px;
    background: linear-gradient(-115.01deg, #FFB258 0%, #F37500 100%);
}
.seo-title.ui-share {
    border-radius: 8px;
    background: linear-gradient(-115.01deg, #4BD5F3 0%, #19B6D8 100%);
}
.ui-case {
    background: url(../images/case_bg.png) no-repeat;
    border-radius: 8px;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
    height: 520px;
    margin-bottom: 80px;
    background-size: 100% 100%;
}
.ui-case h3 {
    color: #000000;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 0px;
    padding-top: 80px;
    padding-left: 80px;
    margin-bottom: 32px;
}
.ui-case h3 i {
    font-style: normal;
    font-weight: 600;
}
.ui-case span {
    color: #000000;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    display: inline-block;
    padding-left: 80px;
}
.ui-see a {
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 12px 0px rgba(17, 30, 44, 0.02);
    color: #388EE4;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 16px 22px 16px 22px;
    margin-right: 9px;
}
.ui-see {
    padding-left: 80px;
    padding-top: 60px;
    display: flex;
}
.ui-see a img {
    padding-left: 8px;
}
footer.ui-footer {
    background: #111E2C;
}
.ui-seowhy h3 {
    color: #FFFFFF;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 24px;
}
.ui-seowhy li a {
    opacity: 1;
    color: #FFFFFF;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.ui-seowhy {
    padding-top: 60px;
    padding-right: 80px;
}
.ui-seowhy ul li {
    padding-bottom: 16px;
    opacity: 0.5;
    color: #ffffff;
    font-size: 16px;
}
.ui-seowhy-contain {
    display: flex;
    padding-left: 95px;
}
.ui-seowhy li a i {
    font-style: normal;
    padding-left: 12px;
}
.ui-solid {
    opacity: 0.10000000149011612;
    border: 1px solid #FFFFFF;
    margin-top: 44px;
}
.ui-icp {
    display: flex;
    justify-content: space-between;
}
.copyright {
    opacity: 0.5;
    color: #FFFFFF;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    padding: 24px 0 24px 0;
}
.copyright span {
    padding-left: 30px;
}
.copyright a {
    color: #FFFFFF;
}
.ui-code {
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
    width: 200px;
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 8px;
}
.ui-code {
    display: none;
}
a#ui-button-wx {
    right: 0px;
    text-align: right;
    position: absolute;
}
.ui-code:before {
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    position: absolute;
    right: 15px;
    content: "";
    top: -8px;
    display: block;
    border-color: transparent transparent #388ee4;
}
.didi-title {
    position: relative;
}
.ui-code img {
    width: 180px;
    height: 180px;
    margin-left: 10px;
    margin-top: 10px;
}
.ui-code span {
    opacity: 0.5;
    color: #111E2C;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    float: none;
    display: inline-block;
}

.ui-code.blue {
    display: block;
}
.userinfo-div {
    padding: 40px 0;
    position: absolute;
    width: 100px;
    z-index: 1988;
    right: 0;
    top: 0;
}
.drop-down {
    width: 240px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 1px 24px 0px rgba(17, 30, 44, 0.02);
    position: absolute;
    top: 60px;
    left: -100px;
}
.ui-name-id {
    padding: 10px 20px 10px 20px;
    border-radius: 8px 8px 0px 0px;
    background: url(../images/usermenu_bg.png) no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-name-id h3 {
    color: #388EE4;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    width: 115px;
}
.ui-name-id h3 p {
    font-size: 12px;
}
.ui-name-id a {
    opacity: 0.800000011920929;
    color: #E68A16;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}
.ui-website h3 {
    color: #111E2C;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}
.ui-website {
    padding: 12px 18.5px 12px 19.5px;
}
.ui-website a {
    display: flex;
    justify-content: space-between;
}
.background-a:hover {
    background: #FFFFFF linear-gradient(90deg, rgba(0, 194, 255, 0.1) 0%, #FFFFFF 100%);
}
.background-b:hover {
    background: #FFFFFF linear-gradient(90deg, rgba(255, 107, 0, 0.1) 0%, #FFFFFF 100%);
}
.background-c:hover {
    background: #FFFFFF linear-gradient(90deg, rgba(16, 201, 57, 0.1) 0%, #FFFFFF 100%);
}
.background-d:hover {
    background: #FFFFFF linear-gradient(90deg, rgba(234, 71, 1, 0.1) 0%, #FFFFFF 100%);
}
.ui-bottom {
    border: 1px solid #E7E8EA;
}
.ui-information {
    display: none;
    padding: 12px 36px 17px 36px;
    justify-content: space-between;
}
.ui-information a {
    opacity: 0.800000011920929;
    color: #111E2C;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
.ui-information a i {
    color: #E68A16;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    padding-left: 4px;
}
.information-color {
    border: 1px solid rgba(17, 30, 44, 0.08);
}
.userinfo-div {
    display: none;
}
.userinfo-div.ui-block {
    display: block;
}
#drop-down {
    padding: 40px 0;
    position: absolute;
    width: 140px;
    z-index: 1988;
    right: 0;
    top: 0;
}
.selectmyurl {
    position: absolute;
    max-height: 390px;
    overflow-y: auto;
    border-radius: 5px;
    border: 1px solid rgb(199,202,206);
    background-color: white;
    padding: 5px 12px;
    top: 60px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: unset;
    width: 250px;
    display: none;
}
.selectmyurl p.myurl a {
    color: #000;
}
.selectmyurl p.myurl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
span.sb_num {
    background-color: #7f7f8c;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.selectmyurl .myurl:nth-child(1) span {
    background-color: #ff183e;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.selectmyurl .myurl:nth-child(2) span {
    background-color: #ff5c38;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.selectmyurl .myurl:nth-child(3) span {
    background-color: #ffb821;
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.site-nav>ul>li.more a:hover {
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(56, 142, 228, 0.1) 0%, rgba(56, 142, 228, 0) 100%);
}
.basics-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ui-md-study li:hover h6 {
    color: #388EE4;
}
.ui-seo-list ul li:hover h6 {
    color: #388EE4;
}
.toolbar ul li h6:hover {
    color: #388EE4;
}
.wx-list ul li h3:hover {
    color: #388EE4;
}
.basics-list ul li h3:hover {
    color: #388EE4;
}
.ui-seo-list ul li:hover {
    border-radius: 8px 8px 8px 8px;
    transform: translateY(-5px);
    box-shadow: 0 30px 36px -12px rgba(12,21,35,.16);
    border-color: hsla(0,0%,80.8%,.31);
}
.swiper-wrapper {
    height: 100% !important;
}
.swiper-slide {
    height: 100% !important;
}
.notice ul li a i {
    padding-right: 10px;
    font-size: 13px;
    font-style: normal;
}
.site-nav>ul>li a:hover {
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(56, 142, 228, 0.1) 0%, rgba(56, 142, 228, 0) 100%);
}
.ui-code-a {
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
    width: 200px;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 8px;
    z-index: 999;
}
.ui-code-b {
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
    width: 200px;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 8px;
    z-index: 999;
}
.ui-code-c {
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
    width: 200px;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 8px;
    z-index: 999;
}
.ui-code-d {
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
    width: 200px;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 8px;
    z-index: 999;
}
.ui-code-e {
     background: #FFFFFF;
     border: 1px solid rgba(17, 30, 44, 0.08);
     box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
     width: 200px;
     position: absolute;
     right: 0;
     top: 50px;
     border-radius: 8px;
     z-index: 999;
 }
.ui-code-ui {
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(17, 30, 44, 0.02);
    width: 200px;
    position: absolute;
    right: 0;
    top: 25px;
    border-radius: 8px;
    z-index: 999;
}
.ui-code-ui img {
    width: 180px;
    height: 180px;
    float: right;
    padding-left: inherit !important;
    margin-right: 5px;
    margin-top: 10px;
    border-left: none !important;
}
.ui-code-ui span {
    opacity: 0.5;
    color: #111E2C;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    float: none;
    display: inline-block;
}
.didi-list li {
    position: relative;
}
.wx-list ul li {
    position: relative;
}
.ui-code-a img {
    width: 180px;
    height: 180px;
    float: right;
    padding-left: inherit !important;
    margin-right: 5px;
    margin-top: 10px;
    border-left: none !important;
}
.ui-code-b img {
    width: 180px;
    height: 180px;
    float: right;
    padding-left: inherit !important;
    margin-right: 5px;
    margin-top: 10px;
    border-left: none !important;
}
.ui-code-c img {
    width: 180px;
    height: 180px;
    float: right;
    padding-left: inherit !important;
    margin-right: 5px;
    margin-top: 10px;
    border-left: none !important;
}
.ui-code-d img {
    width: 180px;
    height: 180px;
    float: right;
    padding-left: inherit !important;
    margin-right: 5px;
    margin-top: 10px;
    border-left: none !important;
}
.ui-code-e img {
    width: 180px;
    height: 180px;
    float: right;
    padding-left: inherit !important;
    margin-right: 5px;
    margin-top: 10px;
    border-left: none !important;
}
.wx-list ul li span {
    opacity: 0.5;
    color: #111E2C;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    float: none;
    display: inline-block;
}
.ui-code-a {
    display: none;
}
.ui-code-b {
    display: none;
}
.ui-code-c {
    display: none;
}
.ui-code-d {
    display: none;
}
.ui-code-e {
    display: none;
}
.ui-code {
    z-index: 999;
}

.ui-code-02 {
    display: none;
}
.ui-code-3 {
    display: none;
}
.ui-code-4 {
    display: none;
}
.ui-code-5 {
    display: none;
}
.ui-code-6 {
    display: none;
}
.ui-code-7 {
    display: none;
}
.ui-code-8 {
    display: none;
}.ui-code-9 {
     display: none;
 }



.ui-code-a.blue-a {
    display: block;
}
.ui-code-b.blue-b {
    display: block;
}
.ui-code-c.blue-c {
    display: block;
}
.ui-code-d.blue-d {
    display: block;
}
.ui-code-e.blue-e {
    display: block;
}



.ui-code-02.blue-02 {
    display: block;
}
.ui-code-3.blue-3 {
    display: block;
}
.ui-code-4.blue-4 {
    display: block;
}
.ui-code-5.blue-5 {
    display: block;
}
.ui-code-6.blue-6 {
    display: block;
}
.ui-code-7.blue-7 {
    display: block;
}
.ui-code-8.blue-8 {
    display: block;
}
.ui-code-9.blue-9 {
    display: block;
}




.didi-list li a:hover {
    color: #388EE4;
}
.ask-list li a:hover {
    color: #388EE4;
}
.notice ul li a:hover {
    color: #388EE4;
}
.more-ul-padding {
    width: 400px;
    right: -85px;
    top: 53px;
    padding: 20px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(17, 30, 44, 0.1);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 30px 36px -12px rgba(12,21,35,.16);
    border-color: hsla(0,0%,80.8%,.31);
    box-sizing: border-box;
}
.more-ul {
    display: none;
    padding: 45px 0;
    position: absolute;
    z-index: 1988;
    right: -85px;
    top: 13px;
}
.more-ul-padding ul li a {
    padding: inherit;
}
.more-ul-padding ul li {
    text-align: center;
}
.more-ul-padding ul li span {
    font-size: 13px;
    opacity: 0.5;
    color: #111E2C;
    font-family: PingFang SC;
}
.more-ul.more-block {
    display: block;
}
.more-ul-padding ul li:hover h6 {
    color: #388EE4;
}
.ui-md-study li a {
    position: relative;
}
.ui-md-study li a ._time {
    position: absolute;
    z-index: 10;
    top: 64px;
    width: 280px;
    text-align: right;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.54), #e2b839);
    padding-right: 5px;
    color: #ffffff;
    border-bottom-right-radius: 8px;
    font-size: 13px;
    height: 30px;
    line-height: 2.5;
}
.ui-md-study li a ._time span {
    color: #f50303;
}
.ui-md-study li a ._time p {
    display: inline-block;
    color: #ffffff;
}
.more-ul-padding ul li a h6 {
    color: #111E2C;
line-height: 1.5;
}
.occupation-list .ul-flex li:hover {
    transform: translateY(-5px);
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 15%;
    text-align: right;
    right: 0;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}



.device {
    position: relative;
    background: #111;
}
.device .arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}
.device .arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}
.ui-code-1.blue-1 {
    display: block;
}
.ui-code-2.blue-2 {
    display: block;
}
.copyright span:nth-child(2) {
    padding: 0;
}
.wx-list.sw-wx-p {
    position: relative;
    display: inline-block;
}