.yinghe .url-card .card {
    background: transparent;
}
.yinghe .url-card .card-body {
    padding: 1.25rem;
}

.yinghe .url-info p, .yinghe .yh-block {
    padding-top: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.yh-link {
    position: relative;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    max-width: 100%;
    overflow: hidden;
}

.yh-link img {
    width: 16px;
    vertical-align: -2px;
    margin-right: 7px;
}
.yh-link strong {
    flex: 1;
}
.yh-link span {
    font-size: 12px;
    float: right;
}
.yh-link i {
    font-size: 11px;
    opacity: .3;
    margin-left: 3px;
    vertical-align: 3%;
}
.yinghe .url-info p.two {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}
.border::after,.yinghe .url-card .card::after,.yinghe .url-card.ai-site .card::after,.yinghe .url-card.ai-site .yh-link::after,.content-wrap .url-card .url-body::after,.site-header-information-list::after,.btn-o::after {
    border: 1px solid #f1f2f3;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none
}

.yinghe .golden .card::after {
    background: linear-gradient(to right bottom, #fff4d1 0%, #d7ca8a 100%) !important
}

.yinghe .golden strong, .yinghe .golden strong a {
    color: #6a3f00;
}
.yinghe .green .card::after {
    background: linear-gradient(to right bottom, #eefad6 0%, #adde9e 100%) !important;
}
.yinghe .green strong, .yinghe .green strong a {
    color: #007100;
}
.yinghe .blue .card::after {
    background: linear-gradient(to right bottom, #eaf8ff 0%, #c2dcf2 100%) !important;
}
.yinghe .blue strong, .yinghe .blue strong a {
    color: #283593;
}

/*** cps弹窗 */
.sitewindow, .yinghe-window {
    align-items: center;
    position: fixed;
    display: none;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.38);
}

.yinghe-window.open, .sitewindow.open {
    opacity: 1;
    display: flex;
    pointer-events: auto;
}

.yinghe-window-body {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.yinghe-window.open .yinghe-window-body, .sitewindow.open .yinghe-window-body {
    -webkit-animation-name: tips-open;
    animation-name: tips-open;
}

.yinghe-window-body {
    margin: 0 auto;
    padding: 10px;
    width: 330px;
    border: 0;
}

.yinghe-window-bg {
    background: #283593;
    padding: 20px 10px 10px;
    border-radius: 18px;
}

.yinghe-window-title {
    font-size: 20px;
    color: #ebb50a;
    text-align: center;
    padding: 0 0 15px;
    font-weight: 700;
}

.yinghe-window .slider_menu {
    margin-top: 5px;
    justify-content: center;
    bottom: 13px;
}

.slider_menu[sliderTab] {
    background: transparent;
    border: none;
    overflow: initial;
    border-radius: 0;
}
.yinghe-window .nav {
    padding: 3px;
}
.yinghe-window .nav::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #121b56;
    border-radius: 14px;
    z-index: -1;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a {
    z-index: 1;
    -webkit-transition: initial !important;
    transition: initial !important;
    color: #fff !important;
    position: relative;
    margin: 0;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a.active {
    color: #283593 !important;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a::before {
    content: '';
    height: 100%;
    width: 100%;
    background: transparent !important;
    z-index: -1;
    border-radius: 11px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a.active::before {
    background: linear-gradient(to bottom left, #fff 0%, #9ff492 150%) !important;
}

.yinghe-window .slider_menu[sliderTab] ul:hover li:not(.hover) a.active {
    color: #283593 !important;
}

.yinghe-window-main {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.yinghe-window-pane {
    display: none;
}
.yinghe-window-pane.active {
    display: block;
}

.yinghe-window-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.yinghe-window-img img {
    width: 100%;
}

.yinghe-window-content {
    line-height: 1.7;
    margin: 20px -30px -30px;
    padding: 20px 25px;
    border-top: 1px dashed #283593;
    font-size: 13px;
    position: relative;
    color: rgba(0, 0, 0, 0.85);
}


.yinghe-window-content:after, .yinghe-window-content:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 8px;
}

.yinghe-window-content:before {
    left: 0px;
    top: -8px;
    background: #283593;
    border-radius: 0 50px 50px 0;
    box-shadow: inset -1px 0px 1px 1px #2c346d;
}

.yinghe-window-content:after {
    right: 0;
    top: -8px;
    background: #283593;
    border-radius: 50px 0 0 50px;
    box-shadow: inset 1px 0px 1px 1px #2c346d;
}


.highlight-01,.highlight-03,.highlight-02 {
    position: relative;
    z-index: 1
}

.highlight-01::after,.highlight-03::after,.highlight-02::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: .7
}

.highlight-01::after {
    bottom: -5px;
    height: 15px;
    background: #fff
}

.highlight-02::after {
    bottom: 0px;
    height: 40%;
    background: #f9e476
}

.highlight-03::after {
    bottom: 0px;
    height: 40%;
    background: #95ff88
}

.yinghe-window .highlight-01::after {
    background: #95ff88;
    bottom: 0;
    height: 10px
}

/** 小工具样式 **/
#sidebar_fulishe {
    background: linear-gradient(to right bottom, #f9ecc4 0%, #eadfab 100%);
}
#sidebar_fulishe h3 {
    color: #6a3f00;
}
.yinghe_into {
    font-size: 13px;
    color: #fff2a2;
    line-height: 25px;
    margin-top: -1px;
    position: relative;
    padding: 0 10px;
}
#sidebar_fulishe .yinghe_into {
    z-index: 1;
    margin-left: 10px;
    line-height: 21px;
    font-size: 12px;
}
.yinghe_into::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 3px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #283593;
    border-radius: 2px;
    transform: rotate(45deg) skewX(-5deg);
    z-index: -1;
}
.yinghe_into::after {
    content: '';
    transform: skewX(-5deg);
    border-radius: 5px;
    background: #283593;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sidebar-style {
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 12px 20px;
    position: relative;
    border-top: 1px dashed #eadfab;
}
.sidebar-style:first-child {
    border-radius: 10px 10px 0 0;
    border-top: none;
}
.sidebar-style:last-child {
    border-radius: 0 0 10px 10px;
}
#sidebar_fulishe .sidebar-style {
    padding: 12px 15px;
    margin: 0 -5px;
}
.sidebar-style-name {
    font-size: 16px;
    color: #283593;
}
.sidebar-style-logo {
    position: absolute;
    right: 20px;
    top: 19px;
    height: 32px;
    width: 32px;
    border-radius: 30px;
}
#sidebar_fulishe .sidebar-style-logo {
    right: 10px;
    top: 6px;
    height: 20px;
    width: 20px;
}
.sidebar-style-name strong {
    color: #333;
}

#sidebar_fulishe .sidebar-style-name p {
    font-size: 11.5px;
    margin: 0;
}

.sidebar-style-name.sim .highlight-01::after {
    background: #fff664
}

.sidebar-style .highlight-01::after {
    bottom: 1px;
    height: 10px;
    background: #95ff88
}

.sidebar-style:hover {
    background: linear-gradient(to left bottom, #b7ffac 0%, #fff 35%);
}