.margin {
    padding: 0 0.32rem;
}
.t-a-c {
    text-align: center;
}
.clearfix:after{content:" ";visibility:hidden;display:block;clear:both;height:0;font-size:0}
.clearfix {clear: both;}
.header .nav {
    height: 0.96rem;
    width: 100%;
    top: 0;
    z-index: 99999;
    position: fixed;
}
.header .btn_down {
    height: 100%;
}
#btn_down {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/memuplay-logo-b.png) no-repeat center;
    background-size: auto 0.56rem;
}
#btn_down.logo-tw{
    background: url(../img/memuplay-logo-b-tw.png) no-repeat center;
    background-size: auto 0.4rem;
}
.header .nav .memu {
    position: absolute;
    left: 0.32rem;
    top: 0.24rem;
    padding: 0.08rem 0.06rem 0 0.06rem;
    width: 0.36rem;
    height: 0.36rem;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: center;
    box-sizing: content-box;
}
.header .nav .memu.active {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .nav .memu span {
    display: block;
    width: 0.36rem;
    height: 0.04rem;
    background: #FFF;
    margin-bottom: 0.10rem;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.header .nav .memu.active .bar1 {
    -webkit-transform: rotate(0deg) translateY(0.12rem);
    -moz-transform: rotate(0deg) translateY(0.12rem);
    -ms-transform: rotate(0deg) translateY(0.12rem);
    -o-transform: rotate(0deg) translateY(0.12rem);
    transform: rotate(0deg) translateY(0.12rem);
}
.header .nav .memu.active .bar2 {
    opacity: 0;
}
.header .nav .memu.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(0.15rem);
    -moz-transform: rotate(-90deg) translateX(0.15rem);
    -ms-transform: rotate(-90deg) translateX(0.15rem);
    -o-transform: rotate(-90deg) translateX(0.15rem);
    transform: rotate(-90deg) translateX(0.15rem);
}
.header .nav .fixed {
    display: none;
    position: absolute;
    width: 100%;
    top: 0.9rem;
    left: 0;
    background: rgba(222, 240, 237, 1);
    z-index: 10;
}
.header .nav .fixed ul li {
    display: block;
    height: 0.92rem;
    width: 100%;
    padding: 0 0.08rem;
    box-sizing: border-box;
    border-bottom: 1px solid #D8DEDD;
}
.header .nav .fixed ul li a {
    display: block;
    height: 0.92rem;
    color: #00A289;
    text-align: center;
    opacity: 0;
    font: 0.32rem/0.92rem arial, 微软雅黑, "Microsoft YaHei";
}
.header .nav .fixed ul li a.nav-show {
    animation: nav-show 0.3s linear .1s 1 normal forwards;
    -webkit-animation: nav-show 0.3s linear .1s 1 normal forwards;
    -moz-animation: nav-show 0.3s linear .1s 1 normal forwards;
}
.header .nav .fixed ul li:nth-child(2) a.nav-show {
    animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
}
.header .nav .fixed ul li:nth-child(3) a.nav-show {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}
.header .nav .fixed ul li:nth-child(4) a.nav-show {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
}
@keyframes nav-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.show-more-btn {
    font: 0.24rem/0.48rem arial, 微软雅黑, "Microsoft YaHei";
    color: #fff;
    position: absolute;
    right: 0.32rem;
    top: 0.21rem;
    width: 1rem;
    margin-right: 0.3rem;
}
.show-more-btn .show-more {
    position: absolute;
    right: -0.3rem;
    top: 0.16rem;
    width: 0.24rem;
    height: 0.16rem;
}
.show-more-btn .show-more img {
    width: 100%;
    height: 100%;
    display: block;
}
.show-more-btn .more-language {
    display: none;
    z-index: 999;
    background-color: rgba(50,52,54,0.7);
    color: #fff;
    left: 0;
    top: 0.48rem;
    position: absolute;
    width: 1.3rem;
    text-align: center;
}
.show-more-btn .more-language li {
    line-height: 0.36rem;
    height: 0.36rem;
    white-space: nowrap;
}
.show-more-btn .more-language li a {
    color: #B0B0B0;
}
#footer {
    position: relative;
    z-index: 2;
    padding: 0.32rem 0 0.4rem;
    background: #fff;
}
#footer .footer-text {
    margin-top: 0.4rem;
    text-align: center;
}
#footer .footer-text p {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.32rem;
}
#footer .footer-text div {
    margin-top: 0.24rem;
    font-size: 0;
}
#footer .footer-text div a {
    display: inline-block;
    font-size: 0.28rem;
    color: #00A289;
    line-height: 0.32rem;
    vertical-align: middle;
}
#footer .footer-text div span {
    display: inline-block;
    width: 0.02rem;
    height: 0.32rem;
    background: #e6e6e6;
    margin: 0 0.24rem;
    vertical-align: middle;
}
#footer .list {
    border-bottom: 0.02rem solid #E6E6E6;
    padding: 0.38rem 0;
}
#footer .list.follow{
    padding: 0 0 0.06rem;
}
#footer .list p {
    position: relative;
    font-size: 0.32rem;
    line-height: 0.36rem;
    color: #00A289;
}
#footer .list p::after {
    position: absolute;
    content: "";
    width: 0.32rem;
    height: 0.32rem;
    right: 0;
    top: 0.02rem;
    background: url(../img/icons-3x.png) no-repeat 0 -0.66rem;
    background-size: 4rem auto;
}
#footer .list.active p::after {
    background-position: -0.33rem -0.66rem;
}
#footer .list.follow p::after {
    display: none;
}
#footer .list ul {
    margin: 0;
    height: 0;
    overflow: hidden;
}
#footer .list.active ul {
    height: auto;
    transition: height 1s;
}
#footer .list.follow ul {
    margin: 0.24rem 0 0.32rem;
    font-size: 0;
    height: auto;
}
#footer .list ul li{
    font-size: 0.28rem;
    margin-top: 0.24rem;
    line-height: 0.36rem;
    color: #666;
}
#footer .list li a{
    color: #666;
}
#footer .list.follow li {
    position: relative;
    display: inline-block;
    margin: 0 0.32rem 0.16rem 0;
    padding: 0 0 0 0.48rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
}
#footer .list.follow li::after {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1rem;
    left: 0;
    top: 0;
    background: url(../img/sns-icon-3x.png) no-repeat 0 0;
    background-size: auto 0.625rem;
}
#footer .list.follow li.twitter-before::after {
    background-position: -0.625rem 0;
}
#footer .list.follow li.youtube-before::after {
    background-position: -3.75rem 0;
}
#footer .list.follow li.vk-before::after {
    background-position: -1.875rem 0;
}
#footer .list.follow li.naver-before::after {
    background-position: -3.125rem 0;
}
.nav-list,.first-span {
    display: none;
}
.last-pages-link {
    width: 6rem;
    height: 0.3rem;
    text-align: center;
    margin: 0.4rem auto 0;
}
.last-pages-link li {
    width: 33%;
    float: left;
    text-align: center;
}
.last-pages-link li a {
    font-size: 0.24rem;
    color: #696969;
    line-height: 0.32rem;
}
.contact-container {
    text-align: center;
    width: auto;
    margin: 0.24rem auto 0.12rem;
}
.contact-init {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/facebook3.png) no-repeat center;
    background-size: 70%;
}
.contact-container .google {
    background: url(../img/google1.png) no-repeat center;
    background-size: 70%;
}
.contact-container .twitter {
    background: url(../img/twitter3.png) no-repeat center;
    background-size: 70%;
}
.contact-container .youtube {
    background: url(../img/youtube.png) no-repeat center;
    background-size: 70%;
}