@charset "utf-8";
/* CSS Document */
/*bannerAd-magicmenu & bannerAd-diskgeeker*/
.bannerAd-magicmenu, .bannerAd-diskgeeker {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.bannerAd-magicmenu .close, .bannerAd-diskgeeker .close {
    position: absolute;
    right: 25px;
    color: #ffffff;
}
.bannerAd-magicmenu p, .bannerAd-diskgeeker p {
    margin-bottom: 0;
    color: #ffffff;
}
.bannerAd-magicmenu a:hover, .bannerAd-diskgeeker a:hover {
    text-decoration: none;
}
.bannerAd-magicmenu .pro-name, .bannerAd-diskgeeker .pro-name {
    float: left;
}
.bannerAd-magicmenu .btn, .bannerAd-diskgeeker .btn {
    float: left;
    width: 220px;
    padding: 0;
    margin-top: 8px;
    margin-left: 30px;
    margin-bottom: 0;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #1bd76a;
}
.bannerAd-magicmenu .btn .icon-hit, .bannerAd-diskgeeker .btn .icon-hit {
    margin-left: 14px;
    font-size: 30px;
}
.bannerAd-magicmenu .pic, .bannerAd-diskgeeker .pic {
    display: block;
}
/*bannerAd-magicmenu & bannerAd-diskgeeker-end*/
/*bannerAd-magicmenu*/
.bannerAd-magicmenu {
    background: #4513aa url("/images/bg/b-11.jpg") no-repeat center;
    background-size: cover;
}
.bannerAd-magicmenu p {
    padding-top: 4px;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
}
.bannerAd-magicmenu .pro-name {
    padding-top: 10px;
    font-weight: 400;
    font-size: 22px;
}
.bannerAd-magicmenu .btn {
    height: 50px;
    font-size: 24px;
    line-height: 48px;
}
.bannerAd-magicmenu .pic {
    width: 346px;
    height: 100px;
    background: url("/images/illustration/illustration22.png") no-repeat center;
}
@media (max-width: 1199px) {
    /*.bannerAd-magicmenu .pro-name {
        font-size: 30px;
    }*/
    .bannerAd-magicmenu .btn {
        margin-left: 12px;
    }
    /*.bannerAd-magicmenu p {
        font-size: 16px;
    }*/
    .bannerAd-magicmenu .pic {
        width: 300px;
        background-size: 100%;
    }
}
@media (max-width: 991px) {
    .bannerAd-magicmenu .pro-name {
        font-size: 24px;
    }
    .bannerAd-magicmenu .pic {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .bannerAd-magicmenu, .bannerAd-diskgeeker {
        display: none;
    }
}
/*bannerAd-magicmenu-end*/
/*bannerAd-diskgeeker*/
.bannerAd-diskgeeker {
    background: #3c5064 url("/images/bg/b-12.jpg") no-repeat center;
    background-size: cover;
}
.bannerAd-diskgeeker .pic {
    width: 74px;
    height: 106px;
    margin-top: 3px;
    margin-bottom: 1px;
    background: url("/images/icon/iboysoft-diskgeeker-box.png") no-repeat;
    background-size: 100%;
}
.bannerAd-diskgeeker p {
    padding-top: 4px;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 45px;
}
.bannerAd-diskgeeker .pro-name {
    padding-top: 12px;
    font-weight: 400;
    font-size: 22px;
}
.bannerAd-diskgeeker .btn {
    height: 50px;
    margin-top: 4px;
    border: none;
    line-height: 48px;
    font-size: 22px;
    background: linear-gradient(#25e978, #0dc45a);
}
.bannerAd-diskgeeker .btn .icon-hit {
    font-size: 28px;
}
@media (max-width: 991px) {
    .bannerAd-diskgeeker p {
        font-size: 24px;
    }
}
/*bannerAd-diskgeeker-end*/

/*asideAd*/
.aside-ad{
	position: absolute; right: 0; top: 0; z-index: 1; margin-top: 20px; max-width: 266px; width: calc(50% - 460px);
}
.aside-ad-close{
	position: absolute; left: 5px; top: 8px; cursor: pointer; color: #999; font-size: 12px; opacity: .5;
}
.aside-ad img{
	width: 100%; max-width: 266px; height: auto; border-radius: 0 12px 12px 0;
}
@media (max-width: 1200px){
	.aside-ad{
		display: none;
	}
}
/*asideAd-end*/