/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

img {
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

body {
    width: 100%;
    height: 100%;
    background-color: #ffd200;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hide {
    display: none;
}

.visibility_hidden {
    visibility: hidden;
}

.container {
    background-color: #ffd200;
    max-width: 640px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.abs {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.rel {
    position: relative;
    z-index: 2;
}

.pages_bg {
    z-index: 0;
}

.pages_bottom {
    top: auto;
    bottom: 0;
    z-index: 0
}

.swiper-container {}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ff4200;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.popup_layer_fixed {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.arrows_up {
    z-index: 99;
    left: 50%;
    width: 25px;
    margin-left: -12.5px;
    top: auto;
    bottom: 4%;
}

.pages01_01,
.pages02_01 {
    margin-top: 3%;
}

.pages05_01,
.pages05_list,
.pages06_list {
    margin-top: 5%;
}

.pages03_02 {
    margin-top: 11%;
}

.pages04_02 {
    margin-top: 9.5%;
}

.pages05_04,
.pages06_06,
.pages04_list {
    margin-top: 7%;
}

.pages03_01,
.pages04_01,
.pages06_01 {
    top: 3%;
}

.pages06_02 {
    margin-top: 9%;
}

.pages05_03 {
    top: 14%;
}

.pages01_list {
    margin: 10% auto 15%;
}

.pages01_06,
.pages01_10,
.pages01_11 {
    margin-left: 4%;
    display: block;
    width: 110px;
}

.pages03_08 {
    margin-top: 18%;
}


/*音乐*/

.topCon {
    display: block;
    position: fixed;
    z-index: 2;
    top: 2%;
    right: 3%;
    height: 40px;
    background: rgba(204, 204, 204, 0);
}

.sound {
    width: 15px;
    height: 15px;
    padding: 5px;
    border: 2px solid #F9F9F9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background: url(../images/soundoff.png) center center no-repeat;
    background-size: 50% 50%;
}

.rotateAm {
    -webkit-animation-name: rotateAm;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotateAm {
    0% {
        opacity: 1;
    }
    25% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    75% {
        -webkit-transform: rotate(270deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}


/*音乐end*/


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
    .pages01_06,
    .pages01_10,
    .pages01_11 {
        width: 90px;
    }
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) {}


/*ip 6*/

@media all and (min-width: 375px) {}


/*ip 6+*/

@media all and (min-width: 414px) {
    .pages01_06,
    .pages01_10,
    .pages01_11 {
        width: 130px;
    }
    .pages04_02 {
        margin-top: 10%;
    }
    .pages05_04 {
        margin-top: 8%;
    }
}

@media all and (min-width: 432px) and (max-height: 599px) {
    .pages01_list {
        margin: 5% auto 3%;
    }
    .pages05_04 {
        margin-top: 4.5%;
    }
    .pages04_09,
    .pages04_10,
    .pages04_11 {
        width: 80%;
        margin-left: 10%;
    }
    .pages05_09,
    .pages05_10 {
        width: 80%;
        left: 10%;
    }
    .pages06_list {
        width: 80%;
        margin-left: 10%;
    }
}
