﻿.welcome-offer-modal .modal-content {
    background-color: transparent;
    background-image: unset;
    border: unset;
    box-shadow: unset
}

.welcomeOfferMain {
    width: 965px;
    height: 427px;
    background: url('/static/image/dialog_bg.png') no-repeat center top;
    position:relative;
}

    .welcomeOfferMain .close {
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 20px;
        background-color: #fff;
        color: #000;
        right: 52px;
        top: 56px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .welcomeOfferMain .noShowAgain{
        position:absolute;
        right:150px;
        bottom:0;
        font-size:14px;
        color:#fff;
        display:flex;
        align-items:center;
    }

    .welcomeOfferMain .noShowAgain input{
        margin-right:10px;
    }

    .welcomeOfferMain .content {
        padding: 116px 0 0 218px;
    }

    .welcomeOfferMain .content .title {
        display: flex;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        color: #fcf28f;
    }

        .welcomeOfferMain .content .subContent p {
            display: flex;
            justify-content: center;
            font-size: 16px;
            color: #fff;
            margin: unset;
            line-height: 26px;
            padding-left:25px;
        }

        .welcomeOfferMain .content .subContent .yellow {
            color: #fcf28f;
        }

        .welcomeOfferMain .content .btnSetting{
            display:flex;
            justify-content:center;
            margin-top:30px;
            height:49px;

        }

        .welcomeOfferMain .content .btnSetting a {
            width: 142px;
            height: 100%;
            background: url('/static/image/btn_bg.png') no-repeat center top;
            background-position-y:top;
            display:flex;
            justify-content:center;
            align-items:center;
            text-decoration:unset;
            font-size:16px;
            color:#000;
            font-weight:bold;
        }

        .welcomeOfferMain .content .btnSetting a:hover {
            background-position-y:bottom;
        }
