@media (max-width: 1024px) {
    .lander {
        display: flex;
        justify-content: center;
    }

    #sideSlideGo {
        display: none;
    }

    .navView {
        display: flex;
        position: absolute;
        top: 0em;
        width: 100%;
        height: 60px;
        flex-direction: row;
        justify-content: center;
        align-content: space-around;
        align-items: center;
        background: #3bb086;
        border-bottom: 5px solid #3bb086;
    }

    .navView div {
        color: #fff;
        width: 50%;
        line-height: 60px;
        text-align: center;
        height: 60px;
    }

    .disabled {
        pointer-events: none;
    }

    #iSaid {
        text-align: center;
        position: absolute;
        top: -200px;
        left: 5%;
        margin-left: 0;
        line-height: 18px;
        font-size: 14px;
        width: 82%;
        transition: top 1s;
        cursor: pointer;
        height: fit-content;
        min-height: 40px;
        background: url(buttons/isay1.png) no-repeat;
        background-size: 100% 100%;
        padding: 2px 10px 2px 30px;
    }

    #sayThis {
        text-align: center;
        transition: top 1s;
        cursor: pointer;
        position: absolute;
        top: -200px;
        left: 5%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0;
        font-size: 14px;
        width:85%;
        height: fit-content;
        min-height: 40px;
        line-height: 18px;
        background: url(buttons/usay1.png) no-repeat;
        background-size: 100% 100%;
    }

    .mando {
        background: url(maps_ss/bianlitie.png);
        background-size: 100%;
        font-size: 100%;
        position: absolute;
        disply: flex;
        flex-direction: row;
        flex-wrap: wrap;
        bottom: 77%;
        width: 80px; /*increase from 80px by Zhang*/
        height: 40px;
        line-height: 40px;
        right: 20px; /*decrease from 30px by Zhang*/
        border-radius: 10px;
        transition: 1s all, 500ms height, 500ms width;
        cursor: pointer;
        text-align: center;
    }

    #butts {
        position: absolute;
        bottom: 130px;
        right: 40px;
        width: 264px;
        text-align: right;
    }

    #butts img, #mobilePlay {
        display: none;
        cursor: pointer;
        width: 44px;
        height: 44px;
        border-radius: 0px;
        margin: 10px;
        background: url(/buttons/play1.png);
    }

    #buts {
        position: absolute;
        bottom: 20px;
        margin-left: 10%;
        width: 80%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #hear {
        position: absolute;
        top: 133px;
        left: 5%;
        width: 25px;
        height: 25px;
        z-index: 556;
    }

    #yours {
        position: absolute;
        display: flex;
        left: 1%;
        width: 70px;
        height: 70px
    }

    #next {
        display: flex;
        align-self: right;
        width: 70px;
        height: 70px
    }

    #say {
        position: absolute;
        display: flex;
        right: 40%;
        width: 70px;
        height: 70px;
    }

    #say_effect{
        position: absolute;
        display: flex;
        bottom: 20px;
        right: 42%;
        width: 70px;
        height: 70px;
    }

    .foot {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 110px;
        background: url(/maps_ss/front.png);
        background-size: 100%;
    }

    .dialogview {
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 5453;
        display: none;
    }

    .titlemask {
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        left: 0;
    }

    .titlediv {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: fixed;
        background: #fff;
        top: 5%;
        width: 95%;
        height: 500px;
        max-height: 500px;
        left: 2.5%;
        border-radius: 15px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dialogtop {
        width: 100%;
        height: 70px;
        background: url("/buttons/dailogtop.png");
        background-size: 100% 100%;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }

    .titlelist {
        width: 100%;
        max-height: 450px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        padding: 0 10px;

    }

    .titlecolumnitem {
        width: 100%;
        height: 300px;
        margin: 5px 0.2% 0 0.4%;
        display: flex;
        flex-direction: column;
    }

    .lineY {
        width: 1px;
        margin-left: 5px;
        height: 340px;
        border-right: 1px dotted #00d1ff;
    }

    .titleitembtn {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        text-align: center;
        margin-bottom: 5px;
        color: #000;
        border: 1px solid #00d1ff;
        border-radius: 45px;

    }

    .titlebtn {
        background: url("buttons/titlebtn.png");
        background-size: 100% 100%;
        position: absolute;
        bottom: 15px;
        width: 220px;
        height: 40px;
    }

    /*.testbtn {*/
    /*display: none;*/
    /*}*/
}

@media (min-width: 1024px) {
    #butts {
        position: absolute;
        bottom: 130px;
        right: 40px;
        width: 264px;
        text-align: right;
    }

    #butts img, #mobilePlay {
        display: none;
        color: #0f0;
        font-size: 150%;
        border: 1px solid #0f0;
        border-radius: 25px;
        background: #222;
    }
}
