@charset "utf-8";

.funyu_allstyle {
    width: 100%;
    text-align: center;
}

.funyu_allstyle,
.funyu_allstyle p {
    color: #333;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

h1.funyu_h1 {
    width: 950px;
    margin: auto;
    border: none !important;
    margin-top: 20px;
}

h1.funyu_h1 img {
    width: 100%;
}

.funyu_features {
    margin: 3em auto 0;
}

.funyu_features h2 {
    color: #FFC019;
    font-size: 2em;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.funyu_features_box {
    width: 950px;
    box-sizing: boder-box;
    padding: 3em 0;
    margin: auto;
}

.funyu_features_box img {
    margin-top: 1.5em;
}

.funyu_campaign {
    margin: 3em auto 0;
}

.funyu_campaign_box {
    width: 950px;
    box-sizing: boder-box;
    margin: auto;
}

.funyu_campaign_box img {
    margin-top: 1.5em;
}

.animation_title {
    animation: animation_title 2s ease-out infinite;
    opacity: 1;
}

@keyframes animation_title {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }
}

.funyu_nav {
    width: 950px;
    text-align: center;
    margin: 3em auto 0;
}

.funyu_nav div {
    width: 75%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.funyu_nav div a {
    color: #0000a0;
    text-decoration: none;
    font-size: 1.4em;
}

.funyu_nav div a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.funyu_nav div a img {
    margin-top: 0.5em;
    width: 25%;
}


.funyu_details h2 {
    color: #fff;
    text-align: left;
    background: #FFC019;
    padding: 0.5em;
    margin: 0 0 1em;
    font-size: 1.8em;
}

.funyu_details {
    width: 950px;
    margin: 3em auto 0;
}

.funyu_details img {
    width: 100%;
    margin-top: 2em;
}

.funyu_details table.funyu_details_table {
    width: 100%;
    text-align: left;
    border-top: 1px solid #B9B9B9;
    margin-top: 2em;
}

.funyu_details table.funyu_details_table th,
.funyu_details table.funyu_details_table td {
    border-bottom: 1px solid #B9B9B9;
}

.funyu_details table.funyu_details_table th {
    box-sizing: border-box;
    width: 15%;
    font-weight: bold;
    padding: 1em;
    background: #F5F5F5;
}

.funyu_details table.funyu_details_table td {
    width: 75%;
    padding: 1em;
}

.funyu_btn_text {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #FF5a24;
}

.funyu_btn_text span {
    font-size: 1.4em;
}

a.funyu_btn {
    max-width: 100%;
    display: inline-block;
    padding: 1em 5em;
    margin-top: 0.5em;
    border-radius: 0.8em;
    color: #fff;
    background: #FF5a24;
    justify-content: center;
    text-decoration: none;
    font-size: 1.4em;
}

a.funyu_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.copy_code {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 65%;
    color: #000;
    font-size: 1.6em;
    padding: 0.5em 0;
    font-weight: bold;
    background: #fff;
    transition: .4s;
}

.copy_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    color: #fff;
    font-size: 1.4em;
    padding: 0.5em 0;
    font-weight: bold;
    background: #FF5a24;
    transition: .2s;
}

.copy_btn:hover {
    opacity: 0.6;
}

.copy_btn:hover {
    cursor: pointer;
}

