html,body,#app{
        height: 100%;
        min-height: 700px;
        background-color: #F2F2F2;  
    }

    #app{
        display: flex;
        flex-direction: column;
    }
    .container {
        background-color: white;
        padding: 30px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 1200px;
        flex-grow: 1;
    }
    .container .title{
        text-align: center;
        font-weight: 600;
        font-size: 46px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .container .content{
        font-size: 14px;
        line-height: 1.5;
    }

    .class-1 {
        color: #333333;
        max-width: 100%;
        height: 60px;
        flex-direction: row;
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #EEEEEE;
    }

    .class-2 {
        color: #333333;
        outline: none;
        height: 60px;
        align-items: center;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
        background-color: white;
        box-shadow: 0 1px 2px 0 rgba(128,128,128,0.5);
    }

    .class-3 {
        color: #333333;
        font-size: 14px;
        line-height: 1;
    }

    .class-4 {
        color: #333333;
        outline: none;
        max-width: 100%;
        height: 100%;
        align-items: center;
        flex-direction: row;
        display: flex;

    }

    .class-5 {
        color: #333333;
        display: inline-block;
        min-width: 10px;
        min-height: 10px;
        outline: none;
        font-size: 28px;
        margin-bottom: 10px;
    }

    .class-6 {
        color: #333333;
        margin-left: 10px;
        font-size: 14px;
        line-height: 1;
    }

    .class-7 {
        color: #333333;
        margin-right: auto;
        max-width: 100%;
        height: 420px;
        margin-left: auto;
        width: 340px;
        margin-top: 60px;
    }

    .class-8 {
        color: #333333;
        font-size: 24px;
        line-height: 1;
    }

    @media (max-width: 768px) {
      .container{
        width: 100%;
      }
    }



    [v-cloak] {
        display: none !important;
    }
