html,
body {
    background: #ffffff;
    margin: 8px 0px 100px 0px;
}

.main {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    padding: 0 15px;
}

.main img {
    width: 100%;
}

.main .add_time {
    line-height: 1.8;
    text-align: center;
    color: #999999;
    font-size: 12px;
    padding-bottom: 10px;
}

.main h1 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 5px 0 0 0;
}

.main .content {
    color: #555555;
}

.you {
    animation: twinkle1 0.6s infinite alternate;
    -moz-animation: twinkle1 0.6s infinite alternate;
    -ms-animation: twinkle1 0.6s infinite alternate;
    -webkit-animation: twinkle1 0.6s infinite alternate;
}

@keyframes twinkle1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@-moz-keyframes twinkle1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

body {
    /*background: #56b4ab;*/
}

.loader,
.loader:before,
.loader:after {
    background: #fff;
    /*
  * load1：执行的动画名
  * 1s：执行一秒
  * infinite：执行无限次
  * ease-in-out：动画以低速开始和结束
  */
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 2.5em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.loader:before {
    left: -1.5em;
}

.loader {
    text-indent: -9999em;
    /*margin: 40% auto;*/
    position: relative;
    font-size: 11px;
    /* 延时0.16s */
    animation-delay: 0.16s;

    align-items: center;
    justify-content: center;
    /*top: 50%;*/
    /*left: 50%;*/
}

.loader:after {
    left: 1.5em;
    /* 延时0.32s */
    animation-delay: 0.32s;
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 #fff;
        height: 2.5em;
    }

    40% {
        /* 实现上部拉伸 */
        box-shadow: 0 -1.5em #ffffff;
        /* 实现下部拉伸 */
        height: 3em;
    }
}

.main img {
    width: auto;
}

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-family: "Helvetica";
    background: #fff;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    color: inherit;
}

@media screen and (min-width: 900px) {
    body {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 12px;
    }
}

.you {
    animation: twinkle1 0.6s infinite alternate;

    -moz-animation: twinkle1 0.6s infinite alternate;

    -ms-animation: twinkle1 0.6s infinite alternate;

    -webkit-animation: twinkle1 0.6s infinite alternate;
}

@keyframes twinkle1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@-moz-keyframes twinkle1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

.div-1 {
    padding: 10px 12px 10px 12px;
    margin-top: 28px;
}

.div-2 {
    font-family: Helvetica;
    font-size: 17px;
    font-weight: bold;
    color: #232323;
    min-height: 30px;
    text-align: left;
    margin: 20px auto 8px;
    line-height: 30px;
}

.div-2-2 {
    font-family: Helvetica;
    font-size: 17px;
    font-weight: bold;
    color: #232323;
    min-height: 30px;
    text-align: right;
    margin: 20px auto 8px;
    line-height: 30px;
}

.div-4 {
    font-family: HelveticaNeue;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
}

.div-5 {
    font-family: HelveticaNeue;
    color: #888;
    font-size: 14px;
    line-height: 40px;
}

.div-7 {
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: bold;
}

.div-7 span {
    color: #f00;
}

.div-9 {
    font-family: HelveticaNeue;
    color: #888;
    font-size: 16px;
    line-height: 12px;
    font-style: italic;
    text-align: center;
}

.div-10 {
    font-family: HelveticaNeue;
    color: #d1d1d1;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
}

.bjt {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.bjt img {
    width: 100%;
}

.bjt span {
    position: absolute;
    bottom: 0.1;
    width: 100%;
    background-color: #df60d9;
    color: #fff;
}

/* Copyright 2014-present Evernote Corporation. All rights reserved. */
@keyframes caretBlink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes rotateSpinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn_whatsapp {
    background-image: linear-gradient(to right,
            #f857a6 0%,
            #ff5858 51%,
            #f857a6 100%);
    margin: 0 auto;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 1px #eee;
    border-radius: 10px;
    display: block;
    border: none;
    font-weight: bold;
}

.ts {
    color: #543414;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

.ts-1 {
    font-family: HelveticaNeue;
    width: 100%;
    float: Left;
    margin-bottom: 12px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: 808080;
}

.ts-1 span {
    width: 30%;
    float: Left;
    margin-left: 12.5%;
    padding: 6px 2px 6px 2px;
    border-radius: 25px;
    border: 2px solid #ccc;
    text-align: center;
}

.ts-1 span img {
    width: 20px;
    margin-top: 0px;
}

.ts-2 {
    text-align: center;
    border-top: 1.2px solid #767373;
    margin-top: 65px;
}

.ts-3 {
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: -15px;
    color: #454545;
}

.ts-3 span {
    background-color: #fff;
}

ul,
table,
li {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

#FontScroll {
    max-width: 750px;
    width: 100%;
    height: 930px;
    line-height: 300px;
    overflow: Hidden;
    padding: 6px 0;
    margin: 0 auto;
}

#FontScroll ul li {
    line-height: 1.5;
    margin-bottom: 4px;
}

#FontScroll .line {
    width: 100%;
}

#FontScroll .fontColor li {
    color: red;
}

#gdiv {
    width: 100%;
    float: Left;
}

#gdiv-1 {
    width: 10%;
    float: Left;
    padding-top: 6px;
}

#gdiv-1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#gdiv-2 {
    width: 78%;
    float: Left;
    padding-left: 8%;
}

#gdiv-3 {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #a7a7a7;
}

#gdiv-4 {
    font-family: HelveticaNeue;
    text-align: right;
    margin-top: -22px;
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 1px;
}

#gdiv-4 img {
    width: 12px;
}

#gdiv-5 {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #454545;
}

#gdiv-6 {
    font-family: HelveticaNeue;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 26px;
}
.top {
    margin: 0 auto;
    position: fixed;
    max-width: 750px;
    width: 100%;
    top: 0;
    background: #cd5c5c;
    border: 0px solid #ccc;
    z-index: 99999;
    margin: 0 auto;
    padding: 2 0 2 0;
    font-family: Helvetica;
    font-size: 22px;
    padding-left: 12px;
    font-weight: bold;
    color: #ffdb2a;
    text-align: center;
  }