.adbannerpopup {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
}
.adbannerpopup img{
    position: absolute;
    margin: auto;
    max-width: 1024px;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.adbannerpopupbg{
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.pinad{
    position: relative;
    background: url(../images/adbanner_210706_d_2.jpg)no-repeat 50% 0;
    height: 0;
    display: none;
}
.pinad .adreg{
    position: absolute;
    top: 190px;
    left: 19%;
    width: 100px;
    background-color: #0A83D7;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.pinad .admore{
    position: absolute;
    top: 190px;
    left: 29%;
    width: 100px;
    background-color: #0A83D7;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.pinad a:hover{
    opacity: 0.7;
}
.pinad .closead{
    position: absolute;
    top: 10px;
    right: 1%;
}
.pc{
    display: block;
}
.mob{
    display: none;
}

@media screen and (max-width:1024px){

}
@media screen and (max-width:767px) {
.pc{
    display: none;
}
.mob{
    display: block;
}
.pinad{
    background: none;
    height: auto;
}
.pinad .adreg{
    top: 78%;
    left: 5%;
    font-size: 14px;
}
.pinad .admore{
    top: 78%;
    left: 25%;
    width: 100px;
    font-size: 14px;
}
.pinad .closead{
    background-color: #f2f0f1;
    border-radius: 20px;
    padding: 3px;
}
.adbannerpopup img {
    max-width: 80%;
}

}

@media screen and (max-width:640px) {
.pinad .admore{
    top: 78%;
    left: 35%;
    width: 100px;
    font-size: 14px;
}
}

