/*# sourceMappingURL=style.css.map */
#bt6060 .claim .pic{
    position: relative;
    height: 206px;
}
#bt6060 .claim .pic img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: auto;
}
#imgPor{
    zoom: 1;
    padding: 20px 250px 0 250px;
}
#imgPor::after{
    content: "";
    clear: both;
    display: block;
}
#imgPor img{
   width: 180px;
    right: 45px;
   top: -60px;
    float: left;
}
#imgPor.ip img{
    right: 200px;
}
#imgPor .left,#imgPor .right{
    float: left;
    width: 50%;
    text-align: center;
}
#imgPor .left .bdsq{
    display: none;
}
#imgPor .left a{
    display: inline-block;
}
#imgPor .right img{
    margin-left: 50px;
}


.PopupBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;

}
.PopupCom{
    width: 600px;
    /*height: 200px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -160px;
    display: block;
    border: 1px solid gray\9;
}
.PopupAfter{
    zoom: 1;
    text-align: center;
    border-radius: 20px;
    background-color: white;
    padding: 30px 0;
    height: 255px\9;

}
.PopupAfter::after{
    content: "";
    display: block;
    clear: both;
}
.PopupLeft{
    float: left;
    width: 50%;
}
.PopupRight{
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
}
.PopupRight .xxxx{
    position: absolute;
    width: 26px;
    height: auto;
    top: -20px;
    right: 10px;
}
.PopupAfter img.ma{
    width: 150px;
    height: auto;
}
.PopupLeft .PopupItem{
    border-right: 1px solid gainsboro;
}
.PopupItem p{
    font-size: 16px;
    padding: 8px 0;

}
.PopupItem button{
    border-radius: 30px;
    outline: none;
    border: 1px solid #0a628f;
    width: 130px;
    height: 30px;
}
.PopupLeft .PopupItem button{
    background-color: white;
    color: #0a628f;
}
.PopupRight .PopupItem button{
    background-color: #0a628f;
    color: white;
}

.PhPopup{
    width: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -160px;
    display: none;
}
.PhPopupCom{
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.PhPopupWX{
    padding: 30px 0;

}
.PhPopupQQ{
    padding: 30px 0;

    border-bottom: 1px solid gainsboro;
}
.PhPopupCom .xxxx{
    position: absolute;
    width: 24px;
    height: auto;
    top: 10px;
    right: 10px;
}
.PhPopup p{
    padding-bottom: 10px;
}
.PhPopup button{
    border-radius: 30px;
    outline: none;
    border: 1px solid #0a628f;
    width: 130px;
    height: 30px;
}
.PhPopupQQ button{
    background-color: white;
    color: #0a628f;
}
.PhPopupWX button{
    background-color: #0a628f;
    color: white;
}
@media screen and (max-width: 1199px){
    .PhPopup{
        display: block;
    }
    .PopupCom{
        display: none;
    }
    #imgPor{
        padding: 20px 0 0 0;
    }
    #imgPor .right{
        display: none;
    }
    #imgPor .left{
        float: none;
        text-align: center;
        width: 100%;
    }
    #imgPor .left a{
        margin: 0;
    }
    #imgPor .left .djzx{
        display: none;
    }
    #imgPor .left .bdsq{
        display: inline-block;
    }
}