#appView {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 720px;
    z-index: 13;
    background: url(../images/index/bg-making.png);
    /*background: rgba(0, 0, 0, 0.6);*/
}

#downloadQR-Big {
    position: absolute;
    top: 150px;
    left: 480px;
    width: 320px;
    height: 320px;
}

#QRSubTil {
    position: absolute;
    top: 480px;
    left: 400px;
    width: 480px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 28px;
}

#QRSubTil2 {
    position: absolute;
    top: 630px;
    left: 400px;
    width: 480px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 28px;
}

#QRClose {
    position: absolute;
    top: 540px;
    left: 600px;
    width: 80px;
    height: 80px;
}


#mainView {
    background: url(../images/index/bg.png);
    font-size: 20px;
    color: #ffffff;
}

.download {
    position: absolute;
    top: 50px;
    left: 800px;
    width: 131px;
    height: 125px;
    color: #000000;
    background: url(../images/index/code-bg.png);
    /* border-bottom: 3px solid indianred; */
}

#QR_code {
    position: absolute;
    top: 38px;
    left: 790px;
    width: 150px;
    height: 150px;
    display: none;
}

#code {
    position: absolute;
    top: 8px;
    left: 17px;
    width: 96px;
    height: 88px;
}

.download>p {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
}

#timezone {
    position: absolute;
    top: 51px;
    left: 960px;
    width: 250px;
    height: 123px;
    background: url(../images/index/time-bg.png);
}

#time {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}

#date {
    position: absolute;
    top: 42px;
    left: 0px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}

#number {
    position: absolute;
    top: 83px;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#media {
    position: absolute;
    top: 221px;
    left: 75px;
    width: 476px;
    height: 289px;
    border: 6px solid transparent;
}

#defaultImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 477px;
    height: 289px;
    display: none;
}

#mediaBox {
    position: absolute;
    top: -5px;
    left: -7px;
    width: 477px;
    height: 289px;
    border: 5px solid #fe061f;
    border-radius: 14px;
    display: none;
}

#left {
    position: absolute;
    top: 350px;
    left: 590px;
    display: none;
}

#right {
    position: absolute;
    top: 350px;
    left: 1227px;
    display: none;
}

#colBox {
    position: absolute;
    top: 175px;
    left: 618px;
    width: 595px;
    height: 350px;
    overflow: hidden;
    box-reflect: below -20px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .0) 20%, rgba(250, 250, 250, 0.2));
    -webkit-box-reflect: below -20px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .0) 20%, rgba(250, 250, 250, 0.2));
}

#columnListBox {
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
}

.colList-item {
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

.shortcut {
    position: absolute;
    top: 260px;
    left: 61px;
    width: 28px;
    height: 24px;
    background: url(../images/index/shortcut.png);
    line-height: 24px;
    text-align: center;
    color: #ff3b2d;
    font-size: 20px;
}

.hover {
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

.cImg {
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

.tip {
    position: absolute;
    top: 585px;
    left: 855px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fcf1db;
}

#welcomeView {
    position: absolute;
    width: 1280px;
    height: 720px;
    left: 0;
    top: 0;
    background: url(../images/index/bg-masking.png);
    z-index: 10;
    display: none;
}

#welcomeImg {
    position: absolute;
    left: 271px;
    top: 156px;
}

#earthquake {
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 720px;
    overflow: hidden;
}

.hide {
    display: none;
}

.earthquake_ok {
    background: url(../images/index/earthquake_ok.jpg);
}

.earthquake_error {
    background: url(../images/index/earthquake_error.jpg);
}