
*{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
body::-webkit-scrollbar {display:none}

/*姝ｅ父鐨勬湭琚闂繃鐨勯摼鎺�*/
a:link {
    text-decoration: none;
}
/*宸茬粡璁块棶杩囩殑閾炬帴*/
a:visited {
    text-decoration: none;
}
/*榧犳爣鍒掕繃(鍋滅暀)鐨勯摼鎺�*/
a:hover {
    text-decoration: none;
    color: #8e49dd;
}
/* 姝ｅ湪鐐瑰嚮鐨勯摼鎺ワ紝榧犳爣鍦ㄥ厓绱犱笂鎸変笅杩樻病鏈夋澗寮€*/
a:active {
    text-decoration: none;
}
/* 鑾峰緱鐒︾偣鐨勬椂鍊� 榧犳爣鏉惧紑鏃舵樉绀虹殑棰滆壊*/
a:focus {
    text-decoration: none;
}
.error-verification {
    color: #f5222d;
    position: absolute;
}
.layout{
    width: 100vw;
    padding-top: 65px;
    background: #fff;
}
/* 澶撮儴 */
.header{
    position: fixed;
    width: 100vw;
    height: 65px;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 300px;
    box-sizing: border-box;
    box-shadow:0px 20px 20px 0px rgba(10,113,118,0.06);
    z-index: 1000;
}
.navigator{
    min-width: 1200px;
    overflow: hidden
}
.logo{
    width: 124px;
    height: 60px;
    background: url('https://statics.dakage.com/dakage/assets/imgs/logo.png') no-repeat center;
    background-size: 100%;
    margin: 2px 60px 2px 0;
    float: left;
}
.logo a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.menu{
    float: left;
    overflow: hidden;
}
.login{
    float: right;
    overflow: hidden;
}
.user-menu {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    overflow: hidden; 
}
.user-menu .avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
}
.menu_item{
    display: inline-block;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #555555;
    text-decoration: none;
    float: left;
    font-size:14px;
}
.menu_item_active{
    color: #8e49dd;
    border-bottom: 1px solid #8e49dd;
}
.menu_item:hover{
    color: #8e49dd;
    border-bottom: 1px solid #8e49dd;
}
.page-content{
    min-height: calc(100vh - 191px);
    background: #fff url('https://statics.dakage.com/dakage/assets/ditu.png') no-repeat center top;
}
.page-title{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 40px;
}
.article-wrap{
    width:1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow:0px 5px 25px 0px rgba(10,113,118,0.15);
    list-style:none;
    padding: 30px 20px;
    box-sizing: border-box;
}
.link{
    text-decoration: none;
    color: #333333;
}
.article-item{
    overflow:hidden;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
}
.title{
    float: left;
}
.time{
    float: right;
}
.line{
    width: 100%;
    height: 60px;
    background-color: #fff;
}
/* 搴曢儴 */
.footer{
    width: 100vw;
    color: #999999;
    background-color: #fff;
    height: 126px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-info {
    text-align: center;
}

/* 浜у搧浠嬬粛 */
.home_section1 {
    min-width: 1200px;
}
.home_section2{
    /* height: 840px; */
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px 0 0;
    box-sizing: border-box;
}
.home_section2 .section2_wrap{
    /* width: 1200px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_section2 .product-list {
    width: 1200px;
    background-color: #fff;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 120px;
}
.home_section2 .product-list .product-item {
    list-style: none;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 267px;
    height: 294px;
    position: relative;
    overflow: hidden;
}
.home_section2 .product-list .product-item img{
    width: 74px;
    height: 74px;
    margin: 30px 0;
}
.home_section2 .product-list .product-item .product-title{
    font-size: 26px;
    color: #757575;
}
.home_section2 .product-list .product-item .try-btn{
    border: 1px solid #8e49dd;
    background: #8e49dd;
    color: #fff;
    width: 80%;
    margin-top: 30px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
}
.home_section2 .product-list .product-item .product-mask{
    position: absolute;
    top: -294px;
    left: 0;
    width: 100%;
    background-color: #8e49dd;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_section2 .product-list .product-item .product-mask p{
    margin: 0;
}
.home_section2 .product-list .product-item .product-mask .mask-tag{
    margin-bottom: 20px;
}
.home_section2 .product-list .product-item:hover .product-mask{
        animation: scrollAnimate 0.5s ease-out forwards;
}
.home_section2 .product-list .product-item:last-child{
    border: 1px solid #8e49dd;
} 
.home_section2 .product-compare{
    width: 1320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;   
}
.home_section2 .product-compare .vs-block{
    width: 660px;
    height: 390px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.home_section2 .product-compare .left{
    background: url('https://statics.dakage.com/dakage/assets/vs03.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    left:18px;
    padding-left: 80px;
    box-sizing: border-box;
    transform: scale(0.95);
}
.home_section2 .product-compare .right{
    background: url('https://statics.dakage.com/dakage/assets/vs04.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    left:-44px;
    padding-left: 130px;
    box-sizing: border-box;
    color: #8e49dd;
    transform: scale(1.05);
}
.home_section2 .product-compare .right .ios-tag{
    border-bottom: 2px solid #8e49dd;
}
.home_section2 .product-compare .right .vs-desc-point{
    background-color: #8e49dd;
}
.home_section2 .product-compare img{
    position: absolute;
    left: 548px;
}
.home_section2 .product-compare .vs-title{
    font-size: 32px;
}
.home_section2 .product-compare .vs-title .ios-tag{
    padding-bottom: 10px;
    border-bottom: 2px solid #666666;
}
.home_section2 .product-compare .vs-desc{
    font-size: 18px;
}
.home_section2 .product-compare .vs-desc .vs-desc-point{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #666666;
    margin-right: 10px;
}
.home_section2 .product-compare .right{
    font-size: 18px;
}
.home_section2 .product-compare .right .ios-tag{
    padding-bottom: 10px;
    border-bottom: 2px solid #8e49dd;
}
.home_section2 .product-compare .right .vs-desc-point{
    background-color: #8e49dd;                    
}

/* 璐拱濂楅 */
.Package{
    /* min-height: calc(100vh - 191px); */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 85px;
    box-sizing: border-box;
    background: #fff url('https://statics.dakage.com/dakage/assets/ditu.png') no-repeat center top;
}
.Package .title-img{
    margin-bottom: 30px;
}
.Package .section{
    width: 100%;
}
.Package .section1{
    width:1000px;
    /* height:934px; */
    background: #fff;
    border-radius:6px;
    margin-bottom: 10px; 
}
.Package .section1 .package-list{
    width: 1000px;
    background-color: #fff;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.Package .section1 .package-list .package-item{
    list-style: none;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 294px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.Package .section1 .package-list .package-item img{
    width: 85px;
    height: 74px;
    margin: 30px 0;
}
.Package .section1 .package-list .package-item .package-title{
    font-size: 26px;
    color: #757575;
}
.Package .section1 .package-list .package-item .package-price{
    color: #8e49dd;
    font-size: 24px;
}
.Package .section1 .package-list .package-item .buy-btn{
    border: 1px solid #8e49dd;
    background: #fff;
    color: #8e49dd;
    width: 180px;
    height: 42px;
    border-radius: 42px;
    margin-top: 10px;
    font-size: 20px;
    outline: none;
}
.Package .section1 .package-list .package-item .cantact-btn{
    border: 1px solid #30B5FD;
    background: #30B5FD;
    color: #fff;
    width: 180px;
    height: 42px;
    border-radius: 42px;
    margin-top: 10px;
    font-size: 20px;
    outline: none;
}
.Package .section1 .package-list .package-item .cantact-btn img{
    position: relative;
    top: -3px;
    left: -5px;
}
.Package .section1 .package-list .package-item .contact-word{
    height: 74px;
    width: 160px;
    margin:'30px 0';
    text-align:'center';
    color: #8e49dd;
    font-size: 16px;
}
/* .Package .section1 .package-list .package-item:last-child{
     border: 1px solid #8e49dd;
} */
.Package .section2{
    width: 1000px;
    display: flex;
    flex-direction: row;
}
.Package .section2 .step-display{
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Package .section2 .step-display .step-num{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #8e49dd;
    opacity: 0.7;
    text-align: center;
    line-height: 20px;
    margin: 20px 0;
    position: relative;
}
.Package .section2 .step-display .step-num:before{
    content: '';
    margin: 0 auto;
    position: absolute;
    left: -115px;
    top: 10px;
    height: 2px;
    width: 115px;
    background-color: #EBF4F3;
}
.Package .section2 .step-display .step-num:after{
    content: '';
    margin: 0 auto;
    position: absolute;
    left: 20px;
    top: 10px;
    height: 2px;
    width: 115px;
    background-color: #EBF4F3;
}
.Package .section2 .line{
    width: 100%;
    height: 60px;
    background-color: #fff;
}
/* 甯歌闂 */
.CommonQuestion{
    /* min-height: calc(100vh - 191px); */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 85px;
    box-sizing: border-box;
    background: #fff url('https://statics.dakage.com/dakage/assets/ditu.png') no-repeat center top;
}
.CommonQuestion .title-img{
    margin-bottom: 50px;
}
.CommonQuestion .section{
    width: 100%;
}
.CommonQuestion .section1{
    width:1200px;
    /* height:934px; */
    background: #fff;
    box-shadow:0px 5px 25px 0px rgba(10,113,118,0.15);
    border-radius:6px;
    margin-bottom: 10px;
}
.CommonQuestion .section1 .qa-wrap{
    list-style: none;
    padding: 20px 40px;
    box-sizing: border-box;
}
.CommonQuestion .section1 .qa-item{
    list-style: none;
    margin-bottom: 20px;
}
.CommonQuestion .section1 .qa-item p{
    margin: 0;
}
.CommonQuestion .section1 .qa-item .qa-q{
    color:#4D4D4D;
    font-size: 18px;
}
.CommonQuestion .section1 .qa-item .qa-a{
    color:#919191;
    font-size: 16px;
}
.CommonQuestion .line{
    width: 100%;
    height: 60px;
    background-color: #fff;
}

/* 浠ｇ悊鍚堜綔 */

.Agency{
    /* min-height: calc(100vh - 191px); */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 85px;
    box-sizing: border-box;
    background: #fff url('https://statics.dakage.com/dakage/assets/ditu.png') no-repeat center top;   
}
.Agency .title-img{
    margin-bottom: 30px;
}
.Agency .section{
    width: 100%;
}
.Agency .section1{
    width:1000px;
    /* height:934px; */
    background: #fff;
    border-radius:6px;
    margin-bottom: 10px;
}
.Agency .section1 .agency-list{
    width: 1000px;
    background-color: #fff;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.Agency .section1 .agency-list .agency-item{
    list-style: none;
    border: 1px solid #8e49dd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 267px;
    height: 294px;
    color: #8e49dd;
}
.Agency .section1 .agency-list .agency-item img{
    width: 80px;
    height: 80px;
    margin: 30px 0;
}
.Agency .section1 .agency-list .agency-item .agency-title{
    font-size: 20px;
    color: #8e49dd;
}
.Agency .section1 .agency-list .agency-item p{
    margin: 0;
    opacity: 0.5;
}
.Agency .section1 .agency-desc-word{
    font-size: 24px;
    text-align: center;
    color: #999999;
    margin: 0;
}
.Agency .section1 .contact-us-btn{
    width: 343px;
    height: 76px;
    color: #fff;
    font-size: 30px;
    background-color: #8e49dd;
    border-color: #8e49dd;
    border-radius: 76px;
    border: none;
    outline: none;
}
.Agency .line{
    width: 100%;
    height: 60px;
    background-color: #fff;
}

/* 鐧诲綍 */
.login-wrap {
    width: 100%;
    height: calc(100vh - 191px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff url('https://statics.dakage.com/dakage/assets/ditu.png') no-repeat center top;   
}
.login-wrap .a-color{
    color: #8e49dd;
}
.login-wrap .container{
    width: 628px;
    border-radius:10px;
    padding: 50px 80px;
    background: #fff;
    /* border:2px solid #38456866; */
    box-shadow:5px 9px 32px 3px rgba(234,205,241,0.4);
}
.login-wrap .container .login-title{
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #8e49dd;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
}
.login-wrap .container .login-form{

}
.login-wrap .container .login-form .vcodeBtn{
    /* background: #8e49dd; */
    background: linear-gradient(to right,#8e49dd,#6654e7);
    color: #fff;
    border-color: #8e49dd; 
    width: 116px;
    border-radius: 4px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 38px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    border: none;
}
.login-wrap .container .login-form .ant-btn[disabled]{
    background: #8e49dd;
    color: #fff;
    border-color: #8e49dd; 
    width: 116px;
    border-radius: 4px;
}
/* .ant-input{
    background-color: #37416126; 
    border: 1px solid #313C5780;
    color: #fff;
} */
.login-wrap .container .login-form .form-item {
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum","tnum";
    margin: 0 0 24px;
    vertical-align: top;
}
.login-wrap .container .login-form .form-item .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8e49dd;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(7,176,184,.2);
}
/* .login-wrap .container .login-form input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
} */
.login-wrap .container .login-form .ant-input:hover{
    border-color: #8e49dd;
}
.login-wrap .container .login-form .ant-input:focus{
    border-color: #8e49dd;
    box-shadow: 0 0 0 2px rgba(7, 176, 184, 0.2);
}
/* .ant-input-group-addon{
    background-color: #404E7080; 
    border: 1px solid #313C5780;
    border-right: none;
    color: #fff;
} */
.login-wrap .container .login-form .vcodeWrap{
    position: relative;
    height: 40px;
    border: 1px solid #313C5780;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    cursor: pointer;
}
.login-wrap .container .login-form .vcodeWrap .vcode{
    width: 100%;
    height: 100%;
    line-height: normal;
}
.login-wrap .container .login-form .vcodeWrap .vcode img{
    width: 100%;
    height: 100%;
}
.login-wrap .container .login-form .vcodeWrap .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.95) ;
    opacity: 0.8;
    line-height: 40px;
    color: white;
    text-align: center;
    z-index: 1;
}
.login-wrap .container .bottom_btn{
    width: 100%;
    margin-top: 20px;
}
.login-wrap .container .bottom_btn .login-form-button{
    width: 100%;
    background: linear-gradient(to right,#8e49dd,#6654e7);
    /* border-color: #8e49dd;  */
    margin-bottom: 20px;
    margin-top: 20px;
    /* font-size: 12px; */
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    border: none;
}
.login-wrap .container .bottom_btn .service-policy{
    color: #999;
    font-size: 14px;
}
.login-wrap .container .bottom_btn .more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.login-wrap .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner{
    border-color: #8e49dd;
}
.login-wrap .ant-checkbox-checked .ant-checkbox-inner{
    background-color: #8e49dd;
    border-color: #8e49dd;      
}
.login-wrap .ant-checkbox-checked:hover{
    border-color: #8e49dd;      
}
.layui-layer-content {
    width: 350px;
    overflow: hidden !important;
}
.layer-content {
    width: 100%;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
}
.layer-content .code-wrap{
    height: 40px;
}
.layer-content .vcodeWrap {
    position: relative;
    width: 116px;
    height: 35px;
    border: 1px solid rgba(49,60,87,.5);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
}
.layer-content .vcodeWrap .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.95) ;
    opacity: 0.8;
    line-height: 35px;
    color: white;
    text-align: center;
    z-index: 1;
    font-size: 12px;
}
.layer-content .imgcode-input {
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum","tnum";
    margin: 0 0 24px;
}
.layer-content .imgcode-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8e49dd;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(7,176,184,.2);
}
.layer-content .imgcode {
    width: 100%;
    height: 100%;   
}

/* 鏈嶅姟鍗忚 */

.agreement{
    width: 100%;
    min-height: calc(100vh - 243px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: url($ossBaseUrl + 'login_bg_block.png') repeat; */
    background-color: #fff;
}
.agreement-content{
    border-radius: 2px;
    width: 1000px;
    padding: 20px;
    position: relative;
    color: #999999; 
}
.agreement-content .agreement-header{
    text-align: center;
    font-size: 30px;
}     
.agreement-content .title{
    font-size: 20px;
}
/* 鑱旂郴鏂瑰紡 */
.fixed{
    position: fixed;
    right: 10px;
    bottom: 300px;
    width: 80px;
    height: 240px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow:0px 2px 8px 0px rgba(81,197,203,0.3);
    color: #000;
}
.fixed .item-service{
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fixed .item-service:hover{
    color: #8e49dd;
}
.fixed .item-service:nth-of-type(2){
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.fixed .item-service1{
  cursor: pointer;
}
.fixed .item-service2{

}
.fixed .item-service3{
  cursor: pointer;        
}

@keyframes bigAnimate{
    0% {
        background: #ffffff80;
        transform: scale(0.8);
    }
    100% {
        background: transparent;
        transform: scale(1.5);
    }
}

@keyframes scrollAnimate{
    0% {
        top: -294px;
        /* opacity: 0; */
    }
    100% {
        top: 0px;
        /* opacity: 1; */
    }
}