.swiper-slide {
    width: 100%;
    padding-bottom: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.swiper-pagination > span {
    background-color: white;
}

#log {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.35rem;
    position: relative;
    top: -0.75rem;
    margin-bottom: -1.03rem;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    border-radius: 10px;
}

#title {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px dashed white;
    margin-top: 0.6rem;
}

    #title > span {
        display: block;
        margin: 0.4rem 0 0 0.2rem;
        font-size: 0.45rem;
    }
	#title > span:last-child{
		margin: 0;
	    margin-left: 0.2rem;
	    font-size: 0.28rem;
	    margin-bottom: 0.2rem;
	}
#text {
    width: 90%;
    margin: 0.2rem auto;
}

    #text img {
        max-width: 100%;
    }

    #text > p {
        margin-top: 0.2rem;
    }

    #text strong {
        font-size: inherit;
    }

a {
    color: white;
}

    a:link, a:visited, a:hover, a:active {
        color: white;
    }
.see_more{
    display:block;
    width:2rem;
    height:0.8rem;
    line-height:0.8rem;
    text-align:center;
    color:white;
    -webkit-border-radius:0.2rem;
    -moz-border-radius:0.2rem;
    border-radius:0.2rem;
    margin:0.4rem auto 0;
}