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: 20px;
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 384px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 385px) and (max-width: 480px) {
    html {
        font-size: 13px;
    }
}

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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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;
}

.unvisible {
    visibility: hidden;
}

.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-share {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 200;
    text-align: right;
    display: none;
}

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

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

.imgo-popup p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 4px;
    width: 80%;
    padding: 6px;
    background: rgba(0,0,0,.6);
    text-align: center;
    font-size: 1.4rem;
    z-index: 9000;

}

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

.imgo-header {
    background: url(../images/bg-header.png) no-repeat;
    background-size: 100%;
}

.imgo-header .count-start {
    text-align: center;
    color: #fff;
    padding-bottom: .8rem;
}

.imgo-header .count-start .btn {
    width: 30%;
    float: right;
}

.imgo-header .count-start .btn img {
    padding: .9rem .9rem 0 0;
}

.imgo-header .count-start .title {
    font-size: 1rem;
    padding: .4rem 0 .25rem 1rem;
    text-align: left;
}

.imgo-header .count-start .lefttime {
    padding: 0 0 0 1rem;
}

.imgo-header .count-start li {
    float: left;
    font-size: 1rem;
    width: 2rem;
    height: 2.8rem;
    line-height: 2.8rem;
}

.imgo-header .count-start li.num {
    font-size: 2rem;
    background: rgba(163, 27, 62, .6);
    font-family: Arial;
    border-radius: .6rem;
    width: 3rem;
    height: 2.8rem;
    line-height: 2.8rem;
}

.imgo-header .count-end .title {
    width: 57%;
    float: left;
}

.imgo-header .count-end .title img {
    padding: 1.1rem 0 1.1rem 2rem;
}

.imgo-header .count-end .btn {
    width: 30%;
    float: right;
}

.imgo-header .count-end .btn img {
    padding: .9rem .9rem 0 0;
}

.imgo-main .logo {
    width: 98%;
    margin: .5rem auto 0;
    text-align: center;
}

.imgo-main ul {
    text-align: center;
    padding-left: 1rem;
}

.imgo-main li {
    display: inline-block;
    width: 25%;
}

.imgo-rules {
    font-size: 1rem;
    color: #AE3315;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    padding: 0px 2.2rem 0 3.3rem;
    line-height: 1.5rem;
}

.imgo-rules span {
    color: #3A80BF;
    font-size: 1.2rem;
}

.imgo-btn-share {
    text-align: center;
    padding: 3.3rem 0 1rem;
}

.imgo-btn-share img {
    width: 30%;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 500;
}

.imgo-fail-cnt {
    max-width: 32rem;
    margin: auto;
    position: relative;
}

.imgo-fail-cnt .close {
    width: 7%;
    position: absolute;
    top: 6rem;
    right: 2.5rem;
}

.imgo-fail-cnt .btn {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: 27rem;
    text-align: center;
}

.imgo-fail-cnt .btn a {
    display: inline-block;
    width: 45%;
}

.imgo-fail-cnt .btn img {
    padding: 0 10%;
}

.imgo-tjphone-cnt {
    max-width: 32rem;
    margin: auto;
    position: relative;
}

.imgo-tjphone-cnt .close {
    width: 7%;
    position: absolute;
    top: 6rem;
    right: 2.5rem;
}

.imgo-tjphone-cnt .btn {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: 27rem;
    text-align: center;
}

.imgo-tjphone-cnt .btn a {
    display: inline-block;
    width: 45%;
}

.imgo-tjphone-cnt .btn img {
    padding: 0 10%;
}



.imgo-succ1-cnt {
    max-width: 32rem;
    margin: 4rem auto 0;
    position: relative;
}

.imgo-succ1-cnt .close {
    width: 7%;
    position: absolute;
    top: 0;
    right: 2.5rem;
}

.imgo-succ1-cnt .title {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 3.5rem;
}

.imgo-succ1-cnt .zhufu {
    color: #2E0906;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 13rem;
}

.imgo-succ1-cnt .telphone {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 19rem;
}

.imgo-succ1-cnt .telphone input {
    border: none;
    background: none;
    width: 62%;
    padding: 2.5% 0;
    text-align: center;
    font-size: 1.6rem;
}

.imgo-succ1-cnt .btn {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: 27rem;
    text-align: center;
}

.imgo-succ1-cnt .btn .hide {
    display: none;
}

.imgo-succ1-cnt .btn a {
    display: inline-block;
    width: 45%;
}

.imgo-succ1-cnt .btn img {
    padding: 0 10%;
}


.imgo-succ-cnt {
    max-width: 32rem;
    margin: 4rem auto 0;
    position: relative;
}

.imgo-succ-cnt .close {
    width: 7%;
    position: absolute;
    top: 0;
    right: 2.5rem;
}

.imgo-succ-cnt .title {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 6.5rem;
}

.imgo-succ-cnt .zhufu {
    color: #2E0906;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 16.5rem;
}

.imgo-succ-cnt .btn {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: 27rem;
    text-align: center;
}

.imgo-succ-cnt .btn .hide {
    display: none;
}

.imgo-succ-cnt .btn a {
    display: inline-block;
    width: 45%;
}

.imgo-succ-cnt .btn img {
    padding: 0 10%;
}

.imgo-caimi-main {
    max-width: 28rem;
    margin: 4rem auto 0;
    position: relative;
    font-size: 1.6rem;
}

.imgo-caimi-main .close {
    width: 7%;
    position: absolute;
    top: 0;
    right: 0;
}

.imgo-caimi-main .bd {
    background: url(../images/bg-cai.png) no-repeat;
    background-size: 100%;
}

.imgo-caimi-main .title {
    text-align: center;
    color: #3B0D11;
    padding: 4.5rem 3rem 0;
    min-height: 8.2rem;
}

.imgo-caimi-main .answer {
    text-align: center;
    padding: 1.5rem 0 3rem;
}

.imgo-caimi-main .answer li {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    display: inline-block;
    background: rgba(209, 193, 163, .8);
    border-radius: .5rem;
    margin: 0 .25rem;
}

.imgo-caimi-main .btn {
    text-align: center;
    padding-bottom: 5rem;
}

.imgo-caimi-main .btn img {
    width: 45%;
}

.imgo-caimi-main .ft {
    background: #D5412E;
    border-radius: 0 0 .5rem .5rem;
    text-align: center;
    padding: 1rem 1rem 2rem;
    color: #240000;
}

.imgo-caimi-main .ft li {
    float: left;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #FDB8AE;
    border-radius: .4rem;
    margin: .4rem;
    box-shadow: 0 3px 0 #EA7667;
}


@media only screen and (width: 320px) {
    .imgo-succ-cnt .zhufu {
        top: 17.7rem;
    }

    .imgo-succ1-cnt .zhufu {
        top: 12.5rem;
    }

    .imgo-succ1-cnt .telphone {
        top: 19.8rem;
    }
}

@media only screen and (width: 360px) {
    .imgo-succ1-cnt .zhufu {
        top: 11.8rem;
    }

    .imgo-succ1-cnt .telphone {
        top: 18.6rem;
    }

}

@media only screen and (width: 375px) {
    .imgo-succ-cnt .zhufu {
        top: 17.2rem;
    }

    .imgo-succ1-cnt .zhufu {
        top: 12.3rem;
    }

    .imgo-succ1-cnt .telphone {
        top: 19.4rem;
    }

}

@media only screen and (width: 384px) {
    .imgo-succ-cnt .zhufu {
        top: 17.9rem;
    }

    .imgo-succ1-cnt .zhufu {
        top: 12.9rem;
    }

    .imgo-succ1-cnt .telphone {
        top: 20rem;
    }
}

@media only screen and (width: 414px) {
    .imgo-succ-cnt .zhufu {
        top: 17.6rem;
    }

    .imgo-succ1-cnt .zhufu {
        top: 12.5rem;
    }

    .imgo-succ1-cnt .telphone {
        top: 19.8rem;
    }

}

@media only screen and (min-width: 640px) {
    .imgo-succ1-cnt .zhufu {
        top: 12.5rem;
    }

}

.pulse {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

.pulse3 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}













