

.agvertise-box {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto
}

.advertise-title {
    margin: 30px 0;
    text-align: center
}

.advertise-title-button {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    color: #999
}

.button-group {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.advertise-title-button button {
    width: 260px;
    height: 52px;
    background: #FF8D32;
    border-radius: 30px;
    font-size: 26px;
    font-family: Lato-Semibold;
    font-weight: 700;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer
}

.button-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Lato-Regular
}

.advertise-title-button span {
    width: 260px;
    height: 52px;
    font-size: 26px;
    border-radius: 25px;
    font-family: Lato-Semibold;
    font-weight: 700;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #FCF2EA;
    line-height: 52px;
    color: #ff8d32;
    margin-left: 10px
}

.advertise-title-RuRu {
    font-family: normal!important
}

.advertise-title-Ru {
    font-weight: 400!important
}

.advertise-title h1 {
    text-align: center;
    font-size: 40px;
    font-family: DFPYaSongW9-GB;
    font-weight: 400;
    max-width: 760px;
    color: #545454 !important;
    margin: 0 auto
}

.advertise-title-tip {
    font-family: pingfang;
    color: #666;
    font-size: 18px
}

.advertise-title img {
    max-width: 680px;
    width: 100%;
    margin: 40px 0
}

.advertise-title-msg {
    max-width: 690px;
    min-height: 52px;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 10px #cacaca;
    border-radius: 26px;
    margin: 10px auto;
    font-family: pingfang;
    color: #ff8d32;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.advertise-title-msg span {
    color: var(--main-color-1);
    font-size: 26px;
    font-weight: 700
}

.advertise-title-msg p {
    text-align: left;
    margin-bottom: 0
}

.advertise-works {
    text-align: center;
    margin: 100px 0
}

.advertise-works h2 {
    font-size: 40px;
    font-family: PingFang;
    font-weight: 700;
    color: #545454
}

.advertise-works div {
    position: relative
}

.advertise-works-img-top {
    width: 60%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

.advertise-works-img-bottom {
    width: 100%
}

.advertise-why h2 {
    font-size: 40px;
    font-family: PingFang;
    font-weight: 700;
    color: #545454;
    text-align: center;
    margin-bottom: 40px
}

.advertise-why-msg li {
    min-height: 99px;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 10px #cacaca;
    border-radius: 10px;
    display: flex;
    margin: 20px 0;
    align-items: center
}

.advertise-why-msg li img {
    height: 48px;
    width: 48px;
    margin: 0 3%
}

.advertise-why-msg li span {
    font-size: 24px;
    font-family: PingFang;
    font-weight: 500;
    color: #545454
}

.advertise-why-msg li p {
    font-size: 18px;
    font-family: PingFang;
    font-weight: 400;
    color: #545454;
    text-align: left
}

.advertise-start {
    background: #F2F2F2;
    padding: 40px 0
}

.advertise-start h2 {
    font-size: 40px;
    font-family: PingFang;
    font-weight: 700;
    color: #545454;
    text-align: center;
    margin-bottom: 40px
}

.advertise-start ul {
    max-width: 1230px;
    margin: 0 auto
}

.advertise-start ul li iframe {
    width: 100%;
    height: 210px
}

.advertise-start ul li p {
    font-size: 20px;
    font-family: PingFang;
    color: #545454;
    margin-bottom: 20px
}

.advertise-start ul li p img {
    height: 36px;
    margin-right: 10px
}

.contact-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-dialog-content {
    background: #FFFFFF;
    border-radius: 22px;
    width: 100%;
    max-width: 472px;
    height: 230px;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.dialog-body {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-left: 145px
}

.dialog-body .contact-image {
    width: 151px;
    height: 156px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 20px;
    flex-shrink: 0
}

.dialog-body .contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 10px 0
}

.dialog-body p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
    width: 100%
}

.dialog-body p img {
    width: 18px;
    height: 14px;
    margin-right: 10px
}

.dialog-body p a {
    color: #e2a370;
    text-decoration: underline!important;
    font-size: 14px
}

.dialog-body p a:hover {
    text-decoration: underline!important
}

.dialog-header {
    text-align: left;
    margin-bottom: 25px;
    width: 100%
}

.dialog-header h3 {
    font-size: 24px;
    color: #333;
    margin: 0
}

@media (max-width: 750px) {
    .contact-dialog-content {
        max-width:320px;
        height: 180px
    }

    .dialog-header {
        font-size: 18px;
        margin-bottom: 18px
    }

    .dialog-body {
        padding-left: 0
    }

    .dialog-body .contact-image {
        display: none
    }

    .dialog-body .contact-info {
        padding: 0
    }

    .dialog-body p {
        font-size: 12px;
        margin: 8px 0
    }
}

@media (max-width: 576px) {
    .advertise-title h1 {
        font-size:25px
    }

    .button-group {
        flex-direction: column;
        align-items: center;
        gap: 0
    }

    .button-text {
        flex-direction: column;
        gap: 0px
    }

    .advertise-title-button button {
        width: 220px;
        font-size: 18px;
        height: 40px;
        border-radius: 23px
    }

    .advertise-title-button span {
        width: 220px;
        font-size: 18px;
        line-height: 24px;
        height: 40px;
        border-radius: 23px
    }

    .advertise-title-tip {
        font-size: 15px
    }

    .advertise-title img {
        width: 90%
    }

    .advertise-title-msg {
        font-size: 14px;
        min-height: 40px
    }

    .advertise-title-msg span {
        font-size: 18px
    }

    .advertise-works {
        margin: 60px 0
    }

    .advertise-works h2,.advertise-why h2,.advertise-start h2 {
        font-size: 23px
    }

    .advertise-why-msg {
        padding: 0 10px
    }

    .advertise-why-msg li img {
        height: 30px
    }

    .advertise-why-msg li span {
        font-size: 16px
    }

    .advertise-why-msg li p,.advertise .advertised-platform p {
        font-size: 12px
    }

    .advertise .advertised-platform p {
        margin-bottom: 15px
    }

    .advertise-start {
        padding: 40px 0 20px
    }

    .advertise-start ul li {
        margin-bottom: 30px
    }

    .advertise-start ul li p img {
        height: 25px
    }

    .advertise-start ul li p {
        font-size: 18px;
        margin-bottom: 5px
    }

    .advertise-start ul li video {
        border-radius: 5px
    }

    .advertise-title-msg-ru {
        padding: 0 20px
    }

    .advertise-title-msg-ru span {
        font-size: 14px!important
    }

    .advertise-title-msg-ru p {
        font-size: 12px!important
    }

    .contact-dialog-content {
        min-width: 300px
    }

    .contact-link {
        height: 36px;
        font-size: 16px;
        padding: 8px 20px
    }

    .advertise-title-button span {
        margin-left: 0
    }
}

.advertised-platform {
    margin: 50px auto 100px;
    margin-bottom: 53px;
    background-color: #f5f8fa;
    font-size: 15px;
}

.website-logo p{
    color:#fff!important
}

.night-type .website-logo ul li{
    background:#423C36!important;
    box-shadow:0 1px 10px #100e0b!important
}

.advertised-platform{
    background:#f5f8fa!important;
    box-shadow:0 1px 10px #ffffff!important
}

.website-logo{
    padding:40px 20px 60px
}

.website-logo p{
    font-size:18px;
    margin-bottom:33px;
    font-size:40px;
    font-family:DFPYaSongW9-GB;
    font-weight:400;
    color:#545454 !important;
}

.website-logo ul{
    width:1140px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap
}

.website-logo ul li{
    width:214px;
    height:100px;
    background:#FFFFFF;
    box-shadow:0 0 9px #dee6eb;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:7px;padding:20px
}

.website-logo ul li img{
    width:100%
}

.website-logo ul li img:last-child{
    display:none
}

.website-logo ul li:hover img:first-child{
    display:none
}

.website-logo ul li:hover img:last-child{
    display:block
}

@media screen and (max-width: 1250px){
    .website-logo ul li{
        width:180px;
        height:90px
    }
    
    .website-logo ul{
        width:970px
    }
}

@media screen and (max-width: 1074px){
    .website-logo ul li{
        width:120px;
        height:60px;
        padding:10px
    }
    .website-logo ul{
        width:670px
    }
}

@media screen and (max-width: 770px){

    .website-logo ul{
        width:268px
    }
    .website-logo p{
        font-size:30px
    }
}



.night-type .advertise-title h1,
.night-type .advertise-works h2,
.night-type .advertise-why h2 {
	color: #fff !important
}

.night-type .advertise-why-msg li {
	background: #312d29 !important;
	box-shadow: 0 1px 10px #100e0b !important
}

.night-type .advertise-why-msg li div span,
.night-type .advertise-why-msg li div p {
	color: #fff !important
}

.night-type .advertise-title-msg {
	background: #312d29 !important;
	box-shadow: 0 1px 10px #100e0b !important
}

.night-type .advertise-title-msg p {
	color: #fff !important
}

.night-type .advertised-platform {
	background: #312d29 !important;
	box-shadow: 0 1px 10px #100e0b !important
}

.night-type .website-logo p {
	color: #fff !important
}

.night-type .website-logo ul li {
	background: #423C36 !important;
	box-shadow: 0 1px 10px #100e0b !important
}

.night-type .contact-dialog-content {
    background: #312d29 !important;
    box-shadow: 0 1px 10px #100e0b !important;
}

.night-type .contact-dialog-content h3{
    color: #fff !important;
}