body{
    position: relative;
}
.center-ad{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.ad-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.ad-pop{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 526px;
    transform: translate(-50%,-50%);
}
.close-ad{
    position: absolute;
    top: 2%;
    right: 4% ;
    width: 40px;
    cursor: pointer;
}

.right-bottom-ad{
    right: 0;
    bottom: 60px;
    width: 180px;
    height: 120px;
    position: fixed;
}
.noLoginReg{
    position: relative
}
.noLoginReg:hover .pu-down{
    display: block;
}
.pu-down{
    position: absolute;width: 100px;height: 40px;z-index: 9999;left: -30px;
    display: none;
}

.top-iocn{
    z-index: -1;width: 10px;height: 10px;background:#005fcc;position: absolute;transform: rotate(45deg);left: 45px;top: 5px;
}

.pu-content{
    width: 96%;height: 42px;margin-top: 10px;background:#005fcc;color: #FFF;padding: 5px;text-align: center;
    border-radius: 2px;
}
.isLogin{
    font-size: 16px; margin: 10px auto;padding:15px;background: #FFF;width: 1200px;height: 50px;text-align: center
}

.isLogin a{
    margin-left: 10px;cursor: pointer;border-radius:3px;padding: 5px 10px; background: #005FCC;color: #FFF;
}
.require-red{
    color: #BF0000;
}
.one-input{
    margin-bottom: 10px;
}
.one-input label{
    width: 100px;
    height: 40px;
    text-align: right;
    font-size: 18px;
    font-weight: normal;
}
.one-input input[type=text]{
    margin-left: 10px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border: 1px solid #e8e8e8;
}
.raidos{
    font-weight: normal;
    padding-left: 5px;
    cursor: pointer;
}

.table-btn{
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    cursor: pointer;
}
.table-btn:hover{
    background: #005FCD;
    color: #FFF;
    border: 1px solid #005FCD;
}

.offer-tab{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 420px;
    background: #FFF;
    border: 1px solid #eee;
    z-index: 100010;
    transform: translate(-50%,-50%);
    box-shadow: 7px 10px 11px #c3c3c3;
    border-radius: 10px;
    padding: 10px;
}

.offer-title{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.offer-input{
    margin: 10px 0;
}
.offer-input label{
    width: 70px;
    margin-right: 10px;
    text-align: right;
}
.offer-input input{
    border: 1px solid #eee;
    padding: 5px;
    width: 240px;
}

.offer-submit{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.offer-submit a{
    padding: 6px 20px;
    border-radius: 3px;
    cursor: pointer;
}

#offer-cancel{
    background: #FF001E;
    color: #FFF;
}
#offer-submit{
    background: #005FCD;
    color: #FFF;
}
.offer-desc{
    margin-top: 20px;
    color: #BF0000;
}
