 
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    div {
        box-sizing: border-box;
    }
    img {
        display:block !important;
    }
    body {
        font-family: Arial, sans-serif;
        background-color: #f5f5f5;
        font-size: 18px;
    }

    .container {
        max-width: 676px;
        width: 100%;
        margin: 0 auto;
        background-color: #f5f5f5;
        min-height: 100vh; 
    }
    .suspension_botton {
        position: fixed;
        bottom: 34px;
        justify-content: center;
        max-width: 676px;
        z-index: 100;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
    } 
    .ly-section1 {
        min-height: 100%;
        padding: 0 0 0 0;
    }
    .ly-section1 .left {
        float: left;
        max-width: 90% !important;
        margin: 10px 0 0 0;
    }

    .ly-section1 .left img {
        float: left;
        margin: 0 5px 0 0;
        border-radius: 50%
    }

    .ly-section1 .left div {
        position: relative;
        margin: 0 0 0 55px;
        padding: 10px;
        background: #FFF;
        color: #323232;
        border-radius: 6px;
    }
    .talk {
        min-height: 676px;
        background-color: #f5f5f5;
    } 
    .select_botton {
        position: fixed;
        bottom: 34px;
        width: 100%;
        max-width: 640px;
        z-index: 100;
        padding: 14px 6px 0px 6px;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
    }

    .select_botton a {
        display: inline-block;
        padding: 10px 0;
        background-color: rgb(230, 50, 46);
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
        margin-bottom: 6px;
        width: 23%;
        text-align: center;
        margin: 1%;
    }
    #option_7 a {
        line-height: 2.5rem;
        background-color: rgb(37, 186, 69);
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-radius: 1.5rem;
        background-image: -webkit-linear-gradient(45deg, rgb(37, 186, 69), rgb(43, 211, 21));

        -webkit-animation: templateEnlargeShrink-data-v-d0fd5884 3s infinite;
        -o-animation: templateEnlargeShrink-data-v-d0fd5884 3s infinite;
        animation: templateEnlargeShrink-data-v-d0fd5884 3s infinite;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    @keyframes templateSearchLights-data-v-d0fd5884 {
        0% {
            transform: translate(-5.66123188rem);
            -webkit-transform: translate(-5.66123188rem);
            opacity: 0;
        }

        66% {
            transform: translate(-5.66123188rem);
            -webkit-transform: translate(-5.66123188rem);
            opacity: 1;
        }

        100% {
            transform: translate(24.90942029rem);
            -webkit-transform: translate(24.90942029rem);
        }
    }

    @keyframes templateEnlargeShrink-data-v-d0fd5884 {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }

        33% {
            transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
        }

        66% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }

        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }
    }
 
    .jumping-image {
        animation: jump 2s infinite ease-in-out;
        max-width: 640px;
    }

    @keyframes jump {
        0%, 100% {
            transform: scale(0.8);
        }
        50% {
            transform: scale(1);
        }
    }
    .maskclass{
        max-width: 640px;
        box-sizing: border-box;

        z-index:999;
        position: fixed;
        top: 0;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        text-align: center;
    }
    .wechatimg img {
        width: 100%;
    }
    .jumpBtn {
        font-size: 20px;
        display: block;
        margin: auto 10px;
        width: fit-content;
        padding: 5px 15px;
        border-radius: 20px;
        color: #FFF;
        -webkit-animation-name: scaleDraw;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
    }
    a {
        text-decoration: none;
    }
    .ly-header nav {
        height: 32px;
        background: #CCC;
    }

    .ly-header nav h2 {
        color: #999;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    } 
    .ly-section1 {
        min-height: 100%;
        padding: 0 0 0 0;
    }

    .ly-section1 .line {
        margin: 5px 10px 0 10px;
    }

    .ly-section1 .left {
        float: left;
        max-width: 80%;
        margin: 10px 0 0 0;
    }

    .ly-section1 .left img {
        float: left;
        margin: 0 5px 0 0;
        border-radius: 5px
    }

    .ly-section1 .left div {
        position: relative;
        margin: 0 0 0 55px;
        padding: 10px;
        background: #FFF;
        color: #323232;
        border-radius: 6px;
        line-height: 22px;
    }

    .ly-section1 .left div i {
        position: absolute;
        top: 15px;
        left: -8px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 8px solid #FFF;
        border-bottom: 6px solid transparent;
    }

    .ly-section1 .left div img {
        float: none;
    }
    .zizhi img {
        width: 100%;
        margin: 0 !important;
    }

    .ly-hide {
        display: none;
    }

    .ly-clear {
        clear: both;
    }

    .loading {
        width: 150px;
        height: 10px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .loading span {
        display: inline-block;
        width: 10px;
        height: 100%;
        margin-right: 5px;
        border-radius: 50%;
        background: #302825;
        -webkit-animation: load 1.04s ease infinite;
    }

    .loading span:last-child {
        margin-right: 0px;
    }

    .loading span:nth-child(1) {
        -webkit-animation-delay: 0.13s;
    }

    .loading span:nth-child(2) {
        -webkit-animation-delay: 0.26s;
    }

    .loading span:nth-child(3) {
        -webkit-animation-delay: 0.39s;
    }

    .loading span:nth-child(4) {
        -webkit-animation-delay: 0.52s;
    }

    .loading span:nth-child(5) {
        -webkit-animation-delay: 0.65s;
    }

    @-webkit-keyframes load {
        0% {
            opacity: 1;
            -webkit-transform: scale(1.3);
        }

        100% {
            opacity: 0.2;
            -webkit-transform: scale(.3);
        }
    }

    #lx>span {
        color: #f00;
        font-weight: 600;
    }

    .talk {
        padding: 10px 0 130px 0;
        min-height: 676px;
    }

    .talk .right {
        float: right;
        max-width: 80%;
        margin: 10px 0 0 0;
    }

    .talk .right img {
        float: right;
        margin: 0 0 0 5px;
        border-radius: 5px
    }

    .talk .right div {
        position: relative;
        min-height: 41px;
        margin: 0 55px 0 0;
        padding: 10px;
        background: #A0E75A;
        color: #333;
        border-radius: 6px;
    }

    .talk .right div i {
        position: absolute;
        top: 15px;
        right: -8px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 8px solid #A0E75A;
        border-bottom: 6px solid transparent;
    }


    .select_botton a {
        display: inline-block;
        padding: 5px 0;
        background-color: rgb(230, 50, 46);
        color: #fff;
        font-size: 20px;
        border-radius: 6px;
        margin-bottom: 6px;
        width: 23%;
        text-align: center;
        margin: 1%;
    }
    #option_7 a {
        line-height: 2.5rem;
        background-color: rgb(37, 186, 69);
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        border-radius: 1.5rem;
        background-image: -webkit-linear-gradient(45deg, rgb(37, 186, 69), rgb(43, 211, 21));

        -webkit-animation: templateEnlargeShrink-data-v-d0fd5884 3s infinite;
        -o-animation: templateEnlargeShrink-data-v-d0fd5884 3s infinite;
        animation: templateEnlargeShrink-data-v-d0fd5884 3s infinite;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    @keyframes templateSearchLights-data-v-d0fd5884 {
        0% {
            transform: translate(-5.66123188rem);
            -webkit-transform: translate(-5.66123188rem);
            opacity: 0;
        }

        66% {
            transform: translate(-5.66123188rem);
            -webkit-transform: translate(-5.66123188rem);
            opacity: 1;
        }

        100% {
            transform: translate(24.90942029rem);
            -webkit-transform: translate(24.90942029rem);
        }
    }

    @keyframes templateEnlargeShrink-data-v-d0fd5884 {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }

        33% {
            transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
        }

        66% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }

        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }
    } 