﻿@charset "utf-8";
/* CSS Document */
body, html {
    background-color: #f5f5f5;
    font-size: 100%;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif, Roboto,"Helvetica Neue", sans-serif,"苹方";
}

img {
    border: none;
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}

body, html {
    color: #333;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

input, button, select, option，option {
    outline: none;
    border: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, p {
    padding: 0;
    margin: 0;
    list-style: none;
}

textarea {
    resize: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.main {
    margin: 0 auto;
    overflow: hidden;
}

/*以上为全局*/
.tan_pbox {
    width: 80%;
    margin: 0 auto;
    margin-top: 20%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.add_per_title {
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.tan_pbox .no_yue_btn {
    width: 80px;
    margin-bottom: 20px
}

@font-face {
    font-family: 'iconfont'; /* project id 1761280 */
    src: url('http://at.alicdn.com/t/font_1761280_sidpgqmal3c.eot');
    src: url('http://at.alicdn.com/t/font_1761280_sidpgqmal3c.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_1761280_sidpgqmal3c.woff2') format('woff2'), url('http://at.alicdn.com/t/font_1761280_sidpgqmal3c.woff') format('woff'), url('http://at.alicdn.com/t/font_1761280_sidpgqmal3c.ttf') format('truetype'), url('http://at.alicdn.com/t/font_1761280_sidpgqmal3c.svg#iconfont') format('svg');
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}

.qz_news_box {
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
    margin-top: 5px;
}

.qz_news_div {
    overflow: hidden;
    padding: 18px 3px;
    border-bottom: 1px solid #e1e1e1
}

    .qz_news_div:nth-last-child(1) {
        border-bottom: none;
    }

.qz_news_title {
    overflow: hidden;
    font-size: 16px;
    color: #212121;
    margin-top: 20px;
}

.qz_news_div label {
    font-size: 14px;
    color: #666;
    float: left;
    height: 20px;
    line-height: 20px
}

.qz_news_div input {
    font-size: 14px;
    color: #666;
    height: 20px;
    float: left;
}
/* 亲子票 */
/* 选择预约票种 */
.cont_btm {
    overflow: hidden;
    margin-bottom: 60px
}

.cont {
    overflow: hidden;
    margin-bottom: 100px
}

.qzp_cont {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    margin-top: 30%;
}

.gr_logo {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size:30px;
    color:#323232;
    text-align:center;
    font-weight:500
}

.qzp_li {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    width: 100%;
}

    .qzp_li img {
        width: 100%;
    }

.qzp_ti {
    overflow: hidden;
    padding: 0 20px;
    margin-top: 30%;
}

.qzp_ti_title {
    overflow: hidden;
    font-size: 18px;
    color: #4b96f9;
    margin-bottom: 13px;
    
}

    .qzp_ti_title i {
        margin-right: 10px;
    }

.qzp_ti_text {
    overflow: hidden;
    color: #939393;
    font-size: 14px;
    line-height: 21px;
    
}

.qzp_ti_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    padding: 0;
}

    .qzp_ti_btn li {
        cursor: pointer;
        float: left;
       
        text-align: center;
        width:50%;
        color: rgba(207, 204, 205, 0.8);
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
    }

        .qzp_ti_btn li.current {
            color: #3964f5
        }

        .qzp_ti_btn li i {
            display: block;
            height: 20px;
            margin-right: 5px;
            ;
            font-size: 22px
        }

        .qzp_ti_btn li span {
            display: block;
            height: 20px;
            margin-right: 5px;
            ;
            margin-top: 6px;
            font-size: 14px;
            line-height: 20px;
        }

        .qzp_ti_btn li:nth-child(3) {
            width: 23%;
            border: none;
        }

        .qzp_ti_btn li img {
            display: block;
            margin: 0 auto;
            height: 20px;
        }

.qzp_lan {
    position: absolute;
    right: 3%;
    top: -100px;
    background-color: rgba(184,152,105,0.9);
    padding: 3%;
    width: 91%;
    margin-bottom: 20px;
    border-radius: 5px;
    display: none;
}

    .qzp_lan li {
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 100%;
        color: #fff;
        border-bottom: 1px solid #fff !important;
        font-size: 15px;
        float: initial;
        border-right: none;
        padding-top: 0px;
        padding-bottom: 0px;
        position: initial;
    }

        .qzp_lan li:nth-child(3) {
            border-bottom: none !important;
            width: inherit !important;
        }

.qzp_lan_san {
    border-top: 8px solid rgba(184,152,105,0.9);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    width: 0;
    height: 0;
    height: initial !important;
    margin-right: 0px !important;
    font-size: inherit !important;
    line-height: initial !important;
    position: absolute;
    bottom: -8px;
}

/* 亲子票预约须知 */
.tan_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba( 0,0,0,0.6);
    display: none;
}

.tan_cont {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.qzp_tan_cont {
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
    height: 80%;
}

    .qzp_tan_cont .icon-guanbi {
        font-size: 25px;
        ;
        float: right;
        color: #fff;
        margin-bottom: 15px;
    }

.qzp_tan_box {
    width: 90%;
    border-radius: 5px;
    background-color: #fff;
    padding: 10% 5%;
    height: 80%;
    overflow-y: auto;
}

.qzp_tan_title {
    height: 49px;
    line-height: 49px;
    width: 196px;
    text-align: center;
    background: url(../images/qzp_tan.png) left top;
    background-size: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #91785a;
}

.qzp_tan_text {
    overflow: hidden;
    margin-top: 25px;
    ;
    font-size: 14px;
    color: #212121;
    list-style: 21px;
}

    .qzp_tan_text p {
        margin-bottom: 5px;
    }

.qzp_tan_btn {
    height: 44px;
    line-height: 44px;
    width: 160px;
    text-align: center;
    border-radius: 22px;
    background-color: #b89869;
    border: 1px solid #ac8751;
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.qz_time_top {
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}

.qz_time_div {
    overflow: hidden;
    padding: 7px 0;
    ;
    color: #212121;
}

    .qz_time_div label {
        float: left;
        font-size: 14px;
        ;
    }

    .qz_time_div .qz_time_tjie {
        padding-left: 75px;
        ;
    }

    .qz_time_div i {
        font-size: 20px;
        color: #4b96f9;
        margin-right: 5px;
    }

    .qz_time_div span {
        color: #c2c2c2;
        margin-left: 5px;
    }

.qz_time_guan {
    overflow: hidden;
    margin-top: 5px;
    background-color: #fff;
    padding: 16px 20px;
}

.qz_time_gtitle {
    overflow: hidden;
    font-size: 15px;
    color: #212121;
    margin-bottom: 15px;
    ;
}

.qz_time_gam {
    overflow: hidden;
}

.qz_time_gname {
    overflow: hidden;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.qz_time_gul {
    overflow: hidden;
}

    .qz_time_gul li {
        float: left;
        width: 48%;
        border: 1px solid #3964f5;
        background-color: #fff;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        color: #212121;
        margin-bottom: 14px;
        
        border-radius: 7px;
        height:40px
    }

        .qz_time_gul li.current {
            border: 1px solid #3964f5;
            background-color: #4b96f9;
            color: #fff;
            background: url(../images/qz_time_cur.png) no-repeat 102% 106% #4b96f9;
            background-size: 30px 21px;
        }

        .qz_time_gul li:nth-child(2n) {
            float: right;
        }

        .qz_time_gul li span {
            display: block;
        }

.qz_cheng {
    overflow: hidden;
    margin-top: 5px;
    background-color: #fff;
    padding: 18px 20px;
}

.qz_cheng_title {
    overflow: hidden;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
}

.qz_cheng_btn {
    height: 44px;
    line-height: 44px;
    width: 185px;
    text-align: center;
    border-radius: 22px;
    color: #fff;
    background-color: #4b96f9;
    border: 1px solid #3964f5;
    display: block;
    font-size: 16px;
}

    .qz_cheng_btn i {
        margin-right: 5px;
    }

.qz_chengw {
    overflow: hidden;
    margin-top: 5px;
    background-color: #fff;
    padding: 18px 20px;
}

.qz_chengw_title {
    overflow: hidden;
    font-size: 16px;
    color: #212121;
    margin-bottom: 20px;
}

.qz_chengw_btn {
    height: 44px;
    line-height: 44px;
    width: 185px;
    text-align: center;
    border-radius: 22px;
    color: #fff;
    border: 1px solid #3964f5;
    background-color: #4b96f9;
    display: block;
    font-size: 16px;
}

    .qz_chengw_btn i {
        margin-right: 5px;
    }

.qz_pro {
    overflow: hidden;
    margin-top: 5px;
    background-color: #fff;
    padding: 14px 20px;
}

    .qz_pro .icon-shanchu {
        float: left;
        font-size: 22px;
        ;
        margin-top: 7px;
        color: #4b96f9;
    }

.qz_pro_news {
    padding-left: 40px;
}

.qz_pro_name {
    font-size: 14px;
    color: #212121;
    margin-bottom: 3px;
}

.qz_pro_num {
    font-size: 14px;
    color: #212121;
}

.qz_prow {
    overflow: hidden;
    margin-top: 5px;
    background-color: #fff;
    padding: 14px 20px;
}

    .qz_prow .icon-shanchu {
        float: left;
        font-size: 22px;
        ;
        margin-top: 7px;
        color: #4b96f9;
    }

.qz_prow_news {
    padding-left: 18px;
    display: inline-block;
    padding-right: 40px;
}

.qz_prow_name {
    font-size: 14px;
    color: #212121;
    margin-bottom: 3px;
}

.qz_prow_num {
    font-size: 14px;
    color: #212121;
}

.qz_prow .icon-ertong {
    float: right;
    font-size: 22px;
    ;
    margin-top: 7px;
    color: #4b96f9;
}

.qz_btn {
    display: block;
    width: 90%;
    margin: 25px auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #3964f5;
    border-radius: 5px;
}

/* 取消预约 */
.no_yue_top {
    overflow: hidden;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #f7e5e2;
    text-align: center;
    font-size: 18px;
    color: #a71930;
    margin-bottom: 7px;
}

.no_yue_div {
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #fff;
    padding: 18px 20px;
}

    .no_yue_div .myre_m {
        overflow: hidden;
        padding-top: 10px;
        float: left;
    }

        .no_yue_div .myre_m a {
            display: block;
            font-size: 14px;
            overflow: hidden;
            padding: 5px 0;
            line-height: 23px;
            background: url(../images/radio_mo.png) left top no-repeat;
            padding-left: 20px;
            background-size: auto 20px;
            color: #666;
            outline: none;
        }

        .no_yue_div .myre_m .myre_m_hover {
            background: url(../images/radio_current.png) left top no-repeat;
            background-size: auto 20px;
        }

    .no_yue_div .my_radio {
        float: left;
        opacity: 0.01;
    }

.no_yue_right {
    padding-left: 40px;
}

.no_yue_name {
    font-size: 14px;
    color: #212121;
    margin-bottom: 7px;
}

.no_yue_num {
    font-size: 14px;
    color: #333;
}

.btm_btn {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0%;
    bottom: 0;
}

.no_yue_btn {
    display: block;
    width: 90%;
    margin: 25px auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    background-color: #3964f5;
    border-radius: 5px;
}
/*取消预约成功*/
.no_ysuc_top {
    background-color: #fff;
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 7px
}

    .no_ysuc_top img {
        display: block;
        height: 65px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .no_ysuc_top span {
        display: block;
        text-align: center;
        color: #4b96f9;
        font-size: 18px
    }

.no_ysuc_div {
    overflow: hidden;
    background-color: #fff;
    padding: 14px 20px
}

.no_tsuc_name {
    font-size: 15px;
    color: #444;
    margin-bottom: 3px
}

.no_tsuc_num {
    font-size: 14px;
    color: #444
}

/*入馆凭证*/
.rug_cont {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 7px
}

.rug_top {
    overflow: hidden;
}

.rug_title {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
}

    .rug_title span {
        padding-left: 20px
    }

.rug_up {
    float: right;
    width: 30%;
    font-size: 14px;
    color: #ccc;
    text-align: right;
}

    .rug_up i {
        color: #212121;
        margin-left: 5px;
        display: inline-block;
    }

    .rug_up.current i {
        transform: rotate(180deg);
    }

.rug_box {
    overflow: hidden;
    margin-top: 24px
}

.rug_div {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666
}

.rug_er {
    overflow: hidden;
}

    .rug_er img {
        display: block;
        width: 170px;
        margin: 10px auto;
    }

    .rug_er span {
        display: block;
        font-size: 12px;
        color: #ccc;
        text-align: center;
    }
/*添加预约人*/
.addy_top {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 24px 0;
}

.addy_tbtn {
    width: 80%;
    display: block;
    margin: 0 auto;
    border: 1px dashed #a71930;
    color: #a71930;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #f4f4f4
}

    .addy_tbtn i {
        margin-right: 10px
    }

.addy_div {
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #fff;
    padding: 18px 20px;
}

    .addy_div .icon-tubiao09 {
        float: left;
        font-size: 30px;
        color: #4b96f9;
        margin-top: 6px
    }

    .addy_div .myre_m {
        overflow: hidden;
        padding-top: 10px;
        float: right;
    }

        .addy_div .myre_m a {
            display: block;
            font-size: 14px;
            overflow: hidden;
            padding: 5px 0;
            line-height: 23px;
            background: url(../images/radio_mo.png) left top no-repeat;
            padding-left: 20px;
            background-size: auto 20px;
            color: #666;
            outline: none;
        }

        .addy_div .myre_m .myre_m_hover {
            background: url(../images/radio_current.png) left top no-repeat;
            background-size: auto 20px;
        }

    .addy_div .my_radio {
        float: left;
        opacity: 0.01;
    }

.addy_right {
    padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
    width:
}

.addy_name {
    font-size: 14px;
    color: #212121;
    margin-bottom: 7px;
}

.addy_num {
    font-size: 14px;
    color: #333;
}

/*我的预约*/
.my_ycont {
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 7px
}

.my_ytop {
    overflow: hidden;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6
}

.my_ytitle {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    height: 24px
}

.my_ytime {
    float: left;
    line-height: 24px;
    height: 24px;
    text-align: right;
    width: 50%;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_ybox {
    overflow: hidden;
    padding-top: 18px;
}

.my_ydiv {
    overflow: hidden;
    margin-bottom: 10px
}

    .my_ydiv label {
        float: left;
        font-size: 14px;
        color: #212121
    }

    .my_ydiv .my_ytext {
        float: left;
        font-size: 14px;
        color: #000
    }

.my_ytai {
    float: right;
    font-size: 14px;
}

.red {
    color: #a71930
}

.hui {
    color: #666
}

.my_ybtm {
    overflow: hidden;
    margin-top: 5px;
}

.my_yru {
    height: 40px;
    line-height: 40px;
    width: 40%;
    text-align: center;
    background-color: #4b96f9;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #4b96f9;
    float: left;
}

.my_yqu {
    height: 40px;
    line-height: 40px;
    width: 40%;
    text-align: center;
    background-color: #fff;
    color: #4b96f9;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #4b96f9;
    float: right;
}

/*新增预约人*/
.add_per_box {
    overflow: hidden;
    padding: 0 20px
}

.add_per_div {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

    .add_per_div label {
        float: left;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
        color: #212121;
    }

    .add_per_div input {
        float: right;
        height: 54px;
        text-align: right;
        font-size: 16px;
        color: #212121;
    }

    .add_per_div select {
        float: right;
        height: 54px;
        text-align: right;
        font-size: 16px;
        color: #212121;
    }

.btm_btnp {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0%;
    bottom: 0;
}

.select2-container--default .select2-selection--single {
    color: #212121;
    font-size: 16px;
    border: none;
    float: right;
    height: 54px;
}

.select2-container {
    float: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212121;
    line-height: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
/*选择时间*/
.xuan_time {
    overflow: hidden;
    margin-bottom: 7px;
}

    .xuan_time .layui-laydate, .xuan_time .layui-laydate-hint {
        width: 100%;
        border: none;
    }

    .xuan_time .layui-laydate-content table {
        width: 100%
    }

    .xuan_time .layui-laydate-main {
        width: 100%
    }

    .xuan_time .layui-laydate-content td, .xuan_time .layui-laydate-content th {
        padding: 10px 5px;
    }

    .xuan_time .layui-laydate-footer {
        display: none;
    }

    .xuan_time .layui-laydate-header {
        border: none;
        width: 235px;
        margin: 0 auto;
        color: #4b96f9
    }

        .xuan_time .layui-laydate-header i {
            color: #4b96f9;
        }

    .xuan_time .layui-laydate .layui-this {
        background-color: #4b96f9 !important;
        color: #fff !important;
    }

    .xuan_time .laydate-day-mark {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 36px;
        font-size: 12px;
        overflow: hidden;
    }

        .xuan_time .laydate-day-mark::after {
            background-color: #4b96f9;
        }

.xuan_time_ti {
    overflow: hidden;
    background-color: #fff;
    padding: 20px
}

.xuan_time_title {
    overflow: hidden;
    font-size: 18px;
    color: #000;
    margin-bottom: 13px;
}

    .xuan_time_title i {
        margin-right: 10px;
        color: #4b96f9;
    }

.xuan_time_text {
    overflow: hidden;
    color: #646464;
    font-size: 14px;
    line-height: 21px;
}

/*预约成功*/
.yuyue_ti {
    overflow: hidden;
    padding: 20px
}

.yuyue_ti_title {
    overflow: hidden;
    font-size: 18px;
    color: #000;
    margin-bottom: 13px;
}

    .yuyue_ti_title i {
        margin-right: 10px;
        color: #4b96f9;
    }

.yuyue_ti_text {
    overflow: hidden;
    color: #646464;
    font-size: 14px;
    line-height: 21px;
}
/*基础动画类*/
.xin_bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
/*toast*/
.aui-toast {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 0.25rem;
    color: #ffffff;
    position: fixed;
    z-index: 3;
    top: 45%;
    left: 50%;
    width: 7.5em;
    min-height: 6em;
    margin-left: -3.75em;
    margin-top: -4rem;
    display: none;
}

    .aui-toast .aui-iconfont {
        margin-top: 0.2rem;
        display: block;
        font-size: 2.6rem;
    }

.aui-toast-content {
    margin: 0.75rem 0 0;
}

.aui-toast-loading {
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0.75rem 0;
    margin-top: 18%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #a71930;
    border-bottom-color: transparent;
    height: 2.25rem;
    width: 2.25rem;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 1s 0s linear infinite;
    animation: rotate 1s 0s linear infinite;
}

.aui-toast {
    background: rgba(229, 229, 229,1);
    text-align: center;
    border-radius: 0.25rem;
    color: #91785a;
    position: fixed;
    z-index: 3;
    top: 30%;
    left: 25%;
    width: 50%;
    min-height: 130px;
    margin-left: 0;
    margin-top: 0;
    display: none;
}

@media only screen and (min-width:321px) and (max-width:828px) {
    .main {
        width: 100%;
    }
}
