
.pdf_Gban{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pdf_Gban .MBnone{
    width: 100%;
}
.PCnone {position:relative;width: 100%;}
.PCnone img{
	-webkit-filter:blur(1px);
}
.PCnone .bK_cover{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background-color: #0000007a;
    height: 100%;
    top: 0;
    z-index: 1;
    color: #ffffff;
    font-weight: 900;
    justify-content: center;
    font-size: 24px;
}
.PCnone a{
    display: block;
}
.pdf_Gban iframe{
    width: 100%;
    height: 600px;
}
.pdf_Gban table a{
	color:#131315;
}
.pdf_Gban  table{
    width: 100%;
    margin: 25px auto;
}
.pdf_Gban .dowwnn{
    display: flex;
    align-items: center;
    border: #9a6a0e 1px solid;
    background: #bf7e04;
}
.pdf_Gban .dowwnn:hover{background: #a16e0f;}
.pdf_Gban .dowwnn:hover a{background: #a16e0f;}
.pdf_Gban .dowwnn a{
    color: #fefefe;
    padding: 10px 20px;
    background-color: #bf7e04;
}
.pdf_Gban .dowwnn .fa{
    margin: 0 5px;
    color: aliceblue;
}
.pdf_Gban table td{
    padding: 15px 10px;
    border: #c4c4c43d 1px solid;
}
.pdf_Gban table td.bobo{
    width: 150px;
    background-color: #454545;
    color: white;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
}
@media screen and (min-width: 640px) {
	.pdf_Gban .PCnone{
    display: none;
}
}
@media screen and (max-width: 640px) {
	
    .pdf_Gban .MBnone iframe{display:none;}
}
@media screen and (max-width: 480px) {
	.pdf_Gban table td.bobo{
        width: 88px;
        font-size: 15px;
        font-weight: 300;
    }
    .pdf_Gban table td{
    font-size: 15px;
    font-weight: 300;
}
}