/* 新會員好禮 */

.newMemberWelcome {
    position: relative;
    top: 120px;
    background: url(../images/welcome//bg_memberGift.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    min-height: 600px;
}

.newMemberWelcome .nmT {
    margin: auto;
    padding-top: 3rem;
    text-align: center;
    font-size: 1.35rem;
    color: #2678b5;
}

.nmwContent {
    display: flex;
    justify-content: space-around;
    margin: 1.5rem auto;
    width: 55%;
}

.nmwContent>div {
    background: rgba(255, 255, 255, .75);
    border-radius: 4px;
    margin: 0 .75rem;
    padding: 1.25rem 1.75rem;
    min-height: 360px;
    box-shadow: 0px 0px 8px 2px rgba(28, 27, 34, 0.05);
}

.nmwContent h3 {
    background: linear-gradient( 90deg, #42d2e8, #3b9ee5);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: center;
}

.nmwContent h4 {
    background: linear-gradient( 90deg, #42d2e8, #3b9ee5);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.16rem;
    margin: 8px 0;
    text-align: center;
}

.nmwL {
    position: relative;
    width: 55%;
    background: url(../images/welcome/welcome.png) #ffffffb4 no-repeat 95% 85% !important;
}

.nmwL .tag-newm {
    position: absolute;
    top: -5px;
    left: -5px;
    background: url(../images/welcome/icon_ribbon.png) no-repeat center;
    background-size: 100% auto;
    width: 117px;
    height: 118px;
}

.tag-newm span {
    color: #fff;
    position: absolute;
    width: 80px;
    left: 4px;
    top: 26px;
    font-weight: bold;
    font-size: 1.05rem;
    letter-spacing: 2px;
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    text-shadow: 1px 1px 2px #806c54
}

.nmwLin {
    margin: 35px 0 0 5rem;
}

.nmwL ul {
    display: inline-block;
    color: #647c85;
    margin: .15rem 0 1.5rem -1rem;
}

.nmwL ul li {
    text-align: left;
    margin-bottom: .5rem;
    padding-left: 1.85rem;
    background: url('../images/crecleIcon2.png') center left no-repeat;
    text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff
}

.nmwL .btn-play {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 36px;
    font-size: 1rem;
    margin: 10px 0 0 25px;
}

.nmwR {
    width: 45%;
    text-align: center;
}

.nmwR p {
    font-size: .85rem;
    color: #888888;
    font-weight: normal !important;
    text-align: left;
}

.imgift {
    max-width: 100%;
    text-align: center;
    margin: 5px auto;
}

.nmwR .btn-play {
    width: 140px;
    height: 40px;
    line-height: 36px;
    font-size: 1rem;
    margin: 15px auto 0 auto;
}

@media (max-width: 1300px) {
    .nmwL {
        background: url(../images/welcome/welcome.png) #ffffffb4 no-repeat 98% 95% !important;
    }
    .nmwContent {
        grid-template-columns: 60% 1fr;
        width: 65%;
    }
    .nmwLin {
        margin: 35px 0 0 0;
    }
    .nmwL ul {
        margin: .15rem 0 1.5rem 1.5rem;
    }
}