@font-face {
    font-family: iconfont;
    src: url(https://at.alicdn.com/t/font_1706200_3sgw4esvyq9.eot?t=1584846914425);
    src: url(https://at.alicdn.com/t/font_1706200_3sgw4esvyq9.eot?t=1584846914425) format(&#x27; embedded-opentype&#x27; ), url(https://www.xgwo.xyz/&) format(&#x27; woff2&#x27; ), url(https://at.alicdn.com/t/font_1706200_3sgw4esvyq9.woff?t=1584846914425) format(&#x27; woff&#x27; ), url(https://at.alicdn.com/t/font_1706200_3sgw4esvyq9.ttf?t=1584846914425) format(&#x27; truetype&#x27; ), url(https://at.alicdn.com/t/font_1706200_3sgw4esvyq9.svg?t=1584846914425) format(&#x27; svg&#x27; )
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-querenzhengque:before {
    content: &quot;
    \e600&quot;
}

.icon-tishi:before {
    content: &quot;
    \e640&quot;
}

.icon-cuowu:before {
    content: &quot;
    \e602&quot;
}

.icon-jinggao:before {
    content: &quot;
    \e62b&quot;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300
}

body,
body ::-webkit-input-placeholder {
    font-family: Source Sans Pro, sans-serif;
    color: #fff;
    font-weight: 300
}

body :-moz-placeholder,
body ::-moz-placeholder {
    font-family: Source Sans Pro, sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: 300
}

body :-ms-input-placeholder {
    font-family: Source Sans Pro, sans-serif;
    color: #fff;
    font-weight: 300
}

a {
    text-decoration: none
}

.wrapper {
    background: #5071FF;
    background: linear-gradient(to bottom right, #5071FF 0, #ff66c4 100%);
    overflow: hidden;
}

.bg-bubbles,
.wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.bg-bubbles {
    top: 0;
    z-index: 1
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: hsla(0, 0%, 100%, .15);
    bottom: -160px;
    animation: square 25s infinite;
    transition-timing-function: linear
}

.bg-bubbles li:nth-child(1) {
    left: 10%
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 17s
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: hsla(0, 0%, 100%, .25)
}

.bg-bubbles li:nth-child(5) {
    left: 70%
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s
}

@keyframes square {
    0% {
        transform: translatey(0)
    }

    to {
        transform: translatey(-700px) rotate(600deg)
    }
}

@media (max-width:500px) {
    .container h1 {
        font-size: 60px
    }

    form button,
    form input {
        width: 500px
    }
}

.main {
    padding: 10px 0;
    z-index: 999;
    position: relative
}

.main h1 {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: 1000;
    margin-bottom: 10px;
    text-transform: uppercase
}

.content {
    margin: 0 auto;
    width: 34%;
    background: #fff;
    border-radius: 30px
}

p .footer {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-top: 30px
}

p .footer a {
    color: #55acee
}

p .footer a:hover {
    color: #000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.content-top h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #5071ff;
    padding: 12px 0;
    border-radius: 30px;
    width: 70%;
    margin: 0 auto;  
}

.content-top p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 15px
}

.content-top ul li {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 1.3em;
    text-align: center;
    font-size: 18px;
    padding: 1.5em 0.5em 0.7207em 1em;
    border-bottom: 1px solid #e2e0de;
}

.content-top ul li a {
    color: #000;
    font-weight: 400
}

.content-top ul li a i {
    color: #5071ff;
    font-weight: 800;
    font-style: normal;
    display: block;
    margin: 2px 0
}

.content-top ul li span {
    display: block;
    color: #ffffff
}

.content-top {
    padding: 1em
}

.content-top p a {
    color: #55acee;
    margin-left: 5px
}

@media (max-width:1366px) {
    .content {
        width: 31%
    }
}

@media (max-width:1280px) {
    .content {
        width: 32%
    }
}

@media (max-width:1080px) {
    .content {
        width: 38%
    }

    .main h1 {
        font-size: 36px
    }

    .content-top h2 {
        font-size: 20px;
        padding: 10px 0
    }

    .content-top p,
    .content-top ul li,
    p .footer {
        font-size: 14px
    }
}

@media (max-width:800px) {
    .main h1 {
        font-size: 34px
    }

    .content {
        width: 46%
    }
}

@media (max-width:768px) {
    .main {
        padding: 90px 0
    }

    .main h1 {
        margin-bottom: 55px
    }

    p .footer {
        margin-top: 75px
    }
}

@media (max-width:736px) {
    .main {
        padding: 70px 0
    }

    .main h1 {
        margin-bottom: 45px
    }

    .content {
        width: 53%
    }

    p .footer {
        margin-top: 50px
    }
}

@media (max-width:667px) {
    .main h1 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .main {
        padding: 60px 0
    }

    .content {
        width: 57%
    }

    .content-top h2 {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .main h1 {
        font-size: 30px
    }

    .content-top {
        padding: 1em
    }

    .content {
        width: 62%
    }
}

@media (max-width:568px) {
    .content {
        width: 68%
    }
}

@media (max-width:480px) {
    .content {
        width: 78%
    }

    .main h1 {
        font-size: 28px
    }

    p .footer {
        margin-top: 42px
    }
}

@media (max-width:414px) {
    .content-top h2 {
        font-size: 16px
    }

    .content {
        width: 85%
    }

    .main {
        padding: 20px 0
    }

    p .footer {
        line-height: 1.8em;
        margin: 42px auto 0;
        width: 85%
    }
}

@media (max-width:384px) {
    .main h1 {
        font-size: 27px
    }

    .content,
    p .footer {
        width: 90%
    }

    p .footer {
        margin: 32px auto 0
    }
}

@media (max-width:375px) {
    .main h1 {
        font-size: 26px;
        margin-bottom: 25px
    }

    .main {
        padding: 45px 0
    }

    .content,
    p .footer {
        width: 92%
    }

    .content-top h2 {
        padding: 8px 0
    }
}

@media (max-width:320px) {
    .main h1 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .content-top ul li {
        padding: 1em 0 1em 1em;
        background-size: 13% !important
    }

    .content-top {
        padding: 1.2em
    }

    .content-top p,
    .content-top ul li,
    p .footer {
        font-size: 13px
    }

    .content,
    p .footer {
        width: 90%
    }
}

@media(max-width:500px) {

    .bg-bubbles,
    .wrapper {
        height: auto;
    }
}

/* 实时浏览窗口样式 */
.preview-container {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    margin-top: 1rem;
}

.iframe-wrapper {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 125%;
    height: 125%;
}

.iframe-link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent rgba(80, 113, 255, 0.9) transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.iframe-link-btn:hover {
    border-color: transparent transparent rgba(80, 113, 255, 1) transparent;
    border-width: 0 0 80px 80px;
}

.iframe-link-btn span {
    position: absolute;
    bottom: -59px;
    right: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
    transform: rotate(-45deg);
    white-space: nowrap;
}

.iframe-ad-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: rgba(255, 102, 196, 0.9) transparent transparent transparent;
    cursor: pointer;
    transition: all 0.3s 
ease;
    z-index: 10;
}

.iframe-ad-btn:hover {
    border-color: rgba(255, 102, 196, 1) transparent transparent transparent;
    border-width: 80px 80px 0 0;
}

.iframe-ad-btn span {
    position: absolute;
    top: -38px;
    left: 4px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    pointer-events: none;
    transform: rotate(-45deg);
    white-space: nowrap;
}
.preview-title {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
  position: relative; /* 让伪元素定位有效 */
  display: inline-block; /* 让背景只包裹文字 */
}

.yinghe-follow-text strong {
  position: relative;
  z-index: 1; /* 确保文字在背景上方 */
}

.yinghe-follow-text strong::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 60%;
    background: rgb(123 111 241);
    bottom: -8%;
    z-index: -1;
    transform: rotate(355deg);
    border-radius: 4px;
}
/* 响应式设计 */
@media (max-width: 768px) {
    .iframe-wrapper iframe {
        transform: scale(0.6);
        width: 166.67%;
        height: 166.67%;
    }
}

@media (max-width: 480px) {
    .preview-container {
        padding: 1rem;
    }

    .iframe-wrapper iframe {
        transform: scale(0.5);
        width: 200%;
        height: 200%;
    }
}