.container .mb-0 .row input {
    background-color: #29282A;
}

.container .mb-0 .row textarea {
    background-color: #29282A;
}

.fbox-bg.fbox-center .fbox-icon {
    margin-top: 2rem !important;
}

.page-section .heading-block h2 {
    color: #fff;
}

/* .heading-block {
    --cnvs-heading-block-font-size-h1: 2.5rem;
    --cnvs-heading-block-font-size-h2: 2.125rem;
    --cnvs-heading-block-font-size-h3: 1.875rem;
    --cnvs-heading-block-font-size-h4: 1.375rem;
    --cnvs-heading-block-font-weight: 600;
    --cnvs-heading-block-font-spacing: 0;
    --cnvs-heading-block-font-color: #fff;
    --cnvs-heading-block-font-transform: none;
    --cnvs-heading-block-center-container: 700px;
    --cnvs-title-block-border-size: 40px;
    --cnvs-heading-block-border: 2px solid #fff;
    --cnvs-heading-block-span-color: #fff;
    margin-bottom: 50px;
} */
.heading-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.heading-block img {
    width: 144px;
}

.heading-block::after {
    display: none !important;
}

#section-contact .form-control::placeholder,
#section-contact .form-control {
    color: #979797;
}

.feature-box .fbox-icon {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-color: none !important;
    border-radius: 200px;
    width: 70px !important;
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i {
    display: unset;
    height: unset;
    width: unset;
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

    margin: 0;
    padding: 40px 20px !important;
    border: 1px solid #373737 !important;
    border-radius: 0 !important;
    /* background: radial-gradient(223% 99% at 50% 52%, rgba(31, 29, 32, 0.5) 0%, rgba(23, 22, 25, 0.5) 100%); */
    background: rgba(31, 29, 32, 0.5);
}

.fbox-content h3,
.fbox-content .h3 {
    margin-top: 0;
    color: #FFFFFF !important;
}

.fbox-content h3 span.subtitle,
.fbox-content .h3 span.subtitle {
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 30px;
}

.form-control,
.form-control-textarea {
    /* width: 260px; */
    height: 70px;
    opacity: 1;
    background: #29282A;
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 20px;
    color: #c5c4c4;
    border: none !important;
}

.form-control-textarea {
    height: unset;
    width: 100%;
}

.form-control::placeholder {
    color: #979797;
}

.form-group {
    margin-bottom: 24px !important;
}

.contact-button {
    width: 100%;
    height: 70px;
    background: #0072FF;
    font-size: 20px !important;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-button:hover {
    color: #FFFFFF;
    background: #0056c1;
}

.form-group-button {
    margin: 0 !important;
    padding-right: 12px !important;
}

/* 游戏 - 浮动 */
.game-fd-box {
    border-radius: 0;
    background-color: #29282A;
    width: 60px;
    height: 178px;
}

.game-fd-box ul li .num {
	display: none;
	position: absolute;
	left: 0;
	top: -15px;
	width: 200px;
	height: 90px;
	margin-left: -180px;
	background: url('../image-jy/new/pop333.png') no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #FFF;
    line-height: 95px;
	padding-left: 40px;
}
.game-fd-box ul li:hover {
    border-radius: 5px;
    background: transparent;
}
.game-fd-box ul li:hover .num {
	display: block;
}

.game-fd-box .kefu {
    width: 32px;
    height: 32px;
    background-image: url('../image-jy/new/icon_kefu.png');
    filter: brightness(0.8);
}

.game-fd-box .QQ {
    width: 32px;
    height: 32px;
    background-image: url('../image-jy/new/icon_qq.png');
    filter: brightness(0.8);
}

.game-fd-box .shouji {
    width: 32px;
    height: 32px;
    background-image: url('../image-jy/new/icon_mobile.png');
    filter: brightness(0.8);
}

.game-fd-box .kefu:hover,
.game-fd-box .QQ:hover,
.game-fd-box .shouji:hover {
    filter: brightness(1);
}

@media only screen and (max-width: 1400px) {

    .form-control,
    .form-control-textarea {
        font-size: 16px;
        line-height: 20px;
        padding: 16px;
    }

    .contact-button {
        font-size: 16px !important;
    }

    .fbox-content h3 span.subtitle,
    .fbox-content .h3 span.subtitle {
        color: #FFFFFF !important;
        font-size: 13px !important;
        line-height: 30px;
    }
}