﻿#hotadPCShow {position: fixed;right: 1%;bottom: 18%;z-index: 30;}
.hothotad_title {margin: 0 auto}
.open_box {font-size: 3.4em;opacity: .95;}
.adContent img {display: block;border: 1px solid #243238;margin: 1% 0% 3% 0%;}
.adContent {margin-top: 2%;display: block;}
.biggerbox {color: #fff;width: 55px;height: 55px;border-radius: 99px;font-size: 1em;background: #C53D39;cursor: pointer;}
.biggerbox span {display: block;font-weight: bold;}
.biggerbox i {margin-top: 5px;}
.text_ad{background-color: #9D0230;text-align: center;padding:0.5rem;font-size: 1.3rem;font-weight: 900;}    
.text_ad span{color: #FFE538;display: block;;}
.text_ad  a{color: white;text-decoration: none}
@media (min-width: 1200px) {
    .open_box {position: fixed;right: 1.5%;bottom: 19%;}
    .close_box {position: absolute;top: -9%;font-size: 1em;}
    #hotadMBShow {display: none;}
}

@media all and (min-width: 1px) and (max-width: 1200px) {
    #hotadPCShow {display: none;}
    #hotadMBShow {position: fixed;right: 1%;bottom: 21%;z-index: 30}
    .close_box {color: #0b2232;}
    .biggerbox {position: fixed;right: 0;bottom: 22%;}
    .biggerbox {width: 40px;height: 40px;}
    .biggerbox span {margin: 8px 0 0 4px;}
    .text_ad{font-size: 1.0rem;}    
}