@charset "utf-8";
body,button,ul,li,h1,h2,h3,h4,h5,h6,p{ padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{ font-size:inherit; font-weight:normal;}
ul,li{ list-style:none;}
body { font-family:"微软雅黑",arial; color:#333;}
button{ cursor:pointer;}
img{ border:0;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body * {
    user-select: none;
    -webkit-user-select: none;
}

a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}

a:focus,input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}

.input-sprite {
    display: inline-block;
    width:15px;
    height: 15px;
    background: url(../images/input-sprite.png) no-repeat;
    background-size: 15px;
    position: relative;
    top: 2px;
}

input:checked + .input-sprite.input-checkbox {
    background-position: 0 0;
}
input + .input-sprite.input-checkbox {
    background-position: 0 -15px;
}
input:checked + .input-sprite.input-radio {
    background-position: 0 -30px;
}
input + .input-sprite.input-radio {
    background-position: 0 -45px;
}

.input-unit {
    border: 1px transparent solid;
    border-radius: 4px;
    padding: 0 6px;
    padding-top: 4px;
    resize: none;
    outline: 0;
}

.input-unit p + p {
    margin-top: 8px;
}

textarea.input-unit {
    user-select: auto;
    -webkit-user-select: auto;
    overflow: hidden;
    line-height: 20px;
    font-size: 16px;
}

textarea.input-unit + span {
    position: absolute;
    width: 48px;
    height: 20px;
    right: 2px;
    top: 6px;
    color: rgb(179, 179, 179);
    font-size: 16px;
    display: none;
}

textarea.input-unit:invalid + span {
    display: block;
    /*background: url('../images/noNull-bg.png') 97% 6px no-repeat;*/
}
textarea.input-unit:valid + span {
    display: none;
    /*background-image: none;*/
}

.submit-btn {
    font-size: 14px;
}

/*页面主体*/
.main {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}


.main.center {
    position: absolute;
    width: 320px;
    height: 568px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    /*width: 320px;*/
    /*height: 568px;*/
}
.main .editWrap{
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    top: 0;
    left: 0;
}

.editWrap.current {
    visibility: visible;
    z-index: 10;
}
.editWrap.page-down {
    visibility: visible;
    z-index: 9;
}
.main .swiper-slide {
    visibility: hidden;
}
.main .swiper-slide.swiper-slide-active {
    visibility: visible;
}
/*.main ul{ width:100%; height:100%; position:absolute;}*/
.main ul {
    width: 100%;
    height: 100%;
    position: relative;
    width: 276px;
    height: 436px;
    /*margin: auto;*/
}
.main li{
    position:absolute;
    box-shadow:0 0 0 gray;
    text-align: left;
}
.main .bg-section {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
	background-repeat:no-repeat;
}
.main .bg-section.bg-size1 {
	background-position:0px 0px;
	background-size:auto 100%;
}
.main .bg-section.bg-size2 {
	background-position:0px 0px;
	background-size:cover;
}
.main .text-li>div {
    padding: 3px;
    border:0 solid #000;
    text-align: left;
}
.main .image-li>div {
    overflow: hidden;
    border:0 solid #000;
}
.main .image-li>div img {
    vertical-align: top;
}
.main li div{ word-wrap:break-word;}

.shape {
    display: block;
    overflow: hidden;
    -webkit-mask-repeat: round!important;
}

/* Animations */

.arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
}
.arrow>div {
    position: relative;
    width: 100%;
    height: 100%;
}
.arrow-img {
    position: absolute;
    width: 34px;
    z-index: 10;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 2%;
    -webkit-animation: jump 1s infinite;
    -moz-animation: jump 1s infinite;
    -o-animation: jump 1s infinite;
    -ms-animation: jump 1s infinite;
    animation: jump 1s infinite;
}
.power-by {
    position: absolute;
    width: 50%;
    z-index: 10;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 4%;
}
.music-rotate {
    position: absolute;
    width: 50px;
    left: 5px;
    top: 15px;
    text-align: center;
    z-index: 101;
}
.music-rotate .text {
    position: absolute;
    color: #fff;
    font-size: 12px;
    width: 130px;
    height: 24px;
    line-height: 21px;
    margin-left: 65px;
    margin-top: 11px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.music-rotate .text .number {
    font-size: 16px;
    position: relative;
    top: 1px;
}
.music-rotate img {
    width: 34px;
}
.music-rotate .music-disc {
    position: relative;
    top: -50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.music-rotate .music-head {
    position: relative;
    top: -88px;
}
.music-rotate .music-wave {
    position: relative;
    width: 50px;
    top: -14px;
}

.rotate {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

/*定义组件动画*/
.ele-fadein{ animation:ele-fadein 2s; -webkit-animation:ele-fadein 2s;}
@keyframes ele-fadein{
	from{ opacity:0;}
	to{ opacity:1;}
}
@-webkit-keyframes ele-fadein{
	from{ opacity:0;}
	to{ opacity:1;}
}

.ele-slidedown{ animation:ele-slidedown 2s; -webkit-animation:ele-slidedown 2s;}
@keyframes ele-slidedown{
	from{ opacity:0; height:0;}
	to{ opacity:1;}	
}
@-webkit-keyframes ele-slidedown{
	from{ opacity:0; height:0;}
	to{ opacity:1;}
}

/*-----------------------------------------------------------------------------*/
/*翻页提示图标*/
@-webkit-keyframes jump {
    0% {bottom: 2%;
        -webkit-animation-timing-function: ease-in;
    }
    55% {bottom: 4%;
        -webkit-animation-timing-function: ease-in;
    }
    100% {bottom: 2%;
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes jump {
    0% {bottom: 2%;
        -moz-animation-timing-function: ease-in;
    }
    55% {bottom: 4%;
        -moz-animation-timing-function: ease-in;
    }
    100% {bottom: 2%;
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes jump {
    0% {bottom: 2%;
        -o-animation-timing-function: ease-in;
    }
    55% {bottom: 4%;
        -o-animation-timing-function: ease-in;
    }
    100% {bottom: 2%;
        -o-animation-timing-function: ease-in;
    }
}

@-ms-keyframes jump {
    0% {bottom: 2%;
        -ms-animation-timing-function: ease-in;
    }
    55% {bottom: 4%;
        -ms-animation-timing-function: ease-in;
    }
    100% {bottom: 2%;
        -ms-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {bottom: 2%;
        animation-timing-function: ease-in;
    }
    55% {bottom: 4%;
        animation-timing-function: ease-in;
    }
    100% {bottom: 2%;
        animation-timing-function: ease-in;
    }
}

/*旋转*/
@-webkit-keyframes rotating {
    from {
        -webkit-transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(360deg)
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform:rotate(0deg)
    }
    to{
        -moz-transform:rotate(360deg)
    }
}