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

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

body {
    background-color: #f194a0;
}

.bg-color-white {
     background-color: #fffaee;
}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
    color: #f194a0;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
   color: #f194a0;
   opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
   color: #f194a0;
   opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
   color: #f194a0;
}

.hide {
    display: none;
}

.visibility_hidden {
    visibility: hidden;
    /*visibility: visible;*/
}

.container {
    background-color: #f194a0;
    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;
}

.swiper-container {}

.swiper-pagination {
    bottom: 5px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fe205f;
    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;
    bottom: 4%;
}

.pages01_01,
.pages01_02,
.pages01_03 {
    top: 2%;
}

.pages01_list {
    top: 8%;
}

.pages01_06 {
    margin-top: 4%;
}

.pages01_09 {
    top: 0;
}

.pages02_01 {
    top: 0;
    width: 100px;
}

.pages02_05 {
    top: auto;
    left: auto;
    right: 2%;
    bottom: 2%;
    width: 130px;
}

.pages02_02 {
    top: 10%;
}

.pages02_03 {
    top: 26%;
    left: 2.8%;
    width: 95%;
}

.pages02_04 {
    top: auto;
    bottom: 20%;
}

.pages03_01 {
    left: auto;
    top: 10px;
    right: 10px;
    width: 65px;
}

.pages03_02 {
    top: 10%;
}

.pages03_09 {
    top: auto;
    bottom: 8%;
}

.pages03_list {
    top: 20%;
}

.pages03_list div.rows {
    float: left;
    width: 100%;
    display: block;
}

.pages03_list div.width45 {
    width: 45%;
    float: left;
    vertical-align: middle;
}

.pages03_list div.width55 {
    width: 55%;
    float: left;
    vertical-align: middle;
}

.pages03_list div img {
    display: inline;
    font-size: 0;
    line-height: 0;
    border: none;
    vertical-align: middle;
}

.pages04_list {
    top: 5%;
    text-align: center;
}

.pages04_02,
.pages04_04,
.pages04_05 {
    margin: 2% auto;
}

.submit_box {
    float: left;
    width: 70%;
    margin-left: 15%;
}

.submit_box ul {
    width: 100%;
    text-align: center;
}

.submit_box ul li {
    float: left;
    display: block;
    width: 100%;
}

.submit_box ul li span.left {
    float: left;
    width: 30%;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
}

.submit_box ul li span.right {
    float: right;
    width: 70%;
    display: inline-block;
    text-align: left;
}

.submit_box input {
    border: 1px solid #eb557a;
    border-radius: 8px;
    height: 24px;
    line-height: 24px;
    padding: 0 2%;
    color: #eb557a;
    width: 100%;
    font-size: 14px;
}

.pages_btn_submit {
    margin-top: 3%;
    width: 120px;
}

.pages05_list {
    top: 2%;
    text-align: center;
}

.pages05_list .nav {
    float: left;
    width: 90%;
    margin: 2% auto;
    margin-left: 5%
}

.pages05_09 {
    width: 100px;
}


/*音乐*/

.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 #e7305d;
    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) {
    .pages_btn_submit {
        margin-top: 0%;
    }
    .pages05_list {
        top: 5%;
        text-align: center;
        width: 90%;
        left: 5%;
    }
}


/*andriod*/

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


/*samsung*/

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


/*huawei*/

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


/*xiaomi*/

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


/*ip 6*/

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


/*ip 6+*/

@media all and (min-width: 414px) and (max-height: 672px) {
    .swiper-pagination {
        bottom: 3px !important;
    }
    .pages01_01,
    .pages01_02,
    .pages01_03 {
        top: 4%;
    }
    .pages01_list {
        top: 10%;
    }
    .pages04_02,
    .pages04_04,
    .pages04_05 {
        margin: 3% auto;
    }
    .submit_box ul li {
        margin: 1% auto;
    }
    .pages05_list .nav {
        width: 90%;
        margin: 2% auto;
        margin-left: 5%;
    }
    .pages05_09 {
        width: 120px;
    }
}


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
    .pages01_list,
    .pages01_01,
    .pages01_02,
    .pages01_03 {
        width: 85%;
        left: 7.5%;
    }
    .pages02_03 {
        top: 23%;
    }
    .swiper-pagination {
        bottom: 5px !important;
    }
    .pages03_02 {
        top: 6%;
    }
    .pages03_list {
        top: 14%;
    }
    .pages03_09 {
        top: auto;
        bottom: 6%;
    }
    .pages04_list {
        top: 5%;
        text-align: center;
        width: 80%;
        left: 10%;
    }
    .pages05_list .nav {
        width: 80%;
        margin: 2% auto;
        margin-left: 10%;
    }
    .pages05_09 {
        width: 100px;
    }
}
