html {
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
    font-size: 10px;
    /*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body, input {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial;
    color: #000;
}

body {
    background: #990002;
}

ul, ol, li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a:link,
a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:active {
    text-decoration: none;
}

a, input, button, select, textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix {
    *zoom:1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.imgo-loading {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.imgo-loading-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.imgo-loading-img {
    -webkit-animation: load 1s infinite linear;
    margin-bottom: 10px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}



.imgo-app {
    max-width: 640px;
    margin: auto;
    display: none;
    background: url(../images/bg-header.jpg) no-repeat;
    background-size: 100%;
}

.imgo-countdown {
    width: 80%;
    margin: auto;
    padding: 530px 0 40px;
}

.imgo-countdown .t1 img {
    width: 25%;
}

.imgo-countdown .t2 img {
    width: 40%;
}

.imgo-countdown .lefttime {
    display: -webkit-box;
    -webkit-box-align: center;
    text-align: center;
    padding-top: 3%;
}

.imgo-countdown .lefttime li {
    -webkit-box-flex: 1;
    font-size: 24px;
    color: #fff;
}

.imgo-countdown .lefttime .num {
    background: #460405;
    padding: 3% 0;
    font-family: Arial;
    font-size: 42px;
    border-radius: 12px;
}

.imgo-footer {
    background: url(../images/bg-footer1.jpg) no-repeat;
    background-size: 100%;
}

.imgo-footer .btns {
    text-align: center;
    padding: 12% 0 10%;
}

.imgo-footer .btns img {
    width: 38%;
    margin: 0 4%;
}

.imgo-footer .desc {
    color: #fff;
    font-size: 18px;
    padding: 0 4% 4%;
    line-height: 160%;
}

.imgo-footer .share-area {
    text-align: center;
    padding: 0 0 5%;
}

.imgo-footer .share-area img {
    width: 35%;
}

.imgo-main {
    position: relative;
}

.imgo-main .denglong1 {
    position: absolute;
    width: 15%;
    top: -5%;
    right: 0;
    z-index: 300;
}

.imgo-main .denglong2 {
    position: absolute;
    width: 15%;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.imgo-main-nav {
    text-align: center;
    padding-top: 5%;
}

.imgo-main-nav li {
    display: inline-block;
    width: 30%;
    margin-bottom: 4%;
}

.imgo-main-cnt {
    text-align: center;
    position: relative;
    padding: 5% 0 0;
    overflow: hidden;
}

.imgo-main-cnt .transparent {
    opacity: 0;
}

.imgo-main-cnt .bg {
    width: 94%;
}

.imgo-main-cnt .iposition {
    width: 28%;
    position: absolute;
    left: 3%;
    top: 0;
    z-index: 50;
}

.imgo-main-cnt .ititle {
    width: 38%;
    position: absolute;
    left: 30%;
    top: 0;
    z-index: 50;
}

.imgo-main-cnt .ithumbnail {
    width: 88%;
    position: absolute;
    left: 50%;
    margin-left: -44%;
    top: 10.5%;
    z-index: 20;
}

.imgo-main-cnt .ithumbnail img {
    border-radius: 6px;
}

.imgo-main-cnt .ithumbnail .btn-play {
    border-radius: 0;
    width: 15%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7% 0 0 -7%;
}

.imgo-main-cnt .ibtn {
    width: 40%;
    position: absolute;
    right: 2%;
    bottom: 10%;
    z-index: 50;
}

.imgo-main-cnt .ithumbnail.cur {
    z-index: 100;
}

.imgo-main-cnt .ibtn.cur {
    z-index: 200;
}

.imgo-main-cnt .iposition.cur {
    z-index: 200;
}

.imgo-main-cnt .idesc {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 8%;
    bottom: 5%;
}


@media only screen and (width: 320px) {
    .imgo-countdown {
        padding: 265px 0 15px;
    }

    .imgo-main-cnt .ithumbnail {
        width: 86%;
        margin-left: -43%;
        top: 11%;
    }

    .imgo-main-cnt .idesc {
        font-size: 12px;
    }

    .imgo-footer .desc {
        font-size: 12px;
        bottom: 4%;
    }

    .imgo-countdown .lefttime .num {
        font-size: 22px;
        border-radius: 8px;
    }

    .imgo-countdown .lefttime li {
        font-size: 12px;
    }

    .imgo-main-cnt .btn {
        bottom: 5%;
    }
}

@media only screen and (width: 360px) {
    .imgo-countdown {
        padding: 300px 0 15px;
    }

    .imgo-main-cnt .ithumbnail {
        width: 86%;
        margin-left: -43%;
        top: 11%;
    }

    .imgo-main-cnt .idesc {
        font-size: 14px;
        bottom: 3%;
    }

    .imgo-footer .desc {
        font-size: 14px;
    }

    .imgo-countdown .lefttime .num {
        font-size: 22px;
        border-radius: 8px;
    }

    .imgo-countdown .lefttime li {
        font-size: 12px;
    }

    .imgo-main-cnt .ibtn {
        bottom: 5%;
    }
}

@media only screen and (width: 375px) {
    .imgo-countdown {
        padding: 310px 0 15px;
    }

    .imgo-main-cnt .ithumbnail {
        width: 86%;
        margin-left: -43%;
        top: 11%;
    }

    .imgo-main-cnt .idesc {
        font-size: 14px;
        bottom: 3%;
    }

    .imgo-footer .desc {
        font-size: 14px;
    }

    .imgo-countdown .lefttime .num {
        font-size: 22px;
        border-radius: 8px;
    }

    .imgo-countdown .lefttime li {
        font-size: 12px;
    }

    .imgo-main-cnt .ibtn {
        bottom: 5%;
    }
}

@media only screen and (width: 384px) {
    .imgo-countdown {
        padding: 320px 0 15px;
    }

    .imgo-main-cnt .ithumbnail {
        width: 86%;
        margin-left: -43%;
        top: 11%;
    }

    .imgo-main-cnt .idesc {
        font-size: 14px;
        bottom: 3%;
    }

    .imgo-footer .desc {
        font-size: 14px;
    }

    .imgo-countdown .lefttime .num {
        font-size: 22px;
        border-radius: 8px;
    }

    .imgo-countdown .lefttime li {
        font-size: 12px;
    }

    .imgo-main-cnt .ibtn {
        bottom: 5%;
    }
}

@media only screen and (width: 414px) {
    .imgo-countdown {
        padding: 345px 0 15px;
    }

    .imgo-main-cnt .ithumbnail {
        width: 87.5%;
        margin-left: -44%;
        top: 11%;
    }

    .imgo-main-cnt .idesc {
        font-size: 14px;
        bottom: 4%;
    }

    .imgo-footer .desc {
        font-size: 14px;
    }

    .imgo-countdown .lefttime .num {
        font-size: 22px;
        border-radius: 8px;
    }

    .imgo-countdown .lefttime li {
        font-size: 12px;
    }

    .imgo-main-cnt .ibtn {
        bottom: 5%;
    }
}

.share-tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 200;
    text-align: right;
    display: none;
}

.share-tips img {
    width: 50%;
    padding: 15px;
}


@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}


@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.imgo-main-cnt .bounceOutRight {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

.imgo-main-cnt .bounceInLeft {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}













