﻿
/*#divMaskingOutWelcomeTip.divMaskingOut_Welcome {
    top: 0px;
    width: 100%;
    left: 0;
    margin-left: 0;
}*/

#ny2019_LoginBox {
    position: fixed;
    left: 50%;
    top: 153px;
    margin-left: -264px;
    width: 528px;
    z-index: 10000;
    background: url('/MySupport/resource/images/ny19_mask.png') no-repeat;
    background-size:100%;
    height:375px;
}
    #ny2019_LoginBox .ny2019_row1{
        height:200px;
    }

    #ny2019_LoginBox .ny2019_close_btn {
        width: 34px;
        height: 34px;
        float: right;
        padding-top: 10px;
    }

    #ny2019_LoginBox .ny2019_row2 {
        min-height: 175px;
    }

    #ny2019_LoginBox .ny2019_rowText {
        font-size: 14px;
        color: #fff;
        padding: 0 40px;
        line-height: 22px;
    }

    #ny2019_LoginBox .ny2019_rowBtn {
        text-align: center;
        padding:10px 0;
    }

        #ny2019_LoginBox .ny2019_rowBtn a {
            width: 160px;
            border-radius: 5px;
            border: none;
            background-color: #ff6d00;
            color: #fff;
            font-size: 16px;
            display: block;
            line-height: 30px;
            left: 50%;
            position: relative;
            margin-left: -80px;
            padding: 7px 0;
        }
