﻿body {
    background: #ebf3ff;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    overflow-x: hidden;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 2.55rem;
    position: relative;
    background: url(../image/bg01.jpg) no-repeat center top #ebf3ff;
    background-size: 100% auto;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.topImg {
    max-width: 750px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
}

.topImg a {
    width: 1.7rem;
    display: block;
    position: absolute;
    right: 0.9rem;
    top: 0.3rem;
}

#main {
    margin: 0 auto;
    padding-bottom: 0.4rem;
}

.banner {
    margin: 0 auto;
    width: 100%;
    padding: 0.26rem 0 0.39rem;
    z-index: 1;
    position: relative;
}

.banner img {
    width: 100%;
}

#main .btn {
    margin: 0 auto 0.1rem;
    width: 80%;
}

#main .btn a img {
    display: block;
    animation: heart_beat .8s infinite linear;
    -webkit-animation: heart_beat .8s infinite linear;
}

@keyframes heart_beat {
    0% {
        transform: scale(.95)
    }
    50% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(.95)
    }
}

@-webkit-keyframes heart_beat {
    0% {
        -webkit-transform: scale(.95)
    }
    50% {
        -webkit-transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(.95)
    }
}

#main .list {    
    text-align: center;
	width:90%;
	margin:0 auto;
	margin-top: 0.2rem;
	margin-bottom: 0.25rem;
}
.score { display:block; overflow:hidden; margin-top:1rem}

#main .list li {
    margin: 0 0.16rem;
    display: inline;
    color: #fff;
    font-size: 0.32rem;
}

#main .list li img {
    margin: -0.07rem 0.12rem 0 0;
    width: auto;
    height: 0.4rem;
    display: inline-block;
    vertical-align: middle;
}

#main .link {
    margin: 0 auto 0.41rem;
    width: 95%;
}

#main .section {    
    overflow: hidden;
    box-sizing: border-box;
}

#main .gameBox .ttl {
    margin: 0 auto 0.22rem;
    width: 75%;
}

#main .gameBox .picMarquee-left {
    margin-bottom: 0.1rem;
}

#main .gameBox #picleft2 {
    margin: 0 12.5% 0.1rem -12.5%;
}

#main .gameBox ul {
    margin: 0 auto;
    width: 96%;
}

#main .gameBox li {
    padding: 0 0.9% 0.2rem;
    width: 25%;
    float: left;
    box-sizing: border-box;
}

#main .gameBox li a {
    display: block;
}

#main .gameBox li a img {
    margin: 0 auto;
    width: auto;
    height: 2.15rem;
}

#main .hotBox {
    padding: 0;
	width:95%;
	margin:0 auto;	
	border-radius: 16px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.13);
}

#main .hotBox .ttl {
    margin: 0 auto 0.4rem;
    width: 90%;
}

#main .hotBox .slick-dots {
    margin-top: 0.32rem;
    text-align: center;
}

#main .hotBox .slick-dots li {
    margin: 0 0.03rem;
    width: 0.32rem;
    height: 0.32rem;
    display: inline-block;
    background: url(../image/icon.png) no-repeat center center;
    background-size: 100% auto;
}

#main .hotBox .slick-dots li.slick-active {
    background-image: url(../image/icon_on.png);
}

#main .hotBox .slick-dots li button {
    display: none;
}

#main .infoBox {
    padding: 0.53rem 0.27rem 0.36rem 0.25rem;
}

#main .infoBox .ttl {
    margin-bottom: 0.25rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #87755e;
}

#main .infoBox .ttl img {
    margin: 0 auto;
    width: 82%;
}

#main .infoBox p {
    color: #cacaca;
    font-size: 0.32rem;
    line-height: 2;
    text-indent: 2em;
    word-break: break-all;
}

#main .infoBox p a {
    text-indent: 0;
    display: inline-block;
    color: #bb9c62;
    font-weight: 600;
}

#main .commentBox {
    margin-bottom: 0;
    padding: 0.53rem 0.27rem 0.36rem 0.25rem;
}

#main .commentBox .ttl {
    margin-bottom: 0.41rem;
    padding-bottom: 0.39rem;
    border-bottom: 1px solid #87755e;
}

#main .commentBox .ttl img {
    margin: 0 auto;
    width: 85%;
}

#main .commentBox .score {
    margin-bottom: 0.14rem;
}

#main .commentBox .txt {
    margin-bottom: 0.28rem;
    color: #afafaf;
    font-size: 0.32rem;
    text-align: right;
}

.hotTalkTit {
    margin-bottom: 0.38rem;
}

.hotTalkTit p {
    float: left;
    font-size: .4rem;
    color: #afafaf;
}

.hotTalkTit span {
    display: block;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    background: #D5D5D5;
    float: left;
    line-height: .42rem;
    border-radius: 3px;
    margin-left: .15rem;
    margin-top: .05rem;
    padding: 0 .2rem;
}

.hotTalk {
    padding: 0 .3rem;
}

.talkBar {
    margin-bottom: .4rem;
}

.talkIcon {
    float: left;
    width: 9.6%;
    margin-left: 0.9%;
}

.talkTxt {
    float: right;
    width: 88%;
    margin-top: 0.16rem;
}

.userCz .name {
    float: left;
    color: #e4c696;
    font-size: .34rem;
}

.userCz span {
    float: left;
    margin: 0.03rem 0 0 .25rem;
}

.userCz span img {
    display: inline-block;
    width: .45rem;
}

.userCz a {
    float: right;
    color: #afafaf;
    font-size: .32rem;
    line-height: 0.6rem;
    margin: -0.05rem 0 0 .45rem;
}

.userCz a.zan {
    background: url(../image/img06.png) left top no-repeat;
    background-size: auto 0.45rem;
    padding-left: .52rem;
}

.userCz a.answer {
    background: url(../image/img05.png) left top no-repeat;
    background-size: auto 0.45rem;
    padding-left: .5rem;
}

.date {
    font-size: .3rem;
    color: #b3b3b3;
    line-height: .32rem;
    margin-bottom: 0.3rem;
}

.taleInfor {
    margin: .42rem 0 .15rem;
    color: #fff;
    font-size: .32rem;
    line-height: 1.65;
}

.taleInfor span {
    display: inline-block;
    background: url(../image/img07.png) .06rem center no-repeat;
    background-size: 0.22rem auto;
    border: 1px solid #FF0000;
    color: #f82a19;
    padding: 0 0.05rem 0 0.35rem;
    line-height: 0.42rem;
    vertical-align: middle;
    margin: -0.06rem 0.25rem 0 0;
}

.answ {
    padding: .23rem .25rem;
    color: #bfbebc;
    font-size: 0.32rem;
    line-height: 1.5;
    background: #262525;
	display:none;
}

.answ span {
    color: #9b815b;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer img {
    display: block;
}

.side {
    width: 1.2rem;
    position: fixed;
    right: 0.1rem;
    top: 48%;
    z-index: 100;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.side li {
    margin-bottom: 0.14rem;
}

.side li img {
    display: block;
}

.jcBox {
    max-width: 750px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    overflow-y: auto;
    z-index: 2000;
    background: rgba(0, 119, 204, 0.95);
}

.jcBox .close {
    width: 0.95rem;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
}

.noteBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2100;
    width: 8rem;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    border-radius: 5px;
    padding: 0.5rem 0.2rem;
}

.noteBox .ttl {
    margin-bottom: 0.2rem;
}

.cover {
    max-width: 750px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1200;
    display: none;
}

.out-mask {
    max-width: 750px;
    width: 100%;
    display: none;
    position: fixed;
    top: 50%;
    z-index: 2000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.out-mask .mask {
    margin: 0 auto;
    padding: 1.2rem 0 0.6rem;
    width: 90%;
    background: #fff;
    border-radius: 0.2rem;
}

.out-mask .mask p {
    margin-bottom: 0.5rem;
    color: #0C0524;
    font-size: 0.4rem;
    text-align: center;
}

.out-mask .mask ul {
    text-align: center;
}

.out-mask .mask li {
    margin: 0 0.4rem;
    display: inline;
}

.out-mask .mask li a {
    width: 2rem;
    display: inline-block;
    color: #fff;
    font-size: 0.4rem;
    line-height: 1rem;
    text-align: center;
    background: #0077CC;
    border-radius: 0.25rem;
}

footer {
     text-align: center;
     color: #7f7f7f;
     font-size: 3vw;
     margin-top: 1.5vh;
 }

@media all and (min-width: 1000px) {
     footer {
            text-align: center;
            font-size: 1vw;
            margin-top: 1vw;
      }
 }

@media all and (min-width: 767px) {
    #container {
        padding-top: 190px;
    }
    .footer,
    .header {
        max-width: 750px;
        left: 50%;
        transform: translateX(-50%);
    }
    .topImg a {
        width: 2.5rem;
        top: 0.3rem;
    }
}