* {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content {
    width: 100%;
    max-width: 750px;
    font-size: .4rem;
    /* height: 12rem; */
    /* background: #eee; */
    
}
#refreshBox {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
}
#refreshBox img {
    width: 100%;
}
.weather-box {
    color: #fff;
    text-align: center;
    position: relative;
    height: 8rem;
    background: url('../images/y-img/背景.jpeg') repeat-y;
}
.weather-box .country {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 1rem;
}
.wimg {
    width: 35%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12%;
}
.wimg img {
    vertical-align: middle;
    width: 40%;
}
.wtext-value {
    font-size: .5rem;
}
.wtext-value .value{
    font-size: 2.5rem;
}
.advertise {
    width: 100%;
    /* background-color: pink; */
}
.news-box {
    font-size: .8rem;
}
.news-box .news-title {
    font-size: 1.5rem;
    height: 2rem;
    line-height: 2rem;

}
.news-box ul li {
    height: 80px;
    /* background: #ccc; */
    display: flex;
    border-bottom: 1px solid #000;
    padding: 10px 8px;
    box-sizing: border-box;
   
}
.news-box ul li:last-child {
    border: none;
}

.news-left {
    width: 80%;
    position: relative;
}
.news-left >div {
    width: 100%;
}
.news-left .news-sum {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-left .news-detail {
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-right {
    flex: 1;
    position: relative;
    
}
.news-right img{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 60px;
}
.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#game-box {
    width: 50px;
    height: 50px;
    background-color: red;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    right: 10px;
    border-radius: 50%;
}
.tem-box {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: .8rem;
}

@-webkit-keyframes circleAround {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes circleAround {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.circleAround {
    animation: circleAround 1s linear infinite;
    -webkit-animation: circleAround 1s linear infinite
}
ins {
    width: 320px!important;
    margin: 0 auto!important;
}
.news-advertise {
    width: 100%;
    height: 100px;
}
.advertise-content {
    padding:10px 0;
}
.dialog-news {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,.6); */
}
.dialog-news img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 12%;
}
.dnone {
    display: none;
}
/*弹出提示框*/

#alertBg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1113;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    transform: all 0.3 linear;
}

#alertBg .text {
    padding: 0.3rem;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 0.5rem;

}
