.icon {
width: 5em;
height: 5em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
.button-download {
width: 150px;
height: 50px;
background: #366bb3;
border-radius: 5px;
border: 1px solid #3f60a1;
cursor: pointer;
margin: 8px;
}
.button-download:hover {
background: #0047a6;
}
.button-download-icon {
width: 50px;
height: 100%;
color: white;
font-size: 25px
}
.button-download-value {
.down-net4{
text-decoration: none;
color: #007afe;
font-weight: bold
}
.down-net4:hover{
color: #ff7516;
}
font-weight: bold;
font-size: 18px;
color: white
}
.text-shadow {
text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
}
.g-card {
min-width: 150px;
height: 150px;
margin: 5px;
border-radius: 15px;
border: 1px solid #DAE2EC
}
.g-card:hover {
border: 1px solid #ADBED4
}
.ok {
color: #27be4b;
}
.no {
color: red;
}
.down-net4{
text-decoration: none;
color: #007afe;
font-weight: bold
}
.down-net4:hover{
color: #ff7516;
}
@media (min-width: 768px) {
.eyy-bottom-float-download-wrap { }
}
.eyy-bottom-float-download-wrap {
box-sizing: border-box;
position: fixed;
bottom: 0;
z-index: 10000;  margin-bottom: 12px;
padding: 0 16px;
width: 100%;  }
.eyy-bottom-float-download-content { background-color: #f7f7f7;
display: flex;
justify-content: center;
align-items: center;
padding: 12px 16px;
border-radius: 4px;
position: relative;
}
.eyy-bottom-float-download-content img {
width: 40px;
height: 40px;  border-radius: 8px;
}
.eyy-bottom-float-download-content-text {
flex-grow: 1;  margin-left: 12px;
}
.eyy-bottom-float-download-content-text-title {
font-size: 14px;
color: #333;
font-weight: bold;
}
.eyy-bottom-float-download-content-text-description {
font-size: 12px;
color: #666;
margin-top: 4px;
}
.eyy-bottom-float-download-content a.btn {
display: inline-block;  color: #fff;
font-size: 14px; border-radius: 50px;
text-decoration: none;
margin-right: 12px;
}
.eyy-bottom-float-download-close {
position: absolute;
top: 2px;
right: 2px;
width: 24px;
height: 24px;
background-color: transparent;
border: none;
cursor: pointer;
font-size: 10px;
color: #999;
}