@charset"utf-8";

/* CSS Document */

img {
    border: none;
}
#jumpPageWrapper {
    width: 950px;
    height: 950px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
#jumpPageWrapper .bgWrap {
    background: #fed5d5 url(../images/bg-app-jumppage.jpg) no-repeat top center;
    width: 100%;
    height: 100%;
    position: relative;
}
#iphoneWrap {
    background: transparent url(../images/iphone.png) no-repeat top center;
    width: 415px;
    height: 700px;
    position: absolute;
    top: -1000px;
    right: 90px;
}
.screenWrap {
    position: relative;
}
.screenWrap .screen {
    width: 220px;
    height: 390px;
    position: absolute;
    top: 155px;
    left: 95px;
    background-color: #FFF;
    overflow: hidden;
}
/* Carousel */

#screenshots .item img {
    display: block;
    width: 100%;
    height: auto;
}
#intro ul {
    padding: 0;
    margin: 0;
}
#intro ul li {
    position: absolute;
    list-style: none;
    display: none;
}
#intro .intro01 {
    top: 678px;
    left: 132px;
    z-index: 99;
}
#intro .intro02 {
    top: 600px;
    left: 303px;
    z-index: 98;
}
#intro .intro03 {
    top: 683px;
    left: 457px;
    z-index: 97;
}
#intro .intro04 {
    top: 597px;
    left: 610px;
    z-index: 96;
}
#btnDownloadiOS {
    position: absolute;
    top: 410px;
    left: 138px;
}
#btnDownloadAn {
    position: absolute;
    top: 410px;
    left: 308px;
}
#tagappstore {
    position: absolute;
    top: 860px;
    right: 188px;
}
#tagplaystore {
    position: absolute;
    top: 860px;
    right: 68px;
}

/*Clear*/

.clear00 {
    height: 0;
    clear: both;
    float: none;
}
